tizen beta release
[profile/ivi/webkit-efl.git] / ChangeLog
1 2011-11-30  Mary Wu  <mary.wu@torchmobile.com.cn>
2
3         remove buildinformation from BlackBerry porting build system
4         https://bugs.webkit.org/show_bug.cgi?id=73276
5
6         Reviewed by Daniel Bates.
7
8         * Source/cmake/OptionsBlackBerry.cmake: remove script file generate-buildinfo
9
10 2011-11-30  Andrew Wason  <rectalogic@rectalogic.com>
11
12         Replace Qt QThread threading back-end with pthread/Win32 threading back-ends
13         https://bugs.webkit.org/show_bug.cgi?id=72155
14
15         Reviewed by Simon Hausmann.
16
17         Add additional WebCoreSupport files for Qt.
18
19         * Source/api.pri:
20
21 2011-11-30  Adenilson Cavalcanti  <adenilson.silva@openbossa.org>
22
23         [Qt][WK2] Implement permission API for Qt port
24         https://bugs.webkit.org/show_bug.cgi?id=59200
25
26         Permission API hookup for Geolocation, it allows to receive in WebView
27         a signal when a permission request is done (e.g. to grant permission
28         for accessing geolocation information) and set it accordingly.
29
30         Reviewed by Simon Hausmann.
31
32         * Source/qtwebkit-export.map:
33
34 2011-11-29  Kevin Ollivier  <kevino@theolliviers.com>
35
36         [wx] Unreviewed build fix for Leopard compilation.
37
38         * wscript:
39
40 2011-11-29  Philippe Normand  <pnormand@igalia.com>
41
42         [GTK] hide WebAudio build option until support for FFTW is removed
43         https://bugs.webkit.org/show_bug.cgi?id=73295
44
45         Reviewed by Martin Robinson.
46
47         * configure.ac: Disable WebAudio until the FFTW dependency is removed.
48
49 2011-11-29  Hyowon Kim  <hw1008.kim@samsung.com>
50
51         [Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port
52         https://bugs.webkit.org/show_bug.cgi?id=73111
53
54         Add feature define for TextureMapper and OpenGL package.
55
56         Reviewed by Noam Rosenthal.
57
58         * Source/cmake/OptionsEfl.cmake:
59
60 2011-11-29  Roland Steiner  <rolandsteiner@chromium.org>
61
62         <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
63         https://bugs.webkit.org/show_bug.cgi?id=72848
64
65         Add flag and description.
66
67         Reviewed by Dimitri Glazkov.
68
69         * configure.ac:
70
71 2011-11-28  Simon Hausmann  <simon.hausmann@nokia.com>
72
73         [Qt] Build system fixes against V8.
74
75         Reviewed by Tor Arne Vestbø.
76
77         * Source/api.pri: Get rid of old v8 cruft.
78         * WebKit.pro: Don't build JavaScriptCore when configured with v8.
79
80 2011-11-28  Simon Hausmann  <simon.hausmann@nokia.com>
81
82         [Qt] WTF should be built as separate static library
83         https://bugs.webkit.org/show_bug.cgi?id=73201
84
85         Reviewed by Tor Arne Vestbø.
86
87         * Source/api.pri: Require wtf.
88         * WebKit.pro: Build WTF.
89
90 2011-11-17  Martin Robinson  <mrobinson@igalia.com>
91
92         [GTK] Integrate build-gtkdoc into build-webkit and make
93         https://bugs.webkit.org/show_bug.cgi?id=72626
94
95         Reviewed by Philippe Normand.
96
97         * GNUmakefile.am: Remove references to old gtkdoc files. Update
98         the dist-hook to include copying documentation into the distribution.
99         This also means that the build will fail if documentation hasn't been
100         generated before 'make dist.'
101         * configure.ac: Ditto.
102
103 2011-11-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
104
105         [Qt] Re-generate QtWebKit API forwarding headers when API changes
106
107         The forwarding headers are generated by syncqt, and syncqt is run by qmake,
108         so we need sync.profile to live in the same directory as the project file
109         that will be touched when adding/removing API (api.pri in our case).
110
111         Since the WebKit2 APIs live in a separate static library, we have to
112         add the project file for WebKit2 as a dependency of the api.pri file
113         as well, so that any changes to the WebKit2 API will still trigger a
114         run of qmake (and then syncqt).
115
116         Lastly, we use the new QMAKE_SYNCQT_OUTDIR variable in Qt 5 to ensure
117         that the forwarding headers are still generated in the root build dir,
118         not in the Source dir along with the internal forwarding headers.
119
120         Reviewed by Andreas Kling.
121
122         * Source/QtWebKit.pro:
123         * Source/api.pri:
124         * Source/sync.profile: Renamed from sync.profile.
125
126 2011-11-23  Halton Huo  <halton.huo@intel.com>
127
128         [EFL] Add zlib depend when freetype is used.
129         https://bugs.webkit.org/show_bug.cgi?id=66365
130
131         Unreviewed build fix.
132
133         When freetype is enabled, uncompress() function is used by
134         WOFFFileFormat.cpp. Since zlib is not required by freetype, we need to
135         add libz as dependency for fix linking issue.
136
137         * Source/cmake/OptionsEfl.cmake: search for ZLIB
138
139 2011-10-08  Martin Robinson  <mrobinson@igalia.com>
140
141         [GTK] Enable WebGL by default
142         https://bugs.webkit.org/show_bug.cgi?id=69706
143
144         Reviewed by Xan Lopez.
145
146         * configure.ac: Enable WebGL by default if the build target is X11.
147
148 2011-11-23  Raphael Kubo da Costa  <kubo@profusion.mobi>
149
150         [CMake] Move the top-level logic to the top-level directory.
151         https://bugs.webkit.org/show_bug.cgi?id=72685
152
153         Reviewed by Brent Fulgham.
154
155         Move most of the top-level code in Source/CMakeLists.txt to
156         CMakeLists.txt. This allows us to replace some INCLUDE() hacks with
157         proper ADD_SUBDIRECTORY() calls, and actually moves non-Source related
158         to a non-Source directory.
159
160         * CMakeLists.txt: Copied from Source/CMakeLists.txt.
161
162 2011-11-22  Adam Klein  <adamk@chromium.org>
163
164         Add new WebKit/chromium/dbus directory to .gitignore.
165
166         * .gitignore:
167
168 2011-11-22  Adam Klein  <adamk@chromium.org>
169
170         Ignore more gyp-generated build files in WTF.gyp.
171
172         * .gitignore:
173
174 2011-11-22  Andy Wingo  <wingo@igalia.com>
175
176         Fix .dir-locals.el to only apply to specific modes
177         https://bugs.webkit.org/show_bug.cgi?id=72963
178
179         Reviewed by Xan Lopez.
180
181         * .dir-locals.el: Remove `nil' block, as it was causing
182         makefile-mode not to insert tabs.
183
184 2011-11-21  Adam Klein  <adamk@chromium.org>
185
186         Add GYP-generated WTF.xcodeproj to .gitignore after r100851.
187
188         * .gitignore:
189
190 2011-11-21  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
191
192         [Qt] [WK2] WebKitTestRunner doesn't build in debug
193         https://bugs.webkit.org/show_bug.cgi?id=72827
194
195         Reviewed by Andreas Kling.
196
197         Add exports to fix WebKitTestRunner debug build.
198
199         * Source/qtwebkit-export.map:
200
201 2011-11-21  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
202
203         [Qt] Add WebView.view attached property support for dialogs in QML
204         https://bugs.webkit.org/show_bug.cgi?id=72825
205
206         Reviewed by Simon Hausmann.
207
208         Export QQuickWebViewAttached.
209
210         * Source/qtwebkit-export.map:
211
212 2011-11-21  Noel Gordon  <noel.gordon@gmail.com>
213
214         Update .gitignore for latest WebKitLibraries
215         https://bugs.webkit.org/show_bug.cgi?id=72851
216
217         Reviewed by Andreas Kling.
218
219         * .gitignore: updates to silence 'git status' about WebKitLibraries files.
220
221 2011-11-21  Carlos Garcia Campos  <cgarcia@igalia.com>
222
223         [GTK] Update NEWS and configure.ac for 1.7.2 release
224         https://bugs.webkit.org/show_bug.cgi?id=72868
225
226         Reviewed by Xan Lopez.
227
228         * configure.ac: Bumped version number.
229
230 2011-11-19  Kevin Ollivier  <kevino@theolliviers.com>
231
232         [wx] Build fix after GeneratedImage refactoring.
233
234         * wscript:
235
236 2011-11-19  Alexis Menard  <alexis.menard@openbossa.org>
237
238         [Qt] Add the map file symbols export as a dependency of the final qmake target.
239         https://bugs.webkit.org/show_bug.cgi?id=72740
240
241         Reviewed by Simon Hausmann.
242
243         Add the symbols file part of the target dependencies.
244
245         * Source/api.pri:
246
247 2011-11-18  Daniel Bates  <dbates@rim.com>
248
249         Add CMake build infrastructure for the BlackBerry port
250         https://bugs.webkit.org/show_bug.cgi?id=72768
251
252         Reviewed by Adam Barth and Antonio Gomes.
253
254         * Source/CMakeLists.txt: Add the BlackBerry port and support for building on QNX.
255         * Source/cmake/OptionsBlackBerry.cmake: Added.
256         * Source/cmake/OptionsCommon.cmake: Add QNX QCC-variant of CODE_GENERATOR_PREPROCESSOR.
257           We may be able to fold this into the non-MSVC CODE_GENERATOR_PREPROCESSOR.
258
259 2011-11-18  Adam Barth  <abarth@webkit.org>
260
261         Prepare to move manual-tests out of WebCore
262         https://bugs.webkit.org/show_bug.cgi?id=72782
263
264         Reviewed by Eric Seidel.
265
266         Update these files to refer to the new location of ManualTests.
267
268         * .gitattributes:
269         * Source/cmake/WebKitPackaging.cmake:
270
271 2011-11-18  Patrick Gansterer  <paroga@webkit.org>
272
273         [CMake] Add possibility to overwrite WEBKIT_PORT_DIR in platform specific files
274         https://bugs.webkit.org/show_bug.cgi?id=72710
275
276         Reviewed by Brent Fulgham.
277
278         * Source/CMakeLists.txt:
279
280 2011-11-18  Simon Hausmann  <simon.hausmann@nokia.com>
281
282         [Qt] Unreviewed build fix: Export QQuickWebPage/Preferences private API
283         needed for the qml plugin.
284
285         * Source/qtwebkit-export.map:
286
287 2011-11-18  Simon Hausmann  <simon.hausmann@nokia.com>
288
289         [Qt] Unreviewed build fix: Export QQuickWebViewExperimental private API
290         that was added since I made the export patch.
291
292         * Source/qtwebkit-export.map:
293
294 2011-11-18  Simon Hausmann  <simon.hausmann@nokia.com>
295
296         [Qt] WTR and InjectedBundle should not link statically against JSC/WTF
297         https://bugs.webkit.org/show_bug.cgi?id=72697
298
299         Reviewed by Kenneth Rohde Christiansen.
300
301         * Source/api.pri: On Linux, use a GNU LD version script to manage the
302         symbol exports, which includes the public WK1/WK2 API as well as a bunch
303         of private WTF symbols needed for WTR and the Injected Bundle.
304         * Source/qtwebkit-export.map: Added.
305
306 2011-11-17  Raphael Kubo da Costa  <kubo@profusion.mobi>
307
308         [EFL] Clean up the use of DATA_DIR in the buildsystem
309         https://bugs.webkit.org/show_bug.cgi?id=72681
310
311         Reviewed by Daniel Bates.
312
313         * Source/cmake/OptionsEfl.cmake: Rename DATA_DIR to DATA_INSTALL_DIR
314         and add it to the cache; add a variable with the path of the generated
315         theme and remove the -DDATA_DIR definition, it was moved to
316         PlatformEFL.cmake in WebCore.
317
318 2011-11-17  Patrick Gansterer  <paroga@webkit.org>
319
320         [CMake] Add ENABLE_CLIENT_BASED_GEOLOCATION to cmakeconfig.h
321         https://bugs.webkit.org/show_bug.cgi?id=72643
322
323         Reviewed by Brent Fulgham.
324
325         * Source/cmake/OptionsEfl.cmake:
326         * Source/cmake/OptionsWinCE.cmake:
327         * Source/cmakeconfig.h.cmake:
328
329 2011-11-17  Kelly Norton  <knorton@google.com>
330
331        Several void functions in FrameView and RenderObject actually return values.
332        https://bugs.webkit.org/show_bug.cgi?id=72640
333
334         Reviewed by Adam Barth.
335
336         * ../../Source/WebCore/page/FrameView.cpp:
337         * ../../Source/WebCore/rendering/RenderObject.cpp:
338
339 2011-11-17  Patrick Gansterer  <paroga@webkit.org>
340
341         [CMake] Make CODE_GENERATOR_PREPROCESSOR more useable
342         https://bugs.webkit.org/show_bug.cgi?id=72516
343
344         Reviewed by Brent Fulgham.
345
346         On windows some code generators fail, if the path to the preprocessor contains spaces.
347         Use only the executable name to avoid this issue for now.
348
349         * Source/cmake/OptionsCommon.cmake:
350
351 2011-11-17  Jochen Eisinger  <jochen@chromium.org>
352
353         [chromium] add gyp-mac-tool to .gitignore
354         https://bugs.webkit.org/show_bug.cgi?id=72603
355
356         Reviewed by Tony Gentilcore.
357
358         This file is generated by the make-based build of the chromium/mac port
359
360         * .: Modified property svn:ignore.
361         * .gitignore:
362
363 2011-11-17  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
364
365         [Qt] Move WebKit2 C++ APIs to private API and build QML extension plugin on top of that
366
367         A new extension object has been added to QQuickWebView (the same approach should be used
368         for other API classes that need experimental APIs). The QML extension mechanism is then
369         built on top of the experimental object.
370
371         https://bugs.webkit.org/show_bug.cgi?id=72522
372
373         Reviewed by Simon Hausmann.
374
375         * Source/QtWebKit.pro:
376         * Source/api.pri:
377
378 2011-11-11  Adrienne Walker  <enne@google.com>
379
380         [chromium] Expose mock scrollbars to window.internals
381         https://bugs.webkit.org/show_bug.cgi?id=72195
382
383         Reviewed by James Robinson.
384
385         * Source/autotools/symbols.filter:
386
387 2011-11-15  Simon Hausmann  <simon.hausmann@nokia.com>
388
389         [Qt] Centralize hide_symbols and ensure all libs are built with symbol visibility & bsymbolic_functions
390
391         Reviewed by Tor Arne Vestbø.
392
393         * Source/api.pri: Eliminate duplicated symbol stuff that lives now in default_post.prf.
394
395 2011-11-16  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
396
397         Fix path to module file in root project file
398
399         Reviewed by Simon Hausmann.
400
401         * WebKit.pro:
402
403 2011-11-16  Simon Hausmann  <simon.hausmann@nokia.com>
404
405         Unreviewed, rolling out r100266.
406         http://trac.webkit.org/changeset/100266
407
408         Broke WTR.
409
410         * Source/api.pri:
411
412 2011-11-15  Simon Hausmann  <simon.hausmann@nokia.com>
413
414         [Qt] Centralize hide_symbols and ensure all libs are built with symbol visibility & bsymbolic_functions
415
416         Reviewed by Tor Arne Vestbø.
417
418         * Source/api.pri: Eliminate duplicated symbol stuff that lives now in default_post.prf.
419
420 2011-11-14  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
421
422         [Qt] Move the QtWebKit module file to match the layout of Qt's mkspecs
423
424         Reviewed by Simon Hausmann.
425
426         * Source/api.pri:
427
428 2011-11-12  Patrick Gansterer  <paroga@webkit.org>
429
430         [CMake] Use MAIN_DEPENDENCY in GENERATE_* macros
431         https://bugs.webkit.org/show_bug.cgi?id=71365
432
433         Reviewed by Daniel Bates.
434
435         Use the MAIN_DEPENDENCY instead of DEPENDS in the custom build commands.
436         This adds better IDE support for such targets.
437
438         * Source/cmake/WebKitMacros.cmake:
439
440 2011-11-11  Shinya Kawanaka  <shinyak@google.com>
441
442         Implement legacy text check emulation in unified text check interface.
443         https://bugs.webkit.org/show_bug.cgi?id=70299
444
445         Reviewed by Hajime Morita.
446
447         * Source/autotools/symbols.filter:
448
449 2011-11-11  Alexis Menard  <alexis.menard@openbossa.org>
450
451         [Qt] Build fix of the private QML module with --no-webkit2.
452         https://bugs.webkit.org/show_bug.cgi?id=67707
453
454         Reviewed by Tor Arne Vestbø.
455
456         * Source/QtWebKit.pro:
457
458 2011-11-11  Alexis Menard  <alexis.menard@openbossa.org>
459
460         [Qt] Add a way to have experimental features in WebKit2
461         https://bugs.webkit.org/show_bug.cgi?id=67707
462
463         Reviewed by Kenneth Rohde Christiansen.
464
465         Add the new private QML module in the build.
466
467         * Source/QtWebKit.pro:
468
469 2011-11-10  Balazs Kelemen  <kbalazs@webkit.org>
470
471         [Qt] X11 plugins need to be reworked for Qt5
472         https://bugs.webkit.org/show_bug.cgi?id=70023
473
474         Reviewed by Simon Hausmann.
475
476         Rework our basic plugin support in a way that does
477         not need a bridge between Qt and X. The solution is
478         based on getting the content drawed by the plugin
479         from the server as an image and creating a QImage
480         from it.
481
482         * Source/api.pri: Link to xlib if necessary.
483
484 2011-11-10  Simon Hausmann  <simon.hausmann@nokia.com>
485
486         [Qt] Clean up build system
487
488         Reviewed by Tor Arne Vestbø.
489
490         * Source/api.pri: Eliminate use of WebKit2.pri.
491
492 2011-11-10  Alexis Menard  <alexis.menard@openbossa.org>
493
494         [Qt] Merge QTouchWebView and QDesktopWebView into one class
495         https://bugs.webkit.org/show_bug.cgi?id=71355
496
497         Reviewed by Kenneth Rohde Christiansen.
498
499         Remove old tests and merge them into the new QQuickWebView directory.
500
501         * Source/tests.pri:
502
503 2011-11-10  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
504
505         [Qt] Change semantics of the haveQt() function to match API promises
506
507         Having Qt 5 does not imply that we have Qt 4, from an API point of
508         view, as a major version can in theory break BC/SC. Our minimum
509         version of Qt 4 will always be the latest released version of Qt 4,
510         so the only place we should use haveQt(4, x) is when checking for
511         the minimum requirements.
512
513         Reviewed by Simon Hausmann.
514
515         * Source/QtWebKit.pro:
516
517 2011-11-10  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
518
519         [Qt] Make sure headers.pri has the right relative paths for install
520
521         The install rules are generated from api.pri which lives in Source,
522         which means the paths in headers.pri, which is the basis for the
523         install rules, needs to be relative to Source as well.
524
525         We were also installing the headers from the forwarding headers
526         directory, which was wrong, as those headers contained relative paths.
527
528         We now install the actual headers, by using headers.pri as a basis.
529
530         https://bugs.webkit.org/show_bug.cgi?id=71697
531
532         Reviewed by Simon Hausmann.
533
534         * Source/QtWebKit.pro:
535         * Source/api.pri:
536         * sync.profile:
537
538 2011-11-09  Shinya Kawanaka  <shinyak@google.com>
539
540         Internals.markerRangeForNode should be able to take markers by specifying a marker type.
541         https://bugs.webkit.org/show_bug.cgi?id=71792
542
543         Reviewed by Hajime Morita.
544
545         * Source/autotools/symbols.filter: Exposed necessary symbols.
546
547 2011-11-09  Kevin Ollivier  <kevino@theolliviers.com>
548
549         [wx] Unreviewed build fix. Update project files.
550
551         * wscript:
552
553 2011-11-09  Philippe Normand  <pnormand@igalia.com>
554
555         [GTK][DRT] window internals object is not reset after each test
556         https://bugs.webkit.org/show_bug.cgi?id=71890
557
558         Reviewed by Martin Robinson.
559
560         * Source/autotools/symbols.filter: Revert un-needed symbol.
561
562 2011-11-09  Philippe Normand  <pnormand@igalia.com>
563
564         Unreviewed, attempt to fix GTK 32-bits Release build after r99691.
565
566         * Source/autotools/symbols.filter: Add the missing symbol for resetInternalsObject.
567
568 2011-11-09  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
569
570         [Qt] Only copy framework headers once when debug_and_release is enabled
571
572         Otherwise we might end up in a race condition where we try to symlink
573         the headers directory in the makefile for debug and release at the same
574         time.
575
576         Reviewed by Simon Hausmann.
577
578         * Source/api.pri:
579
580 2011-11-08  Martin Robinson  <mrobinson@igalia.com>
581
582         Take another stab at fixing the GTK+ build.
583
584         * Source/autotools/symbols.filter: The symbols.filter file was missing a semicolon.
585
586 2011-11-08  Daniel Bates  <dbates@webkit.org>
587
588         Attempt to fix the GTK build after <http://trac.webkit.org/changeset/99613>
589         (https://bugs.webkit.org/show_bug.cgi?id=71840)
590
591         * Source/autotools/symbols.filter: Add symbol _ZN7WebCore4Page13setPaginationERKNS0_10PaginationE.
592
593 2011-11-08  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
594
595         [Qt] Use qmake's builtin rules for copying framework headers on Mac OS
596
597         Now that we generate the forwarding headers eiher as part of QtWebKit.pro
598         (for Qt 4.8), or as part of the root project file (for Qt 5), we can assume
599         that the files are there and use $$files() to list the files to be copied.
600
601         Reviewed by Csaba Osztrogonác.
602
603         * Source/api.pri:
604
605 2011-11-08  Yuqiang Xian  <yuqiang.xian@intel.com>
606
607         Enable DFG JIT by default on X86 Linux and Mac platforms
608         https://bugs.webkit.org/show_bug.cgi?id=71686
609
610         Reviewed by Filip Pizlo.
611
612         Remove the DFG cmake option for Efl port as we'll determine whether to
613         switch on DFG or not based on build target platforms.
614
615         * Source/cmake/OptionsEfl.cmake:
616         * Source/cmakeconfig.h.cmake:
617
618 2011-11-08  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
619
620         [Qt] Ensure forwarding headers are generated before generating install rules
621
622         The install rule for headers depends on qmake being able to walk the list of
623         headers in the $build_root/include/QtWebKit directory, but this directory is
624         empty until we've generated the forwarding headers. So we need to make sure
625         the forwarding headers are generated _before_ we run qmake on the api project
626         file. This applies to Qt 4.8 only, as Qt 5 will run synqt as part of the
627         root project file (due to the sync.profile file).
628
629         https://bugs.webkit.org/show_bug.cgi?id=71697
630
631         Reviewed by Simon Hausmann.
632
633         * Source/QtWebKit.pro:
634         * Source/api.pri:
635
636 2011-11-07  ChangSeok Oh  <shivamidow@gmail.com>
637
638         [EFL] Support requestAnimationFrame API
639         https://bugs.webkit.org/show_bug.cgi?id=67112
640
641         Reviewed by Andreas Kling.
642
643         Add build-option for requestAnimationFrame feature.
644
645         * Source/cmake/OptionsEfl.cmake:
646         * Source/cmakeconfig.h.cmake:
647
648 2011-11-07  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
649
650         [Qt] Ensure we always export symbols for the QtWebKit API when building WebKit
651
652         Reviewed-by Simon Hausmann.
653
654         * Source/api.pri:
655
656 2011-11-04  Philippe Normand  <pnormand@igalia.com>
657
658         [GTK] Disable VIDEO_TRACK for now
659         https://bugs.webkit.org/show_bug.cgi?id=71547
660
661         Reviewed by Gustavo Noronha Silva.
662
663         * configure.ac: VIDEO_TRACK is still a moving target, it's best to
664         disable it for now.
665
666 2011-11-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
667
668         [Qt] Don't build all of webkit when running build-jsc
669
670         In case the whole webkit project was built, but we then subsequently
671         want to build only JSC, we need to run make in the proper subdirectory.
672
673         This also means the incremental target needs to be added to all
674         makefiles.
675
676         Reviewed by Simon Hausmann.
677
678         * WebKit.pro:
679
680 2011-11-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
681
682         [Qt] Refactor and clean up the qmake build system
683
684         The qmake build system has accumulated a bit of cruft and redundancy
685         over time. There's also a fairly tight coupling between how to build
686         the various targets, and _what_ to build, making it harder to add new
687         rules or sources. This patch aims to elevate these issues somewhat.
688
689         This is a short-list of the changes:
690
691           * The rules for how to build targets are now mostly contained as
692             prf-files in Tools/qmake/mkspecs/features. Using mkspecs also
693             allows us to do pre- and post-processing of each project file,
694             which helps to clean up the actual project files.
695
696           * Derived sources are no longer generated as a separate make-step
697             but is part of each target's project file as a subdir. Makefile
698             rules are used to ensure that we run make on the derived sources
699             before running qmake on the actual target makefile. This makes
700             it easier to keep a proper dependency between derived sources
701             and the target.
702
703           * We use GNU make and the compiler to generate dependencies on
704             UNIX-based systems running Qt 5. This allows us to lessen the
705             need to run qmake, which should reduce compile time.
706
707           * WebKit2 is now build by default if building with Qt 5. It can
708             be disabled by passing --no-webkit2 to build-webkit.
709
710         The result of these changes are hopefully a cleaner and easier
711         build system to modify, and faster build times due to no longer
712         running qmake on every single build. It's also a first step
713         towards possibly generating the list of sources using another
714         build system.
715
716         https://bugs.webkit.org/show_bug.cgi?id=71222
717
718         Reviewed by Simon Hausmann.
719
720         * Source/DerivedSources.pro: Removed.
721         * Source/QtWebKit.pro: Added.
722         * Source/WebKit.pri: Removed.
723         * Source/WebKit.pro: Removed.
724         * Source/api.pri: Added.
725         * Source/tests.pri: Added.
726         * WebKit.pro: Added.
727         * sync.profile: Renamed from Source/sync.profile.
728
729 2011-11-03  Simon Hausmann  <simon.hausmann@nokia.com>
730
731         [Qt] Remove Maemo specific code paths
732         https://bugs.webkit.org/show_bug.cgi?id=71476
733
734         Reviewed by Kenneth Rohde Christiansen.
735
736         * Source/WebKit.pri:
737
738 2011-11-03  Dongwoo Im  <dw.im@samsung.com>
739
740         [EFL] Enable the Page Visibility API.
741         https://bugs.webkit.org/show_bug.cgi?id=69127
742
743         Reviewed by Adam Barth.
744
745         Build system changes to support ENABLE(PAGE_VISIBILITY_API) on EFL port.
746
747         * Source/cmake/OptionsEfl.cmake: Add enabled ENABLE_PAGE_VISIBILITY_API definition.
748         * Source/cmakeconfig.h.cmake: ditto.
749
750 2011-10-28  Adam Barth  <abarth@webkit.org>
751
752         Rename ExceptionCodeDescription.in to DOMExceptions.in
753         https://bugs.webkit.org/show_bug.cgi?id=71157
754
755         Reviewed by Eric Seidel.
756
757         * Source/cmake/WebKitMacros.cmake:
758
759 2011-10-28  Adam Barth  <abarth@webkit.org>
760
761         ExceptionCode.cpp shouldn't need to know about every feature that throws exceptions
762         https://bugs.webkit.org/show_bug.cgi?id=70890
763
764         Reviewed by Eric Seidel.
765
766         Add a code generation step.
767
768         * Source/cmake/WebKitMacros.cmake:
769
770 2011-10-27  Priit Laes  <plaes@plaes.org>
771
772         [GTK] Create .xz tarballs during distcheck
773         https://bugs.webkit.org/show_bug.cgi?id=71001
774
775         Reviewed by Martin Robinson.
776
777         * configure.ac: Switched tarballs to use .xz compression.
778
779 2011-10-27  Daniel Bates  <dbates@rim.com>
780
781         CMake: Add support to optionally install the built JavaScript shell
782         https://bugs.webkit.org/show_bug.cgi?id=71062
783
784         Reviewed by Antonio Gomes.
785
786         Adds a CMake option, called SHOULD_INSTALL_JS_SHELL, that when
787         defined will generate an installation rule to install the built
788         JavaScript shell into /bin (with respect to the prefix path).
789
790         By default, we don't define this option and hence don't generate
791         an installation rule for the JavaScript shell.
792
793         * Source/CMakeLists.txt:
794
795 2011-10-27  Sheriff Bot  <webkit.review.bot@gmail.com>
796
797         Unreviewed, rolling out r98556.
798         http://trac.webkit.org/changeset/98556
799         https://bugs.webkit.org/show_bug.cgi?id=71031
800
801         The test added by the patch doesn't pass on Snow Leopard
802         (Requested by rniwa on #webkit).
803
804         * Source/autotools/symbols.filter:
805
806 2011-10-27  Shinya Kawanaka  <shinyak@google.com>
807
808         Implement legacy text check emulation in unified text check interface.
809         https://bugs.webkit.org/show_bug.cgi?id=70299
810
811         Reviewed by Hajime Morita.
812
813         * Source/autotools/symbols.filter:
814
815 2011-10-27  Philippe Normand  <pnormand@igalia.com> and Zan Dobersek  <zandobersek@gmail.com>
816
817         [GStreamer] WebAudio AudioFileReader implementation
818         https://bugs.webkit.org/show_bug.cgi?id=69834
819
820         Reviewed by Martin Robinson.
821
822         * configure.ac: Check for libfftw and gstreamer-audio if WebAudio
823         build is enabled.
824
825 2011-10-26  Alejandro G. Castro  <alex@igalia.com>
826
827         [GTK] Update NEWS and configure.ac for 1.7.1 release
828         https://bugs.webkit.org/show_bug.cgi?id=70932
829
830         Reviewed by Martin Robinson.
831
832         * configure.ac: Bumped version number.
833
834 2011-10-26  Alejandro G. Castro  <alex@igalia.com>
835
836         [GTK] [WK2] Add WebKit2 distcheck support
837         https://bugs.webkit.org/show_bug.cgi?id=70933
838
839         Reviewed by Martin Robinson.
840
841         * GNUmakefile.am: Added WebKit2 compilation to the distcheck.
842         * configure.ac: Removed WebKit2 doc generation for the moment.
843
844 2011-10-21  Simon Hausmann  <simon.hausmann@nokia.com>
845
846         Remove QtScript source code from WebKit.
847         https://bugs.webkit.org/show_bug.cgi?id=64088
848
849         Reviewed by Tor Arne Vestbø.
850
851         Removed dead code that isn't developed anymore.
852
853         * Source/WebKit.pro:
854
855 2011-10-19  Gustavo Noronha Silva  <gns@gnome.org>
856
857         [GTK] Streamline wk1 documentation build
858         https://bugs.webkit.org/show_bug.cgi?id=70447
859
860         Reviewed by Martin Robinson.
861
862         * GNUmakefile.am: include the documentation's GNUmakefile.am;
863         * autogen.sh: we no longer call gtkdocize, since we now ship
864           a modified gtk-doc.make;
865         * configure.ac: no longer generate a separate GNUmakefile for
866           the documentation build.
867
868 2011-10-18  Adam Barth  <abarth@webkit.org>
869
870         Always enable ENABLE(XPATH)
871         https://bugs.webkit.org/show_bug.cgi?id=70217
872
873         Reviewed by Eric Seidel.
874
875         * Source/cmake/OptionsEfl.cmake:
876         * Source/cmake/OptionsWinCE.cmake:
877         * Source/cmakeconfig.h.cmake:
878         * configure.ac:
879
880 2011-10-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
881
882         [Qt] Merge QML plugin for WebKit2 with the original WebKit1 plugin
883
884         We don't need a sepearate plugin, as we no longer expose the WK2
885         APIs under QtWebKit.experimental, but now use QtWebKit. The version
886         was also changed to 3.0 instead of 5.0, as the original plugin was
887         versioned 1.0, and bumping to 3.0 fits the scheme used by QtWebKit releases.
888
889         Reviewed by Andreas Kling.
890
891         * Source/WebKit.pro:
892
893 2011-10-18  Zan Dobersek  <zandobersek@gmail.com>
894
895         [Gtk] Support for client-based geolocation
896         https://bugs.webkit.org/show_bug.cgi?id=64970
897
898         Reviewed by Martin Robinson.
899
900         Remove flag for enabling client-based geolocation since
901         it is used by default on Gtk port and hence not configurable.
902
903         * configure.ac:
904
905 2011-10-17  Leandro Pereira  <leandro@profusion.mobi>
906
907         Unreviewed; actually enable/disable microdata support in CMake.
908
909         Follow-up to r97471, which did not plug the option to enable/disable
910         microdata into the buildsystem.
911
912         * Source/cmake/OptionsEfl.cmake: Add ENABLE_MICRODATA feature, turned off by default.
913         * Source/cmake/OptionsWinCE.cmake: Ditto.
914         * Source/cmakeconfig.h.cmake: Add ENABLE_MICRODATA #cmakedefine.
915
916 2011-10-17  Ryosuke Niwa  <rniwa@webkit.org>
917
918         GTK build fix patch by Gustavo Noronha Silva.
919
920         * Source/autotools/symbols.filter:
921
922 2011-10-17  Vamshikrishna Yellenki  <vamshi@motorola.com>
923
924         [webkit]Debug Build Bot failure
925         https://bugs.webkit.org/show_bug.cgi?id=70222
926
927         Reviewed by Xan Lopez.
928
929         * Source/autotools/symbols.filter: Corrected the filter name for getLocationAndLengthFronRange
930
931 2011-10-16  Adam Barth  <abarth@webkit.org>
932
933         Always enable ENABLE(DOM_STORAGE)
934         https://bugs.webkit.org/show_bug.cgi?id=70189
935
936         Reviewed by Eric Seidel.
937
938         * Source/cmake/OptionsEfl.cmake:
939         * Source/cmake/OptionsWinCE.cmake:
940         * Source/cmakeconfig.h.cmake:
941         * configure.ac:
942
943 2011-10-15  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
944
945         [Qt] [Symbian] Remove support for the Symbian platform for the QtWebKit port
946         https://bugs.webkit.org/show_bug.cgi?id=69920
947
948         Reviewed by Kenneth Rohde Christiansen.
949
950         * Source/WebKit.pri:
951         * Source/WebKit.pro:
952
953 2011-10-14  Mark Hahnenberg  <mhahnenberg@apple.com>
954
955         Rename virtual put to putVirtual
956         https://bugs.webkit.org/show_bug.cgi?id=69851
957
958         Reviewed by Darin Adler.
959
960         Renamed virtual versions of put to putVirtual in prepration for 
961         adding the static put to the MethodTable in ClassInfo since the 
962         compiler gets mad if the virtual and static versions have the same 
963         name.
964
965         * Source/autotools/symbols.filter:
966
967 2011-10-14  Mark Hahnenberg  <mhahnenberg@apple.com>
968
969         Rename virtual put to putVirtual
970         https://bugs.webkit.org/show_bug.cgi?id=69851
971
972         Reviewed by Darin Adler.
973
974         Renamed virtual versions of put to putVirtual in prepration for 
975         adding the static put to the MethodTable in ClassInfo since the 
976         compiler gets mad if the virtual and static versions have the same 
977         name.
978
979         * Source/autotools/symbols.filter:
980
981 2011-10-13  Arko Saha  <arko@motorola.com>
982
983         Microdata: Basic implementation of document.getItems() method.
984         https://bugs.webkit.org/show_bug.cgi?id=68610
985
986         Reviewed by Ryosuke Niwa.
987
988         Added ENABLE(MICRODATA) feature flag.
989
990         * configure.ac:
991
992 2011-10-14  Raphael Kubo da Costa  <kubo@profusion.mobi>
993
994         [EFL] Add DumpRenderTreeSupportEfl
995         https://bugs.webkit.org/show_bug.cgi?id=68458
996
997         Reviewed by Kenneth Rohde Christiansen.
998
999         * Source/cmake/eflsymbols.filter: Export DumpRenderTreeSupportEfl
1000         symbols so that DumpRenderTree can link to them.
1001
1002 2011-10-12  Adam Barth  <abarth@webkit.org>
1003
1004         Remove ENABLE(XHTMLMP) and associated code
1005         https://bugs.webkit.org/show_bug.cgi?id=69729
1006
1007         Reviewed by David Levin.
1008
1009         * Source/cmake/OptionsEfl.cmake:
1010         * Source/cmake/OptionsWinCE.cmake:
1011         * Source/cmakeconfig.h.cmake:
1012         * configure.ac:
1013
1014 2011-10-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
1015
1016         Fix build with GLib 2.31
1017         https://bugs.webkit.org/show_bug.cgi?id=69840
1018
1019         Reviewed by Martin Robinson.
1020
1021         * configure.ac: add check for pthread rwlock support.
1022
1023 2011-10-10  Martin Robinson  <mrobinson@igalia.com>
1024
1025         [GTK] [WebKit2] Make adding another unit test easier
1026         https://bugs.webkit.org/show_bug.cgi?id=69409
1027
1028         Reviewed by Gustavo Noronha Silva.
1029
1030         * GNUmakefile.am: Include the new testing makefile.
1031
1032 2011-10-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
1033
1034         [Qt] Remove all references to QTDIR_build and standalone_package
1035
1036         Qt is now modularized, which means we no longer import WebKit into
1037         the Qt source tree. Instead we use git submodules, and building
1038         QtWebKit as "part of Qt" is really building QtWebKit as from trunk.
1039
1040         To decrease the number of buildsystem configurations we also remove
1041         the standalone_package code-path used when we were providing tarballs
1042         with the derived sources pre-generated.
1043
1044         Reviewed by Simon Hausmann.
1045
1046         * Source/WebKit.pri:
1047         * Source/WebKit.pro:
1048
1049 2011-10-06  Fady Samuel  <fsamuel@chromium.org>
1050
1051         Code clean-up: Make RenderObject::absoluteBoundingBoxRect and associated methods const and make its parameter useTransforms no longer default to false
1052         https://bugs.webkit.org/show_bug.cgi?id=69009
1053
1054         Reviewed by Simon Fraser.
1055
1056         * Source/autotools/symbols.filter:
1057
1058 2011-10-06  Simon Hausmann  <simon.hausmann@nokia.com>
1059
1060         [Qt][Wk2] Fix build with Qt 5 when QtScript is built as standalone module
1061         https://bugs.webkit.org/show_bug.cgi?id=69520
1062
1063         Reviewed by Csaba Osztrogonác.
1064
1065         * Source/WebKit.pri: Introduce convenience qt5 scope.
1066         * Source/WebKit.pro: Replace QT_MAJOR_VERSION stuff with qt5 scope.
1067
1068 2011-10-06  Nayan Kumar K  <nayankk@motorola.com>
1069
1070         Provide configure option to switch between JSC and V8.
1071         https://bugs.webkit.org/show_bug.cgi?id=69469
1072
1073         Reviewed by Philippe Normand.
1074
1075         This is first of the patches to support building of V8 with
1076         WebKit GTK. With this patch, new command line switch named
1077         '--with-jsengine' is introduced, using which we can choose to
1078         build either jsc or v8.
1079
1080         * GNUmakefile.am:
1081         * configure.ac:
1082
1083 2011-10-04  Scott Graham  <scottmg@chromium.org>
1084
1085         Add GAMEPAD feature flag
1086         https://bugs.webkit.org/show_bug.cgi?id=66859
1087
1088         Reviewed by Darin Fisher.
1089
1090         * configure.ac:
1091
1092 2011-10-04  Varun Jain  <varunjain@chromium.org>
1093
1094         Fix position check for double tap gesture detection. A double tap
1095         should not be detected if the two taps are far from each other.
1096         https://bugs.webkit.org/show_bug.cgi?id=69270
1097
1098         Reviewed by Darin Fisher.
1099
1100         Test: Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp
1101
1102         * platform/chromium/GestureRecognizerChromium.cpp:
1103         (WebCore::GestureRecognizerChromium::isSecondClickInsideManhattanSquare):
1104         (WebCore::GestureRecognizerChromium::updateValues):
1105         (WebCore::GestureRecognizerChromium::click):
1106         * platform/chromium/GestureRecognizerChromium.h:
1107
1108 2011-10-04  Nayan Kumar K  <nayankk@motorola.com>
1109
1110         [WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
1111         https://bugs.webkit.org/show_bug.cgi?id=69325
1112
1113         Reviewed by Gustavo Noronha Silva.
1114
1115         Documentation generation for WebKit2-GTK+ APIs
1116         using gtk-doc.
1117
1118         * configure.ac:
1119
1120 2011-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
1121
1122         Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
1123         https://bugs.webkit.org/show_bug.cgi?id=69332
1124
1125         Reviewed by Pavel Feldman.
1126
1127         * Source/autotools/symbols.filter:
1128
1129 2011-09-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
1130
1131         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
1132
1133         QWidget and friends now live in the QtWidgets library. We update
1134         includes in implementation files and private headers to us the
1135         non-module-prefixed path, and leave the lookup for the include
1136         path. For public headers we have to ifdef the includes as the
1137         user might now have the modules we need in his QT config.
1138
1139         Finally, QSGCanvas is no longer a QWidget but a QWindow, so we
1140         have to update our code and use windowHandle() for setting the
1141         parent relationships.
1142
1143         https://bugs.webkit.org/show_bug.cgi?id=68687
1144
1145         Reviewed by Andreas Kling.
1146
1147         * Source/WebKit.pro:
1148
1149 2011-09-29  Sergio Villar Senin  <svillar@igalia.com>
1150
1151         [GTK] Bump version to 1.7.0
1152         https://bugs.webkit.org/show_bug.cgi?id=69082
1153
1154         Reviewed by Martin Robinson.
1155
1156         Apart from bumping the library version to 1.7.0 this patch also
1157         sets the libtool version to the same one we have for the stable
1158         branch.
1159
1160         * configure.ac:
1161
1162 2011-09-28  Martin Robinson  <mrobinson@igalia.com>
1163
1164         Fix the WebKit2 WebGL build.
1165
1166         * configure.ac: Add -ldl to the OPENGL_LIBS.
1167
1168 2011-09-28  Ryuan Choi  <ryuan.choi@samsung.com>
1169
1170         [EFL] Bump minimum requirement for eina.
1171         https://bugs.webkit.org/show_bug.cgi?id=68994
1172
1173         Reviewed by Ryosuke Niwa.
1174
1175         * Source/cmake/FindEFL.cmake:
1176
1177 2011-09-27  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1178
1179         Unreviewed. Fix a build error in WebKit EFL.
1180
1181         When web socket is disabled, there is a build break in WebKit EFL port.
1182         Currently, web socket is enabled by default in build-webkit script.
1183         Thus, the web socket is also enabled in EFL script of cmake build system for now.
1184         Because, WebKit EFL developers can't work on latest WebKit trunk.
1185
1186         However, IMO, we should fix build errors when web socket is disabled.
1187
1188         * Source/cmake/OptionsEfl.cmake:
1189
1190 2011-09-27  Ulan Degenbaev  <ulan@chromium.org>
1191
1192         [v8] Code calling the typed array optimization script is fragile, depends on typed array hierarchy.
1193
1194         Install the flag, which indicates whether or not the optimization
1195         script was executed, on the global object.
1196
1197         https://bugs.webkit.org/show_bug.cgi?id=68890
1198
1199         Reviewed by Kenneth Russell.
1200
1201         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
1202
1203 2011-09-27  Sheriff Bot  <webkit.review.bot@gmail.com>
1204
1205         Unreviewed, rolling out r96108, r96111, r96113, and r96116.
1206         http://trac.webkit.org/changeset/96108
1207         http://trac.webkit.org/changeset/96111
1208         http://trac.webkit.org/changeset/96113
1209         http://trac.webkit.org/changeset/96116
1210         https://bugs.webkit.org/show_bug.cgi?id=68913
1211
1212         Wait for working Qt5 (Requested by ossy on #webkit).
1213
1214         * Source/WebKit.pro:
1215
1216 2011-09-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
1217
1218         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
1219
1220         QWidget and friends now live in the QtWidgets library. We update
1221         includes in implementation files and private headers to us the
1222         non-module-prefixed path, and leave the lookup for the include
1223         path. For public headers we have to ifdef the includes as the
1224         user might now have the modules we need in his QT config.
1225
1226         Finally, QSGCanvas is no longer a QWidget but a QWindow, so we
1227         have to update our code and use windowHandle() for setting the
1228         parent relationships.
1229
1230         https://bugs.webkit.org/show_bug.cgi?id=68687
1231
1232         Reviewed by Andreas Kling.
1233
1234         * Source/WebKit.pro:
1235
1236 2011-09-27  Carlos Garcia Campos  <cgarcia@igalia.com>
1237
1238         [GTK] Reorganize header files
1239         https://bugs.webkit.org/show_bug.cgi?id=65616
1240
1241         Reviewed by Martin Robinson.
1242
1243         * GNUmakefile.am: Initialize $libwebkitgtkincludedir to
1244         $(prefix)/include/webkitgtk-<api-version>
1245
1246 2011-09-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
1247
1248         [CMake] Remove FindFreetype.cmake
1249         https://bugs.webkit.org/show_bug.cgi?id=68778
1250
1251         Reviewed by Adam Barth.
1252
1253         CMake has provided its own FindFreetype.cmake forever, so there is no
1254         need to have another implementation in WebKit.
1255
1256         * Source/cmake/FindCairo.cmake: Use FREETYPE_{LIBRARIES,INCLUDE_DIRS}
1257         instead of Freetype_{LIBRARIES,INCLUDE_DIRS}.
1258         * Source/cmake/FindFreetype.cmake: Removed.
1259         * Source/cmake/FindPango.cmake: Use FREETYPE_{LIBRARIES,INCLUDE_DIRS}
1260         instead of Freetype_{LIBRARIES,INCLUDE_DIRS}.
1261         * Source/cmake/OptionsEfl.cmake: Remove minimum required version
1262         check, it has never been checked and Freetype 2.1.10 from 2005 is
1263         already > 9.0.
1264
1265 2011-09-26  Alejandro G. Castro  <alex@igalia.com>
1266
1267         [GTK] pot file is not properly remove during distcheck
1268         https://bugs.webkit.org/show_bug.cgi?id=68797
1269
1270         Defined DOMAIN variable before DISTCLEANFILES because we are using
1271         it there to identify the .pot file.
1272
1273         Reviewed by Martin Robinson.
1274
1275         * GNUmakefile.am:
1276
1277 2011-09-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
1278
1279         [CMake] Detect the operating system in a more generic way.
1280         https://bugs.webkit.org/show_bug.cgi?id=67482
1281
1282         Reviewed by Adam Barth.
1283
1284         So far the buildsystem only considered Windows, Linux and Mac OS X as
1285         valid operating systems, but any Unix (or at least the BSDs) should also
1286         work fine.
1287
1288         By using the OS values CMake itself defines we can check for Unix
1289         systems in a more generic fashion.
1290
1291         * Source/CMakeLists.txt:
1292
1293 2011-09-26  Jay Soffian  <jaysoffian@gmail.com>
1294
1295         chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
1296         https://bugs.webkit.org/show_bug.cgi?id=51639
1297
1298         Reviewed by Ryosuke Niwa.
1299
1300         Add missing window.layoutTestController.dumpAsText so that test output matches expectation.
1301
1302         * LayoutTests/editing/style/justify-without-enclosing-block.xhtml:
1303
1304 2011-09-25  Adam Barth  <abarth@webkit.org>
1305
1306         Finish removing PLATFORM(BREWMP) by removing associated code
1307         https://bugs.webkit.org/show_bug.cgi?id=68779
1308
1309         Reviewed by Sam Weinig.
1310
1311         * Source/cmake/WebKitPackaging.cmake:
1312         * wscript:
1313
1314 2011-09-25  Adam Barth  <abarth@webkit.org>
1315
1316         Remove PLATFORM(HAIKU) and associated code
1317         https://bugs.webkit.org/show_bug.cgi?id=68774
1318
1319         Reviewed by Sam Weinig.
1320
1321         * Source/cmake/WebKitPackaging.cmake:
1322         * wscript:
1323
1324 2011-09-25  Raphael Kubo da Costa  <kubo@profusion.mobi>
1325
1326         [CMake] Remove FindLibXlst.cmake
1327         https://bugs.webkit.org/show_bug.cgi?id=68770
1328
1329         Reviewed by Adam Barth.
1330
1331         This file should have never been committed -- the library it looks for
1332         is called libxslt, not libxlst, so it has never really been used. When
1333         the buildsystem looked for libxslt, it used CMake's own LibXslt.cmake
1334         instead.
1335
1336         * Source/cmake/FindLibXlst.cmake: Removed.
1337
1338 2011-09-24  Adam Barth  <abarth@webkit.org>
1339
1340         Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
1341         https://bugs.webkit.org/show_bug.cgi?id=68767
1342
1343         Reviewed by Eric Seidel.
1344
1345         * Source/cmake/OptionsEfl.cmake:
1346         * Source/cmake/OptionsWinCE.cmake:
1347         * Source/cmakeconfig.h.cmake:
1348         * configure.ac:
1349
1350 2011-09-24  Adam Barth  <abarth@webkit.org>
1351
1352         Remove ENABLE(WCSS) and associated code
1353         https://bugs.webkit.org/show_bug.cgi?id=68759
1354
1355         Reviewed by Darin Adler.
1356
1357         * configure.ac:
1358
1359 2011-09-23  Yuqiang Xian  <yuqiang.xian@intel.com>
1360
1361         Add JSVALUE32_64 support to DFG JIT
1362         https://bugs.webkit.org/show_bug.cgi?id=67460
1363
1364         Reviewed by Gavin Barraclough.
1365
1366         Add cmake options to enable DFG JIT compilation for EFL port
1367
1368         * Source/cmake/OptionsEfl.cmake:
1369         * Source/cmakeconfig.h.cmake:
1370
1371 2011-09-23  Raphael Kubo da Costa  <kubo@profusion.mobi>
1372
1373         [CMake] Detect amd64 as a valid 64-bit architecture.
1374         https://bugs.webkit.org/show_bug.cgi?id=67481
1375
1376         Reviewed by Oliver Hunt.
1377
1378         Some operating systems (generally the BSDs) use amd64 instead of x86_64
1379         to report they're running on 64 bits, so consider it a valid value.
1380
1381         * Source/CMakeLists.txt:
1382
1383 2011-09-23  Adam Klein  <adamk@chromium.org>
1384
1385         Add ENABLE_MUTATION_OBSERVERS feature flag
1386         https://bugs.webkit.org/show_bug.cgi?id=68732
1387
1388         Reviewed by Ojan Vafai.
1389
1390         This flag will guard an implementation of the "Mutation Observers" proposed in
1391         http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
1392
1393         * configure.ac:
1394
1395 2011-09-23  Varun Jain  <varunjain@google.com>
1396
1397         Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
1398         https://bugs.webkit.org/show_bug.cgi?id=68198
1399
1400         Reviewed by Dimitri Glazkov.
1401
1402         * Source/autotools/symbols.filter:
1403
1404 2011-09-23  Mark Hahnenberg  <mhahnenberg@apple.com>
1405
1406         Add static version of JSCell::visitChildren
1407         https://bugs.webkit.org/show_bug.cgi?id=68404
1408
1409         Reviewed by Darin Adler.
1410
1411         In this patch we just extract the bodies of the virtual visitChildren methods
1412         throughout the JSCell inheritance hierarchy out into static methods, which are 
1413         now called from the virtual methods.  This is an intermediate step in trying to 
1414         move the virtual-ness of visitChildren into our own custom vtable stored in 
1415         ClassInfo.  We need to convert the methods to static methods in order to be 
1416         able to more easily store and refer to them in our custom vtable since normal 
1417         member methods store some implicit information in their types, making it 
1418         impossible to store them generically in ClassInfo.
1419
1420         * Source/autotools/symbols.filter:
1421
1422 2011-09-21  Julien Chaffraix  <jchaffraix@webkit.org>
1423
1424         Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled
1425         https://bugs.webkit.org/show_bug.cgi?id=68133
1426
1427         Reviewed by Darin Adler.
1428
1429         * Source/autotools/symbols.filter: Added the mangled symbols needed for window.internals
1430
1431 2011-09-21  Joshua Bell  <jsbell@chromium.org>
1432
1433         IndexedDB: compare strings without decoding
1434         https://bugs.webkit.org/show_bug.cgi?id=68554
1435
1436         Reviewed by Tony Chang.
1437
1438         Resolves a FIXME in IndexedDB that was also identified as a hotspot
1439         during profiling. Yields a small performance improvement.
1440
1441         * Source/WebCore/storage/IDBLevelDBCoding.cpp:
1442         * Source/WebCore/storage/IDBLevelDBCoding.h:
1443         * Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp:
1444
1445 011-09-21  Leandro Pereira  <leandro@profusion.mobi>
1446
1447         Unreviewed. Remove unused ENABLE_AS_IMAGE flag after r95234 from
1448         Options{Efl,WinCE}.cmake.
1449
1450         * Source/cmake/OptionsEfl.cmake:
1451         * Source/cmake/OptionsWinCE.cmake:
1452
1453 2011-09-20  ChangSeok Oh  <shivamidow@gmail.com>
1454
1455         [GTK] requestAnimationFrame support for gtk port
1456         https://bugs.webkit.org/show_bug.cgi?id=66280
1457
1458         Reviewed by Martin Robinson.
1459
1460         * configure.ac: Add an option to enable requestAnimationFrame for gtk port.
1461
1462 2011-09-20  Carlos Garcia Campos  <cgarcia@igalia.com>
1463
1464         [GTK] Update NEWS and configure.ac for 1.5.90 release
1465
1466         Reviewed by Martin Robinson.
1467
1468         * configure.ac:
1469
1470 2011-09-19  Adam Barth  <abarth@webkit.org>
1471
1472         Always enable ENABLE(EVENTSOURCE)
1473         https://bugs.webkit.org/show_bug.cgi?id=68414
1474
1475         Reviewed by Eric Seidel.
1476
1477         * Source/cmake/OptionsEfl.cmake:
1478         * Source/cmake/OptionsWinCE.cmake:
1479         * Source/cmakeconfig.h.cmake:
1480         * configure.ac:
1481
1482 2011-09-17  Ryuan Choi  <ryuan.choi@samsung.com>
1483
1484         [EFL] Bump minimum requirement for cairo to 1.10.
1485         https://bugs.webkit.org/show_bug.cgi?id=68226
1486
1487         Reviewed by Adam Barth.
1488
1489         * Source/cmake/FindCairo.cmake: Check required version.
1490         * Source/cmake/OptionsEfl.cmake:
1491
1492 2011-09-16  Ulan Degenbaev  <ulan@chromium.org>
1493
1494         [V8] REGRESSION(94783): calling the binding script during V8 context creation slows down page loads
1495         https://bugs.webkit.org/show_bug.cgi?id=68237
1496
1497         Reviewed by Kenneth Russell.
1498
1499         Call the binding script lazily on the first run of the set() method of
1500         a typed array.
1501
1502         * ../../Source/WebCore/WebCore.gypi:
1503         * ../../Source/WebCore/bindings/v8/V8BindingScripts.cpp: Removed.
1504         * ../../Source/WebCore/bindings/v8/V8BindingScripts.h: Removed.
1505         * ../../Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
1506         * ../../Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
1507         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
1508         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
1509         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js:
1510
1511 2011-09-16  Martin Robinson  <mrobinson@igalia.com>
1512
1513         [GTK] Disable WebKit2 by default in configure.ac, but enable it with build-webkit
1514         https://bugs.webkit.org/show_bug.cgi?id=68178
1515
1516         Reviewed by Xan Lopez.
1517
1518         * configure.ac: Do not build WebKit2 by default. Re-add pkgconfig support
1519         for WebKit2.
1520
1521 2011-09-15  Adam Barth  <abarth@webkit.org>
1522
1523         Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
1524         https://bugs.webkit.org/show_bug.cgi?id=68205
1525
1526         Reviewed by Eric Seidel.
1527
1528         * Source/cmake/OptionsEfl.cmake:
1529         * Source/cmake/OptionsWinCE.cmake:
1530         * Source/cmakeconfig.h.cmake:
1531         * configure.ac:
1532
1533 2011-09-15  Varun Jain  <varunjain@google.com>
1534
1535         Add method to scroll current node to specific position in Chromium WebKit API
1536         https://bugs.webkit.org/show_bug.cgi?id=68192
1537
1538         Reviewed by Dimitri Glazkov.
1539
1540         *  Source/WebKit/chromium/public/WebView.h:
1541         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
1542         *  Source/WebKit/chromium/src/WebViewImpl.h:
1543
1544 2011-09-15  Eric Seidel  <eric@webkit.org>
1545
1546         Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
1547         https://bugs.webkit.org/show_bug.cgi?id=68182
1548
1549         Reviewed by Adam Barth.
1550
1551         * configure.ac:
1552
1553 2011-09-15  Eric Seidel  <eric@webkit.org>
1554
1555         Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
1556         https://bugs.webkit.org/show_bug.cgi?id=68022
1557
1558         Reviewed by Ryosuke Niwa.
1559
1560         * Source/cmake/OptionsEfl.cmake:
1561         * Source/cmake/OptionsWinCE.cmake:
1562         * Source/cmakeconfig.h.cmake:
1563         * configure.ac:
1564
1565 2011-09-15  Sheriff Bot  <webkit.review.bot@gmail.com>
1566
1567         Unreviewed, rolling out r95163.
1568         http://trac.webkit.org/changeset/95163
1569         https://bugs.webkit.org/show_bug.cgi?id=68180
1570
1571         [Qt] The QT_GCC_X variables were removed in Qt5 by accident.
1572         (Requested by darktears on #webkit).
1573
1574         * Source/WebKit.pri:
1575
1576 2011-09-14  Alexis Menard  <alexis.menard@openbossa.org>
1577
1578         [Qt] Replace QT_GCC_X as they don't exist in Qt5 anymore.
1579         https://bugs.webkit.org/show_bug.cgi?id=68114
1580
1581         Reviewed by Kenneth Rohde Christiansen.
1582
1583         Replace QT_GCC_X variables, they have been removed in Qt5. It was
1584         actually wrong to use them because they tell about which GCC version
1585         Qt has been compiled, not the current version of GCC use to build webkit.
1586         I use gcc -dumpversion to get it.
1587
1588         * Source/WebKit.pri:
1589
1590 2011-09-14  Ulan Degenbaev  <ulan@chromium.org>
1591
1592         [v8] Improve performance of typed array copy constructor taking Array
1593         https://bugs.webkit.org/show_bug.cgi?id=68015
1594
1595         Reviewed by Kenneth Russell.
1596
1597         Invoke the 'set' method of the constructed array instead of
1598         copying the elements of the source array one by one.
1599
1600         Copy constructor tests already exist.
1601
1602         * ../../Source/WebCore/WebCore.gypi:
1603         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp: Added.
1604         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
1605
1606 2011-09-14  Csaba Osztrogonác  <ossy@webkit.org>
1607
1608         [GTK] Unreviewed buildfix after r95107.
1609
1610         * configure.ac:
1611
1612 2011-09-13  Eric Seidel  <eric@webkit.org>
1613
1614         Remove ENABLE_SVG_USE as <use> is required by HTML5
1615         https://bugs.webkit.org/show_bug.cgi?id=68019
1616
1617         Reviewed by Ryosuke Niwa.
1618
1619         * Source/cmake/OptionsEfl.cmake:
1620         * Source/cmake/OptionsWinCE.cmake:
1621         * Source/cmakeconfig.h.cmake:
1622         * configure.ac:
1623
1624 2011-09-13  Eric Seidel  <eric@webkit.org>
1625
1626         Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
1627         https://bugs.webkit.org/show_bug.cgi?id=68018
1628
1629         Reviewed by Ryosuke Niwa.
1630
1631         * Source/cmake/OptionsEfl.cmake:
1632         * Source/cmake/OptionsWinCE.cmake:
1633         * Source/cmakeconfig.h.cmake:
1634         * configure.ac:
1635
1636 2011-09-09  Rafael Antognolli  <antognolli@profusion.mobi>
1637
1638         Add replacement functions for gdk ones.
1639         https://bugs.webkit.org/show_bug.cgi?id=66323
1640
1641         Reviewed by Martin Robinson.
1642
1643         * Source/cmake/FindPango.cmake:
1644
1645 2011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
1646
1647         [Qt] Remove common.pri
1648         https://bugs.webkit.org/show_bug.cgi?id=67814
1649
1650         Reviewed by Andreas Kling.
1651
1652         * Source/WebKit.pri: Move rules from common.pri to WebKit.pri.
1653         * Source/common.pri: Removed.
1654
1655 2011-09-08  Mark Pilgrim  <pilgrim@chromium.org>
1656
1657         Test how HTMLAnchorElement.getParameter reacts to too few arguments
1658         https://bugs.webkit.org/show_bug.cgi?id=66522
1659
1660         Reviewed by Adam Barth.
1661
1662         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter-expected.txt: Added.
1663         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html: Added.
1664
1665 2011-09-08  Varun Jain  <varunjain@google.com>
1666
1667         Implement double tap detection in GestureRecognizerChromium
1668         https://bugs.webkit.org/show_bug.cgi?id=67709
1669
1670         Reviewed by Dimitri Glazkov.
1671
1672         *  Source/WebCore/page/EventHandler.cpp:
1673         *  Source/WebCore/platform/PlatformGestureEvent.h:
1674
1675 2011-09-08  Ulan Degenbaev  <ulan@chromium.org>
1676
1677         [v8] Improve performance of typed array set() taking Array
1678         https://bugs.webkit.org/show_bug.cgi?id=63644
1679
1680         Reviewed by Kenneth Russell.
1681
1682         Overwrite the native 'set' method of the type arrays with JS
1683         implementation after initialization of the global context.
1684
1685         Add tests for invalid and boundary offsets. No performance tests.
1686
1687         * LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt:
1688         * LayoutTests/fast/canvas/webgl/array-unit-tests.html:
1689         * Source/WebCore/WebCore.gyp/WebCore.gyp:
1690         * Source/WebCore/WebCore.gypi:
1691         * Source/WebCore/bindings/v8/V8BindingScripts.cpp: Added.
1692         * Source/WebCore/bindings/v8/V8BindingScripts.h: Added.
1693         * Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
1694         * Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
1695         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js: Added.
1696
1697 2011-09-08  Varun Jain  <varunjain@google.com>
1698
1699         Split Tap gesture detection into TapDown and Tap.
1700         We need this distinction to highlight links when they are first touched. The link is
1701         followed only if the tap is completed, otherwise, if a scroll is detected, the highlight
1702         goes away.
1703         https://bugs.webkit.org/show_bug.cgi?id=67645
1704
1705         Reviewed by Dimitri Glazkov.
1706
1707         *  Source/WebCore/page/EventHandler.cpp:
1708         *  Source/WebCore/platform/PlatformGestureEvent.h:
1709
1710 2011-09-07  Alexei Svitkine  <asvitkine@chromium.org>
1711
1712         Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
1713         https://bugs.webkit.org/show_bug.cgi?id=67511
1714
1715         Reviewed by Dimitri Glazkov.
1716
1717         * Source/autotools/symbols.filter:
1718
1719 2011-09-06  Ryosuke Niwa  <rniwa@webkit.org>
1720
1721         REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on chromium
1722         https://bugs.webkit.org/show_bug.cgi?id=67453
1723
1724         Reviewed by Kent Tamura.
1725
1726         Add symbols for internals.
1727
1728         * Source/autotools/symbols.filter:
1729
1730 2011-09-04  Robin Dunn  <robin@alldunn.com>
1731
1732         [wx] Enable wxWebKit to run using the wxGC Cairo backend on platforms other than GTK.
1733         https://bugs.webkit.org/show_bug.cgi?id=67577
1734
1735         Reviewed by Kevin Ollivier.
1736
1737         * wscript:
1738
1739 2011-08-30  Aaron Colwell  <acolwell@chromium.org>
1740
1741         Add MediaSource API to HTMLMediaElement
1742         https://bugs.webkit.org/show_bug.cgi?id=64731
1743
1744         Reviewed by Eric Carlson.
1745
1746         * configure.ac:
1747
1748 2011-08-30  Ryosuke Niwa  <rniwa@webkit.org>
1749
1750         Cleanup after r94050 and r94054.
1751
1752         * Source/autotools/symbols.filter:
1753
1754 2011-08-30  Philippe Normand  <pnormand@igalia.com>
1755
1756         Unreviewed, another attempt to fix GTK build after r94038.
1757
1758         * Source/autotools/symbols.filter:
1759
1760 2011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
1761
1762         Build fix attempt after r94038.
1763
1764         * Source/autotools/symbols.filter:
1765
1766 2011-08-26  Varun Jain  <varunjain@google.com>
1767
1768         WebViewImpl::selectionRange should return range in the right order.
1769         https://bugs.webkit.org/show_bug.cgi?id=66973
1770
1771         Reviewed by Darin Fisher.
1772
1773         *  Source/WebKit/chromium/public/WebWidget.h:
1774         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
1775
1776 2011-08-25  Martin Robinson  <mrobinson@igalia.com>
1777
1778         Reviewed by Xan Lopez.
1779
1780         [GTK] Switch to GTK+ 3.x by default
1781         https://bugs.webkit.org/show_bug.cgi?id=63047
1782
1783         * configure.ac: Modify the default value of the --with-gtk option to be 3.0.
1784
1785 2011-08-24  Philippe Normand  <pnormand@igalia.com>
1786
1787         [GTK] bump GStreamer requirement to 0.10.30
1788         https://bugs.webkit.org/show_bug.cgi?id=66860
1789
1790         Reviewed by Martin Robinson.
1791
1792         * configure.ac:
1793
1794 2011-08-23  Steve Block  <steveblock@google.com>
1795
1796         Remove all mention of removed Android files from build scripts
1797         https://bugs.webkit.org/show_bug.cgi?id=66755
1798
1799         Reviewed by Tony Gentilcore.
1800
1801         * Source/cmake/WebKitPackaging.cmake:
1802
1803 2011-08-19  MORITA Hajime  <morrita@google.com>
1804
1805         Spell-checking doesn't recognize word boundaries on contests inserted by execCommand('insertHTML')
1806         https://bugs.webkit.org/show_bug.cgi?id=65902
1807
1808         Reviewed by Ryosuke Niwa.
1809         
1810         Add export for window.internals object.
1811
1812         * Source/autotools/symbols.filter:
1813
1814 2011-08-16  Andras Becsi  <abecsi@webkit.org>
1815
1816         Reviewed by Csaba Osztrogonác.
1817
1818         Need AtomicStrings for the various font family names
1819         https://bugs.webkit.org/show_bug.cgi?id=28024
1820
1821         * Source/cmake/WebKitMacros.cmake: Add new macro.
1822
1823 2011-08-11  Xan Lopez  <xlopez@igalia.com>
1824
1825         [GTK] Update NEWS and configure.ac for 1.5.2 release
1826
1827         Reviewed by Gustavo Noronha.
1828
1829         * configure.ac: update for release.
1830
1831 2011-08-10  Varun Jain  <varunjain@google.com>
1832
1833         WebViewImpl::selectionRange should return false if there is no selection
1834         https://bugs.webkit.org/show_bug.cgi?id=66012
1835
1836         Reviewed by Darin Fisher.
1837
1838         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
1839
1840 2011-08-10  Kevin Ollivier  <kevino@theolliviers.com>
1841
1842         [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now
1843         as ICU on Leopard is too old to build this.
1844         
1845         * wscript:
1846
1847 2011-08-08  Adrienne Walker  <enne@google.com>
1848
1849         Add testing for --force-compositing-mode to windows.internal
1850         https://bugs.webkit.org/show_bug.cgi?id=65777
1851
1852         Reviewed by Adam Barth.
1853
1854         Add exports for Document::settings().
1855
1856         * Source/autotools/symbols.filter:
1857
1858 2011-08-09  Sheriff Bot  <webkit.review.bot@gmail.com>
1859
1860         Unreviewed, rolling out r92683.
1861         http://trac.webkit.org/changeset/92683
1862         https://bugs.webkit.org/show_bug.cgi?id=65921
1863
1864          "Breaks Qt --minimal build. Revert pending update of the Qt
1865         minimal configuration" (Requested by simathur on #webkit).
1866
1867         * Source/WebKit.pri:
1868
1869 2011-08-09  Siddharth Mathur  <siddharth.mathur@nokia.com>
1870
1871         [Qt] Simplify code by removing QT_NO_DESKTOPSERVICES and QT_NO_NETWORKDISKCACHE
1872         https://bugs.webkit.org/show_bug.cgi?id=65880
1873
1874         Reviewed by Andreas Kling.
1875
1876         QDesktopServices and QNetworkDiskCache have been around for a while now. Kill flags which 
1877         check for their feature flags. Assume that any reasonable Qt build provides them. 
1878
1879         * Source/WebKit.pri:
1880
1881 2011-08-06  Aron Rosenberg  <arosenberg@logitech.com>
1882
1883         Reviewed by Benjamin Poulain.
1884
1885         [Qt] Fix build with Intel compiler on Windows
1886         https://bugs.webkit.org/show_bug.cgi?id=65088
1887
1888         Disable Intel Compiler warning 873 - function "" has no corresponding operator
1889         delete (to be called if an exception is thrown during initialization of an
1890         allocated object).
1891
1892         * Source/WebKit.pri:
1893
1894 2011-08-03  Kevin Ollivier  <kevino@theolliviers.com>
1895
1896         [wx] Unreviewed build fix after gesture recognizer changes.
1897
1898         * wscript:
1899
1900 2011-08-02  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
1901
1902         [Qt] [WK2] Expose web view classes to QML
1903         https://bugs.webkit.org/show_bug.cgi?id=65339
1904
1905         Reviewed by Benjamin Poulain.
1906
1907         * Source/WebKit.pro: Include QML plugin subdir in the build system for WK2.
1908
1909 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
1910
1911         [GTK] Install web and plugin processes in libexecdir instead of bindir
1912         https://bugs.webkit.org/show_bug.cgi?id=65600
1913
1914         Reviewed by Martin Robinson.
1915
1916         * GNUmakefile.am: Initialize libexec_PROGRAMS, only used by
1917         WebKit2 in this moment.
1918
1919 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
1920
1921         [GTK] Reorganize pkg-config files
1922         https://bugs.webkit.org/show_bug.cgi?id=65548
1923
1924         Reviewed by Martin Robinson.
1925
1926         * GNUmakefile.am: Initialize pkgconfigdir and pkgconfig_DATA which
1927         are common to all libraries.
1928         * configure.ac: Update pkg-config files.
1929
1930 2011-08-02  Varun Jain  <varunjain@google.com>
1931
1932         Missing null check in WebViewImpl::selectionRange
1933         https://bugs.webkit.org/show_bug.cgi?id=65561
1934
1935         Reviewed by Darin Fisher.
1936
1937         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
1938
1939 2011-08-01  Scott Graham  <scottmg@chromium.org>
1940
1941         REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
1942         https://bugs.webkit.org/show_bug.cgi?id=61006
1943
1944         Reviewed by Antti Koivisto.
1945
1946         Update exports for test harness.
1947
1948         * Source/autotools/symbols.filter:
1949
1950 2011-08-01  Hayato Ito  <hayato@chromium.org>
1951
1952         Add support for getting an element in shadow root by its id into a window.internals object.
1953         https://bugs.webkit.org/show_bug.cgi?id=64587
1954
1955         Reviewed by Hajime Morita.
1956
1957         * Source/autotools/symbols.filter:
1958
1959 2011-08-01  Neil Roberts  <neil@linux.intel.com>
1960
1961         build: Fix finding the headers for GStreamer
1962
1963         The cmake files to find the various GStreamer packages were all
1964         checking for the header gst/gst.h. However if gst-plugins-base is
1965         installed into a separate prefix from gstreamer then all of these
1966         tests would only pick up the gstreamer include path so the build
1967         would fail. This patch changes it to try and find a file
1968         appropriate to each package.
1969
1970         https://bugs.webkit.org/show_bug.cgi?id=64933
1971
1972         Reviewed by Martin Robinson.
1973
1974         * Source/cmake/FindGStreamer-App.cmake:
1975         * Source/cmake/FindGStreamer-Base.cmake:
1976         * Source/cmake/FindGStreamer-Interfaces.cmake:
1977         * Source/cmake/FindGStreamer-Pbutils.cmake:
1978         * Source/cmake/FindGStreamer-Plugins-Base.cmake:
1979         * Source/cmake/FindGStreamer-Video.cmake:
1980
1981 2011-07-31  Daniel Bates  <dbates@webkit.org>
1982
1983         Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
1984
1985         * Source/autotools/symbols.filter:
1986
1987 2011-07-31  Daniel Bates  <dbates@webkit.org>
1988
1989         Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
1990
1991         * Source/autotools/symbols.filter: Export symbols needed by Internals.
1992
1993 2011-07-27  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
1994
1995         [Qt] Fix build in Qt 5 of QDeclarativeWebView
1996         https://bugs.webkit.org/show_bug.cgi?id=65258
1997
1998         Reviewed by Andreas Kling.
1999
2000         In Qt 5, the QGraphicsView-based classes for QtQuick are in the
2001         qtquick1 module, including QDeclarativeItem and QDeclarativeView.
2002
2003         * Source/WebKit.pro:
2004
2005 2011-07-26  Andras Becsi  <abecsi@webkit.org>
2006
2007         [Qt] [WK2] Disable the build with Qt versions older than 5.0
2008         https://bugs.webkit.org/show_bug.cgi?id=65189
2009
2010         Reviewed by Csaba Osztrogonác.
2011
2012         * Source/WebKit.pro: Abort if not using Qt5.
2013
2014 2011-07-20  Pierre Rossi  <pierre.rossi@gmail.com>
2015
2016         [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
2017
2018         This is done in order to prevent collision with the recently
2019         introduced function QSslCertificate::verify() in Qt5.
2020
2021         https://bugs.webkit.org/show_bug.cgi?id=64855
2022
2023         Reviewed by Simon Hausmann.
2024
2025         * Source/WebKit.pri:
2026
2027 2011-07-19  Robert Sesek  <rsesek@chromium.org>
2028
2029         [Chromium] Need to remove app/ from DEPS
2030         https://bugs.webkit.org/show_bug.cgi?id=64750
2031
2032         Reviewed by Tony Chang.
2033
2034         Remove Source/WebKit/chromium/app/ from .gitignore.
2035
2036         * .gitignore:
2037
2038 2011-07-18  MORITA Hajime  <morrita@google.com>
2039
2040         [ShadowContentElement] forwarded node should be able to access its hosting content element.
2041         https://bugs.webkit.org/show_bug.cgi?id=64251
2042
2043         Reviewed by Dimitri Glazkov.
2044
2045         Added GTK symbols for new window.internals methods.
2046         
2047         * Source/autotools/symbols.filter:
2048
2049 2011-07-15  Martin Robinson  <mrobinson@igalia.com>
2050
2051         Build fixes for WebKit2. Ensure that all generated sources are
2052         on nodist primaries, that they are on forward declared variables
2053         so that BUILT_SOURCES is calculated properly and that zlib is 
2054         included during linking (for WOFF support).
2055
2056         * GNUmakefile.am:
2057         * Source/autotools/webkit.m4: Include test for zlib.
2058
2059 2011-07-15  Carlos Garcia Campos  <cgarcia@igalia.com>
2060
2061         [GTK] Build plugin process by default when building WebKit2
2062         https://bugs.webkit.org/show_bug.cgi?id=64592
2063
2064         Reviewed by Philippe Normand.
2065
2066         * configure.ac:
2067
2068 2011-07-14  Carlos Garcia Campos  <cgarcia@igalia.com>
2069
2070         Reviewed by Martin Robinson.
2071
2072         [GTK] Implement Plugin Process
2073         https://bugs.webkit.org/show_bug.cgi?id=60546
2074
2075         * configure.ac: Always check for gtk2 when building the plugin
2076         process.
2077
2078 2011-07-14  MORITA Hajime  <morrita@google.com>
2079
2080         Unreviewed, rolling out r90976, r90981, and r90985.
2081         http://trac.webkit.org/changeset/90976
2082         http://trac.webkit.org/changeset/90981
2083         http://trac.webkit.org/changeset/90985
2084         https://bugs.webkit.org/show_bug.cgi?id=64251
2085
2086         build break
2087
2088         * Source/autotools/symbols.filter:
2089
2090 2011-07-14  MORITA Hajime <morrita@google.com>
2091
2092         Unreviewed attempt to build fix.
2093         
2094         * Source/autotools/symbols.filter:
2095
2096 2011-07-13  MORITA Hajime  <morrita@google.com>
2097
2098         [ShadowContentElement] forwarded node should be able to access its hosting content element.
2099         https://bugs.webkit.org/show_bug.cgi?id=64251
2100
2101         Reviewed by Dimitri Glazkov.
2102
2103         Added GTK symbols for new window.internals methods.
2104         
2105         * Source/autotools/symbols.filter:
2106
2107 2011-07-06  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2108
2109         [EFL] Add Fullscreen API feature
2110         https://bugs.webkit.org/show_bug.cgi?id=63975
2111
2112         This is just to add disabled ENABLE_FULLSCREEN_API to OptionEFl.cmake.
2113         ENABLE_FULLSCREEN_API will be enabled after finishing missing implementations.
2114
2115         Reviewed by Adam Barth.
2116
2117         * Source/cmake/OptionsEfl.cmake: Add disabled ENABLE_FULLSCREEN_API feature.
2118         * Source/cmakeconfig.h.cmake: ditto.
2119
2120 2011-07-05  Vsevolod Vlasov  <vsevik@chromium.org>
2121
2122         Web Inspector: Show content for plugin requests in network panel.
2123         https://bugs.webkit.org/show_bug.cgi?id=30080
2124
2125         Added GTK symbols for new window.internals methods.
2126
2127         Reviewed by Pavel Feldman.
2128
2129         * Source/autotools/symbols.filter:
2130
2131 2011-07-04  Sheriff Bot  <webkit.review.bot@gmail.com>
2132
2133         Unreviewed, rolling out r90373.
2134         http://trac.webkit.org/changeset/90373
2135         https://bugs.webkit.org/show_bug.cgi?id=63917
2136
2137         Breaks Qt Linux Release minimal (Requested by vsevik on
2138         #webkit).
2139
2140         * Source/autotools/symbols.filter:
2141
2142 2011-07-04  Vsevolod Vlasov  <vsevik@chromium.org>
2143
2144         Web Inspector: Show content for plugin requests in network panel.
2145         https://bugs.webkit.org/show_bug.cgi?id=30080
2146
2147         Reviewed by Pavel Feldman.
2148
2149         * Source/autotools/symbols.filter:
2150
2151 2011-07-01  Tony Chang  <tony@chromium.org>
2152
2153         Add chromium sql directory to git ignore.
2154
2155         * .gitignore:
2156
2157 2011-07-01  Patrick Gansterer  <paroga@webkit.org>
2158
2159         Reviewed by Daniel Bates.
2160
2161         [CMake] Add cpu detection for MIPS
2162         https://bugs.webkit.org/show_bug.cgi?id=63693
2163
2164         * Source/CMakeLists.txt:
2165
2166 2011-07-01  Joone Hur  <joone.hur@collabora.co.uk>
2167
2168         Reviewed by Martin Robinson.
2169
2170         [GTK] Add DeviceOrientation feature
2171         https://bugs.webkit.org/show_bug.cgi?id=63720
2172
2173         Add configure option to enable/disable DeviceOrientation feature.
2174
2175         * configure.ac:
2176
2177 2011-06-28  Joone Hur  <joone.hur@collabora.co.uk>
2178
2179         Reviewed by Martin Robinson.
2180
2181         [GTK] Rename 3D transforms to 3D rendering
2182         https://bugs.webkit.org/show_bug.cgi?id=63508
2183
2184         WebKitGtk+ provides the 3D transforms feature, but it was
2185         renamed to 3D Rendering. This features supports CSS 3D trasnforms.
2186
2187         * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
2188
2189 2011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
2190
2191         Reviewed by Kenneth Rohde Christiansen.
2192
2193         [Qt] Remove Phonon MediaPlayer from the tree.
2194         https://bugs.webkit.org/show_bug.cgi?id=63448
2195
2196         Remvove from the build.
2197
2198         * Source/WebKit.pri:
2199
2200 2011-06-24  Dominic Cooney  <dominicc@chromium.org>
2201
2202         Reviewed by Dimitri Glazkov.
2203
2204         Convert shadow DOM-related tests to use window.internals
2205         https://bugs.webkit.org/show_bug.cgi?id=61671
2206
2207         * Source/autotools/symbols.filter: Export symbols for GTK.
2208
2209 2011-06-24  Carlos Garcia Campos  <cgarcia@igalia.com>
2210
2211         Reviewed by Martin Robinson.
2212
2213         [GTK] Add more debug options to compilation
2214         https://bugs.webkit.org/show_bug.cgi?id=63318
2215
2216         Add --enable-debug-symbols to enable/disable compilation with
2217         debug symbols and --enable-debug-features to enable/disable debug
2218         features. Both options are unconditionally enabled for debug
2219         builds.
2220
2221         * configure.ac:
2222
2223 2011-06-23  Oliver Hunt  <oliver@apple.com>
2224
2225         Qt build-fix: remove warning that no other platform appears to use.
2226         Someone can add it back if they really feel it's needed.
2227
2228         * Source/WebKit.pri:
2229
2230 2011-06-22  Ryuan Choi  <ryuan.choi@samsung.com>
2231
2232         Reviewed by Antonio Gomes.
2233
2234         [EFL] Add an option to enable Device Orientation Event.
2235         https://bugs.webkit.org/show_bug.cgi?id=63120
2236
2237         ADD ENABLE_DEVICE_ORIENTATION.
2238
2239         * Source/cmake/OptionsEfl.cmake:
2240         * Source/cmakeconfig.h.cmake:
2241
2242 2011-06-22  Nate Chapin  <japhet@chromium.org>
2243
2244         Reviewed by Adam Barth.
2245
2246         Add symbols required for window.internals.
2247         https://bugs.webkit.org/show_bug.cgi?id=62066
2248
2249         * Source/autotools/symbols.filter:
2250
2251 2011-06-22  Martin Robinson  <mrobinson@igalia.com>
2252
2253         Reviewed by Adam Roben.
2254
2255         [GTK] Implement pixel dump support for WebKitTestRunner
2256         https://bugs.webkit.org/show_bug.cgi?id=58242
2257
2258         * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
2259
2260 2011-06-21  MORITA Hajime  <morrita@google.com>
2261
2262         Unreviewed, rolling out r89401 and r89403.
2263         http://trac.webkit.org/changeset/89401
2264         http://trac.webkit.org/changeset/89403
2265         https://bugs.webkit.org/show_bug.cgi?id=62970
2266
2267         Breaks mac build and mistakenly enables the spellcheck API
2268
2269         * configure.ac:
2270
2271 2011-06-20  MORITA Hajime <morrita@google.com>
2272
2273         Reviewed by Kent Tamura.
2274         
2275         Spellcheck API should be build-able.
2276         https://bugs.webkit.org/show_bug.cgi?id=62970
2277
2278         * configure.ac:
2279
2280 2011-06-20  MORITA Hajime  <morrita@google.com>
2281
2282         Unreviewed GTK build fix.
2283         This change corrected syntax error on symbols.filter.
2284
2285         * Source/autotools/symbols.filter:
2286
2287 2011-06-19  MORITA Hajime <morrita@google.com>
2288
2289         Unreviewed GTK build fix.
2290
2291         * Source/autotools/symbols.filter:
2292
2293 2011-06-19  MORITA Hajime  <morrita@google.com>
2294
2295         Reviewed by Dimitri Glazkov.
2296
2297         The internals object should have createShadowContentElement()
2298         https://bugs.webkit.org/show_bug.cgi?id=62432
2299
2300         * Source/autotools/symbols.filter: Added some more symbols necessary for
2301         window.internals to function to the global symbol list.
2302         
2303
2304 2011-06-19  Adam Bergkvist  <adam.bergkvist@ericsson.com>
2305
2306         Reviewed by Martin Robinson.
2307
2308         [GTK] Enable Media Stream feature and make it default on
2309         https://bugs.webkit.org/show_bug.cgi?id=60394
2310
2311         * configure.ac:
2312
2313 2011-06-17  Joone Hur  <joone.hur@collabora.co.uk>
2314
2315         Reviewed by Martin Robinson.
2316
2317         [GTK] Replace GdkRectangle by cairo_rectangle_int_t
2318         https://bugs.webkit.org/show_bug.cgi?id=60687
2319
2320         Replace GdkRectangle by cairo_rectangle_int_t.
2321
2322         * configure.ac: Check whether Cairo version is higher than 1.10.
2323
2324 2011-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2325
2326         Reviewed by Eric Seidel.
2327
2328         [CMAKE] Enable METER_TAG of HTML5
2329         https://bugs.webkit.org/show_bug.cgi?id=62697
2330
2331         Support for meter tag of html5 in CMake build system. However, this feature is
2332         only enabled on EFL port now. 
2333
2334         * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
2335         * Source/cmakeconfig.h.cmake:ditto.
2336
2337 2011-06-16  Carlos Garcia Campos  <cgarcia@igalia.com>
2338
2339         Reviewed by Xan Lopez.
2340
2341         [GTK] Remove support for GTK+2 in WebKit2
2342         https://bugs.webkit.org/show_bug.cgi?id=62794
2343
2344         * configure.ac: Make WebKit2 require GTK+ 3.x.
2345
2346 2011-06-15  Ryuan Choi  <ryuan.choi@samsung.com>
2347
2348         Rubber stamped by Eric Seidel.
2349
2350         [CMAKE][WK2] Add an option to build webkit2.
2351         https://bugs.webkit.org/show_bug.cgi?id=62260
2352
2353         Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
2354         WebKit.
2355
2356         * Source/CMakeLists.txt:
2357         * Source/cmake/WebKitFS.cmake:
2358
2359 2011-06-14  Ryuan Choi  <ryuan.choi@samsung.com>
2360
2361         Reviewed by Eric Seidel.
2362
2363         [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
2364         https://bugs.webkit.org/show_bug.cgi?id=62604
2365
2366         Add feature to enable or disable ENABLE_TOUCH_ICON which supports
2367         apple-touch-icon and apple-touch-icon-precomposed in link tag.
2368
2369         * Source/cmake/OptionsEfl.cmake:
2370         * Source/cmakeconfig.h.cmake:
2371
2372 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
2373
2374         Reviewed by Martin Robinson.
2375
2376         [GTK] Add configure option to enable/disable register protocol handler
2377         https://bugs.webkit.org/show_bug.cgi?id=62534
2378
2379         This patch just adds configure option to enable/disable register protocol handler.
2380         So, it needs more code to use register protocol handler.
2381
2382         * configure.ac: Add configure option to enable/disable register protocol handler.
2383
2384 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
2385
2386         Reviewed by Martin Robinson.
2387
2388         [GTK] Need to report whether touch icon loading is enabled
2389         https://bugs.webkit.org/show_bug.cgi?id=62532
2390
2391         It needs to report whether touch icon loading is enabled.
2392
2393         * configure.ac: Updated option parsing code for loading touch icons.
2394
2395 2011-06-13  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2396
2397         Reviewed by Eric Seidel.
2398
2399         [CMAKE] Conditionally generate DerivedSources
2400         https://bugs.webkit.org/show_bug.cgi?id=62277
2401
2402         Speedup build by not generating DerivedSources of features that are
2403         disabled. This was already been done for some features like ENABLE_SVG
2404         and now it's extended the following features: ENABLE_DATABASE,
2405         ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
2406         ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
2407         ENABLE_DATA_TRANSFER_ITEMS.
2408
2409         * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
2410
2411 2011-06-10  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2412
2413         Reviewed by Kenneth Rohde Christiansen.
2414
2415         [CMAKE] Add generic support for building with WebGL
2416         https://bugs.webkit.org/show_bug.cgi?id=62376
2417
2418         Add files that need to be compiled in every port for supporting WebGL.
2419         Each port still needs to add its specific files to
2420         CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
2421         yet.
2422
2423         * Source/CMakeLists.txt: Add files needed to support WebGL.
2424         * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
2425         * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
2426         enabled.
2427
2428 2011-06-09  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2429
2430         Reviewed by Antonio Gomes.
2431
2432         [CMAKE] Never let USER_AGENT defined to nothing
2433         https://bugs.webkit.org/show_bug.cgi?id=62410
2434
2435         This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
2436         definitions only if that port defined it. A port might prefer to set it
2437         in other place, e.g. a header that is part of the public API (like GTK
2438         does).
2439
2440         By using #cmakedefine instead of #define, if that variable is not set
2441         in CMake it will expand to:
2442
2443         /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
2444
2445         * Source/cmake/OptionsEfl.cmake:
2446         * Source/cmakeconfig.h.cmake:
2447
2448 2011-06-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2449
2450         Reviewed by Antonio Gomes.
2451
2452         [EFL] Enable PROGRESS_TAG feature
2453         https://bugs.webkit.org/show_bug.cgi?id=62212
2454
2455         * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
2456
2457 2011-06-08  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2458
2459         Reviewed by Kenneth Rohde Christiansen.
2460
2461         [CMAKE] Never let a WTF_FEATURE defined to nothing
2462         https://bugs.webkit.org/show_bug.cgi?id=60820
2463
2464         If a port doesn't want to give the user some configure options,
2465         nevertheless it would have to define this feature as OFF. Otherwise
2466         there's a build error because the generated cmakeconfig.h is not
2467         parsed correctly by ENABLE macro, which expects each feature to be
2468         either undefined or defined to TRUE/FALSE.
2469
2470         * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
2471         of the feature, which allows CONFIGURE_FILE() to replace it in the new
2472         cmakeconfig.h.cmake.
2473         * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
2474         with another variable. This way the feature will always be 0 or 1 and
2475         it will never be left undefined.
2476
2477 2011-06-07  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2478
2479         Reviewed by Antonio Gomes.
2480
2481         [EFL] Remove Ecore_X bits from PlatformScreenEfl
2482         https://bugs.webkit.org/show_bug.cgi?id=61649
2483
2484         Remove the need for Ecore_X and some X calls by always using
2485         new functions available in EFL to get the screen size.
2486
2487         * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
2488
2489 2011-06-07  Andreas Kling  <andreas.kling@nokia.com>
2490
2491         Reviewed by Laszlo Gombos.
2492
2493         [Qt] Fix Symbian build with RVCT 2.x
2494         https://bugs.webkit.org/show_bug.cgi?id=62205
2495
2496         RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
2497         option, so restrict it to version 4.x of the compiler.
2498
2499         * Source/WebKit.pri:
2500
2501 2011-06-06  Martin Robinson  <mrobinson@igalia.com>
2502
2503         Fix the GTK+ build by ensuring that the autogenerated sources
2504         necessary for libWebCoreInternals are recorded in a predeclared
2505         variable before assigning to BUILT_SOURCES.
2506
2507         * GNUmakefile.am: Assign libWebCoreInternals built sources to
2508         libwebcoreinternals_built_sources before adding to the source list
2509         and to BUILT_SOURCES.
2510
2511 2011-06-06  Carlos Garcia Campos  <cgarcia@igalia.com>
2512
2513         Unreviewed. Fix the GTK+ build.
2514
2515         * GNUmakefile.am: Add javascriptcore_cflags variable.
2516
2517 2011-06-04  Kevin Ollivier  <kevino@theolliviers.com>
2518
2519         [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
2520         to build on Mac.
2521
2522         * wscript:
2523
2524 2011-06-04  Adam Barth  <abarth@webkit.org>
2525
2526         Configure new commit-queue instance.  (Please ignore.)
2527
2528 2011-06-03  Martin Robinson  <mrobinson@igalia.com>
2529
2530         Reviewed by Dimitri Glazkov.
2531
2532         Teach Gtk build about window.internals
2533         https://bugs.webkit.org/show_bug.cgi?id=61071
2534
2535         * Source/autotools/symbols.filter: Added some symbols necessary for
2536         window.internals to function to the global symbol list.
2537
2538 2011-06-03  Alexis Menard  <alexis.menard@openbossa.org>
2539
2540         Reviewed by Benjamin Poulain.
2541
2542         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
2543         https://bugs.webkit.org/show_bug.cgi?id=61957
2544
2545         When building inside the Qt source tree, qmake always append the mkspecs
2546         defines after ours. We have to workaround and make sure that we append
2547         our flags after the qmake variable used inside Qt. This workaround was provided
2548         by our qmake folks. We need to append in both case because qmake behave differently
2549         when called with -spec or via SUBDIR+=.
2550
2551         * Source/WebKit.pri:
2552
2553 2011-06-02  Alexis Menard  <alexis.menard@openbossa.org>
2554
2555         Reviewed by Andreas Kling.
2556
2557         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
2558         https://bugs.webkit.org/show_bug.cgi?id=61957
2559
2560         When building inside the Qt source tree, qmake always append the mkspecs
2561         defines after ours. We have to workaround and make sure that we append 
2562         our flags after the qmake variable used inside Qt. This workaround was provided 
2563         by our qmake folks.
2564
2565         * Source/WebKit.pri:
2566
2567 2011-03-30  Martin Robinson  <mrobinson@igalia.com>
2568
2569         Reviewed by Adam Roben.
2570
2571         [GTK] [WebKit2] Implement a basic WebKitTestRunner
2572         https://bugs.webkit.org/show_bug.cgi?id=57068
2573
2574         * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
2575
2576 2011-05-31  Xan Lopez  <xlopez@igalia.com>
2577
2578         Reviewed by Martin Robinson.
2579
2580         Bump version to 1.5.1.
2581
2582         * configure.ac:
2583
2584 2011-05-25  Gregg Tavares  <gman@chromium.org>
2585
2586         Reviewed by Kenneth Russell.
2587
2588         Add 'noExtensions' option to Web/GraphicsContext3D attributes.
2589         https://bugs.webkit.org/show_bug.cgi?id=61460
2590
2591         * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
2592         * Source/WebCore/platform/graphics/GraphicsContext3D.h:
2593         * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
2594         * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
2595
2596 2011-05-24  Keishi Hattori  <keishi@webkit.org>
2597
2598         Reviewed by Kent Tamura.
2599
2600         Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
2601         https://bugs.webkit.org/show_bug.cgi?id=61273
2602
2603         * configure.ac: Added INPUT_COLOR feature flag.
2604
2605 2011-05-24  Jay Civelli  <jcivelli@chromium.org>
2606
2607         Reviewed by Adam Barth.
2608
2609         Adding MHTML reading support.
2610         https://bugs.webkit.org/show_bug.cgi?id=7168
2611
2612         * configure.ac:
2613
2614 2011-05-23  Ryuan Choi  <ryuan.choi@samsung.com>
2615
2616         Rubber stamped by Eric Seidel.
2617
2618         [CMAKE] Refactoring wtf related code.
2619         https://bugs.webkit.org/show_bug.cgi?id=60146
2620
2621         Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
2622
2623         * Source/cmake/OptionsCommon.cmake:
2624         * Source/cmake/OptionsEfl.cmake:
2625
2626 2011-05-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2627
2628         Unreviewed. Fix build break.
2629
2630         * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
2631
2632 2011-05-16  Carlos Garcia Campos  <cgarcia@igalia.com>
2633
2634         Reviewed by Martin Robinson.
2635
2636         [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
2637         https://bugs.webkit.org/show_bug.cgi?id=58223
2638
2639         * configure.ac: Add configure option to enable/disable plugin
2640         process.
2641
2642 2011-05-12  Gregg Tavares  <gman@chromium.org>
2643
2644         Reviewed by Kenneth Russell.
2645
2646         Add option to select GraphicsContext3D implementation.
2647         https://bugs.webkit.org/show_bug.cgi?id=60297
2648
2649         * Source/WebKit/chromium/DEPS:
2650         * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
2651
2652 2011-05-12  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2653
2654         Reviewed by Antonio Gomes.
2655
2656         [CMAKE] Add option to unconditionally enable/disable a feature
2657         https://bugs.webkit.org/show_bug.cgi?id=60643
2658
2659         Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
2660         to enable a feature without showing to user that it can be disabled.
2661         This is useful if a port needs an option to be always ON/OFF and
2662         changing it will break the build.
2663
2664         This way it's possible to add mandatory features to each port without
2665         touching the cmakeconfig.cmake file.
2666
2667         * Source/cmake/WebKitFeatures.cmake:
2668
2669 2011-05-11  Dmitry Lomov  <dslomov@google.com>
2670
2671         Reviewed by David Levin.
2672
2673         https://bugs.webkit.org/show_bug.cgi?id=59561
2674         Switch TestWebKitAPI to GTest
2675
2676         Fixes Makefiles and WinCairo build as well
2677
2678         * Source/ThirdParty/gtest/README.WebKit:
2679         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
2680         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
2681         * Source/ThirdParty/gtest/xcode/Makefile: Added.
2682
2683 2011-05-09  Dmitry Lomov  <dslomov@google.com>
2684
2685         Reviewed by Sam Weinig.
2686         
2687         Switch TestWebKitAPI to GTest
2688         https://bugs.webkit.org/show_bug.cgi?id=59561
2689
2690         * Source/ThirdParty/gtest/README.WebKit:
2691         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
2692
2693 2011-05-09  Xan Lopez  <xlopez@igalia.com>
2694
2695         Reviewed by Gustavo Noronha.
2696
2697         Fix logic in GCC version detection, it was reversed.
2698
2699         * configure.ac:
2700
2701 2011-05-09  Alexis Menard  <alexis.menard@openbossa.org>
2702
2703         Reviewed by Andreas Kling.
2704
2705         [Qt] Fix the build on Embedded Linux.
2706         https://bugs.webkit.org/show_bug.cgi?id=60347
2707
2708         qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
2709         still be used in order to build properly.
2710
2711         * Source/WebKit.pri:
2712
2713 2011-05-05  Kevin Ollivier  <kevino@theolliviers.com>
2714
2715         [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
2716
2717         * wscript:
2718
2719 2011-05-05  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
2720
2721         Reviewed by Simon Hausmann.
2722
2723         Install correct header files for webkit.
2724
2725         Since WebKit is no longer inside Qt, we can remove the detection for
2726         that.
2727
2728         [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
2729         https://bugs.webkit.org/show_bug.cgi?id=57621
2730
2731         * Source/sync.profile:
2732
2733 2011-05-05  Adam Barth  <abarth@webkit.org>
2734
2735         Remove a couple stray mentions of WML that I missed before.
2736
2737         * configure.ac:
2738
2739 2011-05-05  Alexis Menard  <alexis.menard@openbossa.org>
2740
2741         Reviewed by Benjamin Poulain.
2742
2743         [Qt] Make QtWebKit build when using gcc 4.6.0
2744         https://bugs.webkit.org/show_bug.cgi?id=60265
2745
2746         If QtWebKit is compiled with gcc 4.6.0 and the build is not done
2747         with c++0x support we need to deactivate warnings about compatibility.
2748         Some WebKit types have names which conflicts with upcoming c++0x
2749         types. If QtWebKit is built with c++0x support, WebKit has code to
2750         fallback to the standard type rather than the WebKit implementation.
2751         For example nullptr will be the one of the std if build options turns on
2752         c++0x support.
2753
2754         * Source/WebKit.pri:
2755
2756 2011-05-04  Xan Lopez  <xlopez@igalia.com>
2757
2758         Reviewed by Martin Robinson.
2759
2760         [GTK] Fix warnings in webkit.m4 with autoconf 2.68
2761         https://bugs.webkit.org/show_bug.cgi?id=60189
2762
2763         Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
2764         to remove warnings.
2765
2766         * Source/autotools/webkit.m4: ditto.
2767
2768 2011-05-04  Martin Robinson  <mrobinson@igalia.com>
2769
2770         Fix the WebKitGTK+ build.
2771
2772         * configure.ac: Added option parsing code for loading touch icons.
2773
2774 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2775
2776         Reviewed by Xan Lopez.
2777
2778         [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
2779         https://bugs.webkit.org/show_bug.cgi?id=60041
2780
2781         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
2782         4.6.0) until our codebase is ready. This is the same as done for
2783         autotools.
2784
2785         * Source/cmake/WebKitHelpers.cmake: ditto.
2786
2787 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2788
2789         Unreviewed, rolling out r85624.
2790         http://trac.webkit.org/changeset/85624
2791
2792         The same command is used also for make_names.pl, which breaks
2793         the build.
2794
2795         * Source/cmake/OptionsCommon.cmake: ditto.
2796
2797 2011-05-03  Leandro Pereira  <leandro@profusion.mobi>
2798
2799         [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
2800
2801         Force linking with zlib so that uncompress() exists.
2802
2803         * Source/cmake/OptionsEfl.cmake: Find zlib.
2804
2805 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
2806
2807         [CMAKE] Unreviewed build fix for gcc >= 4.6
2808
2809         Same fix as done in r84123. CMake explicitly pass the arguments to
2810         make_names.pl, so let's make them the same.
2811
2812         * Source/cmake/OptionsCommon.cmake: ditto.
2813
2814 2011-05-02  Adam Klein  <adamk@chromium.org>
2815
2816         Reviewed by Tony Chang.
2817
2818         Roll chromium DEPS to r83722, add new crypto directory to DEPS
2819         https://bugs.webkit.org/show_bug.cgi?id=59992
2820
2821         * .gitignore:
2822         Ignore new chromium/crypto directory.
2823
2824 2011-05-03  Carlos Garcia Campos  <cgarcia@igalia.com>
2825
2826         Reviewed by Eric Seidel.
2827
2828         [GTK] Build webkit1 even when webkit2 is enabled
2829         https://bugs.webkit.org/show_bug.cgi?id=59695
2830
2831         * GNUmakefile.am:
2832         * configure.ac:
2833
2834 2011-05-01  ojab  <ojab@ojab.ru>
2835
2836         Reviewed by Eric Seidel.
2837
2838         --disable-video-track if --disable-video
2839         https://bugs.webkit.org/show_bug.cgi?id=59605
2840
2841         * configure.ac:
2842
2843 2011-04-29  Dean Jackson  <dino@apple.com>
2844
2845         Reviewed by Simon Fraser.
2846
2847         Add ENABLE macro for WebKitAnimation
2848         https://bugs.webkit.org/show_bug.cgi?id=59729
2849
2850         Add new feature to toggle WebKit Animation API.
2851
2852         * configure.ac:
2853
2854 2011-04-29  Kevin Ollivier  <kevino@theolliviers.com>
2855
2856         [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
2857
2858         * wscript:
2859
2860 2011-04-28  Adam Barth  <abarth@webkit.org>
2861
2862         Reviewed by Eric Seidel.
2863
2864         Remove WML
2865         https://bugs.webkit.org/show_bug.cgi?id=59678
2866
2867         Remove WML configuration option from the CMake build system.
2868
2869         * Source/cmake/OptionsEfl.cmake:
2870         * Source/cmake/OptionsWinCE.cmake:
2871         * Source/cmakeconfig.h.cmake:
2872
2873 2011-04-28  Xan Lopez  <xlopez@igalia.com>
2874
2875         Reviewed by Martin Robinson.
2876
2877         [Gtk] Split JSC and WebCore builds
2878         https://bugs.webkit.org/show_bug.cgi?id=19428
2879
2880         Add a pkg-config file for JavaScriptCoreGTK+.
2881
2882         * configure.ac: generate the final pkg-config file from our .in
2883         file.
2884
2885 2011-04-28  Xan Lopez  <xlopez@igalia.com>
2886
2887         Reviewed by Martin Robinson.
2888
2889         [Gtk] Split JSC and WebCore builds
2890         https://bugs.webkit.org/show_bug.cgi?id=19428
2891
2892         Build JavaScriptCore as a libtool shared library instead of a
2893         private convenience library.
2894
2895         * GNUmakefile.am: remove convenience library definition for jsc.
2896
2897 2011-04-28  Xan Lopez  <xlopez@igalia.com>
2898
2899         Reviewed by Martin Robinson.
2900
2901         [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
2902         https://bugs.webkit.org/show_bug.cgi?id=59718
2903
2904         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
2905         4.6.0) until our codebase is ready.
2906
2907         * configure.ac: do that.
2908
2909 2011-04-27  Yi Shen  <yi.4.shen@nokia.com>
2910
2911         Reviewed by Kenneth Rohde Christiansen.
2912
2913         [Qt] Upstream Symbian platform plugin
2914         https://bugs.webkit.org/show_bug.cgi?id=58435
2915
2916         Upstream Symbian platform plugin.
2917
2918         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
2919
2920 2011-04-27  Steve Block  <steveblock@google.com>
2921
2922         Reviewed by David Levin.
2923
2924         Remove Android build system
2925         https://bugs.webkit.org/show_bug.cgi?id=48111
2926
2927         This is to avoid the maintenance burden until the Android port is
2928         fully upstreamed.
2929
2930         * Source/Android.mk: Removed.
2931
2932 2011-04-26  Kevin Ollivier  <kevino@theolliviers.com>
2933
2934         Rubberstamped by Eric Seidel.
2935
2936         Enable waf to be used to build other ports
2937         https://bugs.webkit.org/show_bug.cgi?id=58213
2938
2939         * wscript:
2940
2941 2011-04-22  Sheriff Bot  <webkit.review.bot@gmail.com>
2942
2943         Unreviewed, rolling out r84627.
2944         http://trac.webkit.org/changeset/84627
2945         https://bugs.webkit.org/show_bug.cgi?id=59271
2946
2947         It broke Symbian build (Requested by Ossy on #webkit).
2948
2949         * Source/WebKit.pro:
2950
2951 2011-04-22  Yi Shen  <yi.4.shen@nokia.com>
2952
2953         Reviewed by Kenneth Rohde Christiansen.
2954
2955         [Qt] Upstream Symbian platform plugin
2956         https://bugs.webkit.org/show_bug.cgi?id=58435
2957
2958         Upstream Symbian platform plugin.
2959
2960         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
2961
2962 2011-04-21  Maciej Stachowiak  <mjs@apple.com>
2963
2964         Reviewed by Adam Roben.
2965
2966         Add a feature define to allow <details> and <summary> to be disabled
2967         https://bugs.webkit.org/show_bug.cgi?id=59118
2968         <rdar://problem/9257045>
2969
2970         * configure.ac:
2971
2972 2011-04-18  Evan Martin  <evan@chromium.org>
2973
2974         Reviewed by Eric Seidel.
2975
2976         [chromium] expose title direction to webkit client
2977         https://bugs.webkit.org/show_bug.cgi?id=58823
2978
2979         *  Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
2980         *  Tools/DumpRenderTree/chromium/LayoutTestController.h:
2981         Adapt to new API.  Expose title direction to JS so it can be tested.
2982
2983         *  Tools/DumpRenderTree/chromium/WebViewHost.cpp:
2984         *  Tools/DumpRenderTree/chromium/WebViewHost.h:
2985         Provide new API.
2986
2987 2011-04-18  Hans Wennborg  <hans@chromium.org>
2988
2989         Reviewed by Steve Block.
2990
2991         LevelDB backend for IndexedDB
2992         https://bugs.webkit.org/show_bug.cgi?id=57372
2993
2994         Add LevelDB wrappers to Android.mk.
2995
2996         * Source/Android.mk:
2997
2998 2011-04-18  Patrick Gansterer  <paroga@webkit.org>
2999
3000         Reviewed by Pavel Feldman.
3001
3002         REGRESSION (r81479): generate-inspector-idl fails on native win32
3003         https://bugs.webkit.org/show_bug.cgi?id=58315
3004
3005         Disable git autocrlf for Inspector.json.
3006
3007         * .gitattributes:
3008
3009 2011-04-16  Patrick Gansterer  <paroga@webkit.org>
3010
3011         Reviewed by Eric Seidel.
3012
3013         Rename PLATFORM(CAIRO) to USE(CAIRO)
3014         https://bugs.webkit.org/show_bug.cgi?id=55192
3015
3016         * Source/cmake/OptionsEfl.cmake:
3017
3018 2011-04-15  Shishir Agrawal  <shishir@chromium.org>
3019
3020         Reviewed by James Robinson.
3021
3022         Add a flag to guard Page Visibility API changes.
3023         https://bugs.webkit.org/show_bug.cgi?id=58464
3024
3025         Initial draft at:
3026         http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
3027
3028         * configure.ac:
3029
3030 2011-04-15  Xan Lopez  <xlopez@igalia.com>
3031
3032         Reviewed by Martin Robinson.
3033
3034         * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
3035         branch and was already cut off.
3036
3037 2011-04-15  Anna Cavender  <annacc@chromium.org>
3038
3039         Reviewed by Eric Carlson.
3040
3041         Renaming TRACK feature define to VIDEO_TRACK
3042         https://bugs.webkit.org/show_bug.cgi?id=53556
3043
3044         * configure.ac:
3045
3046 2011-04-13  Dmitry Lomov  <dslomov@google.com>
3047
3048         Reviewed by David Levin.
3049
3050         Add GTest unit-testing framework to WebKit
3051         https://bugs.webkit.org/show_bug.cgi?id=58507
3052
3053         * Source/ThirdParty/gtest/CHANGES: Added.
3054         * Source/ThirdParty/gtest/CMakeLists.txt: Added.
3055         * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
3056         * Source/ThirdParty/gtest/COPYING: Added.
3057         * Source/ThirdParty/gtest/Makefile.am: Added.
3058         * Source/ThirdParty/gtest/README: Added.
3059         * Source/ThirdParty/gtest/README.WebKit: Added.
3060         * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
3061         * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
3062         * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
3063         * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
3064         * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
3065         * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
3066         * Source/ThirdParty/gtest/configure.ac: Added.
3067         * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
3068         * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
3069         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
3070         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
3071         * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
3072         * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
3073         * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
3074         * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
3075         * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
3076         * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
3077         * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
3078         * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
3079         * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
3080         * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
3081         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
3082         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
3083         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
3084         * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
3085         * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
3086         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
3087         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
3088         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
3089         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
3090         * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
3091         * Source/ThirdParty/gtest/m4/gtest.m4: Added.
3092         * Source/ThirdParty/gtest/make/Makefile: Added.
3093         * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
3094         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
3095         * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
3096         * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
3097         * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
3098         * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
3099         * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
3100         * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
3101         * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
3102         * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
3103         * Source/ThirdParty/gtest/run_tests.py: Added.
3104         * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
3105         * Source/ThirdParty/gtest/samples/sample1.cc: Added.
3106         * Source/ThirdParty/gtest/samples/sample1.h: Added.
3107         * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
3108         * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
3109         * Source/ThirdParty/gtest/samples/sample2.cc: Added.
3110         * Source/ThirdParty/gtest/samples/sample2.h: Added.
3111         * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
3112         * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
3113         * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
3114         * Source/ThirdParty/gtest/samples/sample4.cc: Added.
3115         * Source/ThirdParty/gtest/samples/sample4.h: Added.
3116         * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
3117         * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
3118         * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
3119         * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
3120         * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
3121         * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
3122         * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
3123         * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
3124         * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
3125         * Source/ThirdParty/gtest/scripts/pump.py: Added.
3126         * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
3127         * Source/ThirdParty/gtest/scripts/upload.py: Added.
3128         * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
3129         * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
3130         * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
3131         * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
3132         * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
3133         * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
3134         * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
3135         * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
3136         * Source/ThirdParty/gtest/src/gtest.cc: Added.
3137         * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
3138         * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
3139         * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
3140         * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
3141         * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
3142         * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
3143         * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
3144         * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
3145         * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
3146         * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
3147         * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
3148         * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
3149         * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
3150         * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
3151         * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
3152         * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
3153         * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
3154         * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
3155         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
3156         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
3157         * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
3158         * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
3159         * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
3160         * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
3161         * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
3162         * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
3163         * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
3164         * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
3165         * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
3166         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
3167         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
3168         * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
3169         * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
3170         * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
3171         * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
3172         * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
3173         * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
3174         * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
3175         * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
3176         * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
3177         * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
3178         * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
3179         * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
3180         * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
3181         * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
3182         * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
3183         * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
3184         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
3185         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
3186         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
3187         * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
3188         * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
3189         * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
3190         * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
3191         * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
3192         * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
3193         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
3194         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
3195         * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
3196         * Source/ThirdParty/gtest/test/production.cc: Added.
3197         * Source/ThirdParty/gtest/test/production.h: Added.
3198         * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
3199         * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
3200         * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
3201         * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
3202         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
3203         * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
3204         * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
3205         * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
3206         * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
3207         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
3208         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
3209         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
3210         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
3211         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
3212         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
3213         * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
3214         * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
3215         * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
3216
3217 2011-04-13  Ryuan Choi  <ryuan.choi@samsung.com>
3218
3219         Reviewed by Kenneth Rohde Christiansen.
3220
3221         [CMAKE] Separate DerivedSources.
3222         https://bugs.webkit.org/show_bug.cgi?id=58427
3223
3224         Seperate DerivedSources/ to DerivedSources/WebCore and
3225         DerivedSources/JavaScriptCore.
3226
3227         * Source/CMakeLists.txt:
3228         * Source/cmake/OptionsCommon.cmake:
3229         * Source/cmake/WebKitFS.cmake:
3230         * Source/cmake/WebKitHelpers.cmake:
3231         * Source/cmake/WebKitMacros.cmake:
3232
3233 2011-04-13  Tony Chang  <tony@chromium.org>
3234
3235         Ignore files generated from glu.gyp.
3236
3237         * .gitignore:
3238
3239 2011-03-28  Adam Barth  <abarth@webkit.org>
3240
3241         Reviewed by Kenneth Russell.
3242
3243         Move libtess from WebCore/thirdparty to ThirdParty
3244         https://bugs.webkit.org/show_bug.cgi?id=57288
3245
3246         We're putting third party code in Source/ThirdParty these days.
3247
3248         * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
3249         * Source/ThirdParty/glu/glu.gyp: Added.
3250
3251 2011-04-12  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
3252
3253         Reviewed by Eric Seidel.
3254
3255         [QT] Enable JIT build for SH4 platforms.
3256         https://bugs.webkit.org/show_bug.cgi?id=58317
3257         add disable_uitools for SH4 platforms.
3258
3259         * Source/WebKit.pri:
3260
3261 2011-04-11  Anna Cavender  <annacc@chromium.org>
3262
3263         Reviewed by Eric Carlson.
3264
3265         Setup ENABLE(TRACK) feature define
3266         https://bugs.webkit.org/show_bug.cgi?id=53556
3267
3268         * configure.ac:
3269
3270 2011-04-11  Varun Jain  <varunjain@chromium.org>
3271
3272         Reviewed by Darin Fisher.
3273
3274         Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
3275         https://bugs.webkit.org/show_bug.cgi?id=58245
3276
3277         *  Source/WebKit/chromium/public/WebWidget.h:
3278
3279 2011-04-11  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
3280
3281         Reviewed by Oliver Hunt.
3282
3283         SH4 JIT SUPPORT.
3284         https://bugs.webkit.org/show_bug.cgi?id=44329
3285
3286         Enable JIT support for SH4 platforms.
3287
3288         * configure.ac:
3289
3290 2011-04-11  Andreas Kling  <andreas.kling@nokia.com>
3291
3292         Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
3293
3294         * Source/WebKit.pri:
3295
3296 2011-04-09  Keith Kyzivat  <keith.kyzivat@nokia.com>
3297
3298         Reviewed by Laszlo Gombos.
3299
3300         [Qt] Don't link against fontconfig or X11 if embedded
3301         https://bugs.webkit.org/show_bug.cgi?id=58104
3302
3303         * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
3304
3305 2011-04-08  Alpha Lam  <hclam@chromium.org>
3306
3307         Unreviewed, rolling out r83335.
3308         http://trac.webkit.org/changeset/83335
3309         https://bugs.webkit.org/show_bug.cgi?id=53556
3310
3311         GTK and QT bots are broken.
3312
3313         * configure.ac:
3314
3315 2011-04-08  Kristian Amlie  <kristian.amlie@nokia.com>
3316
3317         Reviewed by Andreas Kling.
3318
3319         [Qt] Remove modular references after support for the flag was removed.
3320         https://bugs.webkit.org/show_bug.cgi?id=57018
3321
3322         Removed modular references after support for the flag was removed.
3323
3324         Support was removed because the Qt Modularization project decided we
3325         don't need it. It's better to base decisions on the available
3326         information, as demonstrated in the patch by checking
3327         QT.phonon.includes.
3328
3329         * Source/WebKit.pri:
3330
3331 2011-04-07  Anna Cavender  <annacc@chromium.org>
3332
3333         Reviewed by Eric Carlson.
3334
3335         Setup ENABLE(TRACK) feature define
3336         https://bugs.webkit.org/show_bug.cgi?id=53556
3337
3338         * configure.ac:
3339
3340 2011-04-08  Varun Jain  <varunjain@chromium.org>
3341
3342         Reviewed by Darin Fisher.
3343
3344         Need to extend WebKit chromium API to access text selection
3345         https://bugs.webkit.org/show_bug.cgi?id=57888
3346
3347         *  Source/WebKit/chromium/public/WebFrame.h:
3348         *  Source/WebKit/chromium/public/WebWidget.h:
3349         *  Source/WebKit/chromium/src/WebFrameImpl.cpp:
3350         *  Source/WebKit/chromium/src/WebFrameImpl.h:
3351         *  Source/WebKit/chromium/src/WebPopupMenuImpl.h:
3352         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
3353         *  Source/WebKit/chromium/src/WebViewImpl.h:
3354         *  Source/WebKit/chromium/tests/PopupMenuTest.cpp:
3355
3356 2011-04-08  Jon Lee  <jonlee@apple.com>
3357
3358         Reviewed by David Levin.
3359
3360         adding *.vcproj.*.user to .gitignore for Visual Studio development
3361         https://bugs.webkit.org/show_bug.cgi?id=58097
3362
3363         * .gitignore:
3364
3365 2011-04-07  Eric Seidel  <eric@webkit.org>
3366
3367         Reviewed by Adam Barth.
3368
3369         Add stub support for generating Gtk build system from gyp
3370         https://bugs.webkit.org/show_bug.cgi?id=58086
3371
3372         This adds support for a new --port argument and plumbs through
3373         the necessary paths to allow generating for a port other than Mac.
3374
3375         * Source/gyp/configure:
3376
3377 2011-04-07  Andrew Scherkus  <scherkus@chromium.org>
3378
3379         Revert ENABLE_TRACK patch due to compile failures.
3380
3381         * configure.ac:
3382
3383 2011-04-06  Dai Mikurube  <dmikurube@chromium.org>
3384
3385         Reviewed by David Levin.
3386
3387         Add QUOTA build flag for unified quota API
3388         https://bugs.webkit.org/show_bug.cgi?id=57918
3389
3390         * configure.ac: Added QUOTA build flag
3391
3392 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
3393
3394         Build fix for GTK+ after r82876.
3395
3396         * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
3397         from WTF that DRT uses.
3398
3399 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
3400
3401         Reviewed by Gustavo Noronha Silva.
3402
3403         [GTK] WebGL support
3404         https://bugs.webkit.org/show_bug.cgi?id=31517
3405
3406         * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
3407
3408 2011-04-04  Jon Lee  <jonlee@apple.com>
3409
3410         Reviewed by Eric Seidel.
3411
3412         add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
3413         https://bugs.webkit.org/show_bug.cgi?id=57646
3414
3415         * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
3416
3417 2011-03-31  Xan Lopez  <xlopez@igalia.com>
3418
3419         Reviewed by Martin Robinson.
3420
3421         [GTK] Link explicitly with XRender on Linux/Unix
3422         https://bugs.webkit.org/show_bug.cgi?id=57558
3423
3424         Some linkers, like GNU Gold, require explicit linkage of all the
3425         libraries used instead of relying on our dependencies to bring
3426         them in. In this case, the build fails because we use XRender in
3427         the plugin code but don't link directly to it.
3428
3429         * configure.ac: check for XRender on UNIX.
3430
3431 2011-03-31  Vamshikrishna.Yellenki  <vamshi@motorola.com> and Alejandro G. Castro  <alex@igalia.com>
3432
3433         Reviewed by Martin Robinson.
3434
3435         Implement MiniBrowser for Gtk port.
3436         https://bugs.webkit.org/show_bug.cgi?id=48512
3437
3438         Initial implementation of the Gtk MiniBrowser.
3439
3440         * GNUmakefile.am:
3441
3442 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
3443
3444         [Qt] Typo fix, remove an accidentally added line.
3445
3446         * Source/WebKit.pri:
3447
3448 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
3449
3450         [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
3451
3452         * Source/WebKit.pri:
3453
3454 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
3455
3456         Rubber-stamped by Andreas Kling.
3457
3458         [Qt] Remove modular references after support for the flag was removed.
3459         https://bugs.webkit.org/show_bug.cgi?id=57018
3460
3461         Symbian buildfix after r82232.
3462
3463         * Source/WebKit.pri: Readd uitools option.
3464
3465 2011-03-29  Kristian Amlie  <kristian.amlie@nokia.com>
3466
3467         Reviewed by Andreas Kling.
3468
3469         Removed modular references after support for the flag was removed.
3470
3471         Support was removed because the Qt Modularization project decided we
3472         don't need it. It's better to base decisions on the available
3473         information, as demonstrated in the patch by checking
3474         QT.phonon.includes.
3475
3476         In addition, remove the reference to uitools. It has been moved to
3477         QtKernel now, and therefore is always available.
3478
3479         [Qt] Remove modular references after support for the flag was removed.
3480         https://bugs.webkit.org/show_bug.cgi?id=57018
3481
3482         * Source/WebKit.pri:
3483
3484 2011-03-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
3485
3486         Reviewed by Andreas Kling.
3487
3488         [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
3489         https://bugs.webkit.org/show_bug.cgi?id=57087
3490
3491         Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
3492
3493         * Source/WebKit.pri:
3494
3495 2011-03-26  Adam Barth  <abarth@webkit.org>
3496
3497         Reviewed by Eric Seidel.
3498
3499         We shouldn't bother running GYP if the generated files are newer than the GYP files
3500         https://bugs.webkit.org/show_bug.cgi?id=57146
3501
3502         In the common case, this check will avoid any overhead from processing
3503         the GYP files.  Another approach to doing this is to add the feature to
3504         GYP directly, but GYP's approach to this problem is to compute the
3505         output in its entirety and compare it byte-for-byte against the output
3506         file.  In the future, it might make sense to add this approach as an
3507         alternative approach for GYP itself.
3508
3509         I also removed JavaScriptGlue from the script because we're not really
3510         going to change JavaScriptGlue over to GYP.  We were using
3511         JavaScriptGlue as a learning experience.
3512
3513         * Source/gyp/configure:
3514
3515 2011-03-25  Kevin Ollivier  <kevino@theolliviers.com>
3516
3517         [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
3518
3519         * wscript:
3520
3521 2011-03-23  George Guo  <George.Guo@nokia.com>
3522
3523         Reviewed by Darin Adler.
3524
3525         Webkit warning: converting to 'unsigned int' from 'double'
3526         https://bugs.webkit.org/show_bug.cgi?id=56865
3527
3528         With -Werr enabled, this cause the build failure on RedHat Linux. 
3529         Add a cast helped.  
3530
3531         * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
3532         (JSC::getCPUTime):
3533
3534 2011-03-23  Adam Barth  <abarth@webkit.org>
3535
3536         Reviewed by Eric Seidel.
3537
3538         GYP build should default to Production configuration
3539         https://bugs.webkit.org/show_bug.cgi?id=56899
3540
3541         * Source/gyp/common.gypi:
3542
3543 2011-03-22  Adam Barth  <abarth@webkit.org>
3544
3545         Reviewed by Eric Seidel.
3546
3547         gyp/configure shouldn&apos;t require GYP to be in your path
3548         https://bugs.webkit.org/show_bug.cgi?id=56873
3549
3550         Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
3551         instead of requiring GYP to be in the user's path.
3552
3553         * Source/gyp/configure:
3554
3555 2011-03-22  Adam Barth  <abarth@webkit.org>
3556
3557         Reviewed by Eric Seidel.
3558
3559         Add GYP to Source/ThirdParty
3560         https://bugs.webkit.org/show_bug.cgi?id=56870
3561
3562         We probably don't need all the test files, but it seems cleaner to just
3563         check in the whole GYP tree.  GYP is BSD licensed, so it is compatible
3564         with the WebKit license.
3565
3566         * Source/ThirdParty/gyp: Added.
3567
3568 2011-03-21  Alejandro G. Castro  <alex@igalia.com>
3569
3570         Reviewed by Martin Robinson.
3571
3572         [GTK] 1.3.13 release bump
3573         https://bugs.webkit.org/show_bug.cgi?id=56795
3574
3575         Version bump for 1.3.13 and updated NEWS file with release notes.
3576
3577         * configure.ac:
3578
3579 2011-03-21  Ryuan Choi  <ryuan.choi@samsung.com>
3580
3581         Reviewed by Antonio Gomes.
3582
3583         [CMAKE] Add exception handling when PORT was missing.
3584         https://bugs.webkit.org/show_bug.cgi?id=56728
3585
3586         * Source/CMakeLists.txt:
3587
3588 2011-03-10  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
3589
3590         Reviewed by Laszlo Gombos.
3591
3592         [Qt] Text layout is broken on Symbian
3593         https://bugs.webkit.org/show_bug.cgi?id=56046
3594
3595         Change integers included into bitfields to be signed by default on RVCT
3596         compiler as a lot of other compilers do (gcc, msvc, winsc).
3597         There are a lot of places in webkit where integers included in bitfield
3598         are assumed to be signed.
3599
3600         * Source/WebKit.pri:
3601
3602 2011-03-10  Alejandro G. Castro  <alex@igalia.com>
3603
3604         Unreviewed, fixed Efl compilation after r80744.
3605
3606         * Source/cmake/OptionsEfl.cmake:
3607
3608 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
3609
3610         Fixed the help message for WebGL support on GTK+ to reflect the fact that
3611         it's turned off by default and is experimental.
3612
3613         * configure.ac: Fix WebGL help message.
3614
3615 2011-03-04  Dimitri Glazkov  <dglazkov@chromium.org>
3616
3617         Reviewed by Adam Barth.
3618
3619         Add skeletal WebCore.gyp
3620         https://bugs.webkit.org/show_bug.cgi?id=55802
3621
3622         * Source/gyp/configure: Added WebCore.
3623
3624 2011-03-04  Adam Barth  <abarth@webkit.org>
3625
3626         Reviewed by Dimitri Glazkov.
3627
3628         Add a basic configure script for the GYP build
3629         https://bugs.webkit.org/show_bug.cgi?id=55791
3630
3631         This script just calls GYP on the various gyp projects.  As we add more
3632         build systems, this script should be able to select which of them you'd
3633         like to generate the project for.
3634
3635         * Source/gyp/configure: Added.
3636
3637 2011-03-04  Adam Barth  <abarth@webkit.org>
3638
3639         Reviewed by Dimitri Glazkov.
3640
3641         Use target_defaults to reduce boilerplate in GYP build system
3642         https://bugs.webkit.org/show_bug.cgi?id=55790
3643
3644         This file contains GYP declarations that are shared by all the modules.
3645         Currently, we use this to set up the configurations, albeit primitively.
3646
3647         * Source/gyp/common.gypi: Added.
3648
3649 2011-03-03  Kevin Ollivier  <kevino@theolliviers.com>
3650
3651         [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
3652         to make sure the proper unicode/utf8.h header is included.
3653
3654         * wscript:
3655
3656 2011-03-02  Kevin Ollivier  <kevino@theolliviers.com>
3657
3658         [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
3659         included in the ICU headers used by WebKit.
3660
3661         * wscript:
3662
3663 2011-03-02  Daniel Cheng  <dcheng@chromium.org>
3664
3665         Reviewed by David Levin.
3666
3667         Add feature define for data transfer items
3668         https://bugs.webkit.org/show_bug.cgi?id=55510
3669
3670         * Source/cmake/OptionsEfl.cmake:
3671         * Source/cmake/OptionsWinCE.cmake:
3672         * Source/cmakeconfig.h.cmake:
3673         * configure.ac:
3674
3675 >>>>>>> .r80188
3676 2011-03-02  Andras Becsi  <abecsi@webkit.org>
3677
3678         Reviewed by Laszlo Gombos.
3679
3680         [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
3681         https://bugs.webkit.org/show_bug.cgi?id=55478
3682
3683         On case insensitive systems the generated forwarding headers cause build problems.
3684
3685         * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
3686
3687 2011-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
3688
3689         Unreviewed, rolling out r80079.
3690         http://trac.webkit.org/changeset/80079
3691         https://bugs.webkit.org/show_bug.cgi?id=55547
3692
3693         "Broke the Win debug build?" (Requested by dcheng on #webkit).
3694
3695         * Source/cmake/OptionsEfl.cmake:
3696         * Source/cmake/OptionsWinCE.cmake:
3697         * Source/cmakeconfig.h.cmake:
3698
3699 2011-03-01  Daniel Cheng  <dcheng@chromium.org>
3700
3701         Reviewed by David Levin.
3702
3703         Add feature define for data transfer items
3704         https://bugs.webkit.org/show_bug.cgi?id=55510
3705
3706         * Source/cmake/OptionsEfl.cmake:
3707         * Source/cmake/OptionsWinCE.cmake:
3708         * Source/cmakeconfig.h.cmake:
3709
3710 2011-03-01  Andras Becsi  <abecsi@webkit.org>
3711
3712         Reviewed by Csaba Osztrogonác.
3713
3714         [Qt] Clean up the project files and move common options to WebKit.pri.
3715
3716         Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
3717
3718         * Source/WebKit.pri: Common options should be here.
3719         Also move Mac options to this file to fix the Mac build.
3720
3721 2011-03-01  Andras Becsi  <abecsi@webkit.org>
3722
3723         Unreviewed build fix.
3724
3725         [Qt] Fix minimal build.
3726
3727         * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
3728
3729 2011-02-28  Adam Barth  <abarth@webkit.org>
3730
3731         Reviewed by Dimitri Glazkov.
3732
3733         Teach JavaScriptGlue gyp build about DEPTH
3734         https://bugs.webkit.org/show_bug.cgi?id=55421
3735
3736         Moves the previously JavaScriptGlue-specific GYP helper shell scripts
3737         to the gyp directory in Source, where they can be shared by multiple
3738         frameworks.
3739
3740         * Source/gyp: Added.
3741         * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
3742         * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
3743         * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
3744
3745 2011-02-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
3746
3747         Reviewed by Kenneth Rohde Christiansen.
3748
3749         [Qt][WK2] Add a way to test the WebKit 2 APIs
3750         https://bugs.webkit.org/show_bug.cgi?id=55408
3751
3752         Add the build file for test to the build system.
3753
3754         * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
3755         * Source/WebKit.pro: Add the dependency to build the new test project.
3756
3757 2011-02-28  Balazs Kelemen  <kbalazs@webkit.org>
3758
3759         Reviewed by Anders Carlsson.
3760
3761         [Qt][WK2] Plugin initialization
3762         https://bugs.webkit.org/show_bug.cgi?id=48127
3763
3764         * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
3765         from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
3766
3767 2011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
3768
3769         Reviewed by Andreas Kling.
3770
3771         Added full webkit module profile and a syncqt profile.
3772
3773         This is for modularized Qt.
3774
3775         [Qt] WebKit patches required to work with a modularized version of Qt
3776         https://bugs.webkit.org/show_bug.cgi?id=53916
3777
3778         * Source/sync.profile: Added.
3779
3780 2011-02-26  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
3781
3782         Reviewed by Laszlo Gombos.
3783
3784         [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
3785         non-production builds.
3786         https://bugs.webkit.org/show_bug.cgi?id=55313
3787
3788         * Source/WebKit.pri:
3789
3790 2011-02-24  Alejandro G. Castro  <alex@igalia.com>
3791
3792         Rubber-stamped by Martin Robinson.
3793
3794         Fixed compilation after r79537, added a bug to solve webkit2
3795         translations:
3796         https://bugs.webkit.org/show_bug.cgi?id=55153
3797
3798         * GNUmakefile.am:
3799
3800 2011-02-24  Christian Dywan  <christian@lanedo.com>
3801
3802         Rubber-stamped by Eric Seidel.
3803
3804         [GTK] webkitgtk 1.3.7 build without translations
3805         https://bugs.webkit.org/show_bug.cgi?id=50612
3806
3807         * GNUmakefile.am: Require stamp-po target for all-local so
3808             that po files are built before they install.
3809
3810 2011-02-22  Philippe Normand  <pnormand@igalia.com>
3811
3812         Reviewed by Martin Robinson.
3813
3814         [GTK] 1.3.12 release preparation
3815         https://bugs.webkit.org/show_bug.cgi?id=54967
3816
3817         Version bump for 1.3.12 and updated NEWS file with release notes.
3818         Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
3819         and Martin.
3820
3821         * Source/WebKit/gtk/NEWS:
3822         * configure.ac:
3823
3824 2011-02-22  Andras Becsi  <abecsi@webkit.org>
3825
3826         Reviewed by Laszlo Gombos.
3827
3828         [Qt] Redesign the build system
3829         https://bugs.webkit.org/show_bug.cgi?id=51339
3830
3831         Part 2.
3832
3833         Build WebCore as a static library, compile the WebKit API and WebKit2 API
3834         in a final step and link to WebKit2, WebCore and JSC libraries to fix
3835         linking issues resulting from stripped away symbols.
3836
3837         * Source/WebKit.pri: Add common include paths
3838         * Source/WebKit.pro: Add new project file to SUBDIRS
3839
3840 2011-02-20  Carlos Garcia Campos  <cgarcia@igalia.com>
3841
3842         Reviewed by Martin Robinson.
3843
3844         [GTK] Bump GTK+3 dependency to 3.0
3845         https://bugs.webkit.org/show_bug.cgi?id=54394
3846
3847         * configure.ac:
3848
3849 2011-02-19  Ryuan Choi  <ryuan.choi@samsung.com>
3850
3851         Reviewed by Martin Robinson.
3852
3853         [GTK] Remove mandatory Enchant dependency
3854         https://bugs.webkit.org/show_bug.cgi?id=51587
3855
3856         Add enable-spellcheck option which decides whether to use enchant.
3857         If disabled, WebKitGTK+ will not use enchant library.
3858
3859         * configure.ac:
3860
3861 2011-02-18  Zan Dobersek  <zandobersek@gmail.com>
3862
3863         Reviewed by Martin Robinson.
3864
3865         [Gtk] Re-enable meter tag support
3866         https://bugs.webkit.org/show_bug.cgi?id=54762
3867
3868         Enable meter tag support in the configure.ac. This feature was
3869         previously enabled by default in the makefile, but should be
3870         enabled here after changes in r78981.
3871
3872         * configure.ac:
3873
3874 2011-02-18  Kristian Amlie  <kristian.amlie@nokia.com>
3875
3876         Reviewed by Kenneth Rohde Christiansen.
3877
3878         Avoided UiTools dependency if the module is not present.
3879
3880         [Qt] WebKit patches required to work with a modularized version of Qt
3881         https://bugs.webkit.org/show_bug.cgi?id=53916
3882
3883         * Source/WebKit.pri:
3884
3885 2011-02-18  Ryuan Choi  <ryuan.choi@samsung.com>
3886
3887         Reviewed by Kent Tamura.
3888
3889         [EFL] Remove GDK dependency.
3890         https://bugs.webkit.org/show_bug.cgi?id=53978
3891
3892         Remove checking GDK library.
3893
3894         * Source/cmake/OptionsEfl.cmake:
3895
3896 2011-02-18  Philippe Normand  <pnormand@igalia.com>
3897
3898         Unreviewed, build fix after r78981
3899
3900         * configure.ac: datagrid is datagrid, it is not database. Also
3901         meter is not progress. Fixed copy/paste mistakes.
3902
3903 2011-02-18  Philippe Normand  <pnormand@igalia.com>
3904
3905         Reviewed by Martin Robinson.
3906
3907         [GTK] minimal build unrecognized options
3908         https://bugs.webkit.org/show_bug.cgi?id=50890
3909
3910         * configure.ac: added new configure options to enable/disable the
3911         meter element, progress element, datagrid and client-based
3912         geolocation support.
3913
3914 2011-02-17  Kevin Ollivier  <kevino@theolliviers.com>
3915
3916         [wx] Build fix after introduction of JavaScriptCore/collector.
3917         
3918         * wscript:
3919
3920 2011-02-17  Kristian Amlie  <kristian.amlie@nokia.com>
3921
3922         Reviewed by Laszlo Gombos.
3923
3924         Updated include paths for phonon.
3925
3926         [Qt] WebKit patches required to work with a modularized version of Qt
3927         https://bugs.webkit.org/show_bug.cgi?id=53916
3928
3929         * Source/WebKit.pri:
3930
3931 2011-02-13  Hayato Ito  <hayato@chromium.org>
3932
3933         Reviewed by Kent Tamura.
3934
3935         Update .gitignore to ignore files which Ninja build system generates.
3936
3937         https://bugs.webkit.org/show_bug.cgi?id=54378
3938
3939         * .gitignore:
3940
3941 2011-02-10  Peter Varga  <pvarga@webkit.org>
3942
3943         Reviewed by Csaba Osztrogonác.
3944
3945         Remove PCRE source from trunk
3946         https://bugs.webkit.org/show_bug.cgi?id=54188
3947
3948         * Source/cmake/WebKitFS.cmake:
3949
3950 2011-02-09  Adam Barth  <abarth@webkit.org>
3951
3952         Reviewed by Steve Block.
3953
3954         Move Android.mk into Source
3955         https://bugs.webkit.org/show_bug.cgi?id=53751
3956
3957         A somewhat blind attempt to move Android.mk into the Source directory.
3958         I'm sure I've goofed this up in some way.  The Android folks have
3959         kindly volunteered to fix this up once they merge past this revision.
3960
3961         * Android.mk: Removed.
3962         * Source/Android.mk: Copied from Android.mk.
3963
3964 2011-02-08  Alejandro G. Castro  <alex@igalia.com>
3965
3966         Reviewed by Martin Robinson.
3967
3968         WebKit2 GTK Fails to Build #include nested too deeply
3969         https://bugs.webkit.org/show_bug.cgi?id=52219
3970
3971         Removed the __STDC_FORMAT_MACROS definition, it is already defined
3972         in the file where PRIxx64 is used before the inclusion so we are
3973         safe.
3974
3975         * configure.ac:
3976
3977 2011-02-08  Kristian Amlie  <kristian.amlie@nokia.com>
3978
3979         Reviewed by Eric Seidel.
3980
3981         Added include paths for QtScript.
3982
3983         WebKit patches required to work with a modularized version of Qt
3984         https://bugs.webkit.org/show_bug.cgi?id=53916
3985
3986         * Source/WebKit.pri:
3987
3988 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
3989
3990         Fix GTK+ WebGL build after r76600.
3991
3992         * configure.ac: Make sure to respect configure.ac conventions 
3993         consistently when it comes to capitalization. Remove an old
3994         reference to enable_3d_canvas.
3995
3996 2011-02-02  Alejandro G. Castro  <alex@igalia.com>
3997
3998         Reviewed by Martin Robinson.
3999
4000         Bump the WebKitGTK+ versions in preparation for development release.
4001
4002         * configure.ac: Bump the library, libtool and user agent version.
4003
4004 2011-02-02  Steve Lacey  <sjl@chromium.org>
4005
4006         Reviewed by Eric Carlson.
4007
4008         Implement basic media statistics on media elements.
4009         https://bugs.webkit.org/show_bug.cgi?id=53322
4010
4011         * configure.ac:
4012
4013 2011-02-02  Kevin Ollivier  <kevino@theolliviers.com>
4014
4015         [wx] Build fixes for wxWebKit.
4016
4017         * wscript:
4018
4019 2010-01-28  Commit Queue  <commit-queue@webkit.org>
4020
4021         Unreviewed.  Test commit for commit-queue@webkit.org.
4022
4023 2010-01-28  Commit Queue  <commit-queue@webkit.org>
4024
4025         Unreviewed.  Test commit for commit-queue@webkit.org.
4026
4027 2010-01-28  Commit Queue  <commit-queue@webkit.org>
4028
4029         Unreviewed.  Test commit for commit-queue@webkit.org.
4030
4031 2011-01-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
4032
4033         Reviewed by Xan Lopez.
4034
4035         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
4036         https://bugs.webkit.org/show_bug.cgi?id=53379
4037
4038         Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
4039         dependency on newer soup to efl as well.
4040
4041         * Source/cmake/OptionsEfl.cmake:
4042
4043 2011-01-29  Daniel Bates  <dbates@rim.com>
4044
4045         Reviewed by Maciej Stachowiak.
4046
4047         Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
4048         https://bugs.webkit.org/show_bug.cgi?id=53382
4049
4050         Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
4051         So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
4052         Therefore, we should remove such references.
4053
4054         * Source/cmake/OptionsCommon.cmake:
4055
4056 2011-01-29  Daniel Bates  <dbates@rim.com>
4057
4058         Reviewed by Eric Seidel.
4059
4060         Move wince/mt19937ar.c to ThirdParty and make it a policy choice
4061         https://bugs.webkit.org/show_bug.cgi?id=53253
4062
4063         Move implementation of Mersenne Twister pseudorandom number generator to
4064         ThirdParty since it is a third party library.
4065
4066         * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
4067
4068 2011-01-29  Dan Winship  <danw@gnome.org>
4069
4070         Reviewed by Xan Lopez.
4071
4072         [GTK] Require the latest glib and libsoup, and remove conditional
4073         support for older versions
4074         https://bugs.webkit.org/show_bug.cgi?id=50675
4075
4076         * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
4077         basically the same work by hand
4078         * configure.ac:
4079
4080 2011-01-28  Martin Robinson  <mrobinson@igalia.com>
4081
4082         [GTK] Build failure with --enable-indexed-database
4083         https://bugs.webkit.org/show_bug.cgi?id=50954
4084
4085         Build fix for IndexedDB support.
4086
4087         * configure.ac: Change the autogen.sh option --enable-indexeddb to
4088         --enable-indexed-database to match the build-webkit option.
4089
4090 2010-01-28  Commit Queue  <commit-queue@webkit.org>
4091
4092         Unreviewed.  Test commit for commit-queue@webkit.org.
4093
4094 2010-01-28  Commit Queue  <commit-queue@webkit.org>
4095
4096         Unreviewed.  Test commit for commit-queue@webkit.org.
4097
4098 2011-01-26  Yael Aharon  <yael.aharon@nokia.com>
4099
4100         Reviewed by Laszlo Gombos.
4101
4102         [Qt][Symbian] Fix --minimal build
4103         https://bugs.webkit.org/show_bug.cgi?id=52839
4104
4105         Move definition of USE_SYSTEM_MALLOC out of pri file.
4106         Put it in platform.h instead.
4107
4108         * Source/WebKit.pri:
4109
4110 2011-01-26  Csaba Osztrogonác  <ossy@webkit.org>
4111
4112         Reviewed by Andreas Kling.
4113
4114         [Qt] Fix qt_minimal build
4115         https://bugs.webkit.org/show_bug.cgi?id=53172
4116
4117         * Source/WebKit.pri:
4118
4119 2011-01-25  Patrick Gansterer  <paroga@webkit.org>
4120
4121         Reviewed by Adam Barth.
4122
4123         Move main CMakeLists.txt into Source directory
4124         https://bugs.webkit.org/show_bug.cgi?id=52888
4125
4126         * CMakeLists.txt: Removed.
4127         * Source/CMakeLists.txt: Copied from CMakeLists.txt.
4128         * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
4129         * cmakeconfig.h.cmake: Removed.
4130
4131 2011-01-24  Chris Marrin  <cmarrin@apple.com>
4132
4133         Reviewed by Eric Seidel.
4134
4135         Change ENABLE_3D_CANVAS to ENABLE_WEBGL
4136         https://bugs.webkit.org/show_bug.cgi?id=53041
4137
4138         * configure.ac:
4139         
4140 2011-01-24  Peter Gal  <galpeter@inf.u-szeged.hu>
4141
4142         Rubber-stamped by Csaba Osztrogonác.
4143
4144         * runtime: Removed. It was accidentally created by r76457.
4145
4146 2011-01-24  Andras Becsi  <abecsi@webkit.org>
4147
4148         Reviewed by Csaba Osztrogonác.
4149
4150         [Qt] Move project files into Source
4151         https://bugs.webkit.org/show_bug.cgi?id=52891
4152
4153         * Source/DerivedSources.pro: Copied from DerivedSources.pro.
4154         * Source/WebKit.pri: Renamed from WebKit.pri.
4155         * Source/WebKit.pro: Added.
4156         * Source/common.pri: Renamed from common.pri.
4157         * WebKit.pro: Removed.
4158
4159 2011-01-20  Siddharth Mathur  <siddharth.mathur@nokia.com>
4160
4161         Reviewed by Laszlo Gombos.
4162
4163         [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
4164         https://bugs.webkit.org/show_bug.cgi?id=52835
4165
4166         * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
4167
4168 2011-01-20  Alejandro G. Castro  <alex@igalia.com>
4169
4170         Reviewed by Andreas Kling.
4171
4172         [GTK] Fix typo in the webkit2 section of the configure.ac file
4173         https://bugs.webkit.org/show_bug.cgi?id=52801
4174
4175         Fixed typo in the GTK WebKit2 compilation.
4176
4177         * configure.ac:
4178
4179 2011-01-19  Kimmo Kinnunen  <kimmo.t.kinnunen@nokia.com>
4180
4181         Reviewed by Andreas Kling.
4182
4183         Enable usage of Google ld if it exist but is not on by default.
4184
4185         [Qt] Enable the google ld if it exist but is not on by default
4186         https://bugs.webkit.org/show_bug.cgi?id=52625
4187
4188         * common.pri: flip the test.
4189
4190 2011-01-18  Mihai Parparita  <mihaip@chromium.org>
4191
4192         Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
4193         
4194         * .gitignore:
4195
4196 2011-01-18  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
4197
4198         Reviewed by Simon Fraser.
4199
4200         Support background-clip: content-box
4201         https://bugs.webkit.org/show_bug.cgi?id=48771
4202
4203         Addded content-box as a valid background-clip value.
4204
4205         * WebCore/css/CSSParser.cpp:
4206         (WebCore::parseBackgroundClip):
4207
4208 2011-01-18  Hayato Ito  <hayato@chromium.org>
4209
4210         Reviewed by Kent Tamura.
4211
4212         Update .gitignore file to reflect a recent WebKit directory movement.
4213
4214         https://bugs.webkit.org/show_bug.cgi?id=52618
4215
4216         * .gitignore:
4217
4218 2011-01-16  Adam Barth  <abarth@webkit.org>
4219
4220         Rubber-stamped by Eric Seidel.
4221
4222         Move WebKit into Source
4223         https://bugs.webkit.org/show_bug.cgi?id=52530
4224
4225         * Android.mk:
4226         * CMakeLists.txt:
4227         * DerivedSources.pro:
4228         * GNUmakefile.am:
4229         * Makefile:
4230         * WebKit.pri:
4231         * WebKit.pro:
4232         * configure.ac:
4233         * wscript:
4234
4235 2011-01-15  Adam Barth  <abarth@webkit.org>
4236
4237         Rubber-stamped by Eric Seidel.
4238
4239         Move WebKit2 into Source
4240         https://bugs.webkit.org/show_bug.cgi?id=52438
4241
4242         Update reference to WebKit2.
4243
4244         * DerivedSources.pro:
4245         * GNUmakefile.am:
4246         * Makefile:
4247         * Source/cmake/WebKitPackaging.cmake:
4248         * WebKit.pro:
4249         * configure.ac:
4250
4251 2011-01-14  Ahmad Sharif  <asharif.tools@gmail.com>
4252
4253         Reviewed by Darin Fisher.
4254
4255         When inlining is performed, the progress variable is
4256         declared as uninitialized.
4257         https://bugs.webkit.org/show_bug.cgi?id=51084
4258
4259         * WebCore: Copied from WebCore.
4260         * WebCore/page/animation/KeyframeAnimation.cpp:
4261         (WebCore::KeyframeAnimation::animate):
4262         (WebCore::KeyframeAnimation::getAnimatedStyle):
4263
4264 2011-01-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
4265
4266         Reviewed by Csaba Osztrogonác.
4267
4268         [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
4269         https://bugs.webkit.org/show_bug.cgi?id=52223
4270
4271         Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
4272         that QtWebKit builds with QT_NO_CONCURRENT defined.
4273
4274         * WebKit.pri:
4275
4276 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
4277
4278         Unreviewed. Update .gitignore with new Chromium dependency.
4279         
4280         ui/ was added with http://crrev.com/70743, we picked that up with a
4281         Chromium roll in r75311.
4282         
4283         Also alphabetizes the dependency list.
4284
4285         * .gitignore:
4286
4287 2011-01-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
4288
4289         Reviewed by Csaba Osztrogonác.
4290
4291         [Qt] Baseline qt_minimal configuration
4292         https://bugs.webkit.org/show_bug.cgi?id=51313
4293
4294         * WebKit.pri: List the supported QT_NO_FEATURE flags
4295         under qt_minimal configuration.
4296
4297 2011-01-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
4298
4299         Reviewed by Eric Seidel.
4300
4301         [EFL] Enable JIT for WebKit EFL
4302         https://bugs.webkit.org/show_bug.cgi?id=52140
4303
4304         Enable JIT option for WebKit EFL. Enabled JIT's JS performance is 
4305         3 ~ 6 times faster than before.
4306
4307         * Source/cmake/OptionsEfl.cmake:
4308
4309 2011-01-10  Martin Robinson  <mrobinson@igalia.com>
4310
4311         Reviewed by Gustavo Noronha.
4312
4313         Bump the WebKitGTK+ versions in preparation for development release.
4314
4315         * configure.ac: Bump the library, libtool and user agent version.
4316
4317 2011-01-10  Xan Lopez  <xlopez@igalia.com>
4318
4319         Reviewed by Martin Robinson.
4320
4321         [GTK] Create intermediate libWebCore library
4322         https://bugs.webkit.org/show_bug.cgi?id=52116
4323
4324         * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
4325         used by both libWebCore and libwebkitgtk now.
4326
4327 2011-01-08  Patrick Gansterer  <paroga@webkit.org>
4328
4329         Unreviewed wx build fix for r75313.
4330
4331         * wscript: Added missing brace.
4332
4333 2011-01-07  Adam Barth  <abarth@webkit.org>
4334
4335         Rubber-stamped by Eric Seidel.
4336
4337         Move WebCore to Source
4338         https://bugs.webkit.org/show_bug.cgi?id=52050
4339
4340         Update build files and metadata to point to WebCore's new location.
4341
4342         * .gitattributes:
4343         * .gitignore:
4344         * Android.mk:
4345         * CMakeLists.txt:
4346         * DerivedSources.pro:
4347         * GNUmakefile.am:
4348         * Makefile:
4349         * Source/autotools/webkit.m4:
4350         * Source/cmake/OptionsEfl.cmake:
4351         * WebKit.pri:
4352         * WebKit.pro:
4353         * configure.ac:
4354         * wscript:
4355
4356 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
4357
4358         Reviewed by Eric Seidel.
4359
4360         [GTK] Initial build support for WebGL
4361         https://bugs.webkit.org/show_bug.cgi?id=51716
4362
4363         * configure.ac: Add a configure option for WebGL.
4364
4365 2011-01-06  Michael Saboff  <msaboff@apple.com>
4366
4367         Reviewed by Gavin Barraclough.
4368
4369         Enhancement: Add Regexp Debug Compare between JIT and Interpreter
4370         https://bugs.webkit.org/show_bug.cgi?id=51834
4371
4372         * JavaScriptCore: Copied from JavaScriptCore.
4373
4374 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
4375
4376         Reviewed by Xan Lopez.
4377
4378         [GTK] Enable blob support by default
4379         https://bugs.webkit.org/show_bug.cgi?id=51994
4380
4381         * configure.ac: Enable Blob support by default.
4382
4383 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
4384
4385         Reviewed by Andreas Kling.
4386
4387         [CMake] Fix the usage of SOURCE_GROUP
4388         https://bugs.webkit.org/show_bug.cgi?id=51739
4389
4390         * Source/cmake/WebKitMacros.cmake:
4391
4392 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
4393
4394         Reviewed by Andreas Kling.
4395
4396         [WINCE] Remove CMake warning
4397         https://bugs.webkit.org/show_bug.cgi?id=51921
4398
4399         * Source/cmake/WebKitHelpers.cmake:
4400
4401 2011-01-04  Martin Robinson  <mrobinson@igalia.com>
4402
4403         Reviewed by David Levin.
4404
4405         .gitignore should be updated to reflect Sources rename to Source
4406         https://bugs.webkit.org/show_bug.cgi?id=51893
4407
4408         * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
4409
4410 2011-01-04  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
4411
4412         Reviewed by Laszlo Gombos.
4413
4414         [Qt] [Symbian] Build system cleanup
4415
4416         After r74811 special handling for the Symbian build is no longer needed.
4417         This patch reverts r58756.
4418
4419         * WebKit.pri:
4420
4421 2011-01-03  Xan Lopez  <xlopez@igalia.com>
4422
4423         Reviewed by Martin Robinson.
4424
4425         * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
4426         variable (like jhbuild).
4427
4428 2011-01-03  Patrick Gansterer  <paroga@webkit.org>
4429
4430         Reviewed by Darin Adler.
4431
4432         [WINCE] Provide third party directory via environment variable
4433         https://bugs.webkit.org/show_bug.cgi?id=51643
4434
4435         * Source/cmake/OptionsWinCE.cmake:
4436
4437 2011-01-03  Xan Lopez  <xlopez@igalia.com>
4438
4439         Reviewed by Martin Robinson.
4440
4441         Use autoreconf instead of calling manually all the usual commands.
4442
4443         * autogen.sh: call autoreconf instead of
4444         aclocal/autoheader/autoconf/automake/libtoolize.
4445
4446 2011-01-03  Xan Lopez  <xlopez@igalia.com>
4447
4448         Reviewed by Martin Robinson.
4449
4450         [GTK] Disable superfluous GNU make built-in implicit rules
4451         https://bugs.webkit.org/show_bug.cgi?id=51826
4452
4453         GNU make ships some superflous built-in rules that we never use
4454         and that end up adding up to a very significant portion of our
4455         total Makefile processing time. Disable them completely by
4456         defining the rule without any recipe, as suggested by the GNU make
4457         manual (10.5.6, Cancelling Implicit Rules).
4458
4459         In my system the null-build goes from:
4460
4461         make  43.51s user 12.77s system 99% cpu 56.628 total
4462
4463         to:
4464
4465         make  31.45s user 11.59s system 99% cpu 43.227 total
4466
4467         * GNUmakefile.am: disable implicit built-in rules.
4468
4469 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
4470
4471         Unreviewed. Update .gitignore with new JavaScriptCore location.
4472
4473         * .gitignore:
4474
4475 2011-01-02  Patrick Gansterer  <paroga@webkit.org>
4476
4477         [CMake] Unreviewed build fix.
4478
4479         * CMakeLists.txt:
4480         * Source/cmake/OptionsCommon.cmake:
4481
4482 2011-01-01  Adam Barth  <abarth@webkit.org>
4483
4484         Reviewed by Eric Seidel.
4485
4486         Move JavaScriptCore to Source
4487         https://bugs.webkit.org/show_bug.cgi?id=51604
4488
4489         Update references to JavaScriptCore to point to the new location.
4490
4491         * Android.mk:
4492         * CMakeLists.txt:
4493         * DerivedSources.pro:
4494         * GNUmakefile.am:
4495         * Makefile:
4496         * WebKit.pri:
4497         * WebKit.pro:
4498         * wscript:
4499
4500 2011-01-01  Adam Barth  <abarth@webkit.org>
4501
4502         Reviewed by Eric Seidel.
4503
4504         Move Sources to Source
4505         https://bugs.webkit.org/show_bug.cgi?id=51794
4506
4507         Update build files to point to the new location.
4508
4509         * CMakeLists.txt:
4510         * GNUmakefile.am:
4511         * Makefile:
4512         * autogen.sh:
4513         * configure.ac:
4514
4515 2010-12-31  Adam Barth  <abarth@webkit.org>
4516
4517         Rubber-stamped by Eric Seidel.
4518
4519         Move HTML and XML parser benchmarks into PerformanceTests/Parser
4520         https://bugs.webkit.org/show_bug.cgi?id=51772
4521
4522         Actually move the directory.
4523
4524         * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
4525
4526 2010-12-31  Adam Barth  <abarth@webkit.org>
4527
4528         Rubber-stamped by Eric Seidel.
4529
4530         Move PageLoadTests to PerformanceTests/PageLoad
4531         https://bugs.webkit.org/show_bug.cgi?id=51771
4532
4533         Actually move the directory.
4534
4535         * PageLoadTests: Removed.
4536         * PageLoadTests/svg: Removed.
4537         * PageLoadTests/svg/LICENSES: Removed.
4538         * PageLoadTests/svg/files: Removed.
4539         * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
4540         * PageLoadTests/svg/files/42450-under the see.svg: Removed.
4541         * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
4542         * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
4543         * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
4544         * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
4545         * PageLoadTests/svg/files/bamboo_01.svg: Removed.
4546         * PageLoadTests/svg/files/cacuts_01.svg: Removed.
4547         * PageLoadTests/svg/files/cowboy.svg: Removed.
4548         * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
4549         * PageLoadTests/svg/files/deb9frac1.svg: Removed.
4550         * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
4551         * PageLoadTests/svg/files/france.svg: Removed.
4552         * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
4553         * PageLoadTests/svg/files/gearflowers.svg: Removed.
4554         * PageLoadTests/svg/files/hereGear4.svg: Removed.
4555         * PageLoadTests/svg/files/mtsthelens.svg: Removed.
4556         * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
4557         * PageLoadTests/svg/files/world-iso.svg: Removed.
4558         * PageLoadTests/svg/files/worldcup.svg: Removed.
4559         * PageLoadTests/svg/svg.pltsuite: Removed.
4560         * PerformanceTests/PageLoad: Copied from PageLoadTests.
4561         * Sources/cmake/WebKitPackaging.cmake:
4562
4563 2010-12-31  Adam Barth  <abarth@webkit.org>
4564
4565         Rubber-stamped by Eric Seidel.
4566
4567         Move SunSpider into PerformanceTests
4568         https://bugs.webkit.org/show_bug.cgi?id=51769
4569
4570         Actually move the directory.
4571
4572         * PerformanceTests: Added.
4573         * PerformanceTests/SunSpider: Copied from SunSpider.
4574         * Sources/cmake/WebKitPackaging.cmake:
4575         * SunSpider: Removed.
4576         * SunSpider/SunSpider.make: Removed.
4577         * SunSpider/TODO: Removed.
4578         * SunSpider/UNCOVERED: Removed.
4579         * SunSpider/hosted: Removed.
4580         * SunSpider/hosted/json2.js: Removed.
4581         * SunSpider/hosted/sunspider.css: Removed.
4582         * SunSpider/hosted/sunspider.html: Removed.
4583         * SunSpider/hosted/versions.html: Removed.
4584         * SunSpider/make-hosted: Removed.
4585         * SunSpider/resources: Removed.
4586         * SunSpider/resources/TEMPLATE.html: Removed.
4587         * SunSpider/resources/driver-TEMPLATE.html: Removed.
4588         * SunSpider/resources/results-TEMPLATE.html: Removed.
4589         * SunSpider/resources/sunspider-analyze-results.js: Removed.
4590         * SunSpider/resources/sunspider-compare-results.js: Removed.
4591         * SunSpider/resources/sunspider-standalone-compare.js: Removed.
4592         * SunSpider/resources/sunspider-standalone-driver.js: Removed.
4593         * SunSpider/sunspider: Removed.
4594         * SunSpider/sunspider-compare-results: Removed.
4595         * SunSpider/tests: Removed.
4596         * SunSpider/tests/parse-only: Removed.
4597         * SunSpider/tests/parse-only/LIST: Removed.
4598         * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
4599         * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
4600         * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
4601         * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
4602         * SunSpider/tests/sunspider-0.9: Removed.
4603         * SunSpider/tests/sunspider-0.9.1: Removed.
4604         * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
4605         * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
4606         * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
4607         * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
4608         * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
4609         * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
4610         * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
4611         * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
4612         * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
4613         * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
4614         * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
4615         * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
4616         * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
4617         * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
4618         * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
4619         * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
4620         * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
4621         * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
4622         * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
4623         * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
4624         * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
4625         * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
4626         * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
4627         * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
4628         * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
4629         * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
4630         * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
4631         * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
4632         * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
4633         * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
4634         * SunSpider/tests/sunspider-0.9/LIST: Removed.
4635         * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
4636         * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
4637         * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
4638         * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
4639         * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
4640         * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
4641         * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
4642         * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
4643         * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
4644         * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
4645         * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
4646         * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
4647         * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
4648         * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
4649         * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
4650         * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
4651         * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
4652         * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
4653         * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
4654         * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
4655         * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
4656         * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
4657         * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
4658         * SunSpider/tests/ubench: Removed.
4659         * SunSpider/tests/ubench/LIST: Removed.
4660         * SunSpider/tests/ubench/function-closure.js: Removed.
4661         * SunSpider/tests/ubench/function-correct-args.js: Removed.
4662         * SunSpider/tests/ubench/function-empty.js: Removed.
4663         * SunSpider/tests/ubench/function-excess-args.js: Removed.
4664         * SunSpider/tests/ubench/function-missing-args.js: Removed.
4665         * SunSpider/tests/ubench/function-sum.js: Removed.
4666         * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
4667         * SunSpider/tests/ubench/loop-empty.js: Removed.
4668         * SunSpider/tests/ubench/loop-sum.js: Removed.
4669         * SunSpider/tests/v8-v4: Removed.
4670         * SunSpider/tests/v8-v4/LIST: Removed.
4671         * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
4672         * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
4673         * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
4674         * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
4675         * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
4676         * SunSpider/tests/v8-v4/v8-richards.js: Removed.
4677         * SunSpider/tests/v8-v4/v8-splay.js: Removed.
4678         * SunSpider/tests/v8-v5: Removed.
4679         * SunSpider/tests/v8-v5/LIST: Removed.
4680         * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
4681         * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
4682         * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
4683         * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
4684         * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
4685         * SunSpider/tests/v8-v5/v8-richards.js: Removed.
4686         * SunSpider/tests/v8-v5/v8-splay.js: Removed.
4687         * SunSpider/tests/v8-v6: Removed.
4688         * SunSpider/tests/v8-v6/LIST: Removed.
4689         * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
4690         * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
4691         * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
4692         * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
4693         * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
4694         * SunSpider/tests/v8-v6/v8-richards.js: Removed.
4695         * SunSpider/tests/v8-v6/v8-splay.js: Removed.
4696         * SunSpider/xcopy.excludes: Removed.
4697
4698 2010-12-30  Konstantin Tokarev  <annulen@yandex.ru>
4699
4700         Reviewed by David Kilzer.
4701
4702         [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
4703         used
4704         https://bugs.webkit.org/show_bug.cgi?id=51672
4705
4706         * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
4707
4708 2010-12-29  Philippe Normand  <pnormand@igalia.com>
4709
4710         Reviewed by Martin Robinson.
4711
4712         [GTK] minimal build fails at link time due to missing sqlite3 symbols
4713         https://bugs.webkit.org/show_bug.cgi?id=51327
4714
4715         * configure.ac: Error out if SQLite3 wasn't found while at least
4716         one of the features depending on it has been enabled.
4717
4718 2010-12-29  Patrick Gansterer  <paroga@webkit.org>
4719
4720         Unreviewed. Use gcc as default preprocessor.
4721
4722         * Sources/cmake/OptionsCommon.cmake:
4723
4724 2010-12-27  Ryuan Choi  <ryuan.choi@samsung.com>
4725
4726         Reviewed by David Levin.
4727
4728         [EFL] Change path of eflsymbols.filter
4729         https://bugs.webkit.org/show_bug.cgi?id=51659
4730
4731         * Sources/cmake/OptionsEfl.cmake: 
4732
4733 2010-12-26  Adam Barth  <abarth@webkit.org>
4734
4735         Reviewed by Eric Siedel.
4736
4737         Move autotools into Sources
4738         https://bugs.webkit.org/show_bug.cgi?id=51630
4739
4740         * .gitignore:
4741         * GNUmakefile.am:
4742         * Sources/autotools: Copied from autotools.
4743         * autogen.sh:
4744         * autotools: Removed.
4745         * autotools/acinclude.m4: Removed.
4746         * autotools/dolt.m4: Removed.
4747         * autotools/gsettings.m4: Removed.
4748         * autotools/symbols.filter: Removed.
4749         * autotools/webkit.m4: Removed.
4750         * configure.ac:
4751
4752 2010-12-26  Adam Barth  <abarth@webkit.org>
4753
4754         Reviewed by Eric Seidel.
4755
4756         Move cmake into Sources
4757         https://bugs.webkit.org/show_bug.cgi?id=51631
4758
4759         * CMakeLists.txt:
4760         * Sources/cmake: Copied from cmake.
4761         * cmake: Removed.
4762         * cmake/FindCFLite.cmake: Removed.
4763         * cmake/FindCairo.cmake: Removed.
4764         * cmake/FindEFL.cmake: Removed.
4765         * cmake/FindFontconfig.cmake: Removed.
4766         * cmake/FindFreetype.cmake: Removed.
4767         * cmake/FindGDK-PixBuf.cmake: Removed.
4768         * cmake/FindGDK.cmake: Removed.
4769         * cmake/FindGIO.cmake: Removed.
4770         * cmake/FindGStreamer-App.cmake: Removed.
4771         * cmake/FindGStreamer-Base.cmake: Removed.
4772         * cmake/FindGStreamer-Interfaces.cmake: Removed.
4773         * cmake/FindGStreamer-Pbutils.cmake: Removed.
4774         * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
4775         * cmake/FindGStreamer-Video.cmake: Removed.
4776         * cmake/FindGStreamer.cmake: Removed.
4777         * cmake/FindGlib.cmake: Removed.
4778         * cmake/FindGperf.cmake: Removed.
4779         * cmake/FindGthread.cmake: Removed.
4780         * cmake/FindICU.cmake: Removed.
4781         * cmake/FindLibSoup2.cmake: Removed.
4782         * cmake/FindLibXlst.cmake: Removed.
4783         * cmake/FindPango.cmake: Removed.
4784         * cmake/FindSqlite.cmake: Removed.
4785         * cmake/LibFindMacros.cmake: Removed.
4786         * cmake/OptionsCommon.cmake: Removed.
4787         * cmake/OptionsEfl.cmake: Removed.
4788         * cmake/OptionsWinCE.cmake: Removed.
4789         * cmake/OptionsWindows.cmake: Removed.
4790         * cmake/WebKitEfl.cmake: Removed.
4791         * cmake/WebKitFS.cmake: Removed.
4792         * cmake/WebKitFeatures.cmake: Removed.
4793         * cmake/WebKitHelpers.cmake: Removed.
4794         * cmake/WebKitMacros.cmake: Removed.
4795         * cmake/WebKitPackaging.cmake: Removed.
4796         * cmake/eflsymbols.filter: Removed.
4797
4798 2010-12-26  Adam Barth  <abarth@webkit.org>
4799
4800         Fix some references to the old location of the WebKit website in git
4801         metadata files.
4802
4803         * .gitattributes:
4804
4805 2010-12-25  Adam Barth  <abarth@webkit.org>
4806
4807         Reviewed by Eric Seidel.
4808
4809         Move ANGLE to Sources/ThirdParty
4810         https://bugs.webkit.org/show_bug.cgi?id=51605
4811
4812         Actually move ANGLE and update the Makefile.
4813
4814         * ANGLE: Removed.
4815         * ANGLE/ANGLE.xcodeproj: Removed.
4816         * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
4817         * ANGLE/Configurations: Removed.
4818         * ANGLE/Configurations/ANGLE.xcconfig: Removed.
4819         * ANGLE/Configurations/Base.xcconfig: Removed.
4820         * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
4821         * ANGLE/Makefile: Removed.
4822         * ANGLE/include: Removed.
4823         * ANGLE/include/EGL: Removed.
4824         * ANGLE/include/EGL/egl.h: Removed.
4825         * ANGLE/include/EGL/eglext.h: Removed.
4826         * ANGLE/include/EGL/eglplatform.h: Removed.
4827         * ANGLE/include/GLES2: Removed.
4828         * ANGLE/include/GLES2/gl2.h: Removed.
4829         * ANGLE/include/GLES2/gl2ext.h: Removed.
4830         * ANGLE/include/GLES2/gl2platform.h: Removed.
4831         * ANGLE/include/GLSLANG: Removed.
4832         * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
4833         * ANGLE/include/KHR: Removed.
4834         * ANGLE/include/KHR/khrplatform.h: Removed.
4835         * ANGLE/src: Removed.
4836         * ANGLE/src/build_angle.xcodeproj: Removed.
4837         * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
4838         * ANGLE/src/common: Removed.
4839         * ANGLE/src/common/angleutils.h: Removed.
4840         * ANGLE/src/common/debug.cpp: Removed.
4841         * ANGLE/src/common/debug.h: Removed.
4842         * ANGLE/src/compiler: Removed.
4843         * ANGLE/src/compiler/BaseTypes.h: Removed.
4844         * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
4845         * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
4846         * ANGLE/src/compiler/Common.h: Removed.
4847         * ANGLE/src/compiler/ConstantUnion.h: Removed.
4848         * ANGLE/src/compiler/InfoSink.cpp: Removed.
4849         * ANGLE/src/compiler/InfoSink.h: Removed.
4850         * ANGLE/src/compiler/Initialize.cpp: Removed.
4851         * ANGLE/src/compiler/Initialize.h: Removed.
4852         * ANGLE/src/compiler/InitializeDll.cpp: Removed.
4853         * ANGLE/src/compiler/InitializeDll.h: Removed.
4854         * ANGLE/src/compiler/InitializeGlobals.h: Removed.
4855         * ANGLE/src/compiler/InitializeParseContext.h: Removed.
4856         * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
4857         * ANGLE/src/compiler/Intermediate.cpp: Removed.
4858         * ANGLE/src/compiler/MMap.h: Removed.
4859         * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
4860         * ANGLE/src/compiler/OutputGLSL.h: Removed.
4861         * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
4862         * ANGLE/src/compiler/OutputHLSL.h: Removed.
4863         * ANGLE/src/compiler/ParseHelper.cpp: Removed.
4864         * ANGLE/src/compiler/ParseHelper.h: Removed.
4865         * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
4866         * ANGLE/src/compiler/PoolAlloc.h: Removed.
4867         * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
4868         * ANGLE/src/compiler/QualifierAlive.h: Removed.
4869         * ANGLE/src/compiler/RemoveTree.cpp: Removed.
4870         * ANGLE/src/compiler/RemoveTree.h: Removed.
4871         * ANGLE/src/compiler/ShHandle.h: Removed.
4872         * ANGLE/src/compiler/ShaderLang.cpp: Removed.
4873         * ANGLE/src/compiler/SymbolTable.cpp: Removed.
4874         * ANGLE/src/compiler/SymbolTable.h: Removed.
4875         * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
4876         * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
4877         * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
4878         * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
4879         * ANGLE/src/compiler/Types.h: Removed.
4880         * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
4881         * ANGLE/src/compiler/UnfoldSelect.h: Removed.
4882         * ANGLE/src/compiler/debug.cpp: Removed.
4883         * ANGLE/src/compiler/debug.h: Removed.
4884         * ANGLE/src/compiler/glslang.l: Removed.
4885         * ANGLE/src/compiler/glslang.y: Removed.
4886         * ANGLE/src/compiler/intermOut.cpp: Removed.
4887         * ANGLE/src/compiler/intermediate.h: Removed.
4888         * ANGLE/src/compiler/localintermediate.h: Removed.
4889         * ANGLE/src/compiler/osinclude.h: Removed.
4890         * ANGLE/src/compiler/ossource_posix.cpp: Removed.
4891         * ANGLE/src/compiler/ossource_win.cpp: Removed.
4892         * ANGLE/src/compiler/parseConst.cpp: Removed.
4893         * ANGLE/src/compiler/preprocessor: Removed.
4894         * ANGLE/src/compiler/preprocessor/atom.c: Removed.
4895         * ANGLE/src/compiler/preprocessor/atom.h: Removed.
4896         * ANGLE/src/compiler/preprocessor/compile.h: Removed.
4897         * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
4898         * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
4899         * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
4900         * ANGLE/src/compiler/preprocessor/memory.c: Removed.
4901         * ANGLE/src/compiler/preprocessor/memory.h: Removed.
4902         * ANGLE/src/compiler/preprocessor/parser.h: Removed.
4903         * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
4904         * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
4905         * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
4906         * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
4907         * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
4908         * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
4909         * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
4910         * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
4911         * ANGLE/src/compiler/tools: Removed.
4912         * ANGLE/src/compiler/unistd.h: Removed.
4913         * ANGLE/src/libEGL: Removed.
4914         * ANGLE/src/libEGL/Config.cpp: Removed.
4915         * ANGLE/src/libEGL/Config.h: Removed.
4916         * ANGLE/src/libEGL/Display.cpp: Removed.
4917         * ANGLE/src/libEGL/Display.h: Removed.
4918         * ANGLE/src/libEGL/Surface.cpp: Removed.
4919         * ANGLE/src/libEGL/Surface.h: Removed.
4920         * ANGLE/src/libEGL/libEGL.cpp: Removed.
4921         * ANGLE/src/libEGL/libEGL.def: Removed.
4922         * ANGLE/src/libEGL/libEGL.vcproj: Removed.
4923         * ANGLE/src/libEGL/main.cpp: Removed.
4924         * ANGLE/src/libEGL/main.h: Removed.
4925         * ANGLE/src/libGLESv2: Removed.
4926         * ANGLE/src/libGLESv2/Blit.cpp: Removed.
4927         * ANGLE/src/libGLESv2/Blit.h: Removed.
4928         * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
4929         * ANGLE/src/libGLESv2/Buffer.h: Removed.
4930         * ANGLE/src/libGLESv2/Context.cpp: Removed.
4931         * ANGLE/src/libGLESv2/Context.h: Removed.
4932         * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
4933         * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
4934         * ANGLE/src/libGLESv2/Program.cpp: Removed.
4935         * ANGLE/src/libGLESv2/Program.h: Removed.
4936         * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
4937         * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
4938         * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
4939         * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
4940         * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
4941         * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
4942         * ANGLE/src/libGLESv2/Shader.cpp: Removed.
4943         * ANGLE/src/libGLESv2/Shader.h: Removed.
4944         * ANGLE/src/libGLESv2/Texture.cpp: Removed.
4945         * ANGLE/src/libGLESv2/Texture.h: Removed.
4946         * ANGLE/src/libGLESv2/geometry: Removed.
4947         * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
4948         * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
4949         * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
4950         * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
4951         * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
4952         * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
4953         * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
4954         * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
4955         * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
4956         * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
4957         * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
4958         * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
4959         * ANGLE/src/libGLESv2/main.cpp: Removed.
4960         * ANGLE/src/libGLESv2/main.h: Removed.
4961         * ANGLE/src/libGLESv2/mathutil.h: Removed.
4962         * ANGLE/src/libGLESv2/utilities.cpp: Removed.
4963         * ANGLE/src/libGLESv2/utilities.h: Removed.
4964         * Makefile:
4965         * Sources/ThirdParty: Added.
4966         * Sources/ThirdParty/ANGLE: Copied from ANGLE.
4967
4968 2010-12-26  Patrick Gansterer  <paroga@webkit.org>
4969
4970         Unreviewed WinCE buildfix after r74626.
4971
4972         * cmake/OptionsWinCE.cmake:
4973
4974 2010-12-24  Darin Adler  <darin@apple.com>
4975
4976         Updated makefiles used by Apple engineers to fix build with the
4977         new JavaScriptGlue location.
4978
4979         * Makefile: Told this to build JavaScriptGlue. Some day we might
4980         want it to descend into Sources instead and use the Makefile there,
4981         but there are problems with sequencing the project builds, so that
4982         can wait.
4983         * Sources/Makefile.shared: Added.
4984
4985 2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
4986
4987         Reviewed by Kenneth Rohde Christiansen.
4988
4989         [EFL] Add option to enable Touch Events.
4990         https://bugs.webkit.org/show_bug.cgi?id=49125
4991
4992         Add ENABLE_TOUCH_EVENTS option.
4993
4994         * cmake/OptionsEfl.cmake:
4995         * cmakeconfig.h.cmake:
4996
4997 2010-12-23  Adam Barth  <abarth@webkit.org>
4998
4999         Rubber-stamped by Eric Seidel.
5000
5001         Move JavaScriptGlue into Sources
5002         https://bugs.webkit.org/show_bug.cgi?id=51583
5003
5004         Actually perform the move.
5005
5006         * JavaScriptGlue: Removed.
5007         * JavaScriptGlue/Configurations: Removed.
5008         * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
5009         * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
5010         * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
5011         * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
5012         * JavaScriptGlue/English.lproj: Removed.
5013         * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
5014         * JavaScriptGlue/ForwardingHeaders: Removed.
5015         * JavaScriptGlue/ForwardingHeaders/masm: Removed.
5016         * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
5017         * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
5018         * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
5019         * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
5020         * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
5021         * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
5022         * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
5023         * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
5024         * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
5025         * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
5026         * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
5027         * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
5028         * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
5029         * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
5030         * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
5031         * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
5032         * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
5033         * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
5034         * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
5035         * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
5036         * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
5037         * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
5038         * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
5039         * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
5040         * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
5041         * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
5042         * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
5043         * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
5044         * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
5045         * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
5046         * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
5047         * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
5048         * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
5049         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
5050         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
5051         * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
5052         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
5053         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
5054         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
5055         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
5056         * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
5057         * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
5058         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
5059         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
5060         * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
5061         * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
5062         * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
5063         * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
5064         * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
5065         * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
5066         * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
5067         * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
5068         * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
5069         * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
5070         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
5071         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
5072         * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
5073         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
5074         * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
5075         * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
5076         * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
5077         * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
5078         * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
5079         * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
5080         * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
5081         * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
5082         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
5083         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
5084         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
5085         * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
5086         * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
5087         * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
5088         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
5089         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
5090         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
5091         * JavaScriptGlue/Info.plist: Removed.
5092         * JavaScriptGlue/JSBase.cpp: Removed.
5093         * JavaScriptGlue/JSBase.h: Removed.
5094         * JavaScriptGlue/JSObject.cpp: Removed.
5095         * JavaScriptGlue/JSObject.h: Removed.
5096         * JavaScriptGlue/JSRun.cpp: Removed.
5097         * JavaScriptGlue/JSRun.h: Removed.
5098         * JavaScriptGlue/JSUtils.cpp: Removed.
5099         * JavaScriptGlue/JSUtils.h: Removed.
5100         * JavaScriptGlue/JSValueWrapper.cpp: Removed.
5101         * JavaScriptGlue/JSValueWrapper.h: Removed.
5102         * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
5103         * JavaScriptGlue/JavaScriptGlue.exp: Removed.
5104         * JavaScriptGlue/JavaScriptGlue.h: Removed.
5105         * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
5106         * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
5107         * JavaScriptGlue/LICENSE: Removed.
5108         * JavaScriptGlue/Makefile: Removed.
5109         * JavaScriptGlue/UserObjectImp.cpp: Removed.
5110         * JavaScriptGlue/UserObjectImp.h: Removed.
5111         * JavaScriptGlue/config.h: Removed.
5112         * JavaScriptGlue/icu: Removed.
5113         * JavaScriptGlue/icu/LICENSE: Removed.
5114         * JavaScriptGlue/icu/README: Removed.
5115         * JavaScriptGlue/icu/unicode: Removed.
5116         * JavaScriptGlue/icu/unicode/platform.h: Removed.
5117         * JavaScriptGlue/icu/unicode/putil.h: Removed.
5118         * JavaScriptGlue/icu/unicode/uchar.h: Removed.
5119         * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
5120         * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
5121         * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
5122         * JavaScriptGlue/icu/unicode/uenum.h: Removed.
5123         * JavaScriptGlue/icu/unicode/uiter.h: Removed.
5124         * JavaScriptGlue/icu/unicode/umachine.h: Removed.
5125         * JavaScriptGlue/icu/unicode/urename.h: Removed.
5126         * JavaScriptGlue/icu/unicode/ustring.h: Removed.
5127         * JavaScriptGlue/icu/unicode/utf.h: Removed.
5128         * JavaScriptGlue/icu/unicode/utf16.h: Removed.
5129         * JavaScriptGlue/icu/unicode/utf8.h: Removed.
5130         * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
5131         * JavaScriptGlue/icu/unicode/utypes.h: Removed.
5132         * JavaScriptGlue/icu/unicode/uversion.h: Removed.
5133         * JavaScriptGlue/testjsglue.cpp: Removed.
5134         * Makefile:
5135         * Sources: Added.
5136         * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
5137         * Sources/Makefile: Added.
5138
5139 2010-12-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5140
5141         Reviewed by Kenneth Rohde Christiansen.
5142
5143         [EFL] Fix ContextMenu removal
5144         https://bugs.webkit.org/show_bug.cgi?id=51530
5145
5146         Fix ContextMenu removal
5147
5148         In r74207 the support for ContextMenu was removed from EFL while the
5149         code is being ported to the new CROSS_PLATFORM_MENUS due to build
5150         breakage.  However there were some missing removals in the shutdown
5151         logic that introduced a bug, leading to a segmentation fault when
5152         ContexController was destroyed.
5153
5154         The best way to effectively disable the ContextMenu is to conditionally
5155         compile the meaningful stuff by surrounding with "#if
5156         ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
5157
5158         * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
5159         implement CROSS_PLATFORM_MENUS yet.
5160
5161 2010-12-22  Xan Lopez  <xlopez@igalia.com>
5162
5163         Reviewed by Gustavo Noronha.
5164
5165         * configure.ac: bump version to 1.3.9.
5166
5167 2010-12-22  Xan Lopez  <xlopez@igalia.com>
5168
5169         Reviewed by Gustavo Noronha.
5170
5171         [GTK] Compilation fixes with GTK+ 2.91.7
5172         https://bugs.webkit.org/show_bug.cgi?id=51487
5173
5174         * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
5175
5176 2010-12-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
5177
5178         Reviewed by Antonio Gomes.
5179
5180         [EFL] Sets default user agent
5181         https://bugs.webkit.org/show_bug.cgi?id=47903
5182
5183         Add macros for WebKit EFL and User Agent.
5184
5185         * cmake/OptionsEfl.cmake:
5186         * cmakeconfig.h.cmake:
5187
5188 2010-12-20  Adam Barth  <abarth@webkit.org>
5189
5190         Move web sites to Websites directory
5191         https://bugs.webkit.org/show_bug.cgi?id=51323
5192
5193         This patch was never officially reviewed (because it was too large to
5194         upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
5195         Rowe gave me the green light.
5196
5197         * BugsSite: Removed.
5198         * BugsSite/.cvsignore: Removed.
5199         * BugsSite/.htaccess: Removed.
5200         * BugsSite/Bugzilla: Removed.
5201         * BugsSite/Bugzilla.pm: Removed.
5202         * BugsSite/Bugzilla/.cvsignore: Removed.
5203         * BugsSite/Bugzilla/.htaccess: Removed.
5204         * BugsSite/Bugzilla/Attachment: Removed.
5205         * BugsSite/Bugzilla/Attachment.pm: Removed.
5206         * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
5207         * BugsSite/Bugzilla/Auth: Removed.
5208         * BugsSite/Bugzilla/Auth.pm: Removed.
5209         * BugsSite/Bugzilla/Auth/Login: Removed.
5210         * BugsSite/Bugzilla/Auth/Login.pm: Removed.
5211         * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
5212         * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
5213         * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
5214         * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
5215         * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
5216         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
5217         * BugsSite/Bugzilla/Auth/Persist: Removed.
5218         * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
5219         * BugsSite/Bugzilla/Auth/Verify: Removed.
5220         * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
5221         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
5222         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
5223         * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
5224         * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
5225         * BugsSite/Bugzilla/Bug.pm: Removed.
5226         * BugsSite/Bugzilla/BugMail.pm: Removed.
5227         * BugsSite/Bugzilla/CGI.pm: Removed.
5228         * BugsSite/Bugzilla/Chart.pm: Removed.
5229         * BugsSite/Bugzilla/Classification.pm: Removed.
5230         * BugsSite/Bugzilla/Component.pm: Removed.
5231         * BugsSite/Bugzilla/Config: Removed.
5232         * BugsSite/Bugzilla/Config.pm: Removed.
5233         * BugsSite/Bugzilla/Config/Admin.pm: Removed.
5234         * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
5235         * BugsSite/Bugzilla/Config/Auth.pm: Removed.
5236         * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
5237         * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
5238         * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
5239         * BugsSite/Bugzilla/Config/Common.pm: Removed.
5240         * BugsSite/Bugzilla/Config/Core.pm: Removed.
5241         * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
5242         * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
5243         * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
5244         * BugsSite/Bugzilla/Config/MTA.pm: Removed.
5245         * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
5246         * BugsSite/Bugzilla/Config/Query.pm: Removed.
5247         * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
5248         * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
5249         * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
5250         * BugsSite/Bugzilla/Constants.pm: Removed.
5251         * BugsSite/Bugzilla/DB: Removed.
5252         * BugsSite/Bugzilla/DB.pm: Removed.
5253         * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
5254         * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
5255         * BugsSite/Bugzilla/DB/Pg.pm: Removed.
5256         * BugsSite/Bugzilla/DB/Schema: Removed.
5257         * BugsSite/Bugzilla/DB/Schema.pm: Removed.
5258         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
5259         * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
5260         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
5261         * BugsSite/Bugzilla/Error.pm: Removed.
5262         * BugsSite/Bugzilla/Field.pm: Removed.
5263         * BugsSite/Bugzilla/Flag.pm: Removed.
5264         * BugsSite/Bugzilla/FlagType.pm: Removed.
5265         * BugsSite/Bugzilla/Group.pm: Removed.
5266         * BugsSite/Bugzilla/Hook.pm: Removed.
5267         * BugsSite/Bugzilla/Install: Removed.
5268         * BugsSite/Bugzilla/Install.pm: Removed.
5269         * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
5270         * BugsSite/Bugzilla/Install/DB.pm: Removed.
5271         * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
5272         * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
5273         * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
5274         * BugsSite/Bugzilla/Install/Util.pm: Removed.
5275         * BugsSite/Bugzilla/Keyword.pm: Removed.
5276         * BugsSite/Bugzilla/Mailer.pm: Removed.
5277         * BugsSite/Bugzilla/Milestone.pm: Removed.
5278         * BugsSite/Bugzilla/Object.pm: Removed.
5279         * BugsSite/Bugzilla/Product.pm: Removed.
5280         * BugsSite/Bugzilla/Search: Removed.
5281         * BugsSite/Bugzilla/Search.pm: Removed.
5282         * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
5283         * BugsSite/Bugzilla/Search/Saved.pm: Removed.
5284         * BugsSite/Bugzilla/Series.pm: Removed.
5285         * BugsSite/Bugzilla/Status.pm: Removed.
5286         * BugsSite/Bugzilla/Template: Removed.
5287         * BugsSite/Bugzilla/Template.pm: Removed.
5288         * BugsSite/Bugzilla/Template/Parser.pm: Removed.
5289         * BugsSite/Bugzilla/Template/Plugin: Removed.
5290         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
5291         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
5292         * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
5293         * BugsSite/Bugzilla/Token.pm: Removed.
5294         * BugsSite/Bugzilla/Update.pm: Removed.
5295         * BugsSite/Bugzilla/User: Removed.
5296         * BugsSite/Bugzilla/User.pm: Removed.
5297         * BugsSite/Bugzilla/User/Setting: Removed.
5298         * BugsSite/Bugzilla/User/Setting.pm: Removed.
5299         * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
5300         * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
5301         * BugsSite/Bugzilla/Util.pm: Removed.
5302         * BugsSite/Bugzilla/Version.pm: Removed.
5303         * BugsSite/Bugzilla/WebService: Removed.
5304         * BugsSite/Bugzilla/WebService.pm: Removed.
5305         * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
5306         * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
5307         * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
5308         * BugsSite/Bugzilla/WebService/Product.pm: Removed.
5309         * BugsSite/Bugzilla/WebService/User.pm: Removed.
5310         * BugsSite/PrettyPatch: Removed.
5311         * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
5312         * BugsSite/PrettyPatch/diff.rb: Removed.
5313         * BugsSite/PrettyPatch/prettify.rb: Removed.
5314         * BugsSite/QUICKSTART: Removed.
5315         * BugsSite/README: Removed.
5316         * BugsSite/UPGRADING: Removed.
5317         * BugsSite/UPGRADING-pre-2.8: Removed.
5318         * BugsSite/admin.cgi: Removed.
5319         * BugsSite/attachment.cgi: Removed.
5320         * BugsSite/buglist.cgi: Removed.
5321         * BugsSite/bugzilla.dtd: Removed.
5322         * BugsSite/chart.cgi: Removed.
5323         * BugsSite/checksetup.pl: Removed.
5324         * BugsSite/code-review.js: Removed.
5325         * BugsSite/colchange.cgi: Removed.
5326         * BugsSite/collectstats.pl: Removed.
5327         * BugsSite/committers-autocomplete.js: Removed.
5328         * BugsSite/config.cgi: Removed.
5329         * BugsSite/contrib: Removed.
5330         * BugsSite/contrib/README: Removed.
5331         * BugsSite/contrib/bugzilla-submit: Removed.
5332         * BugsSite/contrib/bugzilla-submit/README: Removed.
5333         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
5334         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
5335         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
5336         * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
5337         * BugsSite/contrib/bz_webservice_demo.pl: Removed.
5338         * BugsSite/contrib/bzdbcopy.pl: Removed.
5339         * BugsSite/contrib/cmdline: Removed.
5340         * BugsSite/contrib/cmdline/bugcount: Removed.
5341         * BugsSite/contrib/cmdline/bugids: Removed.
5342         * BugsSite/contrib/cmdline/buglist: Removed.
5343         * BugsSite/contrib/cmdline/bugs: Removed.
5344         * BugsSite/contrib/cmdline/bugslink: Removed.
5345         * BugsSite/contrib/cmdline/makequery: Removed.
5346         * BugsSite/contrib/cmdline/query.conf: Removed.
5347         * BugsSite/contrib/cvs-update.pl: Removed.
5348         * BugsSite/contrib/gnats2bz.pl: Removed.
5349         * BugsSite/contrib/gnatsparse: Removed.
5350         * BugsSite/contrib/gnatsparse/README: Removed.
5351         * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
5352         * BugsSite/contrib/gnatsparse/magic.py: Removed.
5353         * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
5354         * BugsSite/contrib/jb2bz.py: Removed.
5355         * BugsSite/contrib/merge-users.pl: Removed.
5356         * BugsSite/contrib/mysqld-watcher.pl: Removed.
5357         * BugsSite/contrib/recode-overrides.txt: Removed.
5358         * BugsSite/contrib/recode.pl: Removed.
5359         * BugsSite/contrib/sendbugmail.pl: Removed.
5360         * BugsSite/contrib/sendunsentbugmail.pl: Removed.
5361         * BugsSite/contrib/syncLDAP.pl: Removed.
5362         * BugsSite/contrib/yp_nomail.sh: Removed.
5363         * BugsSite/createaccount.cgi: Removed.
5364         * BugsSite/data: Removed.
5365         * BugsSite/data/.htaccess: Removed.
5366         * BugsSite/data/attachments: Removed.
5367         * BugsSite/data/attachments/.htaccess: Removed.
5368         * BugsSite/data/duplicates: Removed.
5369         * BugsSite/data/mail: Removed.
5370         * BugsSite/data/mimedump-tmp: Removed.
5371         * BugsSite/data/mining: Removed.
5372         * BugsSite/data/params: Removed.
5373         * BugsSite/data/template: Removed.
5374         * BugsSite/data/webdot: Removed.
5375         * BugsSite/data/webdot/.htaccess: Removed.
5376         * BugsSite/describecomponents.cgi: Removed.
5377         * BugsSite/describekeywords.cgi: Removed.
5378         * BugsSite/docs: Removed.
5379         * BugsSite/docs/en: Removed.
5380         * BugsSite/docs/en/.cvsignore: Removed.
5381         * BugsSite/docs/en/README.docs: Removed.
5382         * BugsSite/docs/en/images: Removed.
5383         * BugsSite/docs/en/images/bzLifecycle.png: Removed.
5384         * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
5385         * BugsSite/docs/en/images/callouts: Removed.
5386         * BugsSite/docs/en/images/callouts/1.gif: Removed.
5387         * BugsSite/docs/en/images/callouts/2.gif: Removed.
5388         * BugsSite/docs/en/images/callouts/3.gif: Removed.
5389         * BugsSite/docs/en/images/caution.gif: Removed.
5390         * BugsSite/docs/en/images/note.gif: Removed.
5391         * BugsSite/docs/en/images/tip.gif: Removed.
5392         * BugsSite/docs/en/images/warning.gif: Removed.
5393         * BugsSite/docs/en/rel_notes.txt: Removed.
5394         * BugsSite/docs/en/xml: Removed.
5395         * BugsSite/docs/en/xml/.cvsignore: Removed.
5396         * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
5397         * BugsSite/docs/en/xml/about.xml: Removed.
5398         * BugsSite/docs/en/xml/administration.xml: Removed.
5399         * BugsSite/docs/en/xml/conventions.xml: Removed.
5400         * BugsSite/docs/en/xml/customization.xml: Removed.
5401         * BugsSite/docs/en/xml/gfdl.xml: Removed.
5402         * BugsSite/docs/en/xml/glossary.xml: Removed.
5403         * BugsSite/docs/en/xml/index.xml: Removed.
5404         * BugsSite/docs/en/xml/installation.xml: Removed.
5405         * BugsSite/docs/en/xml/integration.xml: Removed.
5406         * BugsSite/docs/en/xml/introduction.xml: Removed.
5407         * BugsSite/docs/en/xml/modules.xml: Removed.
5408         * BugsSite/docs/en/xml/patches.xml: Removed.
5409         * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
5410         * BugsSite/docs/en/xml/security.xml: Removed.
5411         * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
5412         * BugsSite/docs/en/xml/using.xml: Removed.
5413         * BugsSite/docs/html: Removed.
5414         * BugsSite/docs/html/api: Removed.
5415         * BugsSite/docs/images: Removed.
5416         * BugsSite/docs/images/callouts: Removed.
5417         * BugsSite/docs/lib: Removed.
5418         * BugsSite/docs/lib/Pod: Removed.
5419         * BugsSite/docs/lib/Pod/Simple: Removed.
5420         * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
5421         * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
5422         * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
5423         * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
5424         * BugsSite/docs/makedocs.pl: Removed.
5425         * BugsSite/docs/pdf: Removed.
5426         * BugsSite/docs/style.css: Removed.
5427         * BugsSite/docs/txt: Removed.
5428         * BugsSite/docs/xml: Removed.
5429         * BugsSite/duplicates.cgi: Removed.
5430         * BugsSite/editclassifications.cgi: Removed.
5431         * BugsSite/editcomponents.cgi: Removed.
5432         * BugsSite/editfields.cgi: Removed.
5433         * BugsSite/editflagtypes.cgi: Removed.
5434         * BugsSite/editgroups.cgi: Removed.
5435         * BugsSite/editkeywords.cgi: Removed.
5436         * BugsSite/editmilestones.cgi: Removed.
5437         * BugsSite/editparams.cgi: Removed.
5438         * BugsSite/editproducts.cgi: Removed.
5439         * BugsSite/editsettings.cgi: Removed.
5440         * BugsSite/editusers.cgi: Removed.
5441         * BugsSite/editvalues.cgi: Removed.
5442         * BugsSite/editversions.cgi: Removed.
5443         * BugsSite/editwhines.cgi: Removed.
5444         * BugsSite/editworkflow.cgi: Removed.
5445         * BugsSite/email_in.pl: Removed.
5446         * BugsSite/enter_bug.cgi: Removed.
5447         * BugsSite/extensions: Removed.
5448         * BugsSite/extensions/example: Removed.
5449         * BugsSite/extensions/example/code: Removed.
5450         * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
5451         * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
5452         * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
5453         * BugsSite/extensions/example/code/config.pl: Removed.
5454         * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
5455         * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
5456         * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
5457         * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
5458         * BugsSite/extensions/example/code/webservice.pl: Removed.
5459         * BugsSite/extensions/example/disabled: Removed.
5460         * BugsSite/extensions/example/info.pl: Removed.
5461         * BugsSite/extensions/example/lib: Removed.
5462         * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
5463         * BugsSite/extensions/example/lib/WSExample.pm: Removed.
5464         * BugsSite/extensions/example/template: Removed.
5465         * BugsSite/extensions/example/template/en: Removed.
5466         * BugsSite/extensions/example/template/en/default: Removed.
5467         * BugsSite/extensions/example/template/en/default/admin: Removed.
5468         * BugsSite/extensions/example/template/en/default/admin/params: Removed.
5469         * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
5470         * BugsSite/extensions/example/template/en/global: Removed.
5471         * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
5472         * BugsSite/graphs: Removed.
5473         * BugsSite/images: Removed.
5474         * BugsSite/images/favicon.ico: Removed.
5475         * BugsSite/images/padlock.png: Removed.
5476         * BugsSite/importxml.pl: Removed.
5477         * BugsSite/index.cgi: Removed.
5478         * BugsSite/install-module.pl: Removed.
5479         * BugsSite/js: Removed.
5480         * BugsSite/js/TUI.js: Removed.
5481         * BugsSite/js/attachment.js: Removed.
5482         * BugsSite/js/expanding-tree.js: Removed.
5483         * BugsSite/js/field.js: Removed.
5484         * BugsSite/js/help.js: Removed.
5485         * BugsSite/js/params.js: Removed.
5486         * BugsSite/js/productform.js: Removed.
5487         * BugsSite/js/util.js: Removed.
5488         * BugsSite/js/yui: Removed.
5489         * BugsSite/js/yui/calendar.js: Removed.
5490         * BugsSite/js/yui/yahoo-dom-event.js: Removed.
5491         * BugsSite/lib: Removed.
5492         * BugsSite/lib/.htaccess: Removed.
5493         * BugsSite/lib/README: Removed.
5494         * BugsSite/long_list.cgi: Removed.
5495         * BugsSite/mod_perl.pl: Removed.
5496         * BugsSite/page.cgi: Removed.
5497         * BugsSite/post_bug.cgi: Removed.
5498         * BugsSite/process_bug.cgi: Removed.
5499         * BugsSite/query.cgi: Removed.
5500         * BugsSite/quips.cgi: Removed.
5501         * BugsSite/relogin.cgi: Removed.
5502         * BugsSite/report.cgi: Removed.
5503         * BugsSite/reports.cgi: Removed.
5504         * BugsSite/request.cgi: Removed.
5505         * BugsSite/robots.txt: Removed.
5506         * BugsSite/runtests.pl: Removed.
5507         * BugsSite/sanitycheck.cgi: Removed.
5508         * BugsSite/sanitycheck.pl: Removed.
5509         * BugsSite/search_plugin.cgi: Removed.
5510         * BugsSite/show_activity.cgi: Removed.
5511         * BugsSite/show_bug.cgi: Removed.
5512         * BugsSite/showattachment.cgi: Removed.
5513         * BugsSite/showdependencygraph.cgi: Removed.
5514         * BugsSite/showdependencytree.cgi: Removed.
5515         * BugsSite/sidebar.cgi: Removed.
5516         * BugsSite/skins: Removed.
5517         * BugsSite/skins/.cvsignore: Removed.
5518         * BugsSite/skins/contrib: Removed.
5519         * BugsSite/skins/contrib/Dusk: Removed.
5520         * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
5521         * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
5522         * BugsSite/skins/contrib/Dusk/admin.css: Removed.
5523         * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
5524         * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
5525         * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
5526         * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
5527         * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
5528         * BugsSite/skins/contrib/Dusk/global.css: Removed.
5529         * BugsSite/skins/contrib/Dusk/help.css: Removed.
5530         * BugsSite/skins/contrib/Dusk/index.css: Removed.
5531         * BugsSite/skins/contrib/Dusk/panel.css: Removed.
5532         * BugsSite/skins/contrib/Dusk/params.css: Removed.
5533         * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
5534         * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
5535         * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
5536         * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
5537         * BugsSite/skins/contrib/Dusk/voting.css: Removed.
5538         * BugsSite/skins/contrib/Dusk/yui: Removed.
5539         * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
5540         * BugsSite/skins/custom: Removed.
5541         * BugsSite/skins/custom/IE-fixes.css: Removed.
5542         * BugsSite/skins/custom/admin.css: Removed.
5543         * BugsSite/skins/custom/buglist.css: Removed.
5544         * BugsSite/skins/custom/create_attachment.css: Removed.
5545         * BugsSite/skins/custom/dependency-tree.css: Removed.
5546         * BugsSite/skins/custom/duplicates.css: Removed.
5547         * BugsSite/skins/custom/editusers.css: Removed.
5548         * BugsSite/skins/custom/global.css: Removed.
5549         * BugsSite/skins/custom/help.css: Removed.
5550         * BugsSite/skins/custom/index.css: Removed.
5551         * BugsSite/skins/custom/opendarwin.gif: Removed.
5552         * BugsSite/skins/custom/panel.css: Removed.
5553         * BugsSite/skins/custom/params.css: Removed.
5554         * BugsSite/skins/custom/release-notes.css: Removed.
5555         * BugsSite/skins/custom/show_bug.css: Removed.
5556         * BugsSite/skins/custom/show_multiple.css: Removed.
5557         * BugsSite/skins/custom/summarize-time.css: Removed.
5558         * BugsSite/skins/custom/voting.css: Removed.
5559         * BugsSite/skins/custom/yui: Removed.
5560         * BugsSite/skins/custom/yui/calendar.css: Removed.
5561         * BugsSite/skins/standard: Removed.
5562         * BugsSite/skins/standard/IE-fixes.css: Removed.
5563         * BugsSite/skins/standard/admin.css: Removed.
5564         * BugsSite/skins/standard/buglist.css: Removed.
5565         * BugsSite/skins/standard/create_attachment.css: Removed.
5566         * BugsSite/skins/standard/dependency-tree: Removed.
5567         * BugsSite/skins/standard/dependency-tree.css: Removed.
5568         * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
5569         * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
5570         * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
5571         * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
5572         * BugsSite/skins/standard/duplicates.css: Removed.
5573         * BugsSite/skins/standard/editusers.css: Removed.
5574         * BugsSite/skins/standard/global: Removed.
5575         * BugsSite/skins/standard/global.css: Removed.
5576         * BugsSite/skins/standard/global/body-back.gif: Removed.
5577         * BugsSite/skins/standard/global/calendar.png: Removed.
5578         * BugsSite/skins/standard/global/header.png: Removed.
5579         * BugsSite/skins/standard/help.css: Removed.
5580         * BugsSite/skins/standard/index: Removed.
5581         * BugsSite/skins/standard/index.css: Removed.
5582         * BugsSite/skins/standard/index/front.png: Removed.
5583         * BugsSite/skins/standard/panel.css: Removed.
5584         * BugsSite/skins/standard/params.css: Removed.
5585         * BugsSite/skins/standard/release-notes.css: Removed.
5586         * BugsSite/skins/standard/show_bug.css: Removed.
5587         * BugsSite/skins/standard/show_multiple.css: Removed.
5588         * BugsSite/skins/standard/summarize-time.css: Removed.
5589         * BugsSite/skins/standard/voting.css: Removed.
5590         * BugsSite/skins/standard/yui: Removed.
5591         * BugsSite/skins/standard/yui/calendar.css: Removed.
5592         * BugsSite/skins/standard/yui/sprite.png: Removed.
5593         * BugsSite/summarize_time.cgi: Removed.
5594         * BugsSite/t: Removed.
5595         * BugsSite/t/001compile.t: Removed.
5596         * BugsSite/t/002goodperl.t: Removed.
5597         * BugsSite/t/003safesys.t: Removed.
5598         * BugsSite/t/004template.t: Removed.
5599         * BugsSite/t/005no_tabs.t: Removed.
5600         * BugsSite/t/006spellcheck.t: Removed.
5601         * BugsSite/t/007util.t: Removed.
5602         * BugsSite/t/008filter.t: Removed.
5603         * BugsSite/t/009bugwords.t: Removed.
5604         * BugsSite/t/010dependencies.t: Removed.
5605         * BugsSite/t/011pod.t: Removed.
5606         * BugsSite/t/012throwables.t: Removed.
5607         * BugsSite/t/Support: Removed.
5608         * BugsSite/t/Support/Files.pm: Removed.
5609         * BugsSite/t/Support/Systemexec.pm: Removed.
5610         * BugsSite/t/Support/Templates.pm: Removed.
5611         * BugsSite/template: Removed.
5612         * BugsSite/template/.cvsignore: Removed.
5613         * BugsSite/template/.htaccess: Removed.
5614         * BugsSite/template/en: Removed.
5615         * BugsSite/template/en/.cvsignore: Removed.
5616         * BugsSite/template/en/custom: Removed.
5617         * BugsSite/template/en/custom/account: Removed.
5618         * BugsSite/template/en/custom/account/auth: Removed.
5619         * BugsSite/template/en/custom/account/email: Removed.
5620         * BugsSite/template/en/custom/account/password: Removed.
5621         * BugsSite/template/en/custom/account/prefs: Removed.
5622         * BugsSite/template/en/custom/admin: Removed.
5623         * BugsSite/template/en/custom/admin/classifications: Removed.
5624         * BugsSite/template/en/custom/admin/components: Removed.
5625         * BugsSite/template/en/custom/admin/fieldvalues: Removed.
5626         * BugsSite/template/en/custom/admin/flag-type: Removed.
5627         * BugsSite/template/en/custom/admin/groups: Removed.
5628         * BugsSite/template/en/custom/admin/keywords: Removed.
5629         * BugsSite/template/en/custom/admin/milestones: Removed.
5630         * BugsSite/template/en/custom/admin/products: Removed.
5631         * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
5632         * BugsSite/template/en/custom/admin/settings: Removed.
5633         * BugsSite/template/en/custom/admin/users: Removed.
5634         * BugsSite/template/en/custom/admin/versions: Removed.
5635         * BugsSite/template/en/custom/attachment: Removed.
5636         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
5637         * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
5638         * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
5639         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
5640         * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
5641         * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
5642         * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
5643         * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
5644         * BugsSite/template/en/custom/bug: Removed.
5645         * BugsSite/template/en/custom/bug/activity: Removed.
5646         * BugsSite/template/en/custom/bug/create: Removed.
5647         * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
5648         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
5649         * BugsSite/template/en/custom/bug/process: Removed.
5650         * BugsSite/template/en/custom/bug/votes: Removed.
5651         * BugsSite/template/en/custom/flag: Removed.
5652         * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
5653         * BugsSite/template/en/custom/global: Removed.
5654         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
5655         * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
5656         * BugsSite/template/en/custom/list: Removed.
5657         * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
5658         * BugsSite/template/en/custom/pages: Removed.
5659         * BugsSite/template/en/custom/reports: Removed.
5660         * BugsSite/template/en/custom/request: Removed.
5661         * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
5662         * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
5663         * BugsSite/template/en/custom/search: Removed.
5664         * BugsSite/template/en/custom/whine: Removed.
5665         * BugsSite/template/en/default: Removed.
5666         * BugsSite/template/en/default/account: Removed.
5667         * BugsSite/template/en/default/account/auth: Removed.
5668         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
5669         * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
5670         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
5671         * BugsSite/template/en/default/account/create.html.tmpl: Removed.
5672         * BugsSite/template/en/default/account/created.html.tmpl: Removed.
5673         * BugsSite/template/en/default/account/email: Removed.
5674         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
5675         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
5676         * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
5677         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
5678         * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
5679         * BugsSite/template/en/default/account/password: Removed.
5680         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
5681         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
5682         * BugsSite/template/en/default/account/prefs: Removed.
5683         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
5684         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
5685         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
5686         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
5687         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
5688         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
5689         * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
5690         * BugsSite/template/en/default/admin: Removed.
5691         * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
5692         * BugsSite/template/en/default/admin/classifications: Removed.
5693         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
5694         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
5695         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
5696         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
5697         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
5698         * BugsSite/template/en/default/admin/components: Removed.
5699         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
5700         * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
5701         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
5702         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
5703         * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
5704         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
5705         * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
5706         * BugsSite/template/en/default/admin/custom_fields: Removed.
5707         * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
5708         * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
5709         * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
5710         * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
5711         * BugsSite/template/en/default/admin/fieldvalues: Removed.
5712         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
5713         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
5714         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
5715         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
5716         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
5717         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
5718         * BugsSite/template/en/default/admin/flag-type: Removed.
5719         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
5720         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
5721         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
5722         * BugsSite/template/en/default/admin/groups: Removed.
5723         * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
5724         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
5725         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
5726         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
5727         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
5728         * BugsSite/template/en/default/admin/keywords: Removed.
5729         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
5730         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
5731         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
5732         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
5733         * BugsSite/template/en/default/admin/milestones: Removed.
5734         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
5735         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
5736         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
5737         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
5738         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
5739         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
5740         * BugsSite/template/en/default/admin/params: Removed.
5741         * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
5742         * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
5743         * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
5744         * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
5745         * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
5746         * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
5747         * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
5748         * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
5749         * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
5750         * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
5751         * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
5752         * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
5753         * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
5754         * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
5755         * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
5756         * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
5757         * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
5758         * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
5759         * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
5760         * BugsSite/template/en/default/admin/products: Removed.
5761         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
5762         * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
5763         * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
5764         * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
5765         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
5766         * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
5767         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
5768         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
5769         * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
5770         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
5771         * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
5772         * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
5773         * BugsSite/template/en/default/admin/sanitycheck: Removed.
5774         * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
5775         * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
5776         * BugsSite/template/en/default/admin/settings: Removed.
5777         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
5778         * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
5779         * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
5780         * BugsSite/template/en/default/admin/users: Removed.
5781         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
5782         * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
5783         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
5784         * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
5785         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
5786         * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
5787         * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
5788         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
5789         * BugsSite/template/en/default/admin/versions: Removed.
5790         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
5791         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
5792         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
5793         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
5794         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
5795         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
5796         * BugsSite/template/en/default/admin/workflow: Removed.
5797         * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
5798         * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
5799         * BugsSite/template/en/default/attachment: Removed.
5800         * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
5801         * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
5802         * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
5803         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
5804         * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
5805         * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
5806         * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
5807         * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
5808         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
5809         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
5810         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
5811         * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
5812         * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
5813         * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
5814         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
5815         * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
5816         * BugsSite/template/en/default/bug: Removed.
5817         * BugsSite/template/en/default/bug/activity: Removed.
5818         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
5819         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
5820         * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
5821         * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
5822         * BugsSite/template/en/default/bug/create: Removed.
5823         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
5824         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
5825         * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
5826         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
5827         * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
5828         * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
5829         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
5830         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
5831         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
5832         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
5833         * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
5834         * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
5835         * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
5836         * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
5837         * BugsSite/template/en/default/bug/process: Removed.
5838         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
5839         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
5840         * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
5841         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
5842         * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
5843         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
5844         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
5845         * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
5846         * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
5847         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
5848         * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
5849         * BugsSite/template/en/default/bug/votes: Removed.
5850         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
5851         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
5852         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
5853         * BugsSite/template/en/default/config.js.tmpl: Removed.
5854         * BugsSite/template/en/default/config.rdf.tmpl: Removed.
5855         * BugsSite/template/en/default/email: Removed.
5856         * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
5857         * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
5858         * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
5859         * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
5860         * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
5861         * BugsSite/template/en/default/filterexceptions.pl: Removed.
5862         * BugsSite/template/en/default/flag: Removed.
5863         * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
5864         * BugsSite/template/en/default/global: Removed.
5865         * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
5866         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
5867         * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
5868         * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
5869         * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
5870         * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
5871         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
5872         * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
5873         * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
5874         * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
5875         * BugsSite/template/en/default/global/header.html.tmpl: Removed.
5876         * BugsSite/template/en/default/global/help.html.tmpl: Removed.
5877         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
5878         * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
5879         * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
5880         * BugsSite/template/en/default/global/message.html.tmpl: Removed.
5881         * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
5882         * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
5883         * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
5884         * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
5885         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
5886         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
5887         * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
5888         * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
5889         * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
5890         * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
5891         * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
5892         * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
5893         * BugsSite/template/en/default/index.html.tmpl: Removed.
5894         * BugsSite/template/en/default/list: Removed.
5895         * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
5896         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
5897         * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
5898         * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
5899         * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
5900         * BugsSite/template/en/default/list/list.html.tmpl: Removed.
5901         * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
5902         * BugsSite/template/en/default/list/list.js.tmpl: Removed.
5903         * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
5904         * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
5905         * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
5906         * BugsSite/template/en/default/list/table.html.tmpl: Removed.
5907         * BugsSite/template/en/default/pages: Removed.
5908         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
5909         * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
5910         * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
5911         * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
5912         * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
5913         * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
5914         * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
5915         * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
5916         * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
5917         * BugsSite/template/en/default/reports: Removed.
5918         * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
5919         * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
5920         * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
5921         * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
5922         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
5923         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
5924         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
5925         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
5926         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
5927         * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
5928         * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
5929         * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
5930         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
5931         * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
5932         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
5933         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
5934         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
5935         * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
5936         * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
5937         * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
5938         * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
5939         * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
5940         * BugsSite/template/en/default/request: Removed.
5941         * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
5942         * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
5943         * BugsSite/template/en/default/search: Removed.
5944         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
5945         * BugsSite/template/en/default/search/form.html.tmpl: Removed.
5946         * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
5947         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
5948         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
5949         * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
5950         * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
5951         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
5952         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
5953         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
5954         * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
5955         * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
5956         * BugsSite/template/en/default/setup: Removed.
5957         * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
5958         * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
5959         * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
5960         * BugsSite/template/en/default/whine: Removed.
5961         * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
5962         * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
5963         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
5964         * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
5965         * BugsSite/template/en/extension: Removed.
5966         * BugsSite/template/en/extension/filterexceptions.pl: Removed.
5967         * BugsSite/testagent.cgi: Removed.
5968         * BugsSite/testserver.pl: Removed.
5969         * BugsSite/token.cgi: Removed.
5970         * BugsSite/userprefs.cgi: Removed.
5971         * BugsSite/votes.cgi: Removed.
5972         * BugsSite/whine.pl: Removed.
5973         * BugsSite/whineatnews.pl: Removed.
5974         * BugsSite/xml.cgi: Removed.
5975         * BugsSite/xmlrpc.cgi: Removed.
5976         * PlanetWebKit: Removed.
5977         * PlanetWebKit/README: Removed.
5978         * PlanetWebKit/config.ini: Removed.
5979         * PlanetWebKit/planet: Removed.
5980         * PlanetWebKit/planet/AUTHORS: Removed.
5981         * PlanetWebKit/planet/INSTALL: Removed.
5982         * PlanetWebKit/planet/LICENCE: Removed.
5983         * PlanetWebKit/planet/NEWS: Removed.
5984         * PlanetWebKit/planet/PKG-INFO: Removed.
5985         * PlanetWebKit/planet/README: Removed.
5986         * PlanetWebKit/planet/THANKS: Removed.
5987         * PlanetWebKit/planet/TODO: Removed.
5988         * PlanetWebKit/planet/examples: Removed.
5989         * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
5990         * PlanetWebKit/planet/examples/basic: Removed.
5991         * PlanetWebKit/planet/examples/basic/config.ini: Removed.
5992         * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
5993         * PlanetWebKit/planet/examples/fancy: Removed.
5994         * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
5995         * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
5996         * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
5997         * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
5998         * PlanetWebKit/planet/examples/output: Removed.
5999         * PlanetWebKit/planet/examples/output/images: Removed.
6000         * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
6001         * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
6002         * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
6003         * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
6004         * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
6005         * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
6006         * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
6007         * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
6008         * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
6009         * PlanetWebKit/planet/examples/output/planet.css: Removed.
6010         * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
6011         * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
6012         * PlanetWebKit/planet/planet: Removed.
6013         * PlanetWebKit/planet/planet-cache.py: Removed.
6014         * PlanetWebKit/planet/planet.py: Removed.
6015         * PlanetWebKit/planet/planet/__init__.py: Removed.
6016         * PlanetWebKit/planet/planet/atomstyler.py: Removed.
6017         * PlanetWebKit/planet/planet/cache.py: Removed.
6018         * PlanetWebKit/planet/planet/compat_logging: Removed.
6019         * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
6020         * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
6021         * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
6022         * PlanetWebKit/planet/planet/feedparser.py: Removed.
6023         * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
6024         * PlanetWebKit/planet/planet/sanitize.py: Removed.
6025         * PlanetWebKit/planet/planet/tests: Removed.
6026         * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
6027         * PlanetWebKit/planet/planet/tests/data: Removed.
6028         * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
6029         * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
6030         * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
6031         * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
6032         * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
6033         * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
6034         * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
6035         * PlanetWebKit/planet/runtests.py: Removed.
6036         * PlanetWebKit/planet/setup.py: Removed.
6037         * PlanetWebKit/templates: Removed.
6038         * PlanetWebKit/templates/atom.xml.tmpl: Removed.
6039         * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
6040         * PlanetWebKit/templates/index.html.tmpl: Removed.
6041         * PlanetWebKit/templates/opml.xml.tmpl: Removed.
6042         * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
6043         * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
6044         * PlanetWebKit/update.pl: Removed.
6045         * PlanetWebKit/wwwroot: Removed.
6046         * PlanetWebKit/wwwroot/ie.css: Removed.
6047         * PlanetWebKit/wwwroot/images: Removed.
6048         * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
6049         * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
6050         * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
6051         * PlanetWebKit/wwwroot/images/planet.png: Removed.
6052         * PlanetWebKit/wwwroot/planet.css: Removed.
6053         * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
6054         * Sites: Added.
6055         * Sites/bugs.webkit.org: Copied from BugsSite.
6056         * Sites/planet.webkit.org: Copied from PlanetWebKit.
6057         * Sites/webkit.org: Copied from WebKitSite.
6058         * WebKitSite: Removed.
6059         * WebKitSite/.htaccess: Removed.
6060         * WebKitSite/asking_questions.html: Removed.
6061         * WebKitSite/blog: Removed.
6062         * WebKitSite/blog-files: Removed.
6063         * WebKitSite/blog-files/3d-transforms: Removed.
6064         * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
6065         * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
6066         * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
6067         * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
6068         * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
6069         * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
6070         * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
6071         * WebKitSite/blog-files/InspectElementMenu.png: Removed.
6072         * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
6073         * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
6074         * WebKitSite/blog-files/InspectorFonts.png: Removed.
6075         * WebKitSite/blog-files/acid3-100.png: Removed.
6076         * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
6077         * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
6078         * WebKitSite/blog-files/acid3-screenshot.png: Removed.
6079         * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
6080         * WebKitSite/blog-files/acid3-timing.png: Removed.
6081         * WebKitSite/blog-files/animation-demo.svg: Removed.
6082         * WebKitSite/blog-files/bounce.html: Removed.
6083         * WebKitSite/blog-files/bounce.png: Removed.
6084         * WebKitSite/blog-files/circle.svg: Removed.
6085         * WebKitSite/blog-files/cubes-7.svg: Removed.
6086         * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
6087         * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
6088         * WebKitSite/blog-files/inspector: Removed.
6089         * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
6090         * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
6091         * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
6092         * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
6093         * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
6094         * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
6095         * WebKitSite/blog-files/inspector-event-scope.png: Removed.
6096         * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
6097         * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
6098         * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
6099         * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
6100         * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
6101         * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
6102         * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
6103         * WebKitSite/blog-files/inspector-toolbar.png: Removed.
6104         * WebKitSite/blog-files/inspector-with-scope.png: Removed.
6105         * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
6106         * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
6107         * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
6108         * WebKitSite/blog-files/inspector/colors.png: Removed.
6109         * WebKitSite/blog-files/inspector/console_panel.png: Removed.
6110         * WebKitSite/blog-files/inspector/context_menu.png: Removed.
6111         * WebKitSite/blog-files/inspector/cookies.png: Removed.
6112         * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
6113         * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
6114         * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
6115         * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
6116         * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
6117         * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
6118         * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
6119         * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
6120         * WebKitSite/blog-files/inspector/enable.png: Removed.
6121         * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
6122         * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
6123         * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
6124         * WebKitSite/blog-files/inspector/form_data.png: Removed.
6125         * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
6126         * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
6127         * WebKitSite/blog-files/inspector/inorder.png: Removed.
6128         * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
6129         * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
6130         * WebKitSite/blog-files/inspector/large_dom.png: Removed.
6131         * WebKitSite/blog-files/inspector/large_resources.png: Removed.
6132         * WebKitSite/blog-files/inspector/load_lines.png: Removed.
6133         * WebKitSite/blog-files/inspector/nodelist.png: Removed.
6134         * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
6135         * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
6136         * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
6137         * WebKitSite/blog-files/inspector/redirects.png: Removed.
6138         * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
6139         * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
6140         * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
6141         * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
6142         * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
6143         * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
6144         * WebKitSite/blog-files/kate-circle.png: Removed.
6145         * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
6146         * WebKitSite/blog-files/kate-gradient.png: Removed.
6147         * WebKitSite/blog-files/kate-reflected.png: Removed.
6148         * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
6149         * WebKitSite/blog-files/kate.png: Removed.
6150         * WebKitSite/blog-files/leaves: Removed.
6151         * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
6152         * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
6153         * WebKitSite/blog-files/leaves/images: Removed.
6154         * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
6155         * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
6156         * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
6157         * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
6158         * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
6159         * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
6160         * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
6161         * WebKitSite/blog-files/leaves/index.html: Removed.
6162         * WebKitSite/blog-files/leaves/leaves.css: Removed.
6163         * WebKitSite/blog-files/leaves/leaves.js: Removed.
6164         * WebKitSite/blog-files/load-unload-example.html: Removed.
6165         * WebKitSite/blog-files/loader-diagram.svg: Removed.
6166         * WebKitSite/blog-files/maskspeedracer.png: Removed.
6167         * WebKitSite/blog-files/number-morph.svg: Removed.
6168         * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
6169         * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
6170         * WebKitSite/blog-files/pulse.html: Removed.
6171         * WebKitSite/blog-files/pulse.png: Removed.
6172         * WebKitSite/blog-files/riemann-screenshot.png: Removed.
6173         * WebKitSite/blog-files/scrollbarpicture.png: Removed.
6174         * WebKitSite/blog-files/sfx-perf.png: Removed.
6175         * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
6176         * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
6177         * WebKitSite/blog-files/squirrelfish.png: Removed.
6178         * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
6179         * WebKitSite/blog-files/timeline-defer-script.png: Removed.
6180         * WebKitSite/blog-files/touch-poster.png: Removed.
6181         * WebKitSite/blog-files/vignette-mask.png: Removed.
6182         * WebKitSite/blog-files/webgl: Removed.
6183         * WebKitSite/blog-files/webgl/Earth.html: Removed.
6184         * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
6185         * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
6186         * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
6187         * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
6188         * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
6189         * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
6190         * WebKitSite/blog-files/webgl/resources: Removed.
6191         * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
6192         * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
6193         * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
6194         * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
6195         * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
6196         * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
6197         * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
6198         * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
6199         * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
6200         * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
6201         * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
6202         * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
6203         * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
6204         * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
6205         * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
6206         * WebKitSite/blog-files/wsj-nopreload.png: Removed.
6207         * WebKitSite/blog-files/wsj-preload.png: Removed.
6208         * WebKitSite/blog-files/wsj-vs.png: Removed.
6209         * WebKitSite/blog/.htaccess: Removed.
6210         * WebKitSite/blog/index.php: Removed.
6211         * WebKitSite/blog/license.txt: Removed.
6212         * WebKitSite/blog/wp-admin: Removed.
6213         * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
6214         * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
6215         * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
6216         * WebKitSite/blog/wp-admin/admin-header.php: Removed.
6217         * WebKitSite/blog/wp-admin/admin-post.php: Removed.
6218         * WebKitSite/blog/wp-admin/admin.php: Removed.
6219         * WebKitSite/blog/wp-admin/async-upload.php: Removed.
6220         * WebKitSite/blog/wp-admin/categories.php: Removed.
6221         * WebKitSite/blog/wp-admin/comment.php: Removed.
6222         * WebKitSite/blog/wp-admin/css: Removed.
6223         * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
6224         * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
6225         * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
6226         * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
6227         * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
6228         * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
6229         * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
6230         * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
6231         * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
6232         * WebKitSite/blog/wp-admin/css/global.css: Removed.
6233         * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
6234         * WebKitSite/blog/wp-admin/css/ie.css: Removed.
6235         * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
6236         * WebKitSite/blog/wp-admin/css/install.css: Removed.
6237         * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
6238         * WebKitSite/blog/wp-admin/css/login.css: Removed.
6239         * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
6240         * WebKitSite/blog/wp-admin/css/media.css: Removed.
6241         * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
6242         * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
6243         * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
6244         * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
6245         * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
6246         * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
6247         * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
6248         * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
6249         * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
6250         * WebKitSite/blog/wp-admin/custom-header.php: Removed.
6251         * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
6252         * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
6253         * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
6254         * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
6255         * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
6256         * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
6257         * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
6258         * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
6259         * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
6260         * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
6261         * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
6262         * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
6263         * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
6264         * WebKitSite/blog/wp-admin/edit.php: Removed.
6265         * WebKitSite/blog/wp-admin/export.php: Removed.
6266         * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
6267         * WebKitSite/blog/wp-admin/images: Removed.
6268         * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
6269         * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
6270         * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
6271         * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
6272         * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
6273         * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
6274         * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
6275         * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
6276         * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
6277         * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
6278         * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
6279         * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
6280         * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
6281         * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
6282         * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
6283         * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
6284         * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
6285         * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
6286         * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
6287         * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
6288         * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
6289         * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
6290         * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
6291         * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
6292         * WebKitSite/blog/wp-admin/images/fav.png: Removed.
6293         * WebKitSite/blog/wp-admin/images/generic.png: Removed.
6294         * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
6295         * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
6296         * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
6297         * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
6298         * WebKitSite/blog/wp-admin/images/list.png: Removed.
6299         * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
6300         * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
6301         * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
6302         * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
6303         * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
6304         * WebKitSite/blog/wp-admin/images/marker.png: Removed.
6305         * WebKitSite/blog/wp-admin/images/mask.png: Removed.
6306         * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
6307         * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
6308         * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
6309         * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
6310         * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
6311         * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
6312         * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
6313         * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
6314         * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
6315         * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
6316         * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
6317         * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
6318         * WebKitSite/blog/wp-admin/images/menu.png: Removed.
6319         * WebKitSite/blog/wp-admin/images/no.png: Removed.
6320         * WebKitSite/blog/wp-admin/images/required.gif: Removed.
6321         * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
6322         * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
6323         * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
6324         * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
6325         * WebKitSite/blog/wp-admin/images/se.png: Removed.
6326         * WebKitSite/blog/wp-admin/images/star.gif: Removed.
6327         * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
6328         * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
6329         * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
6330         * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
6331         * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
6332         * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
6333         * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
6334         * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
6335         * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
6336         * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
6337         * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
6338         * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
6339         * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
6340         * WebKitSite/blog/wp-admin/images/yes.png: Removed.
6341         * WebKitSite/blog/wp-admin/import: Removed.
6342         * WebKitSite/blog/wp-admin/import.php: Removed.
6343         * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
6344         * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
6345         * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
6346         * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
6347         * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
6348         * WebKitSite/blog/wp-admin/import/mt.php: Removed.
6349         * WebKitSite/blog/wp-admin/import/opml.php: Removed.
6350         * WebKitSite/blog/wp-admin/import/rss.php: Removed.
6351         * WebKitSite/blog/wp-admin/import/stp.php: Removed.
6352         * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
6353         * WebKitSite/blog/wp-admin/import/utw.php: Removed.
6354         * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
6355         * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
6356         * WebKitSite/blog/wp-admin/includes: Removed.
6357         * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
6358         * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
6359         * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
6360         * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
6361         * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
6362         * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
6363         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
6364         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
6365         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
6366         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
6367         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
6368         * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
6369         * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
6370         * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
6371         * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
6372         * WebKitSite/blog/wp-admin/includes/export.php: Removed.
6373         * WebKitSite/blog/wp-admin/includes/file.php: Removed.
6374         * WebKitSite/blog/wp-admin/includes/image.php: Removed.
6375         * WebKitSite/blog/wp-admin/includes/import.php: Removed.
6376         * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
6377         * WebKitSite/blog/wp-admin/includes/media.php: Removed.
6378         * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
6379         * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
6380         * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
6381         * WebKitSite/blog/wp-admin/includes/post.php: Removed.
6382         * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
6383         * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
6384         * WebKitSite/blog/wp-admin/includes/template.php: Removed.
6385         * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
6386         * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
6387         * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
6388         * WebKitSite/blog/wp-admin/includes/update.php: Removed.
6389         * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
6390         * WebKitSite/blog/wp-admin/includes/user.php: Removed.
6391         * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
6392         * WebKitSite/blog/wp-admin/index-extra.php: Removed.
6393         * WebKitSite/blog/wp-admin/index.php: Removed.
6394         * WebKitSite/blog/wp-admin/install-helper.php: Removed.
6395         * WebKitSite/blog/wp-admin/install.php: Removed.
6396         * WebKitSite/blog/wp-admin/js: Removed.
6397         * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
6398         * WebKitSite/blog/wp-admin/js/cat.js: Removed.
6399         * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
6400         * WebKitSite/blog/wp-admin/js/categories.js: Removed.
6401         * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
6402         * WebKitSite/blog/wp-admin/js/comment.js: Removed.
6403         * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
6404         * WebKitSite/blog/wp-admin/js/common.js: Removed.
6405         * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
6406         * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
6407         * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
6408         * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
6409         * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
6410         * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
6411         * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
6412         * WebKitSite/blog/wp-admin/js/editor.js: Removed.
6413         * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
6414         * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
6415         * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
6416         * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
6417         * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
6418         * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
6419         * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
6420         * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
6421         * WebKitSite/blog/wp-admin/js/link.js: Removed.
6422         * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
6423         * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
6424         * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
6425         * WebKitSite/blog/wp-admin/js/media.js: Removed.
6426         * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
6427         * WebKitSite/blog/wp-admin/js/page.js: Removed.
6428         * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
6429         * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
6430         * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
6431         * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
6432         * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
6433         * WebKitSite/blog/wp-admin/js/post.js: Removed.
6434         * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
6435         * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
6436         * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
6437         * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
6438         * WebKitSite/blog/wp-admin/js/slug.js: Removed.
6439         * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
6440         * WebKitSite/blog/wp-admin/js/tags.js: Removed.
6441         * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
6442         * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
6443         * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
6444         * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
6445         * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
6446         * WebKitSite/blog/wp-admin/js/utils.js: Removed.
6447         * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
6448         * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
6449         * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
6450         * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
6451         * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
6452         * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
6453         * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
6454         * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
6455         * WebKitSite/blog/wp-admin/link-add.php: Removed.
6456         * WebKitSite/blog/wp-admin/link-category.php: Removed.
6457         * WebKitSite/blog/wp-admin/link-manager.php: Removed.
6458         * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
6459         * WebKitSite/blog/wp-admin/link.php: Removed.
6460         * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
6461         * WebKitSite/blog/wp-admin/load-styles.php: Removed.
6462         * WebKitSite/blog/wp-admin/media-new.php: Removed.
6463         * WebKitSite/blog/wp-admin/media-upload.php: Removed.
6464         * WebKitSite/blog/wp-admin/media.php: Removed.
6465         * WebKitSite/blog/wp-admin/menu-header.php: Removed.
6466         * WebKitSite/blog/wp-admin/menu.php: Removed.
6467         * WebKitSite/blog/wp-admin/moderation.php: Removed.
6468         * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
6469         * WebKitSite/blog/wp-admin/options-general.php: Removed.
6470         * WebKitSite/blog/wp-admin/options-head.php: Removed.
6471         * WebKitSite/blog/wp-admin/options-media.php: Removed.
6472         * WebKitSite/blog/wp-admin/options-misc.php: Removed.
6473         * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
6474         * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
6475         * WebKitSite/blog/wp-admin/options-reading.php: Removed.
6476         * WebKitSite/blog/wp-admin/options-writing.php: Removed.
6477         * WebKitSite/blog/wp-admin/options.php: Removed.
6478         * WebKitSite/blog/wp-admin/page-new.php: Removed.
6479         * WebKitSite/blog/wp-admin/page.php: Removed.
6480         * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
6481         * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
6482         * WebKitSite/blog/wp-admin/plugins.php: Removed.
6483         * WebKitSite/blog/wp-admin/post-new.php: Removed.
6484         * WebKitSite/blog/wp-admin/post.php: Removed.
6485         * WebKitSite/blog/wp-admin/press-this.php: Removed.
6486         * WebKitSite/blog/wp-admin/profile.php: Removed.
6487         * WebKitSite/blog/wp-admin/revision.php: Removed.
6488         * WebKitSite/blog/wp-admin/rtl.css: Removed.
6489         * WebKitSite/blog/wp-admin/setup-config.php: Removed.
6490         * WebKitSite/blog/wp-admin/sidebar.php: Removed.
6491         * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
6492         * WebKitSite/blog/wp-admin/theme-install.php: Removed.
6493         * WebKitSite/blog/wp-admin/themes.php: Removed.
6494         * WebKitSite/blog/wp-admin/tools.php: Removed.
6495         * WebKitSite/blog/wp-admin/update-core.php: Removed.
6496         * WebKitSite/blog/wp-admin/update-links.php: Removed.
6497         * WebKitSite/blog/wp-admin/update.php: Removed.
6498         * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
6499         * WebKitSite/blog/wp-admin/upgrade.php: Removed.
6500         * WebKitSite/blog/wp-admin/upload.php: Removed.
6501         * WebKitSite/blog/wp-admin/user-edit.php: Removed.
6502         * WebKitSite/blog/wp-admin/user-new.php: Removed.
6503         * WebKitSite/blog/wp-admin/users.php: Removed.
6504         * WebKitSite/blog/wp-admin/widgets.php: Removed.
6505         * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
6506         * WebKitSite/blog/wp-app.php: Removed.
6507         * WebKitSite/blog/wp-atom.php: Removed.
6508         * WebKitSite/blog/wp-blog-header.php: Removed.
6509         * WebKitSite/blog/wp-comments-post.php: Removed.
6510         * WebKitSite/blog/wp-commentsrss2.php: Removed.
6511         * WebKitSite/blog/wp-config-sample.php: Removed.
6512         * WebKitSite/blog/wp-config.php: Removed.
6513         * WebKitSite/blog/wp-content: Removed.
6514         * WebKitSite/blog/wp-content/Picture9.png: Removed.
6515         * WebKitSite/blog/wp-content/cache: Removed.
6516         * WebKitSite/blog/wp-content/chrome.jpg: Removed.
6517         * WebKitSite/blog/wp-content/chucknorris.png: Removed.
6518         * WebKitSite/blog/wp-content/databaseexample.png: Removed.
6519         * WebKitSite/blog/wp-content/drosera.png: Removed.
6520         * WebKitSite/blog/wp-content/hitlist.png: Removed.
6521         * WebKitSite/blog/wp-content/index.php: Removed.
6522         * WebKitSite/blog/wp-content/plugins: Removed.
6523         * WebKitSite/blog/wp-content/plugins/SK2: Removed.
6524         * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
6525         * WebKitSite/blog/wp-content/plugins/akismet: Removed.
6526         * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
6527         * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
6528         * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
6529         * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
6530         * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
6531         * WebKitSite/blog/wp-content/plugins/index.php: Removed.
6532         * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
6533         * WebKitSite/blog/wp-content/rotate.png: Removed.
6534         * WebKitSite/blog/wp-content/rotate.svg: Removed.
6535         * WebKitSite/blog/wp-content/svgtext.png: Removed.
6536         * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
6537         * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
6538         * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
6539         * WebKitSite/blog/wp-content/themes: Removed.
6540         * WebKitSite/blog/wp-content/themes/classic: Removed.
6541         * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
6542         * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
6543         * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
6544         * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
6545         * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
6546         * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
6547         * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
6548         * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
6549         * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
6550         * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
6551         * WebKitSite/blog/wp-content/themes/default: Removed.
6552         * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
6553         * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
6554         * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
6555         * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
6556         * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
6557         * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
6558         * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
6559         * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
6560         * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
6561         * WebKitSite/blog/wp-content/themes/default/images: Removed.
6562         * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
6563         * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
6564         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
6565         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
6566         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
6567         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
6568         * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
6569         * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
6570         * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
6571         * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
6572         * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
6573         * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
6574         * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
6575         * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
6576         * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
6577         * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
6578         * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
6579         * WebKitSite/blog/wp-content/themes/index.php: Removed.
6580         * WebKitSite/blog/wp-content/themes/webkit: Removed.
6581         * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
6582         * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
6583         * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
6584         * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
6585         * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
6586         * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
6587         * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
6588         * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
6589         * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
6590         * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
6591         * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
6592         * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
6593         * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
6594         * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
6595         * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
6596         * WebKitSite/blog/wp-content/uploads: Removed.
6597         * WebKitSite/blog/wp-content/uploads/2007: Removed.
6598         * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
6599         * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
6600         * WebKitSite/blog/wp-content/webInspector.png: Removed.
6601         * WebKitSite/blog/wp-cron.php: Removed.
6602         * WebKitSite/blog/wp-feed.php: Removed.
6603         * WebKitSite/blog/wp-images: Removed.
6604         * WebKitSite/blog/wp-images/smilies: Removed.
6605         * WebKitSite/blog/wp-includes: Removed.
6606         * WebKitSite/blog/wp-includes/Text: Removed.
6607         * WebKitSite/blog/wp-includes/Text/Diff: Removed.
6608         * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
6609         * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
6610         * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
6611         * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
6612         * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
6613         * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
6614         * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
6615         * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
6616         * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
6617         * WebKitSite/blog/wp-includes/atomlib.php: Removed.
6618         * WebKitSite/blog/wp-includes/author-template.php: Removed.
6619         * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
6620         * WebKitSite/blog/wp-includes/bookmark.php: Removed.
6621         * WebKitSite/blog/wp-includes/cache.php: Removed.
6622         * WebKitSite/blog/wp-includes/canonical.php: Removed.
6623         * WebKitSite/blog/wp-includes/capabilities.php: Removed.
6624         * WebKitSite/blog/wp-includes/category-template.php: Removed.
6625         * WebKitSite/blog/wp-includes/category.php: Removed.
6626         * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
6627         * WebKitSite/blog/wp-includes/class-feed.php: Removed.
6628         * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
6629         * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
6630         * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
6631         * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
6632         * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
6633         * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
6634         * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
6635         * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
6636         * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
6637         * WebKitSite/blog/wp-includes/classes.php: Removed.
6638         * WebKitSite/blog/wp-includes/comment-template.php: Removed.
6639         * WebKitSite/blog/wp-includes/comment.php: Removed.
6640         * WebKitSite/blog/wp-includes/compat.php: Removed.
6641         * WebKitSite/blog/wp-includes/cron.php: Removed.
6642         * WebKitSite/blog/wp-includes/default-filters.php: Removed.
6643         * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
6644         * WebKitSite/blog/wp-includes/deprecated.php: Removed.
6645         * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
6646         * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
6647         * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
6648         * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
6649         * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
6650         * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
6651         * WebKitSite/blog/wp-includes/feed.php: Removed.
6652         * WebKitSite/blog/wp-includes/formatting.php: Removed.
6653         * WebKitSite/blog/wp-includes/functions.php: Removed.
6654         * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
6655         * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
6656         * WebKitSite/blog/wp-includes/general-template.php: Removed.
6657         * WebKitSite/blog/wp-includes/gettext.php: Removed.
6658         * WebKitSite/blog/wp-includes/http.php: Removed.
6659         * WebKitSite/blog/wp-includes/images: Removed.
6660         * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
6661         * WebKitSite/blog/wp-includes/images/crystal: Removed.
6662         * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
6663         * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
6664         * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
6665         * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
6666         * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
6667         * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
6668         * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
6669         * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
6670         * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
6671         * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
6672         * WebKitSite/blog/wp-includes/images/rss.png: Removed.
6673         * WebKitSite/blog/wp-includes/images/smilies: Removed.
6674         * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
6675         * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
6676         * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
6677         * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
6678         * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
6679         * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
6680         * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
6681         * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
6682         * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
6683         * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
6684         * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
6685         * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
6686         * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
6687         * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
6688         * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
6689         * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
6690         * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
6691         * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
6692         * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
6693         * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
6694         * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
6695         * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
6696         * WebKitSite/blog/wp-includes/images/upload.png: Removed.
6697         * WebKitSite/blog/wp-includes/images/wlw: Removed.
6698         * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
6699         * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
6700         * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
6701         * WebKitSite/blog/wp-includes/js: Removed.
6702         * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
6703         * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
6704         * WebKitSite/blog/wp-includes/js/codepress: Removed.
6705         * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
6706         * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
6707         * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
6708         * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
6709         * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
6710         * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
6711         * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
6712         * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
6713         * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
6714         * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
6715         * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
6716         * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
6717         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
6718         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
6719         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
6720         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
6721         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
6722         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
6723         * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
6724         * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
6725         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
6726         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
6727         * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
6728         * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
6729         * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
6730         * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
6731         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
6732         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
6733         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
6734         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
6735         * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
6736         * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
6737         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
6738         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
6739         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
6740         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
6741         * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
6742         * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
6743         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
6744         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
6745         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
6746         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
6747         * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
6748         * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
6749         * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
6750         * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
6751         * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
6752         * WebKitSite/blog/wp-includes/js/crop: Removed.
6753         * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
6754         * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
6755         * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
6756         * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
6757         * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
6758         * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
6759         * WebKitSite/blog/wp-includes/js/jcrop: Removed.
6760         * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
6761         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
6762         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
6763         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
6764         * WebKitSite/blog/wp-includes/js/jquery: Removed.
6765         * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
6766         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
6767         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
6768         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
6769         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
6770         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
6771         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
6772         * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
6773         * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
6774         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
6775         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
6776         * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
6777         * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
6778         * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
6779         * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
6780         * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
6781         * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
6782         * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
6783         * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
6784         * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
6785         * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
6786         * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
6787         * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
6788         * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
6789         * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
6790         * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
6791         * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
6792         * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
6793         * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
6794         * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
6795         * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
6796         * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
6797         * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
6798         * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
6799         * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
6800         * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
6801         * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
6802         * WebKitSite/blog/wp-includes/js/swfupload: Removed.
6803         * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
6804         * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
6805         * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
6806         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
6807         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
6808         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
6809         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
6810         * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
6811         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
6812         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
6813         * WebKitSite/blog/wp-includes/js/thickbox: Removed.
6814         * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
6815         * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
6816         * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
6817         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
6818         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
6819         * WebKitSite/blog/wp-includes/js/tinymce: Removed.
6820         * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
6821         * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
6822         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
6823         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
6824         * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
6825         * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
6826         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
6827         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
6828         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
6829         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
6830         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
6831         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
6832         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
6833         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
6834         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
6835         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
6836         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
6837         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
6838         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
6839         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
6840         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
6841         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
6842         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
6843         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: Removed.
6844         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: Removed.
6845         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: Removed.
6846         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: Removed.
6847         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: Removed.
6848         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif: Removed.
6849         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: Removed.
6850         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: Removed.
6851         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css: Removed.
6852         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/template.htm: Removed.
6853         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media: Removed.
6854         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css: Removed.
6855         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/content.css: Removed.
6856         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/media.css: Removed.
6857         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/editor_plugin.js: Removed.
6858         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img: Removed.
6859         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flash.gif: Removed.
6860         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flv_player.swf: Removed.
6861         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/quicktime.gif: Removed.
6862         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/realmedia.gif: Removed.
6863         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/shockwave.gif: Removed.
6864         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/trans.gif: Removed.
6865         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif: Removed.
6866         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js: Removed.
6867         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/embed.js: Removed.
6868         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/media.js: Removed.
6869         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/media.htm: Removed.
6870         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste: Removed.
6871         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/blank.htm: Removed.
6872         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/css: Removed.
6873         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/editor_plugin.js: Removed.
6874         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/images: Removed.
6875         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
6876         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pastetext.js: Removed.
6877         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pasteword.js: Removed.
6878         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/jscripts: Removed.
6879         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/langs: Removed.
6880         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pastetext.htm: Removed.
6881         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pasteword.htm: Removed.
6882         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari: Removed.
6883         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/blank.htm: Removed.
6884         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/editor_plugin.js: Removed.
6885         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
6886         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
6887         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php: Removed.
6888         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php: Removed.
6889         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php: Removed.
6890         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php: Removed.
6891         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php: Removed.
6892         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
6893         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php: Removed.
6894         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php: Removed.
6895         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/config.php: Removed.
6896         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
6897         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css/content.css: Removed.
6898         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js: Removed.
6899         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/images: Removed.
6900         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
6901         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif: Removed.
6902         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
6903         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes/general.php: Removed.
6904         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/langs: Removed.
6905         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/rpc.php: Removed.
6906         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
6907         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js: Removed.
6908         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
6909         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
6910         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css/content.css: Removed.
6911         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js: Removed.
6912         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js: Removed.
6913         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/images: Removed.
6914         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
6915         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/audio.gif: Removed.
6916         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/help.gif: Removed.
6917         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/image.gif: Removed.
6918         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/media.gif: Removed.
6919         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more.gif: Removed.
6920         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif: Removed.
6921         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page.gif: Removed.
6922         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page_bug.gif: Removed.
6923         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/toolbars.gif: Removed.
6924         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif: Removed.
6925         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/video.gif: Removed.
6926         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/langs: Removed.
6927         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
6928         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
6929         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css: Removed.
6930         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css: Removed.
6931         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html: Removed.
6932         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.dev.js: Removed.
6933         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js: Removed.
6934         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
6935         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Removed.
6936         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Removed.
6937         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
6938         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js: Removed.
6939         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
6940         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js: Removed.
6941         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js: Removed.
6942         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
6943         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Removed.
6944         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Removed.
6945         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Removed.
6946         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif: Removed.
6947         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp: Removed.
6948         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/images: Removed.
6949         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/langs: Removed.
6950         * WebKitSite/blog/wp-includes/js/tinymce/themes: Removed.
6951         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced: Removed.
6952         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/about.htm: Removed.
6953         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/anchor.htm: Removed.
6954         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/charmap.htm: Removed.
6955         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/color_picker.htm: Removed.
6956         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/css: Removed.
6957         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/editor_template.js: Removed.
6958         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/image.htm: Removed.
6959         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images: Removed.
6960         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images/xp: Removed.
6961         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
6962         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg: Removed.
6963         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/fm.gif: Removed.
6964         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Removed.
6965         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/icons.gif: Removed.
6966         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Removed.
6967         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
6968         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/about.js: Removed.
6969         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/anchor.js: Removed.
6970         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/charmap.js: Removed.
6971         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/color_picker.js: Removed.
6972         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/image.js: Removed.
6973         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/link.js: Removed.
6974         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/source_editor.js: Removed.
6975         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/jscripts: Removed.
6976         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/langs: Removed.
6977         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/link.htm: Removed.
6978         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
6979         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
6980         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/content.css: Removed.
6981         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css: Removed.
6982         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
6983         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Removed.
6984         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif: Removed.
6985         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif: Removed.
6986         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif: Removed.
6987         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif: Removed.
6988         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif: Removed.
6989         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/ui.css: Removed.
6990         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
6991         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css: Removed.
6992         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css: Removed.
6993         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
6994         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Removed.
6995         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Removed.
6996         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Removed.
6997         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css: Removed.
6998         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css: Removed.
6999         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css: Removed.
7000         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
7001         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css: Removed.
7002         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css: Removed.
7003         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
7004         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Removed.
7005         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Removed.
7006         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/down_arrow.gif: Removed.
7007         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png: Removed.
7008         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif: Removed.
7009         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif: Removed.
7010         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css: Removed.
7011         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/source_editor.htm: Removed.
7012         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce.js: Removed.
7013         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce_popup.js: Removed.
7014         * WebKitSite/blog/wp-includes/js/tinymce/utils: Removed.
7015         * WebKitSite/blog/wp-includes/js/tinymce/utils/editable_selects.js: Removed.
7016         * WebKitSite/blog/wp-includes/js/tinymce/utils/form_utils.js: Removed.
7017         * WebKitSite/blog/wp-includes/js/tinymce/utils/mctabs.js: Removed.
7018         * WebKitSite/blog/wp-includes/js/tinymce/utils/validate.js: Removed.
7019         * WebKitSite/blog/wp-includes/js/tinymce/wp-mce-help.php: Removed.
7020         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js: Removed.
7021         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js.gz: Removed.
7022         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.php: Removed.
7023         * WebKitSite/blog/wp-includes/js/tw-sack.dev.js: Removed.
7024         * WebKitSite/blog/wp-includes/js/tw-sack.js: Removed.
7025         * WebKitSite/blog/wp-includes/js/wp-ajax-response.dev.js: Removed.
7026         * WebKitSite/blog/wp-includes/js/wp-ajax-response.js: Removed.
7027         * WebKitSite/blog/wp-includes/js/wp-lists.dev.js: Removed.
7028         * WebKitSite/blog/wp-includes/js/wp-lists.js: Removed.
7029         * WebKitSite/blog/wp-includes/kses.php: Removed.
7030         * WebKitSite/blog/wp-includes/l10n.php: Removed.
7031         * WebKitSite/blog/wp-includes/link-template.php: Removed.
7032         * WebKitSite/blog/wp-includes/locale.php: Removed.
7033         * WebKitSite/blog/wp-includes/media.php: Removed.
7034         * WebKitSite/blog/wp-includes/pluggable.php: Removed.
7035         * WebKitSite/blog/wp-includes/plugin.php: Removed.
7036         * WebKitSite/blog/wp-includes/pomo: Removed.
7037         * WebKitSite/blog/wp-includes/pomo/entry.php: Removed.
7038         * WebKitSite/blog/wp-includes/pomo/mo.php: Removed.
7039         * WebKitSite/blog/wp-includes/pomo/po.php: Removed.
7040         * WebKitSite/blog/wp-includes/pomo/streams.php: Removed.
7041         * WebKitSite/blog/wp-includes/pomo/translations.php: Removed.
7042         * WebKitSite/blog/wp-includes/post-template.php: Removed.
7043         * WebKitSite/blog/wp-includes/post.php: Removed.
7044         * WebKitSite/blog/wp-includes/query.php: Removed.
7045         * WebKitSite/blog/wp-includes/registration-functions.php: Removed.
7046         * WebKitSite/blog/wp-includes/registration.php: Removed.
7047         * WebKitSite/blog/wp-includes/rewrite.php: Removed.
7048         * WebKitSite/blog/wp-includes/rss-functions.php: Removed.
7049         * WebKitSite/blog/wp-includes/rss.php: Removed.
7050         * WebKitSite/blog/wp-includes/script-loader.php: Removed.
7051         * WebKitSite/blog/wp-includes/shortcodes.php: Removed.
7052         * WebKitSite/blog/wp-includes/streams.php: Removed.
7053         * WebKitSite/blog/wp-includes/taxonomy.php: Removed.
7054         * WebKitSite/blog/wp-includes/template-loader.php: Removed.
7055         * WebKitSite/blog/wp-includes/theme.php: Removed.
7056         * WebKitSite/blog/wp-includes/update.php: Removed.
7057         * WebKitSite/blog/wp-includes/user.php: Removed.
7058         * WebKitSite/blog/wp-includes/vars.php: Removed.
7059         * WebKitSite/blog/wp-includes/version.php: Removed.
7060         * WebKitSite/blog/wp-includes/widgets.php: Removed.
7061         * WebKitSite/blog/wp-includes/wlwmanifest.xml: Removed.
7062         * WebKitSite/blog/wp-includes/wp-db.php: Removed.
7063         * WebKitSite/blog/wp-includes/wp-diff.php: Removed.
7064         * WebKitSite/blog/wp-links-opml.php: Removed.
7065         * WebKitSite/blog/wp-load.php: Removed.
7066         * WebKitSite/blog/wp-login.php: Removed.
7067         * WebKitSite/blog/wp-mail.php: Removed.
7068         * WebKitSite/blog/wp-pass.php: Removed.
7069         * WebKitSite/blog/wp-rdf.php: Removed.
7070         * WebKitSite/blog/wp-register.php: Removed.
7071         * WebKitSite/blog/wp-rss.php: Removed.
7072         * WebKitSite/blog/wp-rss2.php: Removed.
7073         * WebKitSite/blog/wp-settings.php: Removed.
7074         * WebKitSite/blog/wp-trackback.php: Removed.
7075         * WebKitSite/blog/xmlrpc.php: Removed.
7076         * WebKitSite/building: Removed.
7077         * WebKitSite/building/build-window.png: Removed.
7078         * WebKitSite/building/build.html: Removed.
7079         * WebKitSite/building/checkout.html: Removed.
7080         * WebKitSite/building/custom-executable.png: Removed.
7081         * WebKitSite/building/cygwin-downloader.zip: Removed.
7082         * WebKitSite/building/debug.html: Removed.
7083         * WebKitSite/building/debug.png: Removed.
7084         * WebKitSite/building/info-tab.png: Removed.
7085         * WebKitSite/building/launch-debugger-vs2005.png: Removed.
7086         * WebKitSite/building/run.html: Removed.
7087         * WebKitSite/building/set-as-startup-project-vs2005.png: Removed.
7088         * WebKitSite/building/set-debugging-properties-vs2005.png: Removed.
7089         * WebKitSite/building/tools.html: Removed.
7090         * WebKitSite/coding: Removed.
7091         * WebKitSite/coding/RefPtr.html: Removed.
7092         * WebKitSite/coding/assertion-guidelines.html: Removed.
7093         * WebKitSite/coding/bsd-license.html: Removed.
7094         * WebKitSite/coding/coding-style.html: Removed.
7095         * WebKitSite/coding/commit-review-policy.html: Removed.
7096         * WebKitSite/coding/contributing.html: Removed.
7097         * WebKitSite/coding/dom-element-attach.html: Removed.
7098         * WebKitSite/coding/images: Removed.
7099         * WebKitSite/coding/images/contribute_add_attachment.png: Removed.
7100         * WebKitSite/coding/images/contribute_mark_review.png: Removed.
7101         * WebKitSite/coding/images/dom-element-attach-large.png: Removed.
7102         * WebKitSite/coding/images/dom-element-attach-small.png: Removed.
7103         * WebKitSite/coding/images/dom-element-attach.graffle: Removed.
7104         * WebKitSite/coding/lgpl-license.html: Removed.
7105         * WebKitSite/coding/major-objects.html: Removed.
7106         * WebKitSite/coding/scripts.html: Removed.
7107         * WebKitSite/coding/technical-articles.html: Removed.
7108         * WebKitSite/contact.html: Removed.
7109         * WebKitSite/css: Removed.
7110         * WebKitSite/css/blue.css: Removed.
7111         * WebKitSite/css/gray.css: Removed.
7112         * WebKitSite/css/green.css: Removed.
7113         * WebKitSite/css/ie.css: Removed.
7114         * WebKitSite/css/main.css: Removed.
7115         * WebKitSite/css/pink.css: Removed.
7116         * WebKitSite/css/purple.css: Removed.
7117         * WebKitSite/css/yellow.css: Removed.
7118         * WebKitSite/demos: Removed.
7119         * WebKitSite/demos/accessible-ascii-art: Removed.
7120         * WebKitSite/demos/accessible-ascii-art/butterfly-figure.html: Removed.
7121         * WebKitSite/demos/accessible-ascii-art/butterfly.html: Removed.
7122         * WebKitSite/demos/calendar: Removed.
7123         * WebKitSite/demos/calendar/Boom.aiff: Removed.
7124         * WebKitSite/demos/calendar/Calendar.css: Removed.
7125         * WebKitSite/demos/calendar/Calendar.html: Removed.
7126         * WebKitSite/demos/calendar/Calendar.js: Removed.
7127         * WebKitSite/demos/calendar/Calendar.manifest: Removed.
7128         * WebKitSite/demos/calendar/CalendarApp.icns: Removed.
7129         * WebKitSite/demos/calendar/Images: Removed.
7130         * WebKitSite/demos/calendar/Images/AirPort4.png: Removed.
7131         * WebKitSite/demos/calendar/Images/AirPortError.png: Removed.
7132         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallDown.png: Removed.
7133         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallRight.png: Removed.
7134         * WebKitSite/demos/calendar/Images/statusbarBackground.png: Removed.
7135         * WebKitSite/demos/calendar/Images/statusbarResizerVertical.png: Removed.
7136         * WebKitSite/demos/calendar/LocationImage.js: Removed.
7137         * WebKitSite/demos/calendar/Utilities.js: Removed.
7138         * WebKitSite/demos/calendar/favicon.ico: Removed.
7139         * WebKitSite/demos/calendar/index.html: Removed.
7140         * WebKitSite/demos/calendar/mime.types: Removed.
7141         * WebKitSite/demos/canvas-perf: Removed.
7142         * WebKitSite/demos/canvas-perf/canvas.html: Removed.
7143         * WebKitSite/demos/canvas-perf/kraken.jpg: Removed.
7144         * WebKitSite/demos/editingToolbar: Removed.
7145         * WebKitSite/demos/editingToolbar/FancyToolbar.css: Removed.
7146         * WebKitSite/demos/editingToolbar/FancyToolbar.js: Removed.
7147         * WebKitSite/demos/editingToolbar/FancyToolbarImages: Removed.
7148         * WebKitSite/demos/editingToolbar/FancyToolbarImages/button.png: Removed.
7149         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Removed.
7150         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Removed.
7151         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Removed.
7152         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Removed.
7153         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Removed.
7154         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Removed.
7155         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonRight.png: Removed.
7156         * WebKitSite/demos/editingToolbar/FancyToolbarImages/camera.png: Removed.
7157         * WebKitSite/demos/editingToolbar/FancyToolbarImages/link.png: Removed.
7158         * WebKitSite/demos/editingToolbar/FancyToolbarImages/textAlign.png: Removed.
7159         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Removed.
7160         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Removed.
7161         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Removed.
7162         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Removed.
7163         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Removed.
7164         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Removed.
7165         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Removed.
7166         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Removed.
7167         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Removed.
7168         * WebKitSite/demos/editingToolbar/content.html: Removed.
7169         * WebKitSite/demos/editingToolbar/images: Removed.
7170         * WebKitSite/demos/editingToolbar/images/safari.png: Removed.
7171         * WebKitSite/demos/editingToolbar/index.html: Removed.
7172         * WebKitSite/demos/hover-summary: Removed.
7173         * WebKitSite/demos/hover-summary/details.css: Removed.
7174         * WebKitSite/demos/hover-summary/details.js: Removed.
7175         * WebKitSite/demos/hover-summary/example1.html: Removed.
7176         * WebKitSite/demos/hover-summary/example2.html: Removed.
7177         * WebKitSite/demos/hover-summary/horizontal-triangle.png: Removed.
7178         * WebKitSite/demos/hover-summary/vertical-triangle.png: Removed.
7179         * WebKitSite/demos/index.html: Removed.
7180         * WebKitSite/demos/mathml: Removed.
7181         * WebKitSite/demos/mathml/MathMLDemo.xhtml: Removed.
7182         * WebKitSite/demos/sticky-notes: Removed.
7183         * WebKitSite/demos/sticky-notes/StickyNotes.manifest: Removed.
7184         * WebKitSite/demos/sticky-notes/deleteButton.png: Removed.
7185         * WebKitSite/demos/sticky-notes/deleteButtonPressed.png: Removed.
7186         * WebKitSite/demos/sticky-notes/index.html: Removed.
7187         * WebKitSite/demos/transitions-and-transforms: Removed.
7188         * WebKitSite/demos/transitions-and-transforms/Finder Coverflow.png: Removed.
7189         * WebKitSite/demos/transitions-and-transforms/Horsehead.png: Removed.
7190         * WebKitSite/demos/transitions-and-transforms/Mail Stationery.png: Removed.
7191         * WebKitSite/demos/transitions-and-transforms/Quick Look.png: Removed.
7192         * WebKitSite/demos/transitions-and-transforms/Spaces.png: Removed.
7193         * WebKitSite/demos/transitions-and-transforms/Stacks.png: Removed.
7194         * WebKitSite/demos/transitions-and-transforms/Time Machine.png: Removed.
7195         * WebKitSite/demos/transitions-and-transforms/index.html: Removed.
7196         * WebKitSite/demos/transitions-and-transforms/leopard.css: Removed.
7197         * WebKitSite/demos/transitions-and-transforms/no-style.html: Removed.
7198         * WebKitSite/favicon.ico: Removed.
7199         * WebKitSite/footer.inc: Removed.
7200         * WebKitSite/header.inc: Removed.
7201         * WebKitSite/images: Removed.
7202         * WebKitSite/images/DroseraPic.png: Removed.
7203         * WebKitSite/images/blank.png: Removed.
7204         * WebKitSite/images/blue-background.png: Removed.
7205         * WebKitSite/images/blue-bullet.png: Removed.
7206         * WebKitSite/images/download.png: Removed.
7207         * WebKitSite/images/end.png: Removed.
7208         * WebKitSite/images/gray-background.png: Removed.
7209         * WebKitSite/images/green-background.png: Removed.
7210         * WebKitSite/images/green-bullet.png: Removed.
7211         * WebKitSite/images/icon-gold.png: Removed.
7212         * WebKitSite/images/icon.png: Removed.
7213         * WebKitSite/images/ie-nav.png: Removed.
7214         * WebKitSite/images/middle.png: Removed.
7215         * WebKitSite/images/nav.png: Removed.
7216         * WebKitSite/images/pink-background.png: Removed.
7217         * WebKitSite/images/pink-bullet.png: Removed.
7218         * WebKitSite/images/purple-background.png: Removed.
7219         * WebKitSite/images/purple-bullet.png: Removed.
7220         * WebKitSite/images/surfin-safari.icns: Removed.
7221         * WebKitSite/images/yellow-background.png: Removed.
7222         * WebKitSite/images/yellow-bullet.png: Removed.
7223         * WebKitSite/index.html: Removed.
7224         * WebKitSite/misc: Removed.
7225         * WebKitSite/misc/DatabaseExample.html: Removed.
7226         * WebKitSite/misc/DatabaseTester.html: Removed.
7227         * WebKitSite/misc/WebKitDetect.html: Removed.
7228         * WebKitSite/misc/WebKitDetect.js: Removed.
7229         * WebKitSite/misc/drosera: Removed.
7230         * WebKitSite/misc/drosera/demo.js: Removed.
7231         * WebKitSite/misc/drosera/drosera.png: Removed.
7232         * WebKitSite/misc/drosera/index.html: Removed.
7233         * WebKitSite/misc/gradient-input.html: Removed.
7234         * WebKitSite/misc/morph.html: Removed.
7235         * WebKitSite/nav.inc: Removed.
7236         * WebKitSite/perf: Removed.
7237         * WebKitSite/perf/slickspeed: Removed.
7238         * WebKitSite/perf/slickspeed/config.ini: Removed.
7239         * WebKitSite/perf/slickspeed/footer.html: Removed.
7240         * WebKitSite/perf/slickspeed/frameworks: Removed.
7241         * WebKitSite/perf/slickspeed/frameworks/DomQuery.js: Removed.
7242         * WebKitSite/perf/slickspeed/frameworks/dummy.js: Removed.
7243         * WebKitSite/perf/slickspeed/frameworks/jquery-1.2.3.js: Removed.
7244         * WebKitSite/perf/slickspeed/frameworks/prototype.js: Removed.
7245         * WebKitSite/perf/slickspeed/header.html: Removed.
7246         * WebKitSite/perf/slickspeed/index.php: Removed.
7247         * WebKitSite/perf/slickspeed/instructions.txt: Removed.
7248         * WebKitSite/perf/slickspeed/logo.png: Removed.
7249         * WebKitSite/perf/slickspeed/selectors.list: Removed.
7250         * WebKitSite/perf/slickspeed/style.css: Removed.
7251         * WebKitSite/perf/slickspeed/system: Removed.
7252         * WebKitSite/perf/slickspeed/system/index.php: Removed.
7253         * WebKitSite/perf/slickspeed/system/slickspeed.js: Removed.
7254         * WebKitSite/perf/slickspeed/system/template.php: Removed.
7255         * WebKitSite/perf/slickspeed/template.html: Removed.
7256         * WebKitSite/perf/sunspider: Removed.
7257         * WebKitSite/perf/sunspider-0.9: Removed.
7258         * WebKitSite/perf/sunspider-0.9.1: Removed.
7259         * WebKitSite/perf/sunspider-0.9.1/json2.js: Removed.
7260         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9: Removed.
7261         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1: Removed.
7262         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Removed.
7263         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Removed.
7264         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Removed.
7265         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Removed.
7266         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/driver.html: Removed.
7267         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/results.html: Removed.
7268         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Removed.
7269         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Removed.
7270         * WebKitSite/perf/sunspider-0.9.1/sunspider-analyze-results.js: Removed.
7271         * WebKitSite/perf/sunspider-0.9.1/sunspider-compare-results.js: Removed.
7272         * WebKitSite/perf/sunspider-0.9.1/sunspider.css: Removed.
7273         * WebKitSite/perf/sunspider-0.9/3d-cube.html: Removed.
7274         * WebKitSite/perf/sunspider-0.9/3d-morph.html: Removed.
7275         * WebKitSite/perf/sunspider-0.9/3d-raytrace.html: Removed.
7276         * WebKitSite/perf/sunspider-0.9/access-binary-trees.html: Removed.
7277         * WebKitSite/perf/sunspider-0.9/access-fannkuch.html: Removed.
7278         * WebKitSite/perf/sunspider-0.9/access-nbody.html: Removed.
7279         * WebKitSite/perf/sunspider-0.9/access-nsieve.html: Removed.
7280         * WebKitSite/perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Removed.
7281         * WebKitSite/perf/sunspider-0.9/bitops-bits-in-byte.html: Removed.
7282         * WebKitSite/perf/sunspider-0.9/bitops-bitwise-and.html: Removed.
7283         * WebKitSite/perf/sunspider-0.9/bitops-nsieve-bits.html: Removed.
7284         * WebKitSite/perf/sunspider-0.9/controlflow-recursive.html: Removed.
7285         * WebKitSite/perf/sunspider-0.9/crypto-aes.html: Removed.
7286         * WebKitSite/perf/sunspider-0.9/crypto-md5.html: Removed.
7287         * WebKitSite/perf/sunspider-0.9/crypto-sha1.html: Removed.
7288         * WebKitSite/perf/sunspider-0.9/date-format-tofte.html: Removed.
7289         * WebKitSite/perf/sunspider-0.9/date-format-xparb.html: Removed.
7290         * WebKitSite/perf/sunspider-0.9/math-cordic.html: Removed.
7291         * WebKitSite/perf/sunspider-0.9/math-partial-sums.html: Removed.
7292         * WebKitSite/perf/sunspider-0.9/math-spectral-norm.html: Removed.
7293         * WebKitSite/perf/sunspider-0.9/regexp-dna.html: Removed.
7294         * WebKitSite/perf/sunspider-0.9/string-base64.html: Removed.
7295         * WebKitSite/perf/sunspider-0.9/string-fasta.html: Removed.
7296         * WebKitSite/perf/sunspider-0.9/string-tagcloud.html: Removed.
7297         * WebKitSite/perf/sunspider-0.9/string-unpack-code.html: Removed.
7298         * WebKitSite/perf/sunspider-0.9/string-validate-input.html: Removed.
7299         * WebKitSite/perf/sunspider-0.9/sunspider-analyze-results.js: Removed.
7300         * WebKitSite/perf/sunspider-0.9/sunspider-compare-results.js: Removed.
7301         * WebKitSite/perf/sunspider-0.9/sunspider-driver.html: Removed.
7302         * WebKitSite/perf/sunspider-0.9/sunspider-record-result.js: Removed.
7303         * WebKitSite/perf/sunspider-0.9/sunspider-results.html: Removed.
7304         * WebKitSite/perf/sunspider-0.9/sunspider-test-prefix.js: Removed.
7305         * WebKitSite/perf/sunspider-0.9/sunspider.css: Removed.
7306         * WebKitSite/perf/sunspider/sunspider.css: Removed.
7307         * WebKitSite/perf/sunspider/sunspider.html: Removed.
7308         * WebKitSite/pngbehavior.htc: Removed.
7309         * WebKitSite/projects: Removed.
7310         * WebKitSite/projects/accessibility: Removed.
7311         * WebKitSite/projects/accessibility/index.html: Removed.
7312         * WebKitSite/projects/cleanup: Removed.
7313         * WebKitSite/projects/cleanup/index.html: Removed.
7314         * WebKitSite/projects/compat: Removed.
7315         * WebKitSite/projects/compat/index.html: Removed.
7316         * WebKitSite/projects/css: Removed.
7317         * WebKitSite/projects/css/index.html: Removed.
7318         * WebKitSite/projects/documentation: Removed.
7319         * WebKitSite/projects/documentation/index.html: Removed.
7320         * WebKitSite/projects/dom: Removed.
7321         * WebKitSite/projects/dom/index.html: Removed.
7322         * WebKitSite/projects/editing: Removed.
7323         * WebKitSite/projects/editing/index.html: Removed.
7324         * WebKitSite/projects/forms: Removed.
7325         * WebKitSite/projects/forms/index.html: Removed.
7326         * WebKitSite/projects/goals.html: Removed.
7327         * WebKitSite/projects/html: Removed.
7328         * WebKitSite/projects/html/index.html: Removed.
7329         * WebKitSite/projects/index.html: Removed.
7330         * WebKitSite/projects/javascript: Removed.
7331         * WebKitSite/projects/javascript/index.html: Removed.
7332         * WebKitSite/projects/layout: Removed.
7333         * WebKitSite/projects/layout/index.html: Removed.
7334         * WebKitSite/projects/mathml: Removed.
7335         * WebKitSite/projects/mathml/index.html: Removed.
7336         * WebKitSite/projects/performance: Removed.
7337         * WebKitSite/projects/performance/index.html: Removed.
7338         * WebKitSite/projects/plugins: Removed.
7339         * WebKitSite/projects/plugins/index.html: Removed.
7340         * WebKitSite/projects/portability: Removed.
7341         * WebKitSite/projects/portability/index.html: Removed.
7342         * WebKitSite/projects/printing: Removed.
7343         * WebKitSite/projects/printing/index.html: Removed.
7344         * WebKitSite/projects/svg: Removed.
7345         * WebKitSite/projects/svg/index.html: Removed.
7346         * WebKitSite/projects/svg/status.xml: Removed.
7347         * WebKitSite/projects/svg/svg-status.css: Removed.
7348         * WebKitSite/projects/svg/svg-status.xsl: Removed.
7349         * WebKitSite/projects/webkit: Removed.
7350         * WebKitSite/projects/webkit/index.html: Removed.
7351         * WebKitSite/projects/xml: Removed.
7352         * WebKitSite/projects/xml/index.html: Removed.
7353         * WebKitSite/projects/xslt: Removed.
7354         * WebKitSite/projects/xslt/index.html: Removed.
7355         * WebKitSite/quality: Removed.
7356         * WebKitSite/quality/.htaccess: Removed.
7357         * WebKitSite/quality/Ahem.ttf: Removed.
7358         * WebKitSite/quality/bugpriorities.html: Removed.
7359         * WebKitSite/quality/bugwriting.html: Removed.
7360         * WebKitSite/quality/bugzilla.html: Removed.
7361         * WebKitSite/quality/crashlogs.html: Removed.
7362         * WebKitSite/quality/leakhunting.html: Removed.
7363         * WebKitSite/quality/lifecycle.html: Removed.
7364         * WebKitSite/quality/mac_reportbox.jpg: Removed.
7365         * WebKitSite/quality/mac_viewtrace.jpg: Removed.
7366         * WebKitSite/quality/reduction.html: Removed.
7367         * WebKitSite/quality/reporting.html: Removed.
7368         * WebKitSite/quality/testing.html: Removed.
7369         * WebKitSite/quality/testwriting.html: Removed.
7370         * WebKitSite/quality/win_installwatson.jpg: Removed.
7371         * WebKitSite/quality/win_watsongui.jpg: Removed.
7372         * WebKitSite/quality/win_watsoninstalled.jpg: Removed.
7373         * WebKitSite/security: Removed.
7374         * WebKitSite/security/index.html: Removed.
7375         * WebKitSite/security/security-group-members.html: Removed.
7376         * WebKitSite/specs: Removed.
7377         * WebKitSite/specs/CSSVisualEffects: Removed.
7378         * WebKitSite/specs/CSSVisualEffects/css3-2d-transforms: Removed.
7379         * WebKitSite/specs/CSSVisualEffects/css3-3d-transforms: Removed.
7380         * WebKitSite/specs/CSSVisualEffects/css3-animations: Removed.
7381         * WebKitSite/specs/CSSVisualEffects/css3-transitions: Removed.
7382         * WebKitSite/specs/CSSVisualEffects/index.html: Removed.
7383         * WebKitSite/specs/HTML_Timed_Media_Elements.html: Removed.
7384         * WebKitSite/specs/MediaQueriesExtensions.html: Removed.
7385         * WebKitSite/specs/PointerEventsProperty.html: Removed.
7386         * WebKitSite/specs/Timed_Media_CSS.html: Removed.
7387         * WebKitSite/specs/Timed_Media_Elements-Open_Issues.html: Removed.
7388         * WebKitSite/specs/index.html: Removed.
7389         * WebKitSite/specs/mediaelement.css: Removed.
7390         * WebKitSite/specs/movie-status-states.png: Removed.
7391         * WebKitSite/specs/squirrelfish-bytecode.html: Removed.
7392         * cmake/WebKitPackaging.cmake:
7393
7394 2010-12-20  Joseph Pecoraro  <joepeck@webkit.org>
7395
7396         Reviewed by Darin Adler.
7397
7398         Update .gitattributes for WebKitTools -> Tools change
7399         https://bugs.webkit.org/show_bug.cgi?id=51365
7400
7401         * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.
7402
7403 2010-12-20  Xan Lopez  <xlopez@igalia.com>
7404
7405         Reviewed by Gustavo Noronha.
7406
7407         * configure.ac: bump version for 1.3.8 release.
7408
7409 2010-12-20  David Levin  <levin@chromium.org>
7410
7411         Reviewed by Ariya Hidayat.
7412
7413         .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
7414         https://bugs.webkit.org/show_bug.cgi?id=51343
7415
7416         Follow up from the WebKitTools -> Tools rename.
7417
7418         * .gitignore:
7419
7420 2010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
7421
7422         Reviewed by Antonio Gomes.
7423
7424         [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
7425         https://bugs.webkit.org/show_bug.cgi?id=51319
7426
7427         Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
7428
7429         * CMakeLists.txt:
7430
7431 2010-12-18  Adam Barth  <abarth@webkit.org>
7432
7433         Reviewed by Sam Weinig.
7434
7435         Move WebKitExamplePlugins to Examples
7436         https://bugs.webkit.org/show_bug.cgi?id=51291
7437
7438         * Examples: Copied from WebKitExamplePlugins.
7439         * WebKitExamplePlugins: Removed.
7440         * WebKitExamplePlugins/NetscapeCocoaPlugin: Removed.
7441         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj: Removed.
7442         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Removed.
7443         * WebKitExamplePlugins/NetscapeCocoaPlugin/Info.plist: Removed.
7444         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.h: Removed.
7445         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.m: Removed.
7446         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj: Removed.
7447         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj: Removed.
7448         * WebKitExamplePlugins/NetscapeCocoaPlugin/main.m: Removed.
7449         * WebKitExamplePlugins/NetscapeCocoaPlugin/test.html: Removed.
7450         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin: Removed.
7451         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj: Removed.
7452         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Removed.
7453         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist: Removed.
7454         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h: Removed.
7455         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m: Removed.
7456         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj: Removed.
7457         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj: Removed.
7458         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff: Removed.
7459         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff: Removed.
7460         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff: Removed.
7461         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff: Removed.
7462         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff: Removed.
7463         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Removed.
7464         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m: Removed.
7465         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html: Removed.
7466         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin: Removed.
7467         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Composition.qtz: Removed.
7468         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj: Removed.
7469         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Removed.
7470         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Info.plist: Removed.
7471         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj: Removed.
7472         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj: Removed.
7473         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/main.m: Removed.
7474         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/test.html: Removed.
7475         * WebKitExamplePlugins/NetscapeInputMethodPlugin: Removed.
7476         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj: Removed.
7477         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Removed.
7478         * WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist: Removed.
7479         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj: Removed.
7480         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/project.pbxproj: Removed.
7481         * WebKitExamplePlugins/NetscapeInputMethodPlugin/main.m: Removed.
7482         * WebKitExamplePlugins/NetscapeInputMethodPlugin/test.html: Removed.
7483         * cmake/WebKitPackaging.cmake:
7484
7485 2010-12-17  Dan Bernstein  <mitz@apple.com>
7486
7487         Reviewed by Simon Fraser.
7488
7489         Rename WebKitTools to Tools
7490         https://bugs.webkit.org/show_bug.cgi?id=49861
7491
7492         * DerivedSources.pro:
7493         * GNUmakefile.am:
7494         * MakeFile:
7495         * MakeFile.shared:
7496         * Tools: Renamed from WebKitTools.
7497         * WebKit.pro:
7498         * cmake/WebKitPackaging.cmake:
7499         * wscript:
7500
7501 2010-12-16  Leandro Pereira  <leandro@profusion.mobi>
7502
7503         [EFL] Unreviewed build fix.
7504
7505         Disable ContextMenu support for now while support for
7506         CROSS_PLATFORM_MENUS is written.
7507
7508         * cmake/OptionsEfl.cmake:
7509
7510 2010-12-15  Sheriff Bot  <webkit.review.bot@gmail.com>
7511
7512         Unreviewed, rolling out r74117.
7513         http://trac.webkit.org/changeset/74117
7514         https://bugs.webkit.org/show_bug.cgi?id=51113
7515
7516         This broke the GTK1 build. (Requested by mrobinson on
7517         #webkit).
7518
7519         * GNUmakefile.am:
7520         * configure.ac:
7521
7522 2010-12-15  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>
7523
7524         Reviewed by Martin Robinson.
7525
7526         Changes to enable building WebKit2 for Gtk port.
7527         (https://bugs.webkit.org/show_bug.cgi?id=37369)
7528
7529         * GNUmakefile.am: Changes to build either of WebKit1 or WebKit2.
7530         It basically excludes all WebKit/gtk/webkit/ files when building WebKit2.
7531         Also, exludes Unittests, DumprenderTree, GtkLauncher etc for WebKit2.
7532         * configure.ac: Option for enable or disable WebKit2.
7533
7534 2010-12-14  Commit Queue  <commit-queue@webkit.org>
7535
7536         Unreviewed.  Test commit for commit-queue@webkit.org.
7537
7538 2010-12-14  Commit Queue  <commit-queue@webkit.org>
7539
7540         Unreviewed.  Test commit for commit-queue@webkit.org.
7541
7542 2010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
7543
7544         Reviewed by Eric Seidel.
7545
7546         [git].DS_Store should be in .gitignore
7547         https://bugs.webkit.org/show_bug.cgi?id=51065
7548
7549         Added .DS_Store to .gitignore.
7550
7551         * .gitignore:
7552
7553 2010-12-14  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7554
7555         Reviewed by Eric Seidel.
7556
7557         [EFL] Add linker script to export less symbols
7558         https://bugs.webkit.org/show_bug.cgi?id=44609
7559
7560         Filter the exported symbols by using a linker script. Only symbols
7561         starting with "ewk_" are exported.
7562
7563         * cmake/OptionsEfl.cmake: Pass linker option to use a version script
7564         when linking webkit.
7565         * cmake/eflsymbols.filter: Added. Export only symbols starting with
7566         "ewk_" (C linkage).
7567
7568 2010-12-13  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7569
7570         Unreviewed build fix for EFL.
7571
7572         Remove DataSourceGStreamer.cpp in WebCore/CMakeListsEfl.txt
7573         Because, DataSourceGStreamer.cpp was removed by Bug 30007.
7574
7575         * ../WebCore/CMakeListsEfl.txt:
7576
7577 2010-12-13  Andras Becsi  <abecsi@webkit.org>
7578
7579         Reviewed by Csaba Osztrogonác.
7580
7581         [Qt][WK2] Fix build if WebKitTools are not available
7582         https://bugs.webkit.org/show_bug.cgi?id=50242
7583
7584         * DerivedSources.pro: add new DerivedSources.pro to SUBDIRS.
7585
7586 2010-12-06  Philippe Normand  <pnormand@igalia.com>
7587
7588         Reviewed by Martin Robinson.
7589
7590         [GTK] Support the Mozilla-style Fullscreen Javascript API
7591         https://bugs.webkit.org/show_bug.cgi?id=50572
7592
7593         * configure.ac: new configure flag to disable the new Javascript
7594         Fullscreen API build. It is enabled by default.
7595
7596 2010-12-09  Philippe Normand  <pnormand@igalia.com>
7597
7598         Reviewed by Xan Lopez.
7599
7600         [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
7601         https://bugs.webkit.org/show_bug.cgi?id=50741
7602
7603         * configure.ac:
7604
7605 2010-12-07  Patrick Gansterer  <paroga@webkit.org>
7606
7607         Reviewed by Andreas Kling.
7608
7609         [CMake] Remove WebKitGenerators
7610         https://bugs.webkit.org/show_bug.cgi?id=50445
7611
7612         * CMakeLists.txt:
7613         * cmake/WebKitGenerators.cmake: Removed.
7614
7615 2010-12-06  Patrick Gansterer  <paroga@webkit.org>
7616
7617         Reviewed by Andreas Kling.
7618
7619         [WINCE] Add build system
7620         https://bugs.webkit.org/show_bug.cgi?id=50522
7621
7622         * cmake/OptionsWinCE.cmake: Added.
7623         * cmake/OptionsWindows.cmake: Added.
7624
7625 2010-12-04  Patrick Gansterer  <paroga@webkit.org>
7626
7627         Reviewed by Andreas Kling.
7628
7629         [CMake] Better detection of ARM platform
7630         https://bugs.webkit.org/show_bug.cgi?id=50452
7631
7632         * CMakeLists.txt:
7633
7634 2010-12-03  Xan Lopez  <xlopez@igalia.com>
7635
7636         Unreviewed build fix for GTK+.
7637
7638         Add configure.ac-fu for WebAudio.
7639
7640         * configure.ac:
7641
7642 2010-12-02  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7643
7644         Reviewed by Eric Seidel.
7645
7646         [EFL] Fails to build with non-system cairo
7647         https://bugs.webkit.org/show_bug.cgi?id=50395
7648
7649         Do not add 'cairo' as a suffix for the paths provided by
7650         pkgconfig. The paths provided by pkgconfig already include it.
7651
7652         * cmake/FindCairo.cmake:
7653
7654 2010-12-02  Xan Lopez  <xlopez@igalia.com>
7655
7656         Third attempt to fix the build.
7657
7658         * autotools/symbols.filter: be more liberal in one more symbol.
7659
7660 2010-12-02  Xan Lopez  <xlopez@igalia.com>
7661
7662         Another attempt to fix the GTK+ build.
7663
7664         * autotools/symbols.filter: try to be more liberal with the
7665         mangled names of some symbols.
7666
7667 2010-12-02  Xan Lopez  <xlopez@igalia.com>
7668
7669         Try to fix GTK+ build.
7670
7671         * autotools/symbols.filter: add missing ';'.
7672
7673 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
7674
7675         Attempt to fix the GTK+ build. Add missing symbol the
7676         list of unfiltered symbols for the linker.
7677
7678         * autotools/symbols.filter: Add symbol used in DumpRenderTree.
7679
7680 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
7681
7682         Reviewed by Xan Lopez.
7683
7684         [GTK] DumpRenderTree has two copies of JavaScriptCore
7685         https://bugs.webkit.org/show_bug.cgi?id=49877
7686
7687         Prevent the need to compile JSC into DumpRenderTree twice, by adjusting
7688         the symbol visibility rules for libwebkit. Make all JSC symbols visible,
7689         while hiding WebCore/WebKit symbols.
7690
7691         * GNUmakefile.am: Move the symbol visibility flags to the WebKit build.
7692         * autotools/symbols.filter: Update the symbol filter list with the real
7693         mangled names of the symbols and include other symbols that DRT needs.
7694
7695 2010-12-02  Daniel Bates  <dbates@rim.com>
7696
7697         Add autotools generated files to svn:ignore so that these
7698         files do not show up in an svn stat.
7699
7700         * .: Added properties svn:ignore, svn:ignore and svn:ignore. Modified property svn:ignore.
7701         * autotools: Added property svn:ignore.
7702
7703 2010-12-01  Adam Roben  <aroben@apple.com>
7704
7705         Teach git to ignore files installed by WebKitSupportLibrary and
7706         WebKitAuxiliaryLibrary
7707
7708         Fixes <http://webkit.org/b/50348> Git complains about lots of
7709         untracked files in WebKitLibraries/win
7710
7711         Reviewed by Steve Falkenburg.
7712
7713         * .gitignore: Added files from these libraries.
7714
7715 2010-12-01  Steve Falkenburg  <sfalken@apple.com>
7716
7717         Reviewed by Adam Roben.
7718
7719         vcproj changes can't be applied cleanly by the Windows EWS bot
7720         https://bugs.webkit.org/show_bug.cgi?id=50328
7721
7722         * .gitattributes:
7723
7724 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
7725
7726         Reviewed by Andreas Kling.
7727
7728         [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
7729         https://bugs.webkit.org/show_bug.cgi?id=49886
7730
7731         * cmake/WebKitMacros.cmake:
7732
7733 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
7734
7735         Reviewed by Andreas Kling.
7736
7737         Move generator logic into WebCore CMakeLists.txt file
7738         https://bugs.webkit.org/show_bug.cgi?id=49885
7739
7740         * cmake/WebKitMacros.cmake:
7741
7742 2010-11-29  Xan Lopez  <xlopez@igalia.com>
7743
7744         Reviewed by Martin Robinson.
7745
7746         * configure.ac: bump version for 1.3.7 release.
7747
7748 2010-11-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
7749
7750         Reviewed by Antonio Gomes.
7751
7752         [Qt] Remove unused BASE_DIR from the build system
7753         https://bugs.webkit.org/show_bug.cgi?id=50132
7754
7755         * WebKit.pri:
7756
7757 2010-11-24  Hayato Ito  <hayato@chromium.org>
7758
7759         Reviewed by David Levin.
7760
7761         Add files which Chromium port generates to .gitignore.
7762
7763         https://bugs.webkit.org/show_bug.cgi?id=49943
7764
7765         * .gitignore:
7766
7767 2010-11-23  Patrick Gansterer  <paroga@webkit.org>
7768
7769         Reviewed by David Levin.
7770
7771         Add WebKit2 VisualStudio files to .gitattributes
7772         https://bugs.webkit.org/show_bug.cgi?id=49969
7773
7774         * .gitattributes:
7775
7776 2010-11-19  Mihai Parparita  <mihaip@chromium.org>
7777
7778         Add recent upstream Chromium dependencies to .gitignore.
7779
7780         * .gitignore:
7781
7782 2010-11-17  Martin Robinson  <mrobinson@igalia.com>
7783
7784         Reviewed by Gustavo Noronha Silva.
7785
7786         [GTK] Changing any GNUmakefile.am in the source tree forces a rebuld of the DOM bindings and WebKit APi
7787         https://bugs.webkit.org/show_bug.cgi?id=49400
7788
7789         Move WebKit API build rules out of GNUmakefile.am. These are now in
7790         WebKit/gtk/GNUmakefile.am.
7791
7792         * GNUmakefile.am: Remove WebKit API build rules.
7793
7794 2010-11-17  Commit Queue  <commit-queue@webkit.org>
7795
7796         Unreviewed.  Test commit for commit-queue@webkit.org.
7797
7798 2010-11-16  Andreas Kling  <kling@webkit.org>
7799
7800         Unreviewed typo fix for previous commit.
7801
7802         * common.pri:
7803
7804 2010-11-16  Andreas Kling  <kling@webkit.org>
7805
7806         Reviewed by Kenneth Rohde Christiansen.
7807
7808         [Qt][Scratchbox] Use gold linker explicitly when available
7809
7810         gold is faster at linking QtWebKit than binutils ld, but it cannot be
7811         enabled by default on a system that compiles other Qt projects.
7812         This is due to gold not supporting the --add-needed flag.
7813
7814         Original patch by Kimmo Kinnunen.
7815
7816         * common.pri:
7817
7818 2010-11-16  Andreas Kling  <kling@webkit.org>
7819
7820         Reviewed by Kenneth Rohde Christiansen.
7821
7822         [Qt] Add 'valgrind' build mode
7823
7824         Passing CONFIG+=valgrind to qmake will now build WebKit in a way
7825         suitable for debugging with Valgrind.
7826
7827         Original patch by Christian Sejersen.
7828
7829         * WebKit.pri:
7830
7831 2010-11-15  Patrick Gansterer  <paroga@webkit.org>
7832
7833         Reviewed by Andreas Kling.
7834
7835         [CMake] Add additional flags to cmakeconfig.h
7836         https://bugs.webkit.org/show_bug.cgi?id=49556
7837
7838         * cmake/OptionsEfl.cmake:
7839         * cmakeconfig.h.cmake:
7840
7841 2010-11-14  Ryuan Choi  <ryuan.choi@samsung.com>
7842
7843         Reviewed by Martin Robinson.
7844
7845         [EFL] add pango support
7846         https://bugs.webkit.org/show_bug.cgi?id=46029
7847
7848         Add FONT_BACKEND option to switch between pango and freetype.
7849
7850         * cmake/OptionsEfl.cmake:
7851
7852 2010-11-11  Eric Seidel  <eric@webkit.org>
7853
7854         Rubber-stamped by Adam Roben.
7855
7856         * .: Modified property svn:ignore.
7857          - Add WebKitSupportLibrary.zip and WebKitBuild to the root ignore list.
7858
7859 2010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
7860
7861         Reviewed by David Hyatt.
7862
7863         HTML5 Ruby support should be mandatory feature
7864         https://bugs.webkit.org/show_bug.cgi?id=49272
7865
7866         Remove Ruby as optional feature.
7867
7868         * cmake/OptionsEfl.cmake:
7869         * cmakeconfig.h.cmake:
7870         * configure.ac:
7871
7872 2010-11-09  Gavin Peters  <gavinp@chromium.org>
7873
7874         Reviewed by Xan Lopez.
7875
7876         gtk platform doesn't support link prefetch
7877         https://bugs.webkit.org/show_bug.cgi?id=49234
7878
7879         * configure.ac:
7880
7881 2010-11-08  Xan Lopez  <xlopez@igalia.com>
7882
7883         Reviewed by Martin Robinson.
7884
7885         Update version numbers for release.
7886
7887         * configure.ac:
7888
7889 2010-11-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7890
7891         Reviewed by Adam Barth.
7892
7893         [EFL] Enable HTML5 Video
7894         https://bugs.webkit.org/show_bug.cgi?id=48972 
7895
7896         Enable HTML 5 Video option for WebKit EFL. 
7897
7898         * cmake/OptionsEfl.cmake:
7899
7900 2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
7901
7902         Reviewed by Andreas Kling.
7903
7904         [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
7905         https://bugs.webkit.org/show_bug.cgi?id=48730
7906
7907         Increase the maximum heap size on Symbian to 256 MB.
7908
7909         * WebKit.pri:
7910
7911 2010-10-29  Csaba Osztrogonác  <ossy@webkit.org>
7912
7913         Reviewed by Adam Roben and David Kilzer.
7914
7915         Fix and cleanup of build systems
7916         https://bugs.webkit.org/show_bug.cgi?id=48342
7917
7918         * cmake/OptionsEfl.cmake: Remove unnecessary ENABLE_SANDBOX.
7919         * cmakeconfig.h.cmake:
7920         * configure.ac:
7921
7922 2010-10-26  Antonio Gomes  <agomes@rim.com>
7923
7924         Reviewed by Martin Robinson.
7925
7926         [GTK] Implement DumpRenderTreeSupportGtk (similarly to DumpRenderTreeSupportQt idea)
7927         https://bugs.webkit.org/show_bug.cgi?id=48199
7928
7929         * GNUmakefile.am: Added WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp|h to GTK+'s build system;
7930         * autotools/symbols.filter: Added DumpRenderTreeSupportGtk symbols to symbols.filter so they do not get
7931           filtered and get visible by DRT.
7932
7933 2010-10-24  Anders Bakken  <agbakken@gmail.com>
7934
7935         Reviewed by Simon Hausmann.
7936
7937         [Qt] Disable enable_fast_mobile_scrolling for QWS
7938         https://bugs.webkit.org/show_bug.cgi?id=48006
7939
7940         Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB
7941
7942         * WebKit.pri:
7943
7944 2010-10-22  Adam Barth  <abarth@webkit.org>
7945
7946         Unreviewed, rolling out r70290.
7947         http://trac.webkit.org/changeset/70290
7948         https://bugs.webkit.org/show_bug.cgi?id=48111
7949
7950         Undelete Android build files.
7951
7952         * Android.mk: Added.
7953
7954 2010-10-21  Adam Barth  <abarth@webkit.org>
7955
7956         Reviewed by David Levin.
7957
7958         Remove Android build system
7959         https://bugs.webkit.org/show_bug.cgi?id=48111
7960
7961         * Android.mk: Removed.
7962
7963 2010-10-19  Ryuan Choi  <ryuan.choi@samsung.com>
7964
7965         Unreviewed, adding missed additionalArguments.
7966
7967         [CMAKE] additional arguments was missed in GENERATE_DOM_NAMES
7968         https://bugs.webkit.org/show_bug.cgi?id=47694
7969
7970         Pass additionalArguments for make_names.pl to choose enabled features.
7971
7972         * cmake/WebKitMacros.cmake:
7973
7974 2010-10-19  Sheriff Bot  <webkit.review.bot@gmail.com>
7975
7976         Unreviewed, rolling out r70034.
7977         http://trac.webkit.org/changeset/70034
7978         https://bugs.webkit.org/show_bug.cgi?id=47889
7979
7980         "Gustavo's bot is lame" (Requested by xan_ on #webkit).
7981
7982         * configure.ac:
7983
7984 2010-10-19  Prof. MAAD  <himself@prof-maad.org>
7985
7986         Reviewed by Xan Lopez.
7987
7988         [GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
7989         https://bugs.webkit.org/show_bug.cgi?id=46723
7990
7991         * WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
7992
7993 2010-10-19  Xan Lopez  <xlopez@igalia.com>
7994
7995         Reviewed by Martin Robinson.
7996
7997         [GTK] Bump minimum requirement for libsoup to 2.30
7998         https://bugs.webkit.org/show_bug.cgi?id=46176
7999
8000         Bump minimum libsoup to required version to 2.30.0.
8001
8002         * configure.ac:
8003
8004 2010-10-18  Xan Lopez  <xlopez@igalia.com>
8005
8006         Reviewed by Martin Robinson.
8007
8008         Bump version numbers for 1.3.5 release.
8009
8010         * configure.ac:
8011
8012 2006-10-27  Brady Eidson  <beidson@apple.com>
8013
8014         70,000!
8015
8016 2010-10-15  Sergio Villar Senin  <svillar@igalia.com>
8017
8018         Reviewed by Martin Robinson.
8019
8020         [GTK] Fix introspection support
8021         https://bugs.webkit.org/show_bug.cgi?id=47723
8022
8023         Added HTTP cache directory to the WebkitGtk+ GIR sources.
8024
8025         * GNUmakefile.am:
8026
8027 2010-10-14  Andras Becsi  <abecsi@webkit.org>
8028
8029         Reviewed by Csaba Osztrogonác.
8030
8031         [Qt] Fix -Werror after r68637 on x86 platforms.
8032         Qt's build system sets QT_ARCH statically to i386 or x86_64 accordingly,
8033         so check for this instead of only checking for x86.
8034
8035         * WebKit.pri:
8036
8037 2010-10-13  Sergio Villar Senin  <svillar@igalia.com>
8038
8039         Reviewed by Martin Robinson.
8040
8041         [GTK] Add HTTP caching support
8042         https://bugs.webkit.org/show_bug.cgi?id=44261
8043
8044         Bump the required version of GLib. The serialization/deserialization
8045         code of libsoup caching code uses GVariant, which was added to GLib in
8046         version 2.24.
8047
8048         * GNUmakefile.am: Add paths for soup HTTP cache code.
8049         * autotools/webkit.m4: Increase required glib version.
8050
8051 2010-10-13  Xan Lopez  <xlopez@igalia.com>
8052
8053         Reviewed by Gustavo Noronha.
8054
8055         [GTK] Remove more warnings from the g-i scanner run
8056         https://bugs.webkit.org/show_bug.cgi?id=47255
8057
8058         Fixes almost all warnings coming from the g-i scanner.
8059
8060         * GNUmakefile.am: Add missing files and include dirs to the
8061         scanner run.
8062
8063 2010-10-08  Balazs Kelemen  <kbalazs@webkit.org>
8064
8065         Reviewed by Csaba Osztrogonác.
8066
8067         [Qt] Turn on building WTR
8068         https://bugs.webkit.org/show_bug.cgi?id=47349
8069
8070         * DerivedSources.pro:
8071         * WebKit.pro:
8072
8073 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
8074
8075         Reviewed by Kenneth Rohde Christiansen.
8076
8077         [Qt] Add WTR's InjectedBundle build files.
8078         https://bugs.webkit.org/show_bug.cgi?id=47333
8079
8080         * DerivedSources.pro:
8081         * WebKit.pro:
8082
8083 2010-10-07  Sheriff Bot  <webkit.review.bot@gmail.com>
8084
8085         Unreviewed, rolling out r69315.
8086         http://trac.webkit.org/changeset/69315
8087         https://bugs.webkit.org/show_bug.cgi?id=47363
8088
8089         Forgot to add the new files (Requested by kbalazs on #webkit).
8090
8091         * DerivedSources.pro:
8092
8093 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
8094
8095         Reviewed by Kenneth Rohde Christiansen.
8096
8097         [Qt] Add WTR's InjectedBundle build files.
8098         https://bugs.webkit.org/show_bug.cgi?id=47333
8099
8100         * DerivedSources.pro:
8101         * WebKit.pro:
8102
8103 2010-10-07  Balazs Kelemen  <kbalazs@webkit.org>
8104
8105         Reviewed by Kenneth Rohde Christiansen.
8106
8107         [Qt] Turn on building WTR
8108         https://bugs.webkit.org/show_bug.cgi?id=47349
8109
8110         * WebKit.pro:
8111
8112 2010-10-07  Carlos Garcia Campos  <cgarcia@igalia.com>
8113
8114         Reviewed by Xan Lopez.
8115
8116         [GTK] Fix the build for GTK+ 3
8117         https://bugs.webkit.org/show_bug.cgi?id=47249
8118
8119         Bump required gtk+-3 version to 2.91.0
8120
8121         * configure.ac:
8122
8123 2010-10-07  Simon Hausmann  <simon.hausmann@nokia.com>
8124
8125         Rubber-stamped by Tor Arne Vestbø.
8126
8127         [Qt] Re-enable the web inspector for maemo6 builds
8128
8129         Yeah, it's strange :), but they really want it.
8130
8131         * WebKit.pri:
8132
8133 2010-10-06  Balazs Kelemen  <kbalazs@webkit.org>
8134
8135         Reviewed by Kenneth Rohde Christiansen.
8136
8137         [Qt] Add WebKitTestRunner's build files
8138         https://bugs.webkit.org/show_bug.cgi?id=44155
8139
8140         Add the new subdirs.
8141         * DerivedSources.pro:
8142         * WebKit.pro:
8143
8144 2010-10-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
8145
8146         Reviewed by Antonio Gomes.
8147
8148         [EFL] Use fast malloc for WebKit EFL
8149         https://bugs.webkit.org/show_bug.cgi?id=46691
8150
8151         Use fast malloc for WebKit EFL because the fast malloc is to allocate
8152         memory quickly.
8153
8154         * cmake/OptionsEfl.cmake:
8155
8156 2010-10-03  Dimitri Glazkov  <dglazkov@chromium.org>
8157
8158         Add Chromium depot_tools to files that git should ignore.
8159
8160         * .gitignore: Added WebKit/chromium/depot_tools.
8161
8162 2010-09-30  Kevin Ollivier  <kevino@theolliviers.com>
8163
8164         [wx] Fix typo in build script.
8165
8166         * wscript:
8167
8168 2010-09-29  Simon Hausmann  <simon.hausmann@nokia.com>
8169
8170         Reviewed by Csaba Osztrogonác.
8171
8172         [Qt] Fix the build on non-x86 platforms with gcc
8173
8174         Don't disable -Werror on arm, that doesn't work when QT_ARCH is
8175         for example armv6. Instead change the condition as the comment says,
8176         enable -Werror on x86/gcc where we know it passes. On other platforms
8177         gcc produces difference warnings, and when they're fixed we can add
8178         them to the whitelist of -Werror-supported architectures.
8179
8180         * WebKit.pri:
8181
8182 2010-09-28  Philippe Normand  <pnormand@igalia.com>
8183
8184         Reviewed by Martin Robinson.
8185
8186         check USE(GSTREAMER) instead of ENABLE(VIDEO) in gstreamer/ files
8187         https://bugs.webkit.org/show_bug.cgi?id=46717
8188
8189         Define WTF_USE_GSTREAMER if configure found the gstreamer
8190         development files and add the macro in the gcc command-line if needed.
8191
8192         * GNUmakefile.am:
8193         * configure.ac:
8194
8195 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
8196
8197         [wx] Build fix, build sources that used to be built as part of other sources.
8198
8199         * wscript:
8200
8201 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
8202
8203         [wx] One more build fix for Win.
8204
8205         * wscript:
8206
8207 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
8208
8209         [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
8210
8211         * wscript:
8212
8213 2010-09-28  Andras Becsi  <abecsi@webkit.org>
8214
8215         Reviewed by Csaba Osztrogonác.
8216
8217         Undefined reference errors when linking due to gperf and inlining.
8218         webkit.org/b/29244
8219
8220         EFL CMake changes by Leandro Pereira <leandro@profusion.mobi>
8221
8222         Refactor gperf code generation and usage to fix the debug build with gcc>4.4.
8223         Hitherto gperf generated C code, these files were included in multiple C++ files across WebCore
8224         to access the functionality provided. This resulted in debug build failure with newer gcc versions
8225         because of a behaviour change of gcc, which disables C style inlining in debug mode.
8226         The make-hash-tools.pl script lets gperf generate C++ code for all gperf files now, which are compiled
8227         in their own compilation unit.
8228         The functionality provided by the generated code is wrapped behind HashTools.h, so there is no need
8229         for multiple inclusions of generated C files to access these functions.
8230
8231         * cmake/WebKitMacros.cmake:
8232
8233 2010-09-27  Philippe Normand  <pnormand@igalia.com>
8234
8235         Reviewed by Martin Robinson.
8236
8237         [GTK] use ENABLE(GLIB_SUPPORT)
8238         https://bugs.webkit.org/show_bug.cgi?id=46630
8239
8240         Enabling GLIB_SUPPORT on all ports that use GLib to simplify
8241         checks.
8242
8243         * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
8244
8245 2010-09-24  Romain Pokrzywka  <romain@kdab.com>
8246
8247         Reviewed by Simon Hausmann.
8248
8249         [Qt] Fix the Wince build.
8250
8251         * WebKit.pri: Apply msvc flags to wince, too.
8252
8253 2010-09-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8254
8255         Reviewed by Antonio Gomes.
8256
8257         [EFL] Enable warnings during build by default
8258         https://bugs.webkit.org/show_bug.cgi?id=46351
8259
8260         Change default build to enable several warnings like other ports do.
8261         We need to pay special attention to "-Wall" in order to produce better
8262         code, so highlight this keyword, too.
8263
8264         * cmake/WebKitHelpers.cmake:
8265
8266 2010-09-22  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8267
8268         Reviewed by Antonio Gomes.
8269
8270         [EFL] Fix build with GCC 4.4.x
8271         https://bugs.webkit.org/show_bug.cgi?id=40826
8272
8273         Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
8274         ports like GTK and QT are using in their build systems. It was failing
8275         to execute when compiled with GCC 4.4.x in Release mode.
8276
8277         Refactor the flags in order to be more readable.
8278
8279         * cmake/WebKitHelpers.cmake:
8280
8281 2010-09-22  No'am Rosenthal  <noam.rosenthal@nokia.com>
8282
8283         Reviewed by Kenneth Rohde Christiansen.
8284
8285         [Qt] Move the accelerated compositing build flag to the right place
8286         https://bugs.webkit.org/show_bug.cgi?id=43882
8287
8288         * WebKit.pri: Removed the redundant version check.
8289
8290 2010-09-21  Fridrich Strba  <fridrich.strba@bluewin.ch>
8291
8292         Reviewed by Martin Robinson.
8293
8294         Fix linking issues of the GTK+ port on Windows
8295         https://bugs.webkit.org/show_bug.cgi?id=45844
8296
8297         * GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
8298         * configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
8299         and export correctly all needed symbols from the libwebkitgtk DLL.
8300
8301 2010-09-21  Xan Lopez  <xlopez@igalia.com>
8302
8303         Reviewed by Martin Robinson.
8304
8305         [GTK] Generate correct WebKit gir file with g-i 0.9.5
8306         https://bugs.webkit.org/show_bug.cgi?id=46173
8307
8308         Generate a correct gir file for WebKit with the
8309         gobject-introspection 0.9.5 scanner.
8310
8311         * GNUmakefile.am:
8312
8313 2010-09-21  Xan Lopez  <xlopez@igalia.com>
8314
8315         Reviewed by Gustavo Noronha.
8316
8317         Update for 1.3.4 release.
8318
8319         * configure.ac:
8320
8321 2010-09-21  Xan Lopez  <xlopez@igalia.com>
8322
8323         Reviewed by Martin Robinson.
8324
8325         [GTK] Configure flag for Opcode stats
8326         https://bugs.webkit.org/show_bug.cgi?id=46081
8327
8328         Opcode stats won't work with JIT enabled, so bail out if both are
8329         enabled at the same time.
8330
8331         * configure.ac:
8332
8333 2010-09-21  Xan Lopez  <xlopez@igalia.com>
8334
8335         Reviewed by Martin Robinson.
8336
8337         [GTK] Fix --disable-jit
8338         https://bugs.webkit.org/show_bug.cgi?id=46080
8339
8340         Manually define ENABLE_JIT to 0 when we want the feature disabled.
8341
8342         If the value is undefined Platform.h will enable it again
8343         automatically in some platforms, which is probably not what the
8344         user wanted if he passed --disable-jit.
8345
8346         * configure.ac:
8347
8348 2010-09-18  Kevin Ollivier  <kevino@theolliviers.com>
8349
8350         [wx] Build fix, fix use of wrong case in name.
8351
8352         * wscript:
8353
8354 2010-09-16  Eric Uhrhane  <ericu@chromium.org>
8355
8356         Reviewed by Jian Li.
8357
8358         Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
8359         https://bugs.webkit.org/show_bug.cgi?id=45798
8360
8361         * configure.ac:
8362
8363 2010-09-15  Commit Queue  <commit-queue@webkit.org>
8364
8365         Unreviewed.  Test commit for commit-queue@webkit.org.
8366
8367 2010-09-15  Eric Seidel  <eric@webkit.org>
8368
8369         Unreviewed.  Test commit for commit-queue@webkit.org.
8370
8371 2010-09-15  Kevin Ollivier  <kevino@theolliviers.com>
8372
8373         [wx] Build fixes for wxMSW.
8374
8375         * wscript:
8376
8377 2010-09-14  Andras Becsi  <abecsi@webkit.org>
8378
8379         Reviewed by Csaba Osztrogonác.
8380
8381         [Qt] qmake doesn't generate correct dependencies for rcc resource files
8382         https://bugs.webkit.org/show_bug.cgi?id=45747
8383
8384         * WebKit.pri: add OUT_PWD to DEPENDPATH
8385
8386 2010-09-11  Simon Hausmann  <simon.hausmann@nokia.com>
8387
8388         Reviewed by Andreas Kling.
8389
8390         [Qt] V8 port: webkit project files changes
8391         https://bugs.webkit.org/show_bug.cgi?id=45140
8392
8393         * WebKit.pro: Don't compile JavaScriptCore and jsc when
8394         building with v8.
8395
8396 2010-09-11  Xan Lopez  <xlopez@igalia.com>
8397
8398         Reviewed by Martin Robinson.
8399
8400         [GTK] Make introspection work with g-o-i 0.9.5
8401         https://bugs.webkit.org/show_bug.cgi?id=45590
8402
8403         Bump required gobject-introspection version to 0.9.5.
8404
8405         * configure.ac:
8406
8407 2010-09-09  Benjamin Poulain  <benjamin.poulain@nokia.com>
8408
8409         Unreviewed buildfix.
8410
8411         [Qt] Treat warnings as errors by default for gcc
8412         https://bugs.webkit.org/show_bug.cgi?id=43191
8413
8414         The buildfix r66990 fixes the build for the Maemo
8415         branch of Qt, but the symbols maemo5 and 6 are not defined
8416         for regular branches on ARM.
8417         This fixes the build by disabling -Werror for any ARM platform.
8418
8419         * WebKit.pri: Don't add -Werror for arm platforms.
8420
8421 2010-09-08  Peter Kasting  <pkasting@google.com>
8422
8423         Reviewed by David Hyatt.
8424
8425         Add smooth scrolling framework, and a Windows implementation.
8426         https://bugs.webkit.org/show_bug.cgi?id=32356
8427
8428         * wscript: Add Windows ScrollAnimator.
8429
8430 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
8431
8432         Unreviewed buildfix after r66972.
8433
8434         [Qt] Treat warnings as errors by default for gcc
8435         https://bugs.webkit.org/show_bug.cgi?id=43191
8436
8437         * WebKit.pri: Don't add -Werror for maemo platforms.
8438
8439 2010-09-08  Martin Robinson  <mrobinson@igalia.com>
8440
8441         Reviewed by Xan Lopez.
8442
8443         [GTK] Need a WebSocket implementation
8444         https://bugs.webkit.org/show_bug.cgi?id=45197
8445
8446         * configure.ac: Enable WebSocket by default.
8447
8448 2010-09-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
8449
8450         Reviewed by Kenneth Rohde Christiansen.
8451
8452         [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL
8453         https://bugs.webkit.org/show_bug.cgi?id=44098
8454
8455         To support video of HTML5 based on gstreamer, add cmake files for gstreamer. 
8456
8457         * cmake/FindGStreamer-App.cmake: Added.
8458         * cmake/FindGStreamer-Base.cmake: Added.
8459         * cmake/FindGStreamer-Interfaces.cmake: Added.
8460         * cmake/FindGStreamer-Pbutils.cmake: Added.
8461         * cmake/FindGStreamer-Plugins-Base.cmake: Added.
8462         * cmake/FindGStreamer-Video.cmake: Added.
8463         * cmake/FindGStreamer.cmake: Added.
8464         * cmake/OptionsEfl.cmake:
8465
8466 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
8467
8468         Reviewed by Andreas Kling.
8469
8470         [Qt] Treat warnings as errors by default for gcc
8471         https://bugs.webkit.org/show_bug.cgi?id=43191
8472
8473         * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
8474
8475 2010-09-07  Arno Renevier  <arno@renevier.net>
8476
8477         Reviewed by Holger Freyther.
8478
8479         gitignore *~ files and gtk *.pot files
8480         https://bugs.webkit.org/show_bug.cgi?id=45129
8481
8482         * .gitignore:
8483
8484 2010-09-04  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8485
8486         Reviewed by Kenneth Rohde Christiansen.
8487
8488         [EFL] Move test browser to WebKitTools directory
8489         https://bugs.webkit.org/show_bug.cgi?id=45212
8490
8491         Follow other ports like QT and GTK which moved the test browser to
8492         WebKitTools directory.
8493
8494         * CMakeLists.txt: Include test browser if port defines one.
8495
8496 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8497
8498         Reviewed by Antonio Gomes.
8499
8500         [EFL] Name install directories according to library name
8501         https://bugs.webkit.org/show_bug.cgi?id=45126
8502
8503         * cmake/OptionsEfl.cmake: Use library name in order to define the data
8504         directory.
8505
8506 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8507
8508         Reviewed by Antonio Gomes.
8509
8510         [EFL] Do not override custom compile flags
8511         https://bugs.webkit.org/show_bug.cgi?id=45125
8512
8513         Set a default build type if and only if user did not define one as
8514         command line options and he did not give custom CFLAGS or CXXFLAGS.
8515         Otherwise, flags from default build type would override user-defined
8516         ones.
8517
8518         * CMakeLists.txt:
8519
8520 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8521
8522         Reviewed by Antonio Gomes.
8523
8524         [EFL] Fix double addition of -fPIC
8525         https://bugs.webkit.org/show_bug.cgi?id=45122
8526
8527          When SHARED_CORE=ON, -fPIC is automatically added because all
8528          libraries are dynamic. Only when static libraries are built that
8529          -fPIC needs to be manually inserted (because the final library,
8530          libewebkit.so, is dynamic).
8531
8532         * cmake/OptionsCommon.cmake: Remove -fPIC flag.
8533         * cmake/WebKitHelpers.cmake: Add -fPIC flags iff SHARED_CORE=ON.
8534
8535 2010-09-01  Ryuan Choi  <ryuan.choi@samsung.com>
8536
8537         Reviewed by Antonio Gomes.
8538
8539         [EFL] Need to check LibSoup version
8540         https://bugs.webkit.org/show_bug.cgi?id=44658
8541
8542         Add version check of LibSoup.
8543
8544         * cmake/FindLibSoup2.cmake:
8545
8546 2010-08-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8547
8548         Reviewed by Martin Robinson.
8549
8550         Preparations for the 1.3.4 release. Bump webkit version to 543.7,
8551         as well.
8552
8553         * configure.ac:
8554
8555 2010-08-30  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8556
8557         Reviewed by Adam Barth.
8558
8559         [EFL] Remove compiler optimization for gcc 4.5.1
8560         https://bugs.webkit.org/show_bug.cgi?id=44520
8561
8562         GCC 4.5.1 generates wrong code because of -ftree-sra which is enabled
8563         by default at any optimization level.
8564
8565         Newer and older versions are not affected, so check for compiler
8566         version before disabling this.
8567
8568         * cmake/WebKitHelpers.cmake: add flag depending on compiler version.
8569
8570 2010-08-30  Alejandro G. Castro  <alex@igalia.com>
8571
8572         Reviewed by Martin Robinson.
8573
8574         [Gtk] gdk_display_get_core_pointer and gdk_device_get_core_pointer
8575         are deprecated
8576         https://bugs.webkit.org/show_bug.cgi?id=44787
8577
8578         We have replaced GtkVersioning.cpp with GtkVersioning.c and
8579         created a function (getDefaultGDKPointerDevice) to get the pointer
8580         of the window with the new APIs. We added that function to DRT and
8581         copyandpaste unit test.
8582
8583         * GNUmakefile.am:
8584
8585 2010-08-30  Martin Robinson  <mrobinson@igalia.com>
8586
8587         Reviewed by Xan Lopez.
8588
8589         [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
8590         https://bugs.webkit.org/show_bug.cgi?id=44805
8591
8592         Move the DOM bindings source lists and generator rules to
8593         WebCore/bindings/gobject/GNUmakefile.am. This will prevent a full WebKit API
8594         rebuild whenever the automake files change, decreasing build times.
8595
8596         * GNUmakefile.am:
8597
8598 2010-08-27  Mark Rowe  <mrowe@apple.com>
8599
8600         Reviewed by Adam Barth.
8601
8602         <http://webkit.org/b/44802> REGRESSION (r65351): WebCore build fails due to attempting to directly access WebKitTools/Scripts
8603
8604         Move create-html-entity-table in to WebCore so that the build is again self-contained.
8605         The script is also updated to take input as a CSV file rather than JSON as the former
8606         can be parsed without requiring a third-party Python module be installed.
8607
8608         * cmake/WebKitMacros.cmake:
8609
8610 2010-08-27  Kwang Yul Seo  <skyul@company100.net>
8611
8612         Reviewed by Kevin Ollivier.
8613
8614         [BREWMP] Add build system
8615         https://bugs.webkit.org/show_bug.cgi?id=44645
8616
8617         Check wxpython option only when build_port is wx.
8618
8619         * wscript:
8620
8621 2010-08-27  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8622
8623         Unreviewed. Fix compiling dependencies on EFL port due to r65891.
8624
8625         No new functionality so no new tests.
8626
8627         * cmake/WebKitGenerators.cmake:
8628
8629 2010-08-26  Martin Robinson  <mrobinson@igalia.com>
8630
8631         Reviewed by Xan Lopez.
8632
8633         [GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
8634         https://bugs.webkit.org/show_bug.cgi?id=44624
8635
8636         Clean up GNUmakefile.am.
8637
8638         * GNUmakefile.am: Make the comments describing the global_* variables more readable and
8639         correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
8640         corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
8641         Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
8642         specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
8643         with the global CPP flags as well.
8644
8645 2010-08-25  Kwang Yul Seo  <skyul@company100.net>
8646
8647         Reviewed by Kevin Ollivier.
8648
8649         [BREWMP] Add build system
8650         https://bugs.webkit.org/show_bug.cgi?id=44645
8651
8652         Make waf script portable so that we can add more ports.
8653
8654         * wscript:
8655
8656 2010-08-25  Xan Lopez  <xlopez@igalia.com>
8657
8658         Reviewed by Martin Robinson.
8659
8660         [GTK] CodeGeneratorGObject not picking up FEATURE_DEFINES
8661         https://bugs.webkit.org/show_bug.cgi?id=44608
8662
8663         Move FEATURE_DEFINES declaration here, since it's used by the
8664         bindings code generator. Also, fix typo in the variable holding
8665         the defines.
8666
8667         * GNUmakefile.am:
8668
8669 2010-08-25  Rafael Antognolli  <antognolli@profusion.mobi>
8670
8671         Unreviewed build fix.
8672
8673         [EFL] Build fix for revision 65332
8674         https://bugs.webkit.org/show_bug.cgi?id=44543
8675
8676         Generated variables are now returned from FindPkgConfig, so no need
8677         to document the custom ones.
8678
8679         * cmake/FindGthread.cmake:
8680
8681 2010-08-24  Xan Lopez  <xlopez@igalia.com>
8682
8683         Build fix, strike 2.
8684
8685         The unit tests are C files, so put the flag in global_cflags.
8686
8687         * GNUmakefile.am:
8688
8689 2010-08-24  Xan Lopez  <xlopez@igalia.com>
8690
8691         Try to fix GTK+ build.
8692
8693         Move GTK_API_VERSION_2 define to here, since we want to use it
8694         outside of WebCore/WebKit.
8695
8696         * GNUmakefile.am:
8697
8698 2010-08-24  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8699
8700         [EFL] Unreviewed build fix after r65891.
8701
8702         r65891 renamed RemoteInspectorFrontend to InspectorFrontend. Rename
8703         accordingly in CMake build system.
8704
8705         * cmake/WebKitGenerators.cmake:
8706
8707 2010-08-20  Leandro Pereira  <leandro@profusion.mobi>
8708
8709         [EFL] Unreviewed. Fix build when using GNU gold.
8710         When linking with GNU gold, some symbols are not found: explicitly
8711         link with the required libraries.
8712
8713         * cmake/FindFontconfig.cmake: Added.
8714         * cmake/OptionsEfl.cmake: Find Fontconfig, JPEG, and PNG libraries.
8715
8716 2010-08-19  Philippe Normand  <pnormand@igalia.com>
8717
8718         Reviewed by Gustavo Noronha Silva.
8719
8720         [GStreamer] GTK XOverlay support in GStreamerGWorld
8721         https://bugs.webkit.org/show_bug.cgi?id=39474
8722
8723         * configure.ac: gst-interfaces link support needed for use of
8724         GstXOverlay interface.
8725         * GNUmakefile.am: Added new FullscreenVideoController files in the
8726         build.
8727
8728 2010-08-18  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8729
8730         Reviewed by Antonio Gomes.
8731
8732         [EFL] Bump library dependencies
8733         https://bugs.webkit.org/show_bug.cgi?id=44182
8734
8735         Prepare for EFL release. All the EFL dependencies were bumped to
8736         1.0.0. Eina and Ecore_X needed a bump because of API has changed and
8737         the others were changed just to follow those two and because this is
8738         a stable release.
8739
8740         * cmake/FindEFL.cmake: Bump dependencies.
8741
8742 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
8743
8744         Reviewed by Yury Semikhatsky.
8745
8746         Web Inspector: replace hand written InspectorBackendStub.js with generated one.
8747         https://bugs.webkit.org/show_bug.cgi?id=43791
8748
8749         * GNUmakefile.am:
8750
8751 2010-08-18  Sheriff Bot  <webkit.review.bot@gmail.com>
8752
8753         Unreviewed, rolling out r65595.
8754         http://trac.webkit.org/changeset/65595
8755         https://bugs.webkit.org/show_bug.cgi?id=44161
8756
8757         qt build failed (Requested by loislo on #webkit).
8758
8759         * GNUmakefile.am:
8760
8761 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
8762
8763         Reviewed by Yury Semikhatsky.
8764
8765         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
8766         https://bugs.webkit.org/show_bug.cgi?id=43791
8767
8768         * GNUmakefile.am:
8769
8770 2010-08-17  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
8771
8772         Reviewed by Darin Adler.
8773
8774         Add NetworkingContext to avoid layer violations
8775         https://bugs.webkit.org/show_bug.cgi?id=42292
8776
8777         Preparation: Just add the files to the build system.
8778
8779         * GNUmakefile.am: Added new files.
8780
8781 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.couk>
8782
8783         Reviewed by Martin Robinson.
8784
8785         WebBackForwardList.get_{back|forward}_list_with_limit not introspectable
8786         https://bugs.webkit.org/show_bug.cgi?id=43054
8787
8788         * GNUmakefile.am: Give also API implementation files to the GIR
8789         scanner.
8790
8791 2010-08-17  Martin Robinson  <mrobinson@igalia.com>
8792
8793         GTK+ Build fix for those having stable versions of GLib.
8794
8795         * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
8796
8797 2010-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>
8798
8799         Unreviewed, rolling out r65500.
8800         http://trac.webkit.org/changeset/65500
8801         https://bugs.webkit.org/show_bug.cgi?id=44108
8802
8803         Qt bots failed to compile. (Requested by loislo on #webkit).
8804
8805         * GNUmakefile.am:
8806
8807 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
8808
8809         Reviewed by Yury Semikhatsky.
8810
8811         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
8812         https://bugs.webkit.org/show_bug.cgi?id=43791
8813
8814         * GNUmakefile.am:
8815
8816 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8817
8818         Reviewed by Martin Robinson.
8819
8820         [GTK] GSettings support adds annoying warnings on systems with older glib versions
8821         https://bugs.webkit.org/show_bug.cgi?id=44056
8822
8823         Add file containing GLIB_GSETTINGS macro so that
8824         configure doesn't spit warnings in older systems.
8825
8826         * autotools/gsettings.m4: Added.
8827         * .gitignore: Ignore files that are generated inside autotools
8828         explicitely, because we have some that are kept in version
8829         control.
8830
8831 2010-08-16  Paul Sawaya  <psawaya@apple.com>
8832
8833         Reviewed by Chris Marrin.
8834
8835         Added shader validation via ANGLE
8836         https://bugs.webkit.org/show_bug.cgi?id=42405
8837
8838         Added ANGLE build to Makefile
8839
8840         * Makefile:
8841
8842 2010-08-16  Kevin Ollivier  <kevino@theolliviers.com>
8843
8844         [wx] Build fix, do not build WebCore as a convenience library as this leads to
8845         errors in the Win build w/export symbols and causes problems with DOM bindings
8846         debugging in gdb. 
8847
8848         * wscript: Copied from WebCore/wscript.
8849
8850 2010-08-15  Ryuan Choi  <ryuan.choi@samsung.com>
8851
8852         Reviewed by Antonio Gomes.
8853
8854         [EFL] Build error on r65378
8855         https://bugs.webkit.org/show_bug.cgi?id=44019
8856
8857         Add GENERATE_JSON macro for HTMLEntityNames.json instead of HTMLEntityNames.gperf
8858
8859         * cmake/WebKitMacros.cmake:
8860
8861 2010-08-14  Patrick Gansterer  <paroga@paroga.com>
8862
8863         Reviewed by Kenneth Rohde Christiansen.
8864
8865         [CMake] Add preprocessor detection for generator scripts
8866         https://bugs.webkit.org/show_bug.cgi?id=43984
8867
8868         * cmake/OptionsCommon.cmake:
8869
8870 2010-08-14  Adrienne Walker  <enne@google.com>
8871
8872         Reviewed by Kenneth Rohde Christiansen.
8873
8874         Update .gitignore file for more files
8875         https://bugs.webkit.org/show_bug.cgi?id=43991
8876
8877         * .gitignore:
8878
8879 2010-08-13  Leandro Pereira  <leandro@profusion.mobi>
8880
8881         [EFL] Unreviewed build fix.
8882
8883         * cmake/FindGthread.cmake: Fix warnings about obsolete PKGCONFIG macro.
8884         * cmake/WebKitGenerators.cmake: FLEX_EXECUTABLE was defined already
8885         by the root CMakeLists.txt file, so remove relevant lines that
8886         depends on FIND_PACKAGE_HANDLE_STANDARD_ARGS macro, which isn't
8887         available anymore.
8888
8889 2010-08-13  Alejandro G. Castro  <alex@igalia.com>
8890
8891         Reviewed by Xan Lopez.
8892
8893         We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
8894         ACLOCAL_FLAGS variable in order to honor the value already
8895         defined, jhbuild uses it to pass parameters.
8896
8897         * autogen.sh:
8898
8899 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
8900
8901         Reviewed by Ariya Hidayat.
8902
8903         [Qt] Introduce Maemo6 for mobile features
8904         https://bugs.webkit.org/show_bug.cgi?id=43969
8905
8906         * WebKit.pri: Use maemo6 where we also use maemo5.
8907
8908 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
8909
8910         Reviewed by Ariya Hidayat.
8911
8912         [Qt] Clean up mobile feature useage
8913         https://bugs.webkit.org/show_bug.cgi?id=43968
8914
8915         * WebKit.pri: Set feature defaults here for some Nokia specific mobile platforms
8916
8917 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
8918
8919         Reviewed by Nikolas Zimmermann.
8920
8921         [CMake] Cleanup generator code.
8922         https://bugs.webkit.org/show_bug.cgi?id=39164
8923
8924         * cmake/WebKitGenerators.cmake:
8925         * cmake/WebKitMacros.cmake:
8926
8927 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
8928
8929         Reviewed by Nikolas Zimmermann.
8930
8931         [CMake] Add missing FIND_PACKAGE(Gperf)
8932         https://bugs.webkit.org/show_bug.cgi?id=43937
8933
8934         * CMakeLists.txt:
8935
8936 2010-08-12  Dimitri Glazkov  <dglazkov@chromium.org>
8937
8938         Reviewed by David Levin.
8939
8940         Add more Chromium-related dependency directories to .gitignore.
8941         https://bugs.webkit.org/show_bug.cgi?id=43940
8942
8943         * .gitignore: Added all existing that are created by update-webkit --chromium.
8944
8945 2010-08-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8946
8947         Reviewed by Martin Robinson.
8948
8949         [GTK] Use GSettings to save/restore Web Inspector settings
8950         https://bugs.webkit.org/show_bug.cgi?id=43512
8951
8952         * GNUmakefile.am: GSettings rules.
8953         * configure.ac: GSettings infrastructure, and check if we should
8954         use it by looking for an appropriate version of GIO.
8955
8956 2010-08-12  Rafael Antognolli  <antognolli@profusion.mobi>
8957
8958         Reviewed by Kenneth Rohde Christiansen.
8959
8960         [EFL] Making CMake keep track of theme dependencies.
8961         https://bugs.webkit.org/show_bug.cgi?id=43862
8962
8963         Removing unused macro GENERATE_EDJ.
8964
8965         * cmake/WebKitEfl.cmake:
8966
8967 2010-08-12  Sheriff Bot  <webkit.review.bot@gmail.com>
8968
8969         Unreviewed, rolling out r65225.
8970         http://trac.webkit.org/changeset/65225
8971         https://bugs.webkit.org/show_bug.cgi?id=43918
8972
8973         Broke EFL port build (Requested by acidx on #webkit).
8974
8975         * cmake/WebKitGenerators.cmake:
8976         * cmake/WebKitMacros.cmake:
8977
8978 2010-08-12  Patrick Gansterer  <paroga@paroga.com>
8979
8980         Reviewed by Nikolas Zimmermann.
8981
8982         [CMake] Cleanup generator code.
8983         https://bugs.webkit.org/show_bug.cgi?id=39164
8984
8985         * cmake/WebKitGenerators.cmake:
8986         * cmake/WebKitMacros.cmake:
8987
8988 2010-08-10  Balazs Kelemen  <kb@inf.u-szeged.hu>
8989
8990         Reviewed by Antonio Gomes.
8991
8992         [Qt] Build WebKit2 into a static lib
8993
8994         https://bugs.webkit.org/show_bug.cgi?id=43621
8995
8996         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
8997
8998 2010-08-07  Sheriff Bot  <webkit.review.bot@gmail.com>
8999
9000         Unreviewed, rolling out r64904.
9001         http://trac.webkit.org/changeset/64904
9002         https://bugs.webkit.org/show_bug.cgi?id=43671
9003
9004         Broke the Qt Windows builders. (Requested by bbandix on
9005         #webkit).
9006
9007         * WebKit.pro:
9008
9009 2010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
9010
9011         Reviewed by Eric Seidel.
9012
9013         [Qt] Build WebKit2 into a static lib
9014
9015         https://bugs.webkit.org/show_bug.cgi?id=43621
9016
9017         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
9018
9019 2010-08-06  ryuan choi  <ryuan.choi@samsung.com>
9020
9021         Reviewed by Antonio Gomes.
9022
9023         [EFL] Regression (64763) build fix for efl.
9024         https://bugs.webkit.org/show_bug.cgi?id=43597
9025
9026         change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
9027
9028         * cmake/OptionsEfl.cmake:
9029
9030 2010-08-05  Jian Li  <jianli@chromium.org>
9031
9032         Reviewed by David Levin.
9033
9034         Unify blob related feature defines to ENABLE(BLOB).
9035         https://bugs.webkit.org/show_bug.cgi?id=43081
9036
9037         * cmakeconfig.h.cmake:
9038         * configure.ac:
9039
9040 2010-08-05  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9041
9042         Reviewed by Xan Lopez.
9043
9044         Move files that are generated by the configure script to
9045         DISTCLEANFILES, where they should be. This fixes building after a
9046         make clean.
9047
9048         * GNUmakefile.am:
9049
9050 2010-08-04  Siddharth Mathur  <siddharth.mathur@nokia.com>
9051
9052         Reviewed by Laszlo Gombos.
9053
9054         [Qt][Symbian] Variable max heap size between target/emulator
9055         https://bugs.webkit.org/show_bug.cgi?id=41480
9056
9057         * WebKit.pri: Symbian-only code block for EPOCHEAPSIZE configuration
9058
9059 2010-08-03  Eric Seidel  <eric@webkit.org>
9060
9061         Unreviewed.  Test commit for commit-queue@webkit.org.
9062
9063 2010-08-03  Xan Lopez  <xlopez@igalia.com>
9064
9065         Reviewed by Gustavo Noronha.
9066
9067         [GTK] Fix DOM event dispatch
9068         https://bugs.webkit.org/show_bug.cgi?id=40847
9069
9070         Add new files to the build.
9071
9072         * GNUmakefile.am:
9073
9074 2010-08-03  Xan Lopez  <xlopez@igalia.com>
9075
9076         Reviewed by Gustavo Noronha.
9077
9078         Silence JSCore gir "creation".
9079
9080         * GNUmakefile.am:
9081
9082 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
9083
9084         Unreviewed, rolling out r64471.
9085         http://trac.webkit.org/changeset/64471
9086         https://bugs.webkit.org/show_bug.cgi?id=43005
9087
9088         Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
9089         until further discussion
9090
9091         * GNUmakefile.am:
9092
9093 2010-08-02  Xan Lopez  <xlopez@igalia.com>
9094
9095         Reviewed by Gustavo Noronha.
9096
9097         [GTK] Add support for the Audio element in the DOM bindings
9098         https://bugs.webkit.org/show_bug.cgi?id=43313
9099
9100         Add new files to the build.
9101
9102         * GNUmakefile.am:
9103
9104 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
9105
9106         Reviewed by David Kilzer.
9107
9108         AX: Support methods for web apps to interact with the native accessibility APIs
9109         https://bugs.webkit.org/show_bug.cgi?id=43005
9110
9111         * GNUmakefile.am:
9112
9113 2010-08-02  Balazs Kelemen  <kb@inf.u-szeged.hu>
9114
9115         Reviewed by Simon Hausmann.
9116
9117         [Qt] Generate forwarding headers for WebKit2
9118
9119         https://bugs.webkit.org/show_bug.cgi?id=43336
9120
9121         * DerivedSources.pro: Added WebKit2/DerivedSources.pro to SUBDIRS if webkit2 is on.
9122
9123 2010-07-30  Patrick Gansterer  <paroga@paroga.com>
9124
9125         Reviewed by Nikolas Zimmermann.
9126
9127         [CMake] Add FindGperf.cmake
9128         https://bugs.webkit.org/show_bug.cgi?id=39163
9129
9130         Add a clean gperf dedection since we need it for building.
9131
9132         * CMakeLists.txt:
9133         * cmake/FindGperf.cmake: Added.
9134
9135 2010-07-30  Rafael Antognolli  <antognolli@profusion.mobi>
9136
9137         Reviewed by Antonio Gomes.
9138
9139         [EFL] Add library version and soname to EFL generated libraries and binary.
9140         https://bugs.webkit.org/show_bug.cgi?id=43212
9141
9142         Make WebKit-EFL follow libtool soname versioning scheme.
9143
9144         * cmake/OptionsEfl.cmake: Added PROJECT_VERSION_PATCH to PROJECT_VERSION.
9145
9146 2010-07-29  Martin Robinson  <mrobinson@igalia.com>
9147
9148         Unreviewed build fix.
9149
9150         Fix installation of autogenerated header files.
9151
9152         * GNUmakefile.am: Fix autogenerated header file installation.
9153
9154 2010-07-27  Martin Robinson  <mrobinson@igalia.com>
9155
9156         Unreviewed build fix.
9157
9158         Add missing webkitdomdefines.h header to the sources list.
9159
9160         * GNUmakefile.am: Add missing header to the sources list.
9161
9162 2010-07-27  Kinuko Yasuda  <kinuko@chromium.org>
9163
9164         Reviewed by Ojan Vafai.
9165
9166         Add FILE_SYSTEM build flag for FileSystem API
9167         https://bugs.webkit.org/show_bug.cgi?id=42915
9168
9169         * configure.ac:
9170
9171 2010-07-26  ryuan choi  <ryuan.choi@samsung.com>
9172
9173         Unreviewed build fix.
9174
9175         [EFL]REGRESSION(r63952): build break because of InspectorBackendDispatcher.cpp
9176         https://bugs.webkit.org/show_bug.cgi?id=43021
9177
9178         Modify cmake script to fix build break as adding InspectorBackendDispatcher.
9179
9180         * cmake/WebKitGenerators.cmake:
9181
9182 2010-07-27  Rafael Antognolli  <antognolli@profusion.mobi>
9183
9184         Reviewed by Antonio Gomes.
9185
9186         [EFL] Changing library names (appending suffix "_efl")
9187         https://bugs.webkit.org/show_bug.cgi?id=42902
9188
9189         Instead of having libwebcore.so, we will have libwebcore_efl.so.
9190         Same for javascriptcore and wtf when compiled as shared, and for jsc.
9191
9192         * cmake/OptionsEfl.cmake:
9193
9194 2010-07-26  Martin Robinson  <mrobinson@igalia.com>
9195
9196         Reviewed by Xan Lopez.
9197
9198         [GTK] Get rid of libgdom
9199         https://bugs.webkit.org/show_bug.cgi?id=42378
9200
9201         Remove the need to build the libgdom intermediate library.
9202
9203         * GNUmakefile.am: Move the source list for the GObject DOM bindings to
9204         the top-level GNUmakefile.am, since they are logically part of WebKit, instead
9205         of WebCore. List all auto-generated files statically and remove no-longer-
9206         used variables. Fix an issue where some places expected webkitenumtypes.cpp
9207         to be generated in different directories.
9208
9209 2010-07-24  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>
9210
9211         Reviewed by Xan Lopez.
9212
9213         [GTK] Enable jit compilation on arm
9214         https://bugs.webkit.org/show_bug.cgi?id=42856
9215
9216         Add missing bits to configure.ac to build the arm jit.
9217         Compile and tested on debian sid armel on a qemu vm.
9218
9219         * configure.ac:
9220
9221 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
9222
9223         Reviewed by Antonio Gomes.
9224
9225         [EFL] Cleanup glib support (make it optional)
9226         https://bugs.webkit.org/show_bug.cgi?id=42480
9227
9228         Fixing support for compiling EFL port without glib.
9229
9230         * cmake/FindGthread.cmake: Added.
9231         * cmake/OptionsEfl.cmake:
9232
9233 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
9234
9235         Reviewed by Antonio Gomes.
9236
9237         [EFL] Add support for using libcurl network backend.
9238         https://bugs.webkit.org/show_bug.cgi?id=42286
9239
9240         Instead of just libsoup, the EFL port now can use libcurl backend.
9241         This is a step in the direction of removing dependency on glib. Just
9242         need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
9243         enable it.
9244
9245         * cmake/OptionsEfl.cmake:
9246
9247 2010-07-23  Andras Becsi  <abecsi@webkit.org>
9248
9249         Reviewed by Kenneth Rohde Christiansen.
9250
9251         [Qt] Enable the build of MiniBrowser.
9252
9253         * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
9254
9255 2010-07-23  Balazs Kelemen  <kb@inf.u-szeged.hu>
9256
9257         Reviewed by Kenneth Rohde Christiansen.
9258
9259         [Qt] Setup the QtWebProcess
9260
9261         https://bugs.webkit.org/show_bug.cgi?id=42623
9262
9263         * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
9264
9265 2010-07-20  Rafael Antognolli  <antognolli@profusion.mobi>
9266
9267         Reviewed by Antonio Gomes.
9268
9269         [EFL] Enable Ecore-X on compile time
9270         https://bugs.webkit.org/show_bug.cgi?id=42600
9271
9272         Check for a flag received from cmake configure and disable it
9273         if necessary. Also disable it if Ecore-X wasn't found.
9274
9275         EFL port does not support automated tests yet.
9276
9277         * cmake/FindEFL.cmake:
9278         * cmake/OptionsEfl.cmake:
9279
9280 2010-07-20  Hans Wennborg  <hans@chromium.org>
9281
9282         Reviewed by Steve Block.
9283
9284         Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
9285         https://bugs.webkit.org/show_bug.cgi?id=42380
9286
9287         RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
9288         bindings/generic a while a go (in r54593), but need to
9289         be added to the build in order to be used.
9290
9291         No new functionality so no new tests.
9292
9293         * Android.mk:
9294
9295 2010-07-16  Leandro Pereira  <leandro@profusion.mobi>
9296
9297         [EFL] Unreviewed build system cleanup.
9298
9299         Remove reference to "mediaControlsGtk.css".
9300
9301         * cmake/WebKitGenerators.cmake:
9302
9303 2010-07-16  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
9304
9305         Reviewed by Antonio Gomes.
9306
9307         [EFL] Build with MathML enabled. Fix build when MathML is enabled and
9308         make it the default.
9309         https://bugs.webkit.org/show_bug.cgi?id=42453
9310
9311         * cmake/OptionsEfl.cmake: build with MathML enabled as default.
9312
9313 2010-07-15  Martin Robinson  <mrobinson@igalia.com>
9314
9315         Reviewed by Oliver Hunt.
9316
9317         [GTK] Simplify the distribution step
9318         https://bugs.webkit.org/show_bug.cgi?id=42414
9319
9320         * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
9321         to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
9322
9323 2010-07-14  Martin Robinson  <mrobinson@igalia.com>
9324
9325         Reviewed by Xan Lopez.
9326
9327         [GTK] Get rid of libWebCoreJS
9328         https://bugs.webkit.org/show_bug.cgi?id=42083
9329
9330         * GNUmakefile.am: Remove the libWebCoreJS library from the extra
9331         link libraries. Add IDL files to the distribution manually, as they
9332         are no longer included in the header list. This prevents a good deal
9333         of repetition in the source listings by avoiding listing both the IDL
9334         files and their final targets.
9335
9336 2010-07-14  Vincent Scheib  <scheib@chromium.org>
9337
9338         Reviewed by Kent Tamura
9339
9340         Configure Git to ignore build files generated by Chromium .gyp on windows.
9341
9342         Bug 42205: Chromium build files on windows not ignored by git
9343         https://bugs.webkit.org/show_bug.cgi?id=42205
9344         
9345         * .gitignore: Updated
9346
9347 2010-07-13  Sheriff Bot  <webkit.review.bot@gmail.com>
9348
9349         Unreviewed, rolling out r63262.
9350         http://trac.webkit.org/changeset/63262
9351         https://bugs.webkit.org/show_bug.cgi?id=42229
9352
9353         broke Windows compile (Requested by bweinstein on #webkit).
9354
9355         * WebKit.pro:
9356
9357 2010-07-13  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
9358
9359         Reviewed by Oliver Hunt.
9360
9361         Separate CoreFoundation specific tests in JSC's testapi.c
9362
9363         testapi.c depends on the Core Foundation.
9364         https://bugs.webkit.org/show_bug.cgi?id=40058
9365
9366         * WebKit.pro: enable compilation of JSC C API test.
9367
9368 2010-07-13  Scott Violet  <sky@chromium.org>
9369
9370         Reviewed by David Levin.
9371
9372         [Chromium] Makes pressing tab accept the currently selected item in a popup.
9373         https://bugs.webkit.org/show_bug.cgi?id=42172
9374
9375         * WebCore/platform/chromium/PopupMenuChromium.cpp:
9376
9377 2010-07-12  Xan Lopez  <xlopez@igalia.com>
9378
9379         Reviewed by Gustavo Noronha.
9380
9381         Bump to 1.3.3
9382
9383         * configure.ac:
9384
9385 2010-07-12  Xan Lopez  <xlopez@igalia.com>
9386
9387         Reviewed by Gustavo Noronha.
9388
9389         Suffix .mo files with the GTK+ API version so that they can be
9390         parallel installable.
9391
9392         * configure.ac:
9393
9394 2010-07-12  Xan Lopez  <xlopez@igalia.com>
9395
9396         Reviewed by Gustavo Noronha.
9397
9398         Add another include path to the scanner to avoid warnings related
9399         to undefined types. It wasn't picking up <webkit/foo.h>-like
9400         headers.
9401
9402         * GNUmakefile.am:
9403
9404 2010-07-07  Rafael Antognolli  <antognolli@profusion.mobi>
9405
9406         Reviewed by Adam Barth.
9407
9408         [EFL] Fix cmake build and libsoup detection
9409         Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
9410         - LINK_FLAGS should be set using quotes, otherwise some wrong
9411         substitution takes place;
9412         - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
9413         version we are using;
9414         - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
9415         than that.
9416         https://bugs.webkit.org/show_bug.cgi?id=41717
9417
9418         * cmake/OptionsEfl.cmake:
9419
9420 2010-07-06  Leandro Pereira  <leandro@profusion.mobi>
9421
9422         Unreviewed build fix.
9423
9424         [EFL] Add macro to generate inspector code.
9425
9426         * cmake/WebKitGenerators.cmake:
9427
9428 2010-07-06  Martin Robinson  <mrobinson@igalia.com>
9429
9430         Unreviewed.
9431
9432         Build fix after r62549.
9433
9434         * GNUmakefile.am: Remove new variable that is no longer used.
9435
9436 2010-07-06  Ilya Tikhonovsky  <loislo@chromium.org>
9437
9438         Reviewed by Yury Semikhatsky.
9439
9440         WebInspector: generator part of the patch for bug 40675.
9441         On the way to Remote Debugging we want to support JSON serialization
9442         on both sides of WebInspector transport.
9443         As far as InspectorFrontend class is a simple proxy to WebInspector
9444         it would be better to generate it from an IDL file.
9445         We have generator infrastructure for binding and will reuse it for
9446         new generator.
9447         https://bugs.webkit.org/show_bug.cgi?id=41692
9448
9449         * GNUmakefile.am:
9450
9451 2010-07-05  Antti Koivisto  <koivisto@iki.fi>
9452
9453         Revert unplanned project file change.
9454
9455         * WebKit.pro:
9456
9457 2010-06-23  Martin Robinson  <mrobinson@igalia.com>
9458
9459         Reviewed by Gustavo Noronha Silva.
9460
9461         [GTK] Separate DerivedSources per-project
9462         https://bugs.webkit.org/show_bug.cgi?id=41109
9463
9464         Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
9465         for properly building WebKit2.
9466
9467         * GNUmakefile.am:
9468
9469 2010-07-01  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9470
9471         Reviewed by Simon Hausmann.
9472
9473         [Qt] Fix a comment in WebKit.pri.
9474
9475         * WebKit.pri:
9476
9477 2010-06-16  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9478
9479         Reviewed by Simon Hausmann.
9480
9481         [Qt] Fix qmake vcproj generation for QtWebKit.
9482
9483         qmake use TARGET=/LIBS+= -lTARGET to create dependencies
9484         between projects in a subdir template.
9485
9486         Since when compiling outside of Qt we hijack the target name of
9487         QtWebKit to add the configuration and version suffix to the binary
9488         filename, qmake can't establish the WebCore project as a dependency
9489         to QtTestBrowser.
9490
9491         This patch makes sure that the target is not hijacked on the
9492         first of the three passes where the dependencies are determined.
9493
9494         * WebKit.pri:
9495
9496 2010-07-01  Simon Hausmann  <simon.hausmann@nokia.com>
9497
9498         Rubber-stamped by Laszlo Gombos.
9499
9500         [Qt][Symbian] Bumped up the maximum heap size to 96MB
9501
9502         * WebKit.pri:
9503
9504 2010-06-30  Leandro Pereira  <leandro@profusion.mobi>
9505
9506         Unreviewed.
9507
9508         Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
9509         recompilation and relinking of WebCore when no files were changed.
9510
9511         * cmake/WebKitGenerators.cmake:
9512
9513 2010-06-29  Antoine Labour  <piman@chromium.org>
9514
9515         Reviewed by Dimitri Glazkov.
9516
9517         Only call Windows-specific PlatformSkiaContext functions on Windows.
9518
9519         * WebCore/platform/graphics/chromium/LayerChromium.cpp:
9520         * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
9521
9522 2010-06-28  John Gregg  <johnnyg@google.com>
9523
9524         Reviewed by Kent Tamura.
9525
9526         add ENABLE_DIRECTORY_UPLOAD build support
9527         https://bugs.webkit.org/show_bug.cgi?id=41100
9528
9529         * configure.ac:
9530
9531 2010-06-28  Xan Lopez  <xlopez@igalia.com>
9532
9533         Reviewed by Gustavo Noronha.
9534
9535         Bump version to 1.3.2.
9536
9537         * configure.ac:
9538
9539 2010-06-28  Xan Lopez  <xlopez@igalia.com>
9540
9541         Rubber-stamped by Gustavo Noronha.
9542
9543         Bump gobject-introspection required version to 0.6.15, since we
9544         are now shipping version 1.1 gir files.
9545
9546         * configure.ac:
9547
9548 2010-06-28  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
9549
9550         Unreviewed build fix.
9551
9552         [EFL] Build fix for latest version of Ecore library.
9553         Ecore recently changed return type of callbacks from int to Eina_Bool.
9554
9555         * cmake/FindEFL.cmake: Bump version of Ecore dependency.
9556
9557 2010-06-28  Xan Lopez  <xlopez@igalia.com>
9558
9559         Reviewed by Gustavo Noronha.
9560
9561         [GTK] Does not compile with -DGSEAL_ENABLE
9562         https://bugs.webkit.org/show_bug.cgi?id=37851
9563
9564         Add automake flag to signal whether we are building with GTK+ 2.x
9565         or 3.x.
9566
9567         * configure.ac:
9568
9569 2010-06-28  Xan Lopez  <xlopez@igalia.com>
9570
9571         Reviewed by Gustavo Noronha.
9572
9573         [GTK] Add support for GTK+3
9574         https://bugs.webkit.org/show_bug.cgi?id=41253
9575
9576         Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
9577
9578         * GNUmakefile.am:
9579         * configure.ac:
9580
9581 2010-06-26  Tony Gentilcore  <tonyg@chromium.org>
9582
9583         Reviewed by Dimitri Glazkov.
9584
9585         Add an --enable-web-timing flag which guards Web Timing support.
9586         https://bugs.webkit.org/show_bug.cgi?id=38924
9587
9588         This flag is disabled by default.
9589         See: http://dev.w3.org/2006/webapi/WebTiming/
9590
9591         * configure.ac:
9592
9593 2010-06-25  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
9594
9595         Reviewed by Simon Hausmann.
9596
9597         Introduce to QtScript benchmarks.
9598
9599         The QtScript performance should be tested regularly. The patch introduces
9600         micro benchmarks for existing API.
9601
9602         [Qt] Performance of the QtScript API is not tested.
9603         https://bugs.webkit.org/show_bug.cgi?id=40911
9604
9605         * WebKit.pro:
9606
9607 2010-06-25  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
9608
9609         Reviewed by Kenneth Rohde Christiansen.
9610
9611         [CMake] Add option to enable JIT.
9612         JIT is disabled by default, but now it's possible to enable it through
9613         an option to CMake: -DENABLE_JIT will enable it.
9614         https://bugs.webkit.org/show_bug.cgi?id=40936
9615
9616         * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
9617         * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
9618
9619 2010-06-23  Leandro Pereira  <leandro@profusion.mobi>
9620
9621         Reviewed by Kenneth Rohde Christiansen.
9622
9623         [EFL] Add support to CPack (to generate source tarballs)
9624         https://bugs.webkit.org/show_bug.cgi?id=41009
9625         
9626         * CMakeLists.txt:
9627         * cmake/OptionsEfl.cmake: Define the default source generator for
9628         the EFL port.
9629         * cmake/WebKitPackaging.cmake: Added. This file filters the source
9630         files so that only files relevant to the selected port are included
9631         in the source tarball. See comments for details.
9632
9633 2010-06-22  Eric Seidel  <eric@webkit.org>
9634
9635         Unreviewed.  Test commit for commit-queue@webkit.org.
9636
9637 2010-06-21  Prasad Tammana  <prasadt@chromium.org>
9638
9639         Reviewed by Darin Adler.
9640
9641         DumpRenderTree should allow tests with modal dialogs
9642         https://bugs.webkit.org/show_bug.cgi?id=35350
9643
9644         * DumpRenderTree/LayoutTestController.cpp:
9645         (abortModalCallback):
9646         (LayoutTestController::staticFunctions):
9647         * DumpRenderTree/LayoutTestController.h:
9648         * DumpRenderTree/mac/LayoutTestControllerMac.mm:
9649         (LayoutTestController::abortModal):
9650         Add abortModal method to LayoutTestController and make it available from script.
9651
9652         * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
9653         (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
9654         abortModal from when modal window closes.
9655         (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
9656
9657 2010-06-21  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
9658
9659         Unreviewed debug build fix.
9660
9661         [CMake] Do not force build type to Release
9662         https://bugs.webkit.org/show_bug.cgi?id=40566
9663
9664         * CMakeLists.txt:
9665
9666 2010-06-21  Satish Sampath  <satish@chromium.org>
9667
9668         Reviewed by Steve Block.
9669
9670         Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
9671         https://bugs.webkit.org/show_bug.cgi?id=40878
9672
9673         * configure.ac:
9674
9675 2010-06-17  Shu Chang  <chang.shu@nokia.com>
9676
9677         Reviewed by Kenneth Rohde Christiansen.
9678
9679         [Qt] Fix the link error on symbian with ENABLE_JIT=0.
9680         1. Add "#if ENABLE(JIT)" in the header file;
9681         2. Put feature enable/disable logic to a common.pri so
9682         that both JavaScriptCore.pri and WebCore.pri can share.
9683
9684         https://bugs.webkit.org/show_bug.cgi?id=40780
9685
9686         * common.pri: Added.
9687
9688 2010-06-17  Alexis Menard  <alexis.menard@nokia.com>
9689
9690         Reviewed by Kenneth Rohde Christiansen.
9691
9692         [Qt] Upstream the WebKit QML integration plugin
9693         https://bugs.webkit.org/show_bug.cgi?id=40050
9694
9695         Add to the build the QML WebKit integration plugin.
9696
9697         * WebKit.pro:
9698
9699 2010-06-17  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
9700
9701         Reviewed by Gustavo Noronha.
9702
9703         Update CMake build system to use new script for generating source files
9704         with gperf (r61091).
9705         https://bugs.webkit.org/show_bug.cgi?id=40628
9706
9707         * cmake/WebKitGenerators.cmake:
9708
9709 2010-06-17  Mark Brand  <mabrand@mabrand.nl>
9710
9711         Reviewed by Simon Hausmann.
9712
9713         [Qt] use "win32-g++*" scope to match all MinGW makespecs
9714
9715         The scope "win32-g++" comes from the name of the makespec. However, it
9716         is frequently used to check for MinGW. This works fine as long as
9717         win32-g++ is the only makespec for MinGW. Now we need the wildcard
9718         to cover "win32-g++-cross" as well.
9719
9720         * WebKit.pri:
9721
9722 2010-06-15  Xan Lopez  <xlopez@igalia.com>
9723
9724         Unreviewed build fix.
9725
9726         Remove GSEAL from the debug config since the bots have a GTK+
9727         version too old, duh.
9728
9729         * GNUmakefile.am:
9730
9731 2010-06-15  Xan Lopez  <xlopez@igalia.com>
9732
9733         Reviewed by Gustavo Noronha.
9734
9735         [GTK] Does not compile with -DGSEAL_ENABLE
9736         https://bugs.webkit.org/show_bug.cgi?id=37851
9737
9738         Add GSEAL_ENABLE flag when doing debug builds.
9739
9740         * GNUmakefile.am:
9741
9742 2010-06-13  Tony Chang  <tony@chromium.org>
9743
9744         Reviewed by Darin Fisher.
9745
9746         Chromium shouldn't build inside the source directory
9747         https://bugs.webkit.org/show_bug.cgi?id=40489
9748
9749         Ignore Chromium Linux build files.
9750
9751         * .: Added property svn:ignore. Modified property svn:ignore.
9752
9753 2010-06-09  Leandro Pereira  <leandro@profusion.mobi>
9754
9755         Reviewed by Adam Treat.
9756
9757         [EFL] Allow building core libraries as shared objects to speed up
9758         linking time on machines with small amounts of memory.
9759         http://webkit.org/b/39899
9760
9761         * CMakeLists.txt: Add SHARED_CORE option.
9762         * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
9763         search.
9764         * cmake/OptionsEfl.cmake: Remove default library type definitions.
9765         * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
9766         when SHARED_CORE is used.
9767
9768 2010-06-08  Xan Lopez  <xlopez@igalia.com>
9769
9770         Reviewed by Gustavo Noronha.
9771
9772         [GTK] Unit testing for WebKitDOMNode hierarchy walk
9773         https://bugs.webkit.org/show_bug.cgi?id=40171
9774
9775         Add DOM node test to the build system.
9776
9777         * GNUmakefile.am:
9778
9779 2010-06-02  Sterling Swigart  <sswigart@google.com>
9780
9781         Reviewed by David Levin.
9782
9783         Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
9784         https://bugs.webkit.org/show_bug.cgi?id=39906
9785
9786         * configure.ac:
9787
9788 2010-05-31  Xan Lopez  <xlopez@igalia.com>
9789
9790         Reviewed by Gustavo Noronha.
9791
9792         Copy the NEWS file to the toplevel when creating the release
9793         tarballs, otherwise it's a bit hard to find.
9794
9795         * GNUmakefile.am:
9796
9797 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
9798
9799         Final make distcheck fix - clean up generated GDOM files on distclean.
9800
9801         * GNUmakefile.am:
9802
9803 2010-05-27  Xan Lopez  <xlopez@igalia.com>
9804
9805         More GTK+ distcheck fixes.
9806
9807         * GNUmakefile.am:
9808
9809 2010-05-27  Xan Lopez  <xlopez@igalia.com>
9810
9811         Reviewed by Gustavo Noronha.
9812
9813         Bump for 1.3.1 release.
9814
9815         * configure.ac:
9816
9817 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
9818
9819         Reviewed by Xan Lopez.
9820
9821         Build fix for introspection support - make sure DOM headers are
9822         included by the GI scanner.
9823
9824         * GNUmakefile.am:
9825
9826 2010-05-26  Gustavo Noronha Silva  <gns@gnome.org>
9827
9828         Build fixes for make distcheck.
9829
9830         * GNUmakefile.am:
9831
9832 2010-05-26  Xan Lopez  <xlopez@igalia.com>
9833
9834         Reviewed by Gustavo Noronha.
9835
9836         [GTK] Add support for DOM events in the GObject DOM bindings
9837         https://bugs.webkit.org/show_bug.cgi?id=38844
9838
9839         Add new test to the build.
9840
9841         * GNUmakefile.am:
9842
9843 2010-05-22  Leandro Pereira  <leandro@profusion.mobi>
9844
9845         Reviewed by Eric Seidel.
9846
9847         [EFL] Build fix (always compile libraries with -fPIC when compiler
9848         is gcc; always define WTF_USE_PTHREADS).
9849         http://webkit.org/b/39235
9850
9851         * cmake/OptionsCommon.cmake:
9852         * cmake/OptionsEfl.cmake:
9853         * cmake/WebKitHelpers.cmake:
9854
9855 2010-05-19  Dan Winship  <danw@gnome.org>
9856
9857         Reviewed by Xan Lopez.
9858
9859         [GTK] Install introspection files in our prefix, not
9860         gobject-introspection's prefix
9861
9862         * GNUmakefile.am:
9863         * configure.ac:
9864
9865 2010-05-15  Leandro Pereira  <leandro@profusion.mobi>
9866
9867         Reviewed by Adam Treat.
9868
9869         [EFL] Add build system for the EFL port.
9870         http://webkit.org/b/37945
9871
9872         * CMakeLists.txt: Added.
9873         * cmake/FindCFLite.cmake: Added.
9874         * cmake/FindCairo.cmake: Added.
9875         * cmake/FindEFL.cmake: Added.
9876         * cmake/FindFreetype.cmake: Added.
9877         * cmake/FindGDK-PixBuf.cmake: Added.
9878         * cmake/FindGDK.cmake: Added.
9879         * cmake/FindGIO.cmake: Added.
9880         * cmake/FindGlib.cmake: Added.
9881         * cmake/FindICU.cmake: Added.
9882         * cmake/FindLibSoup2.cmake: Added.
9883         * cmake/FindLibXlst.cmake: Added.
9884         * cmake/FindPango.cmake: Added.
9885         * cmake/FindSqlite.cmake: Added.
9886         * cmake/LibFindMacros.cmake: Added.
9887         * cmake/OptionsCommon.cmake: Added.
9888         * cmake/OptionsEfl.cmake: Added.
9889         * cmake/WebKitEfl.cmake: Added.
9890         * cmake/WebKitFS.cmake: Added.
9891         * cmake/WebKitFeatures.cmake: Added.
9892         * cmake/WebKitGenerators.cmake: Added.
9893         * cmake/WebKitHelpers.cmake: Added.
9894         * cmake/WebKitMacros.cmake: Added.
9895         * cmakeconfig.h.cmake: Added.
9896
9897 2010-05-14  Simon Hausmann  <simon.hausmann@nokia.com>
9898
9899         Rubber-stamped by Antti Koivisto.
9900
9901         [Qt] Rename QtLauncher to QtTestBrowser
9902         https://bugs.webkit.org/show_bug.cgi?id=37665
9903
9904         * WebKit.pro:
9905
9906 2010-05-12  Csaba Osztrogonác  <ossy@webkit.org>
9907
9908         Reviewed by Kenneth Rohde Christiansen.
9909
9910         [Qt] Link error in debug mode without debug_and_release config
9911         https://bugs.webkit.org/show_bug.cgi?id=39006
9912
9913         * WebKit.pri: Unnecessary build_pass guard removed.
9914
9915 2010-05-12  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9916
9917         Reviewed by Kenneth Rohde Christiansen.
9918
9919         [Qt] Detect debug mode consistently
9920         https://bugs.webkit.org/show_bug.cgi?id=38863
9921
9922         * WebKit.pri:
9923
9924 2010-05-08  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9925
9926         Reviewed by Kenneth Rohde Christiansen.
9927
9928         [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
9929         https://bugs.webkit.org/show_bug.cgi?id=38706
9930
9931         * WebKit.pro:
9932
9933 2010-05-07  Simon Hausmann  <simon.hausmann@nokia.com>
9934
9935         Add a few more files with Windows linefeeds to the .gitattributes file.
9936
9937         * .gitattributes:
9938
9939 2010-05-05  Alejandro G. Castro  <alex@igalia.com>
9940
9941         Reviewed by Xan Lopez.
9942
9943         Fixed the gobject introspection compilation with the new DOM
9944         bindings, we needed to add DOM objects.
9945
9946         * GNUmakefile.am:
9947
9948 2010-05-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9949
9950         Unreviewed, build fix for Symbian.
9951
9952         [Symbian] Symbian builds does not support shadow builds
9953
9954         Revision r54715 broke the Symbian build. For Symbian
9955         the include directory is generated in the root of the source tree.
9956         This patch sets the INCLUDEPATH accordingly for Symbian.
9957
9958         * WebKit.pri:
9959
9960 2010-05-03  Adam Barth  <abarth@webkit.org>
9961
9962         Reviewed by Dimitri Glazkov.
9963
9964         Add some more Chromium-specific files to gitignore
9965         https://bugs.webkit.org/show_bug.cgi?id=38469
9966
9967         These files are generated as part of the update-webkit --chromium
9968         script.
9969
9970         * .gitignore:
9971
9972 2010-05-02  Geoff Levand  <geoff.levand@am.sony.com>
9973
9974         Reviewed by Eric Seidel.
9975
9976         [GTK] Fix out of source build failure
9977         https://bugs.webkit.org/show_bug.cgi?id=38051
9978
9979         Add a preprocessor include path for generated GTK header files.
9980         Fixes build errors like these when building GTK out of source:
9981
9982           webkit.h: error: webkit/webkitversion.h: No such file or directory
9983
9984         * GNUmakefile.am:
9985
9986 2010-05-02  Kartikaya Gupta  <kagupta@rim.com>
9987
9988         Reviewed by George Staikos.
9989
9990         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.
9991
9992         https://bugs.webkit.org/show_bug.cgi?id=37888
9993
9994         No new tests. None needed.
9995
9996         * bindings/scripts/IDLParser.pm:
9997
9998 2010-04-29  Xan Lopez  <xlopez@igalia.com>
9999
10000         Reviewed by Gustavo Noronha.
10001
10002         [GTK] GObject DOM bindings
10003         https://bugs.webkit.org/show_bug.cgi?id=33590
10004
10005         Add WebKitDOMDocument tests to the build.
10006
10007         * GNUmakefile.am:
10008
10009 2010-04-28  Sam Weinig  <sam@webkit.org>
10010
10011         Reviewed by Mark Rowe.
10012
10013         Add WebKit2 to the lists of modules to build.
10014
10015         * Makefile:
10016
10017 2010-04-21  Xan Lopez  <xlopez@igalia.com>
10018
10019         Reviewed by Adam Barth.
10020
10021         [GTK] GObject DOM bindings
10022         https://bugs.webkit.org/show_bug.cgi?id=33590
10023
10024         Add build bits for the GObject DOM bindings.
10025
10026         * GNUmakefile.am:
10027
10028 2010-04-20  Xan Lopez  <xlopez@igalia.com>
10029
10030         Build fix?
10031
10032         * autotools/webkit.m4:
10033
10034 2010-04-19  Diego Escalante Urrelo  <descalante@igalia.com>
10035
10036         Reviewed by Xan Lopez.
10037
10038         [Gtk] Evaluate and create tests for all the AtkRole's implemented by
10039         WebKitGtk
10040         https://bugs.webkit.org/show_bug.cgi?id=34449
10041
10042         Add and enable the build of testatkroles to test ATK non form roles.
10043
10044         * GNUmakefile.am:
10045
10046 2010-04-18  Michael Forney  <michael@mforney.org>
10047
10048         Reviewed by Laszlo Gombos.
10049
10050         https://bugs.webkit.org/show_bug.cgi?id=37762
10051
10052         Fixes the sandbox option in configure.
10053
10054         * configure.ac: Fix cut and paste error in the sandbox option causing
10055         --{enable,disable}-sandbox to be ineffective, and it to be controlled
10056         by the ruby flag.
10057
10058 2010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
10059
10060         Unreviewed crash fix.
10061
10062         Revert part of 57320 that would remove NDEBUG in release builds for
10063         DRT, etc.
10064
10065         * WebKit.pri:
10066
10067 2010-04-09  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10068
10069         Reviewed by Simon Hausmann.
10070
10071         [Qt] Fix crashes with package builds in release
10072
10073         * WebKit.pri: Don't randomly add NDEBUG to the defines.
10074
10075 2010-04-07  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10076
10077         Reviewed by Kenneth Rohde Christiansen.
10078
10079         [Qt] Fix trunk (non-standalone) builds for Symbian
10080         https://bugs.webkit.org/show_bug.cgi?id=37136
10081
10082         Test for source files before building instead of relying on
10083         standalone_package config.
10084
10085         * WebKit.pro:
10086
10087 2010-04-01  Kinuko Yasuda  <kinuko@chromium.org>
10088
10089         Reviewed by Dmitry Titov.
10090
10091         Add FileThread for async file operation support in FileReader and FileWriter
10092         https://bugs.webkit.org/show_bug.cgi?id=36896
10093
10094         Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
10095
10096         * configure.ac:
10097
10098 2010-04-01  Ojan Vafai  <ojan@chromium.org>
10099
10100         Reviewed by Adam Barth.
10101
10102         autoinstalled should be git ignored
10103         https://bugs.webkit.org/show_bug.cgi?id=36970
10104
10105         * .gitignore:
10106
10107 2010-04-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10108
10109         Reviewed by Kenneth Rohde Christiansen.
10110
10111         [Qt]Add -Wextra warning level to the QtWebKit build
10112         https://bugs.webkit.org/show_bug.cgi?id=36971
10113
10114         * WebKit.pri:
10115
10116 2010-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10117
10118         Reviewed by Holger Freyther.
10119
10120         [GTK] webkit_get_default_session() should make sure webkit_init() is called
10121         https://bugs.webkit.org/show_bug.cgi?id=36754
10122
10123         New API test.
10124
10125         * GNUmakefile.am:
10126
10127 2010-03-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10128
10129         Reviewed by Simon Hausmann.
10130
10131         [Qt] Build JavaScriptCore as a static library.
10132         https://bugs.webkit.org/show_bug.cgi?id=36590
10133
10134         This patch takes what was left of the unused JavaScriptCore.pro
10135         and moved the compilation logic from JavaScriptCore.pri to
10136         JavaScriptCore.pro.
10137
10138         * WebKit.pro:
10139
10140 2010-03-16  Xan Lopez  <xlopez@igalia.com>
10141
10142         Rubber-stamped by Gustavo Noronha.
10143
10144         Update library version for 1.1.90 release.
10145
10146         * configure.ac:
10147
10148 2010-03-16  Xan Lopez  <xlopez@igalia.com>
10149
10150         Reviewed by Gustavo Noronha.
10151
10152         Bump version for 1.1.90 release.
10153
10154         * configure.ac:
10155
10156 2010-03-16  Xan Lopez  <xlopez@igalia.com>
10157
10158         Reviewed by Gustavo Noronha.
10159
10160         Add support for Fast Mobile Scrolling in the build system.
10161
10162         * configure.ac:
10163
10164 2010-03-16  Simon Hausmann  <simon.hausmann@nokia.com>
10165
10166         Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
10167
10168         * .gitattributes:
10169
10170 2010-03-12  Scott Byer  <scottbyer@chromium.org>
10171
10172         Reviewed by David Levin.
10173
10174         Popup font size needs to be exposed to clients.
10175         https://bugs.webkit.org/show_bug.cgi?id=35990
10176
10177         Add function to expose the popup menu font size, add a field to
10178         WebPopupMenuInfo that receives that information to convey that to
10179         the web view client's createPopupMenu() call.
10180
10181         * WebCore/platform/chromium/PopupMenuChromium.cpp:
10182         * WebCore/platform/chromium/PopupMenuChromium.h:
10183         * WebKit/chromium/public/WebPopupMenuInfo.h:
10184         * WebKit/chromium/src/ChromeClientImpl.cpp:
10185
10186 2010-03-11  Adam Roben  <aroben@apple.com>
10187
10188         Teach git about ObjC files
10189
10190         Fixes <http://webkit.org/b/36015>.
10191
10192         Reviewed by Tim Hatcher.
10193
10194         * .gitattributes: Set the diff attribute for .m and .mm files, and .h
10195         files in Mac-specific directories. This can be used to generate
10196         more-readable diffs of ObjC files.
10197
10198 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10199
10200         Unreviewed. Versioning for 1.1.23.
10201
10202         * configure.ac:
10203
10204 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10205
10206         Unreviewed distcheck fix.
10207
10208         * GNUmakefile.am:
10209
10210 2010-03-08  Jian Li  <jianli@chromium.org>
10211
10212         Reviewed by Dmitry Titov.
10213
10214         Blob.slice support.
10215         https://bugs.webkit.org/show_bug.cgi?id=32993
10216
10217         Add ENABLE_BLOB_SLICE feature define.
10218
10219         * configure.ac:
10220
10221 2010-03-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
10222
10223         Reviewed by Holger Freyther.
10224
10225         https://bugs.webkit.org/show_bug.cgi?id=35726
10226         Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
10227
10228         Removing orphaned #if USE.
10229
10230         * GNUmakefile.am:
10231
10232 2010-03-04  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10233
10234         Reviewed by Tor Arne Vestbø.
10235
10236         [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
10237
10238         This also allows shadow builds relying only on qmake to work properly.
10239
10240         * WebKit.pri:
10241
10242 2010-03-03  Fridrich Strba  <fridrich.strba@bluewin.ch>
10243
10244         Reviewed by Xan Lopez.
10245
10246         Miscellaneous little fixes for the windows build of webkit-gtk
10247         https://bugs.webkit.org/show_bug.cgi?id=35640
10248
10249         * GNUmakefile.am: On Windows with GCC, presence of
10250         __declspec(dllexport) on some symbols disables the autoexport/autoimport
10251         feature for all others. Using regex here assures that all symbols that 
10252         need to be exported in the dll are actually exported.
10253
10254 2010-03-02  Arno Renevier  <arno@renevier.net>
10255
10256         Reviewed by Gustavo Noronha Silva.
10257
10258         [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
10259         https://bugs.webkit.org/show_bug.cgi?id=35210
10260
10261         * GNUmakefile.am:
10262
10263 2010-03-02  Dmitry Titov  <dimich@chromium.org>
10264
10265         Reviewed by Alexey Proskuryakov.
10266
10267         Ignore compiled Java test cases in .gitignore.
10268         https://bugs.webkit.org/show_bug.cgi?id=35559
10269
10270         * .gitignore:
10271
10272 2010-02-26  Arno Renevier  <arno@renevier.net>
10273
10274         Reviewed by Gustavo Noronha Silva.
10275
10276         [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
10277         https://bugs.webkit.org/show_bug.cgi?id=35424
10278
10279         * .gitignore:
10280
10281 2010-02-24  Sam Kerner  <skerner@chromium.org>
10282
10283         Reviewed by Darin Fisher.
10284
10285         Expose WebFrame::setCanHaveScrollbars().  This allows a view
10286         which is being resized to not need scroll bars to ensure that
10287         they are not drawn.
10288
10289         Existing function setAllowsScrolling() was renamed
10290         setCanHaveScrollbars(), to be consistant with change 37159:
10291         http://trac.webkit.org/changeset/37159
10292
10293         https://bugs.webkit.org/show_bug.cgi?id=35257
10294
10295         * WebKit/chromium/public/WebFrame.h:
10296         * WebKit/chromium/src/ChromeClientImpl.cpp:
10297         * WebKit/chromium/src/WebFrameImpl.cpp:
10298         * WebKit/chromium/src/WebFrameImpl.h:
10299
10300 2010-02-19  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
10301
10302         Reviewed by Kenneth Rohde Christiansen.
10303
10304         [Qt] Remove QGVLauncher
10305
10306         https://bugs.webkit.org/show_bug.cgi?id=35292
10307
10308         * WebKit.pro:
10309
10310 2010-02-24  Xan Lopez  <xlopez@igalia.com>
10311
10312         Reviewed by Gustavo Noronha.
10313
10314         Enable SharedWorkers by default, since that's been the default for
10315         a long time in our build-webkit configuration.
10316
10317         * configure.ac:
10318
10319 2010-02-23  James Choi  <jchoi42@pha.jhu.edu>
10320
10321         Add Solaris definitions
10322         https://bugs.webkit.org/show_bug.cgi?id=35214
10323
10324         * WebKit/chromium/src/WebViewImpl.cpp
10325         * WebKit/chromium/src/WebFrameImpl.cpp
10326
10327 2010-02-23  Arno Renevier  <arno@renevier.net>
10328
10329         Reviewed by Gustavo Noronha Silva.
10330
10331         [Gtk]: testwebview does not work when called with absolute path
10332         https://bugs.webkit.org/show_bug.cgi?id=34940
10333
10334         When testwebview is called as absolute path, chdir to executable
10335         directory before searching resource files.
10336
10337         * GNUmakefile.am:
10338
10339 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
10340
10341         Reviewed by Gustavo Noronha Silva.
10342
10343         Changes references of GOwnPtr to reflect their new place.
10344         http://webkit.org/b/35084
10345
10346         * JavaScriptCore/JavaScriptCore.gypi:
10347         * JavaScriptCore/wtf/Threading.h:
10348         * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
10349
10350 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
10351
10352         Reviewed by Gustavo Noronha Silva.
10353
10354         Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
10355         again.
10356         http://webkit.org/b/35084
10357
10358         * GNUmakefile.am:
10359
10360 2010-02-23  Diego Escalante Urrelo  <descalante@igalia.com>
10361
10362         Reviewed by Eric Seidel.
10363
10364         [gtk] missing libsoup-2.4 package in gir generation
10365         https://bugs.webkit.org/show_bug.cgi?id=35199
10366
10367         Include libsoup-2.4 package in gobject introspection .gir generation.
10368
10369         * GNUmakefile.am:
10370
10371 2010-02-22  Huahui Wu  <hwu@google.com>
10372
10373         Reviewed by Eric Seidel.
10374
10375         Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
10376         in Android. It's disabled by default, but is enabled when the 
10377         enveronment variable ENABLE_JSC_JIT is set to true.
10378         https://bugs.webkit.org/show_bug.cgi?id=34855
10379
10380         * Android.mk:
10381
10382 2010-02-22  Xan Lopez  <xlopez@igalia.com>
10383
10384         Reviewed by Gustavo Noronha.
10385
10386         Bump library versioning for 1.1.22 release.
10387
10388         * configure.ac:
10389
10390 2010-02-22  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10391
10392         Reviewed by Kenneth Rohde Christiansen.
10393
10394         [Qt] Add support for layout tests on Symbian
10395         https://bugs.webkit.org/show_bug.cgi?id=31589
10396
10397         * WebKit.pro:
10398
10399 2010-02-20  Noam Rosenthal  <noam.rosenthal@nokia.com>
10400
10401         Reviewed by Laszlo Gombos.
10402
10403         [Qt] ENABLE_3D_RENDERING should be optional
10404         https://bugs.webkit.org/show_bug.cgi?id=35100
10405
10406         * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
10407
10408 2010-02-19  Maciej Stachowiak  <mjs@apple.com>
10409
10410         Reviewed by David Levin.
10411
10412         Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
10413         https://bugs.webkit.org/show_bug.cgi?id=35147
10414
10415         * configure.ac:
10416
10417 2010-02-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10418
10419         Reviewed by Eric Seidel.
10420
10421         Add .gitattributes file for custom ChangeLog merge-driver
10422
10423         * .gitattributes: Added.
10424
10425 2010-02-17  Noam Rosenthal  <noam.rosenthal@nokia.com>
10426
10427         Reviewed by Ariya Hidayat.
10428
10429         [Qt] GraphicsLayer: support perspective and 3D transforms
10430         https://bugs.webkit.org/show_bug.cgi?id=34960
10431
10432         * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
10433
10434 2010-02-15  Philippe Normand  <pnormand@igalia.com>
10435
10436         Reviewed by Gustavo Noronha Silva.
10437
10438         [GStreamer] Should handle BUFFERING messages
10439         https://bugs.webkit.org/show_bug.cgi?id=30004
10440
10441         * configure.ac: Bump gstreamer -core/-plugins-base requirements to
10442         0.10.25 which is the minimum required version for on-disk buffering.
10443
10444 2010-02-16  Xan Lopez  <xlopez@igalia.com>
10445
10446         Reviewed by Gustavo Noronha.
10447
10448         Bump version to 1.1.22 so we can depend on it in applications.
10449
10450         * configure.ac:
10451
10452 2010-02-12  Simon Hausmann  <simon.hausmann@nokia.com>
10453
10454         Reviewed by Holger Freyther.
10455
10456         Removed WMLInputElement.* from .gitattributes as the file is
10457         now CRLF clean.
10458
10459         * .gitattributes:
10460
10461 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10462
10463         Reviewed by Tor Arne Vestbø.
10464
10465         [Qt] Make qtlauncher and qgvlauncher use the generated headers
10466         path to make sure they are correctly generated.
10467
10468         * WebKit.pri:
10469
10470 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10471
10472         Reviewed by Tor Arne Vestbø.
10473
10474         [Qt] Manually add support for the install target on Symbian.
10475
10476         This is required to copy the headers over the ones in Qt.
10477
10478         * WebKit.pro:
10479
10480 2010-02-11  Fridrich Strba  <fridrich.strba@bluewin.ch>
10481
10482         Reviewed by Gustavo Noronha Silva.
10483
10484         Detect properly different versions of libpng out there.
10485
10486         * configure.ac:
10487
10488 2010-02-11  Xan Lopez  <xlopez@igalia.com>
10489
10490         Try to fix GTK+ build.
10491
10492         * configure.ac:
10493
10494 2010-02-11  Antonio Gomes  <tonikitoo@webkit.org>
10495
10496         Reviewed by Xan Lopez.
10497
10498         Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
10499
10500         * configure.ac:
10501
10502 2010-02-08  Maciej Stachowiak  <mjs@apple.com>
10503
10504         Reviewed by Cameron Zwarich.
10505
10506         Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
10507         https://bugs.webkit.org/show_bug.cgi?id=34698
10508
10509         * configure.ac:
10510
10511 2010-02-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10512
10513         Reviewed by Xan Lopez.
10514
10515         Bump version to 1.1.21, and adjust library versioning accordingly.
10516
10517         * configure.ac:
10518
10519 2010-02-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10520
10521         Reviewed by Gustavo Noronha.
10522
10523         Add gstreamer-app-0.10 to configure.ac
10524         https://bugs.webkit.org/show_bug.cgi?id=34317
10525
10526         * configure.ac:
10527
10528 2010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
10529
10530         Reviewed by Tor Arne Vestbø.
10531
10532         Add .gitattributes file to tell git about files with Windows linefeeds
10533         https://bugs.webkit.org/show_bug.cgi?id=34645
10534
10535         On Windows git defaults to "true" for core.autocrlf, meaning all text
10536         files in the working directory are converted from CRLF to LF on checkin
10537         time. Some files present in the repository have been checked in with
10538         CRLF linefeeds and git should not try to convert them. The added
10539         .gitattributes file tells git to not do any CRLF conversion.
10540
10541         * .gitattributes: Added.
10542
10543 2010-02-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10544
10545         Reviewed by Simon Hausmann.
10546
10547         [Qt] Generate convenience headers (QWebView, etc) using qmake
10548
10549         In Qt this is done using syncqt, but we use a pro-file instead
10550         that generates makefile-rules for each of the extra headers.
10551
10552         These extra headers are installed alongside the normal headers.
10553
10554         * DerivedSources.pro: Include API-DerivedSources
10555
10556 2010-02-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10557
10558         Reviewed by Lars Knoll.
10559
10560         [Qt] Make 'make -f Makefile.DerivedSources qmake' work
10561
10562         Previously this target ended up generating a file named
10563         Makefile.DerivedSources.DerivedSources, and so on.
10564
10565         * DerivedSources.pro:
10566
10567 2010-02-04  Christian Dywan  <christian@twotasts.de>
10568
10569         Reviewed by Xan Lopez.
10570
10571         Require either libsoup 2.28.2 or 2.29.90.
10572
10573         * configure.ac:
10574
10575 2010-02-04  Xan Lopez  <xlopez@igalia.com>
10576
10577         Reviewed by Gustavo Noronha.
10578
10579         Bump minimum libsoup requirement to 2.29.90
10580
10581         * configure.ac:
10582
10583 2010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
10584
10585         Reviewed by Xan Lopez.
10586
10587         Bump version, and adjust library versioning for 1.1.20.
10588
10589         * configure.ac:
10590
10591 2010-01-29  Jeremy Orlow  <jorlow@chromium.org>
10592
10593         Reviewed by Dimitri Glazkov.
10594
10595         A first step towards the Indexed Database API
10596         https://bugs.webkit.org/show_bug.cgi?id=34342
10597
10598         Add Indexed Database API
10599
10600         * configure.ac:
10601
10602 2010-01-27  Simon Hausmann  <simon.hausmann@nokia.com>
10603
10604         Reviewed by Kenneth Rohde Christiansen.
10605
10606         [Qt] Don't build the tests in packages, only the launcher(s)
10607
10608         * WebKit.pro:
10609
10610 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10611
10612         Reviewed by Tor Arne Vestbø.
10613
10614         [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
10615
10616         * WebKit.pri:
10617
10618 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10619
10620         Unreviewed build fix
10621
10622         [Qt] Build fix for windows when QTDIR contains release libraries.
10623
10624         * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
10625
10626 2010-01-26  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
10627
10628         Reviewed by Simon Hausmann.
10629
10630         First steps of the QtScript API.
10631         
10632         Two new classes were created; QScriptEngine and QScriptValue.
10633         The first should encapsulate a javascript context and the second a script
10634         value.
10635         
10636         This API is still in development, so it isn't compiled by default.
10637         To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
10638         build-webkit.
10639
10640         https://bugs.webkit.org/show_bug.cgi?id=32565
10641
10642         * WebKit.pro:
10643
10644 2010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
10645
10646         Reviewed by Laszlo Gombos.
10647
10648         [Qt] Fix the build on Maemo5.
10649
10650         https://bugs.webkit.org/show_bug.cgi?id=34051
10651
10652         * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
10653
10654 2010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
10655
10656         Reviewed by Antti Koivisto.
10657
10658         [Qt] Implement GraphicsLayer for accelerated layer compositing
10659         https://bugs.webkit.org/show_bug.cgi?id=33514
10660
10661         * WebKit.pri: Addded compile flags to enable accelerated compositing
10662         on versions higher than 4.5
10663
10664 2010-01-20  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10665
10666         Reviewed by Simon Hausmann.
10667
10668         [Qt] Make DumpRenderTree build on Windows
10669
10670         * WebKit.pro:
10671
10672 2010-01-20  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10673
10674         Reviewed by Simon Hausmann.
10675
10676         [Qt] Fix the recursive generated_files target to work with qmake -r -o
10677
10678         * DerivedSources.pro:
10679
10680 2010-01-20  Simon Hausmann  <simon.hausmann@nokia.com>
10681
10682         Reviewed by Tor Arne Vestbø.
10683
10684         [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
10685
10686         * DerivedSources.pro:
10687
10688 2010-01-19  Gustavo Noronha Silva  <gns@gnome.org>
10689
10690         Unreviewed. Shared library versioning update for 1.1.19.
10691
10692         * configure.ac:
10693
10694 2010-01-15  Gustavo Noronha Silva  <gns@gnome.org>
10695
10696         Rubber-stamped by Xan Lopez.
10697
10698         Bump version to 1.1.19.
10699
10700         * configure.ac:
10701
10702 2010-01-14  Csaba Osztrogonác  <ossy@webkit.org>
10703
10704         Reviewed by Eric Seidel.
10705
10706         [Qt] Defective dependencies caused build failing on QtBuildBot.
10707         https://bugs.webkit.org/show_bug.cgi?id=33693
10708
10709         * WebKit.pri: CONFIG += depend_includepath added.
10710
10711 2010-01-14  Steve Block  <steveblock@google.com>
10712
10713         Reviewed by David Levin.
10714
10715         Moves general includes before bindings includes in Android build system.
10716         https://bugs.webkit.org/show_bug.cgi?id=33623
10717
10718         This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
10719         and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
10720         JavaScriptCore/runtime and other bindings includes after the WebCore and other
10721         general includes, so that the WebCore StringBuilder.h is picked up when building
10722         WebCore.
10723
10724         * Android.mk: Modified.
10725
10726 2010-01-13  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
10727
10728         Reviewed by Simon Hausmann.
10729
10730         [Qt] Split the build process in two different .pro files.
10731         This allows qmake to be run once all source files are available.
10732
10733         * DerivedSources.pro: Added.
10734         * WebKit.pri:
10735
10736 2010-01-07  Daniel Bates  <dbates@rim.com>
10737
10738         Reviewed by Eric Seidel.
10739
10740         https://bugs.webkit.org/show_bug.cgi?id=32987
10741
10742         Added ENABLE_XHTMLMP flag. Disabled by default.
10743
10744         * configure.ac:
10745
10746 2010-01-05  Gustavo Noronha Silva  <gns@gnome.org>
10747
10748         Reviewed by Xan Lopez.
10749
10750         Based on idea and original patch by Evan Martin.
10751
10752         Remove libWebCore intermediate library, to improve link time.
10753
10754         [GTK] Build time must be reduced
10755         https://bugs.webkit.org/show_bug.cgi?id=32921
10756
10757         * GNUmakefile.am:
10758
10759 2010-01-05  Xan Lopez  <xlopez@igalia.com>
10760
10761         Bump for 1.1.18 release.
10762
10763         * configure.ac:
10764
10765 2010-01-04  Gustavo Noronha Silva  <gns@gnome.org>
10766
10767         Fix JSCore-1.0.gir path to fix make distcheck.
10768
10769         * GNUmakefile.am:
10770
10771 2010-01-04  Simon Hausmann  <simon.hausmann@nokia.com>
10772
10773         Reviewed by Tor Arne Vestbø.
10774
10775         [Qt] Fix standalone package builds.
10776
10777         * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
10778         * WebKit.pro: Don't build JSC and DRT for package builds.
10779
10780 2010-01-04  Eric Seidel  <eric@webkit.org>
10781
10782         Reviewed by Adam Barth.
10783
10784         bugzilla-tool should not require users to install mechanize
10785         https://bugs.webkit.org/show_bug.cgi?id=32635
10786
10787         * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
10788
10789 2009-12-28  Estêvão Samuel Procópio  <tevaum@gmail.com>
10790
10791         Reviewed by Gustavo Noronha Silva.
10792
10793         Bug 32940: [GTK] Changing the download throttle conditions.
10794         https://bugs.webkit.org/show_bug.cgi?id=32716
10795
10796         The WebKitDownload progress notification was taking long to
10797         update. This fix makes notification happens each 0.7 secs
10798         or when the progress ups in 1%.
10799
10800         * WebKit/gtk/webkit/webkitdownload.cpp:
10801
10802 2009-12-22  Simon Hausmann  <simon.hausmann@nokia.com>
10803
10804         Rubber-stamped by Holger Freyther.
10805
10806         Adjusted path to QtLauncher.
10807
10808         * WebKit.pro:
10809
10810 2009-12-19  Evan Martin  <evan@chromium.org>
10811
10812         Reviewed by Gustavo Noronha Silva.
10813
10814         Add a couple of WebKitGtk files to .gitignore.
10815
10816         * .gitignore:
10817
10818 2009-12-18  Benjamin Otte  <otte@gnome.org>
10819
10820         Reviewed by Xan Lopez.
10821
10822         [GTK] RemoveDashboard support. It's useless.
10823
10824         * configure.ac:
10825
10826 2009-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
10827
10828         Reviewed by Tor Arne Vestbø.
10829
10830         [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
10831
10832         https://bugs.webkit.org/show_bug.cgi?id=32716
10833
10834         * WebKit.pri: Use standalone_package instead of QTDIR_build
10835
10836 2009-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10837
10838         Unreviewed. Build fixes for make distcheck.
10839
10840         * GNUmakefile.am:
10841
10842 2009-12-16  Dan Winship  <danw@gnome.org>
10843
10844         Reviewed by Gustavo Noronha Silva.
10845
10846         [Gtk] Content-Encoding support
10847
10848         https://bugs.webkit.org/show_bug.cgi?id=522772
10849
10850         * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
10851
10852 2009-12-13  Eric Seidel  <eric@webkit.org>
10853
10854         Reviewed by Gavin Barraclough.
10855
10856         string-base64 test does not compute a valid base64 string
10857         http://bugs.webkit.org/show_bug.cgi?id=16806
10858
10859         * tests/string-base64.js: change str[i] to str.charCodeAt(i)
10860
10861 2009-12-10  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10862
10863         Reviewed by Xan Lopez.
10864
10865         [GTK] Should provide an API to control the IconDatabase
10866         https://bugs.webkit.org/show_bug.cgi?id=32334
10867
10868         Add test to make sure favicon reporting works.
10869
10870         * GNUmakefile.am:
10871
10872 2009-12-09  Steve Block  <steveblock@google.com>
10873
10874         Reviewed by Adam Barth.
10875
10876         Adds Android Makefiles for building with V8.
10877         https://bugs.webkit.org/show_bug.cgi?id=32278
10878
10879         * Android.mk: Modified. Includes Makefiles for V8.
10880
10881 2009-12-08  Steve Block  <steveblock@google.com>
10882
10883         Reviewed by Adam Barth.
10884
10885         [Android] Adds Makefiles for Android port.
10886         https://bugs.webkit.org/show_bug.cgi?id=31325
10887
10888         * Android.mk: Added.
10889
10890 2009-12-08  Christian Dywan  <christian@twotoasts.de>
10891
10892         Reviewed by Xan Lopez.
10893
10894         * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
10895         and define HAVE_LIBSOUP_2_29_3 in that case.
10896
10897 2009-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10898
10899         Rubber-stamped by Xan Lopez.
10900
10901         Late post-release version bump.
10902
10903         * configure.ac:
10904
10905 2009-12-08  Dominik Röttsches  <dominik.roettsches@access-company.com>
10906
10907         Reviewed by Gustavo Noronha Silva.
10908
10909         [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
10910         https://bugs.webkit.org/show_bug.cgi?id=31469
10911
10912         Removing hybrid configuration for --with-unicode-backend=glib
10913         ICU not required anymore.
10914
10915         * autotools/webkit.m4:
10916
10917 2009-12-08  Nikolas Zimmermann  <nzimmermann@rim.com>
10918
10919         Rubber-stamped by Maciej Stachowiak.
10920
10921         Turn on (SVG) Filters for Gtk.
10922         https://bugs.webkit.org/show_bug.cgi?id=32224
10923
10924         * configure.ac:
10925
10926 2009-12-07  Dmitry Titov  <dimich@chromium.org>
10927
10928         Rubber-stamped by Darin Adler.
10929
10930         Remove ENABLE_SHARED_SCRIPT flags
10931         https://bugs.webkit.org/show_bug.cgi?id=32245
10932         This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
10933
10934         * configure.ac:
10935
10936 2009-12-06  Gustavo Noronha Silva  <gns@gnome.org>
10937
10938         Reviewed by Xan Lopez.
10939
10940         Build the new API test.
10941
10942         [GTK] REGRESSION: webkit thinks it can render PDFs
10943         https://bugs.webkit.org/show_bug.cgi?id=32183
10944
10945         * GNUmakefile.am:
10946
10947 2009-12-05  Vincent Untz <vuntz@gnome.org>
10948
10949         Reviewed by Gustavo Noronha.
10950
10951         Fixes race for builds with introspection enabled, and parallel
10952         make.
10953
10954         * GNUmakefile.am:
10955
10956 2009-12-04  Xan Lopez  <xlopez@igalia.com>
10957
10958         Reviewed by Gustavo Noronha.
10959
10960         [GTK]Enable DNS prefetching
10961         https://bugs.webkit.org/show_bug.cgi?id=23846
10962
10963         Bump libsoup required version to 2.29.3 for DNS prefetching.
10964
10965         * configure.ac:
10966
10967 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10968
10969         Rubber-stamped by Xan Lopez.
10970
10971         Make sure we distribute and install GObject Introspection files.
10972
10973         * GNUmakefile.am:
10974
10975 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10976
10977         Build fix. Make sure JSCore-1.0.gir is added to the distributed
10978         tarball.
10979
10980         * GNUmakefile.am:
10981
10982 2009-11-30  Xan Lopez  <xlopez@igalia.com>
10983
10984         Reviewed by Gustavo Noronha.
10985
10986         Bump versions for 1.1.17 release.
10987
10988         * configure.ac:
10989
10990 2009-11-30  Jan-Arve Sæther  <jan-arve.saether@nokia.com>
10991
10992         Reviewed by Simon Hausmann.
10993
10994         [Qt] Fix compilation with win32-icc
10995
10996         Include os-win32 for stdint.h since MS does not ship that in their PSDK.
10997
10998         * WebKit.pri:
10999
11000 2009-11-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11001
11002         Reviewed by Oliver Hunt.
11003
11004         Move GOwnPtr* from wtf to wtf/gtk
11005         https://bugs.webkit.org/show_bug.cgi?id=31793
11006
11007         * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to 
11008           the include path.
11009
11010 2009-11-24  Dmitry Titov  <dimich@chromium.org>
11011
11012         Reviewed by Eric Seidel.
11013
11014         Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
11015         https://bugs.webkit.org/show_bug.cgi?id=31444
11016
11017         * configure.ac:
11018
11019 2009-11-24  Jason Smith  <dark.panda@gmail.com>
11020
11021         Reviewed by Alexey Proskuryakov.
11022
11023         RegExp#exec's returned Array-like object behaves differently from
11024         regular Arrays
11025         https://bugs.webkit.org/show_bug.cgi?id=31689
11026
11027         * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
11028         * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
11029         * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
11030
11031 2009-11-24  Jens Alfke  <snej@chromium.org>
11032
11033         Reviewed by David Levin.
11034
11035         Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
11036         https://bugs.webkit.org/show_bug.cgi?id=31847
11037         
11038         * .gitignore:  Add three .xcodeproj files.
11039
11040 2009-11-09  Priit Laes  <plaes@plaes.org>
11041
11042         Reviewed by Oliver Hunt.
11043
11044         [Gtk] Build from tarball fails with --enable-introspection
11045         https://bugs.webkit.org/show_bug.cgi?id=31261
11046
11047         We need to enable gobject-introspection during distcheck otherwise
11048         some of the required files are missing in tarball.
11049
11050         * GNUmakefile.am:
11051
11052 2009-11-05  Priit Laes  <plaes@plaes.org>
11053
11054         Reviewed by Jan Alonzo.
11055
11056         [Gtk] Build failure with --enable-introspection
11057         https://bugs.webkit.org/show_bug.cgi?id=31102
11058
11059         Add search and include paths for JSCore-1.0.gir required by
11060         gobject-introspection tools.
11061
11062         * GNUmakefile.am:
11063
11064 2009-11-04  Benjamin Otte  <otte@gnome.org>
11065
11066         Reviewed by Gustavo Noronha.
11067
11068         Update Cairo requirement to 1.6.
11069         
11070         https://bugs.webkit.org/show_bug.cgi?id=19266
11071
11072         * configure.ac:
11073
11074 2009-11-02  Estêvão Samuel Procópio  <tevaum@gmail.com>
11075
11076         Reviewed by Gustavo Noronha.
11077
11078         [Build] make install ignores --prefix option for gobject-introspection.
11079         https://bugs.webkit.org/show_bug.cgi?id=31025
11080
11081         Make the build system use the --prefix path also when installing
11082         gobject-introspection files.
11083
11084         * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
11085
11086 2009-11-02  Xan Lopez  <xlopez@igalia.com>
11087
11088         Bump version before release (or post-release, depending on your
11089         point of view) so that we can make applications depending on
11090         unreleased APIs in WebKit svn fail at configure time when the
11091         requirements are not met.
11092
11093         * configure.ac:
11094
11095 2009-11-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11096
11097         Reviewed by Eric Seidel.
11098
11099         Turn on warnings for QtWebKit for gcc
11100         https://bugs.webkit.org/show_bug.cgi?id=30958
11101
11102         * WebKit.pri: Turn on warnings for the GCC compiler
11103
11104 2009-10-30  Adam Barth  <abarth@webkit.org>
11105
11106         Reviewed by Mark Rowe.
11107
11108         Teach git to ignore some files
11109         https://bugs.webkit.org/show_bug.cgi?id=30951
11110
11111         Ignore WebKitBuild because we never want to version that directory.
11112         Also, ignore the xcode project files so git clean doesn't blow away
11113         your project settings.  Finally, ignore the compiled python files in
11114         WebKitTools/Script modules because they clutter up git status.
11115
11116         * .gitignore: Added.
11117
11118 2009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
11119
11120         Reviewed by Eric Seidel.
11121
11122         Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
11123
11124         Bug 28420 -  Implement HTML5 <ruby> rendering
11125         (https://bugs.webkit.org/show_bug.cgi?id=28420)
11126
11127         No new tests (no functional change).
11128
11129         * configure.ac:
11130
11131 2009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
11132
11133         Rubber-stamped by Darin Adler.
11134
11135         Export fastMalloc, fastCalloc, fastRealloc and fastFree
11136         https://bugs.webkit.org/show_bug.cgi?id=30769
11137
11138         Export the FastMalloc functions outside of the libwebkit library
11139         to be able to instrument memory allocations. These are C++ symbols
11140         but do not require the C++ runtime to be useful and should be of
11141         no harm to plain C code.
11142
11143         * autotools/symbols.filter:
11144
11145 2009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11146
11147         Reviewed by Jan Alonzo.
11148
11149         Alternative solution to regression introduced in r48672.
11150
11151         * GNUmakefile.am:
11152
11153 2009-10-26  Xan Lopez  <xlopez@igalia.com>
11154
11155         Reviewed by Gustavo Noronha.
11156
11157         Update for 1.1.16 release.
11158
11159         * configure.ac:
11160
11161 2009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11162
11163         Reviewed by Holger Freyther.
11164
11165         [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
11166         https://bugs.webkit.org/show_bug.cgi?id=30476
11167
11168         Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
11169         to all executables linking against WebKit library.
11170
11171         * WebKit.pri:
11172
11173 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
11174
11175         Reviewed by Holger Freyther.
11176
11177         [GTK] Add MathML to the build system
11178         https://bugs.webkit.org/show_bug.cgi?id=30487
11179
11180         Add --enable-mathml to configure.
11181
11182         * configure.ac:
11183
11184 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
11185
11186         Reviewed by Xan Lopez.
11187
11188         [GTK] marshal stamp files are not cleaned after a distclean
11189         https://bugs.webkit.org/show_bug.cgi?id=30156
11190
11191         Add the stamp files directly to cleanfiles. Also rearrange the
11192         variable declarations so we don't miss any files that need to be
11193         cleaned up during the clean targets.
11194
11195         * GNUmakefile.am:
11196
11197 2009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11198
11199         Unreviewed. Help text fix - Web Sockets default is no, not yes.
11200
11201         * configure.ac:
11202
11203 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
11204
11205         Rubberstamped by Eric Seidel.
11206
11207         [Gtk] Fix icu CFLAG for Darwin
11208         https://bugs.webkit.org/show_bug.cgi?id=29517
11209
11210         Don't escape the srcdir variable. Also use $host instead of the
11211         os_foo variables.
11212
11213         * autotools/webkit.m4:
11214
11215 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
11216
11217         Reviewed by Gustavo Noronha.
11218
11219         [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
11220         https://bugs.webkit.org/show_bug.cgi?id=29518
11221
11222         * configure.ac:
11223
11224 2009-10-05  Zoltan Horvath  <zoltan@webkit.org>
11225
11226         Reviewed by Simon Hausmann.
11227
11228         [Qt] Disable TCmalloc for Windows port at the present, because MinGW
11229         hasn't got built-in pthread library.
11230
11231         * WebKit.pri:
11232
11233 2009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
11234
11235         Reviewed by Simon Hausmann.
11236
11237         Disable a few more harmless MSVC warnings.
11238
11239         * WebKit.pri:
11240
11241 2009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11242
11243         Unreviewed, build fix.
11244
11245         [Qt] Symbian build break after r48976.
11246         unix is set for Symbian in the Qt build system.
11247
11248         * WebKit.pri:
11249
11250 2009-10-01  Zoltan Horvath  <zoltan@webkit.org>
11251
11252         Reviewed by Simon Hausmann.
11253
11254         [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
11255         https://bugs.webkit.org/show_bug.cgi?id=27029
11256
11257         Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
11258         so these Qt-ports will use TCmalloc as other ports.
11259
11260         * WebKit.pri:
11261
11262 2009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
11263
11264         Reviewed by Xan Lopez.
11265
11266         [GTK] GtkIMContext filtering interferes with DOM key events
11267         https://bugs.webkit.org/show_bug.cgi?id=28733
11268
11269         Add new key event test ensuring that IME keypresses are handled.
11270
11271         * GNUmakefile.am:
11272
11273 2009-10-01  Philippe Normand  <pnormand@igalia.com>
11274
11275         Reviewed by Xan Lopez.
11276
11277         [GTK] data: uri support in media player
11278         https://bugs.webkit.org/show_bug.cgi?id=29842
11279
11280         Check presence of gstreamer-pbutils-0.10.
11281
11282         * configure.ac:
11283
11284 2009-09-26  David Kilzer  <ddkilzer@apple.com>
11285
11286         GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
11287
11288         * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
11289
11290 2009-09-23  Xan Lopez  <xlopez@igalia.com>
11291
11292         Reviewed by Gustavo Noronha.
11293
11294         Do not add unneeded include paths for gir files, and add the
11295         include paths for headers manually instead of relying on our own
11296         pc file and installed headers, since that adds a circular
11297         dependency.
11298
11299         * GNUmakefile.am:
11300
11301 2009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
11302
11303         Reviewed by Xan Lopez.
11304
11305         Minor reorganization to the patch landed in
11306         http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
11307         in the gtk directory as that's only useful to the Gtk port at the
11308         moment.
11309
11310         * GNUmakefile.am:
11311         * configure.ac:
11312
11313 2009-09-23  Xan Lopez  <xlopez@igalia.com>
11314
11315         Reviewed by Gustavo Noronha.
11316
11317         [GTK] We should generate our own gir file for introspection
11318         https://bugs.webkit.org/show_bug.cgi?id=29603
11319
11320         Generate gir and typelib files for WebKit and JSCore. The JSCore
11321         gir file is handwritten (since it's only useful, for now, as a
11322         dependency of the WebKit gir file), the WebKit one is
11323         autogenerated from the headers.
11324
11325         * GNUmakefile.am:
11326         * JSCore-1.0.gir: Added.
11327         * configure.ac:
11328
11329 2009-09-22  Philippe Normand  <pnormand@igalia.com>
11330
11331         Reviewed by Xan Lopez.
11332
11333         link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
11334         https://bugs.webkit.org/show_bug.cgi?id=29638
11335
11336         Call icu-cconfig with ldflags-libsonly to prevent having a -L
11337         statement that could override libs installed in another prefix.
11338
11339         * autotools/webkit.m4:
11340
11341 2009-09-21  Xan Lopez  <xlopez@igalia.com>
11342
11343         Reviewed by Gustavo Noronha.
11344
11345         Bump version for 1.1.15 release.
11346
11347         * configure.ac:
11348
11349 2009-09-18  Xan Lopez  <xlopez@igalia.com>
11350
11351         Reviewed by Gustavo Noronha and Jan Alonzo.
11352
11353         [GTK] context menu overriding API is very limited
11354         https://bugs.webkit.org/show_bug.cgi?id=27546
11355
11356         Add new tests to the build.
11357
11358         * GNUmakefile.am:
11359
11360 2009-09-18  Xan Lopez  <xlopez@igalia.com>
11361
11362         Reviewed by Gustavo Noronha and Jan Alonzo.
11363
11364         [GTK] context menu overriding API is very limited
11365         https://bugs.webkit.org/show_bug.cgi?id=27546
11366
11367         Add WebKitHitTestResult to the build.
11368
11369         * GNUmakefile.am:
11370
11371 2009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11372
11373         Reviewed by Ariya Hidayat.
11374
11375         Disable some ARM compiler warnings
11376         https://bugs.webkit.org/show_bug.cgi?id=29083
11377
11378         The following ARM compiler warnings are disabled
11379
11380         - #68-D: integer conversion resulted in a change of sign
11381         - #111-D: statement is unreachable
11382         - #177-D: variable XXX was declared but never referenced
11383         - #368-D: class XXX defines no constructor to initialize the following: YYY
11384         - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
11385         - #1293-D: assignment in condition
11386
11387         * WebKit.pri:
11388
11389 2009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
11390
11391         Reviewed by Simon Hausmann.
11392
11393         [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
11394
11395         https://bugs.webkit.org/show_bug.cgi?id=28862
11396
11397         * WebKit.pro:
11398
11399 2009-09-07  Xan Lopez  <xlopez@igalia.com>
11400
11401         Rubber-stamped by Gustavo Noronha.
11402
11403         Bump versions in preparation for 1.1.14 release.
11404
11405         * configure.ac:
11406
11407 2009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11408
11409         Reviewed by Xan Lopez.
11410
11411         https://bugs.webkit.org/show_bug.cgi?id=26854
11412         [GTK] Needs API to allow more control over outgoing requests
11413
11414         * GNUmakefile.am: new files added to the build for new class
11415         WebKitNetworkResponse
11416
11417 2009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
11418
11419         Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
11420
11421         [Gtk] Expose a database API
11422         https://bugs.webkit.org/show_bug.cgi?id=27899
11423
11424         Expose an HTML5 database API for GTK+.
11425
11426         * GNUmakefile.am:
11427
11428 2009-09-04  Albert Bachand  <albertb@google.com>
11429
11430         Reviewed by Eric Seidel.
11431
11432         Modify the condition regarding the key modifier for opening combo
11433         boxes under GTK from just PLATFORM(GTK) to also look for
11434         (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
11435
11436         * WebCore/dom/SelectElement.cpp:
11437         * WebCore/manual-tests/select-popup-on-spacebar.html:
11438
11439 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
11440
11441         Reviewed by Xan Lopez and Gustavo Noronha.
11442
11443         [Gtk] Implement a WebDataSource for the gtk port
11444         https://bugs.webkit.org/show_bug.cgi?id=24758
11445
11446         Add WebKitWebDataSource unit test to the build script
11447
11448         * GNUmakefile.am:
11449
11450 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
11451
11452         Reviewed by Xan Lopez and Gustavo Noronha.
11453
11454         [Gtk] Implement a WebDataSource for the gtk port
11455         https://bugs.webkit.org/show_bug.cgi?id=24758
11456
11457         Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
11458
11459         * GNUmakefile.am:
11460
11461 2009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
11462
11463         Reviewed by Xan Lopez and Gustavo Noronha.
11464
11465         [Gtk] Implement a WebDataSource for the gtk port
11466         https://bugs.webkit.org/show_bug.cgi?id=24758
11467
11468         Add WebKitWebResource to the build script.
11469
11470         * GNUmakefile.am:
11471
11472 2009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
11473
11474         Reviewed by Oliver Hunt.
11475
11476         Gtk Build broken for OSX Quartz
11477         https://bugs.webkit.org/show_bug.cgi?id=28727
11478
11479         Define XP_UNIX for non-Win OS builds.
11480
11481         * GNUmakefile.am:
11482
11483 2009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11484
11485         Reviewed by Holger Freyther.
11486
11487         https://bugs.webkit.org/show_bug.cgi?id=25889
11488         [GTK] scrollbar policy for main frame is not implementable
11489
11490         Adding files for the new test for window-related issues (starting
11491         with scrollbar policy).
11492
11493         * GNUmakefile.am:
11494
11495 2009-08-27  Priit Laes  <plaes@plaes.org>
11496
11497         Reviewed by Xan Lopez.
11498
11499         [GTK] Out-of-srcdir build problem
11500         https://bugs.webkit.org/show_bug.cgi?id=28741
11501
11502         * GNUmakefile.am, autotools/webkit.m4:
11503         Fix problem with out-of-srcdir builds. Also bump required glib version.
11504
11505 2009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11506
11507         Reviewed by Xan Lopez.
11508
11509         Bump package and so versions for 1.1.13 release.
11510
11511         * configure.ac:
11512
11513 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
11514
11515         [GTK] Not use deprecated symbols in WebKitWebView example code.
11516         https://bugs.webkit.org/show_bug.cgi?id=28651
11517
11518         * WebKit/gtk/webkit/webkitwebview.cpp
11519
11520 2009-08-18  Xan Lopez  <xlopez@igalia.com>
11521
11522         Rubber-stamped by Holger Freyther.
11523
11524         Require at least libsoup 2.27.91 for the new password
11525         manager/authentication APIs.
11526
11527         * configure.ac:
11528
11529 2009-08-18  Drew Wilson  <atwilson@google.com>
11530
11531         Reviewed by NOBODY (Build Break).
11532
11533         Speculative fix for GTK DumpRenderTree.
11534
11535         * GNUmakefile.am:
11536
11537 2009-08-18  Kent Tamura  <tkent@chromium.org>
11538
11539         Reviewed by Eric Seidel.
11540
11541         Add --enable-datalist option.
11542
11543         * configure.ac:
11544
11545 2009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
11546
11547         Reviewed by Sam Weinig.
11548
11549         [GTK] Added EventSource to the build (default on).
11550         https://bugs.webkit.org/show_bug.cgi?id=14997 
11551
11552         * configure.ac:
11553
11554 2009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
11555
11556         Rubber-stamped by Gustavo Noronha.
11557
11558         Initialize CFLAGS and CXXFLAGS before the main body of the
11559         WEBKIT_INIT macro so C files don't get built with "-g -O2".
11560
11561         * autotools/webkit.m4:
11562
11563 2009-08-12  Xan Lopez  <xlopez@igalia.com>
11564
11565         Reviewed by Jan Alonzo.
11566
11567         [GTK] Remove keyring optional features
11568         https://bugs.webkit.org/show_bug.cgi?id=28173
11569
11570         Remove keyring support, we now do authentication storage through
11571         libsoup. We depend on libsoup master now, will bump the dependency
11572         when there's a new release.
11573
11574         * GNUmakefile.am:
11575         * configure.ac:
11576
11577 2009-08-11  Drew Wilson  <atwilson@google.com>
11578
11579         Reviewed by NOBODY (Build break).
11580
11581         Speculative fix for GTK build break.
11582
11583         * WebKit.pro:
11584
11585 2009-08-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
11586
11587         Reviewed by Simon Hausmann.
11588
11589         Build the TestNetscapePlugin on Qt/Mac
11590
11591         * WebKit.pro:
11592
11593 2009-08-11  Xan Lopez  <xlopez@igalia.com>
11594
11595         Reviewed by Jan Alonzo.
11596
11597         Prefix lengthy commands with AM_V_GEN so that they produce an
11598         output like 'GEN <filename>' when in silent mode.
11599
11600         * GNUmakefile.am:
11601
11602 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
11603
11604         Reviewed by Xan Lopez.
11605
11606         [Gtk] macros in webkit.m4 should be defined once only
11607         https://bugs.webkit.org/show_bug.cgi?id=27929
11608
11609         The macros in webkit.m4 are not meant to be called multiple times
11610         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
11611         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
11612
11613         Lastly, make sure CXXFLAGS and CFLAGS are defined before
11614         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
11615
11616         * autotools/webkit.m4:
11617
11618 2009-08-05  Xan Lopez  <xlopez@igalia.com>
11619
11620         Revert r46714, it was making us build debug images by default.
11621
11622         * autotools/webkit.m4:
11623
11624 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11625
11626         Reviewed by Eric Seidel.
11627
11628         [Qt] Consolidate common gcc flags to WebKit.pri
11629         https://bugs.webkit.org/show_bug.cgi?id=27934
11630
11631         * WebKit.pri:
11632
11633 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
11634
11635         Rubber-stamped by Eric Seidel.
11636
11637         [Gtk] macros in webkit.m4 should be defined once only
11638         https://bugs.webkit.org/show_bug.cgi?id=27929
11639
11640         The macros in webkit.m4 are not meant to be called multiple times
11641         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
11642         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
11643
11644         * autotools/webkit.m4:
11645
11646 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
11647
11648         Reviewed by Simon Hausmann.
11649
11650         Adding ImageDiff project file.
11651
11652         https://bugs.webkit.org/show_bug.cgi?id=27813
11653
11654         * WebKit.pro: Added ImageDiff.pro.
11655
11656 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
11657
11658         Reviewed by Eric Seidel and Xan Lopez.
11659
11660         [Gtk] Enable http/tests/appcache tests
11661         https://bugs.webkit.org/show_bug.cgi?id=27674
11662
11663         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
11664
11665 2009-07-28  Xan Lopez  <xlopez@igalia.com>
11666
11667         Reviewed by Gustavo Noronha.
11668
11669         Use automake 1.11 SILENT_RULES when present, for cleaner build
11670         output. You can disable it by passing --disable-silent-rules to
11671         configure or V=1 to make.
11672
11673         * autotools/dolt.m4:
11674         * configure.ac:
11675
11676 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11677
11678         Reviewed by Simon Hausmann.
11679
11680         [Qt] Disable some compiler warnings for the win build
11681         https://bugs.webkit.org/show_bug.cgi?id=27709
11682
11683         * WebKit.pri:
11684
11685 2009-07-28  Xan Lopez  <xlopez@igalia.com>
11686
11687         Reviewed by Gustavo Noronha.
11688
11689         * configure.ac: bump version for 1.1.12 release.
11690
11691 2009-07-24  Xan Lopez  <xlopez@igalia.com>
11692
11693         Reviewed by Gustavo Noronha.
11694
11695         Remove unneeded commas from PKG_CHECK_MODULES.
11696
11697         * configure.ac:
11698
11699 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
11700
11701         Reviewed by Xan Lopez.
11702
11703         Bump pango version requirement to 1.12 which is the version that
11704         came with Gtk 2.10.
11705
11706         * configure.ac:
11707
11708 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
11709
11710         Reviewed by David Levin.
11711
11712         Add ENABLE_RUBY to list of build options
11713         https://bugs.webkit.org/show_bug.cgi?id=27324
11714
11715         * configure.ac: Added flag ENABLE_RUBY.
11716
11717 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11718
11719         Reviewed by Holger Freyther.
11720
11721         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
11722         https://bugs.webkit.org/show_bug.cgi?id=27438
11723
11724         Based on Norbert Leser's work.
11725
11726         * WebKit.pri: Symbian does not have UiTools
11727
11728 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
11729
11730         Reviewed by David Levin.
11731
11732         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
11733         https://bugs.webkit.org/show_bug.cgi?id=27206
11734
11735         Add --enable-web-sockets in configure.ac
11736
11737         * configure.ac:
11738
11739 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11740
11741         Reviewed by Simon Hausmann.
11742
11743         [Qt] Enable GNU compiler extensions to the ARM compiler 
11744         for all Qt ports using RVCT
11745         https://bugs.webkit.org/show_bug.cgi?id=27348
11746
11747         * WebKit.pri:
11748
11749 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
11750
11751         Rubber-stamped by Simon Hausmann.
11752
11753         Fix the Qt/Mac build by disabling TestNetscapePlugin
11754
11755         We should fix and enable this once we run DRT for Qt/Mac
11756
11757         * WebKit.pro:
11758
11759 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11760
11761         Unreviewed build fix. Require the correct libsoup version now that
11762         it's released.
11763
11764         * configure.ac:
11765
11766 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11767
11768         Reviewed by Tor Arne Vestbø.
11769
11770         [Qt] Build fix for QtWebKit on Win
11771         https://bugs.webkit.org/show_bug.cgi?id=27205
11772
11773         * WebKit.pri: Include the major version number in the QtWebKit
11774         library file for Win.
11775
11776 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
11777
11778         Reviewed by Ariya Hidayat.
11779
11780         Add the test netscape plugin for the Qt DRT to the build.
11781
11782         * WebKit.pro:
11783
11784 2009-07-13  Drew Wilson  <atwilson@google.com>
11785
11786         Reviewed by David Levin.
11787
11788         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
11789         https://bugs.webkit.org/show_bug.cgi?id=26932
11790
11791         Added ENABLE(SHARED_WORKERS) flag.
11792
11793        * configure.ac:
11794
11795 2009-07-12  Xan Lopez  <xlopez@igalia.com>
11796
11797         Reviewed by Gustavo Noronha.
11798
11799         Bump version in preparation for 1.1.11 release.
11800
11801         * configure.ac:
11802
11803 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
11804
11805         Reviewed by Simon Hausmann.
11806
11807         Exclude DumpRenderTree.pro from symbian build
11808
11809         * WebKit.pro:
11810
11811 2009-07-09  Drew Wilson  <atwilson@google.com>
11812
11813         Reviewed by Alexey Proskuryakov.
11814
11815         https://bugs.webkit.org/show_bug.cgi?id=26903
11816
11817         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
11818         can now be implemented for Web Workers and is reasonably stable.
11819
11820         * configure.ac: enable CHANNEL_MESSAGING.
11821
11822 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
11823
11824         Reviewed by Xan Lopez and Gustavo Noronha.
11825
11826         Set user-agent from application
11827         https://bugs.webkit.org/show_bug.cgi?id=17375
11828
11829         Define UA version macros to be used by the UA string.
11830         Add new WebSettings unit test for the User-Agent string API.
11831
11832         * GNUmakefile.am:
11833         * configure.ac:
11834
11835 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
11836
11837         Reviewed by Jan Alonzo.
11838
11839         Adding files for the new test case for loading statuses.
11840
11841         * GNUmakefile.am:
11842
11843 2009-06-15  Xan Lopez  <xlopez@igalia.com>
11844
11845         Reviewed by Gustavo Noronha.
11846
11847         Version bump in preparation for 1.1.10 release.
11848
11849         * configure.ac:
11850
11851 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
11852
11853         Reviewed by Xan Lopez.
11854
11855         Refactor handling of options in the build-webkit script
11856         
11857         Options are now defined in one place, and then reused when creating
11858         the usage help text, the arguments to GetOptions(), and when passing
11859         the options on to the underlying port-dependent build systems.
11860         
11861         This allows the Qt port to read the defaults for the options from the
11862         pro file (dynamically), and to pass the options on to qmake at build.
11863
11864         * configure.ac:
11865
11866 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
11867
11868         Reviewed by Holger Freyther.
11869
11870         [Qt] Fix release build detection
11871         https://bugs.webkit.org/show_bug.cgi?id=26267
11872
11873         * WebKit.pri:
11874
11875 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
11876
11877         Reviewed by Xan Lopez.
11878
11879         Add unit tests for our WebKitNetworkRequest object.
11880
11881         * GNUmakefile.am:
11882
11883 2009-06-10  Xan Lopez  <xlopez@igalia.com>
11884
11885         Reviewed by Gustavo Noronha.
11886
11887         Version bump in preparation for 1.1.9 release.
11888
11889         * configure.ac:
11890
11891 2009-06-10  Xan Lopez  <xlopez@igalia.com>
11892
11893         Reviewed by Jan Alonzo.
11894
11895         https://bugs.webkit.org/show_bug.cgi?id=25415
11896         [GTK][ATK] Please implement support for get_text_at_offset
11897
11898         Add new dependency on the Gail utils library, needed for our a11y
11899         implementation.
11900
11901         * GNUmakefile.am:
11902         * configure.ac:
11903
11904 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
11905
11906         Reviewed by Jan Alonzo.
11907
11908         Add a test-case for our HTTP backend, currently checking the
11909         ref-counting of the SoupMessage.
11910
11911         * GNUmakefile.am:
11912
11913 2009-05-28  Dirk Schulze  <krit@webkit.org>
11914
11915         Reviewed by Nikolas Zimmermann.
11916
11917         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
11918
11919         * configure.ac:
11920
11921 2009-05-19  Xan Lopez  <xlopez@igalia.com>
11922
11923         Reviewed by Jan Alonzo and Gustavo Noronha.
11924
11925         https://bugs.webkit.org/show_bug.cgi?id=25415
11926         [GTK][ATK] Please implement support for get_text_at_offset
11927
11928         Add new test file for ATK.
11929
11930         * GNUmakefile.am:
11931
11932 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11933
11934         Rubber-stamped by Xan Lopez.
11935
11936         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
11937         correct directory, so that we pass make distcheck.
11938
11939         * GNUmakefile.am:
11940
11941 2009-05-28  Xan Lopez  <xlopez@igalia.com>
11942
11943         Bump version numbers in preparation for 1.1.8 release.
11944
11945         * configure.ac:
11946
11947 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
11948
11949         Unreviewed build fix. Add gstreamer-video-0.10 libs to
11950         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
11951         - symbol used in MediaPlayerPrivateGstreamer.
11952
11953         * configure.ac:
11954
11955 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
11956
11957         Reviewed by Xan Lopez.
11958
11959         [Gtk] Various autotools build refactoring and fixes
11960         https://bugs.webkit.org/show_bug.cgi?id=25286
11961
11962         Refactor library LIBS. Move third-party libs in libwebkit instead
11963         of libWebCore.
11964
11965         * GNUmakefile.am:
11966
11967 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
11968
11969         Reviewed by Gustavo Noronha.
11970
11971         Make Gtk build not bail out if gtk-doc-tools is not installed.
11972
11973         Warning message shown instead.
11974
11975         * autogen.sh:
11976
11977 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11978
11979         Reviewed by Xan Lopez.
11980
11981         Add big warnings about the glib unicode backend being slow and
11982         incomplete, since it is a work in progress.
11983
11984         * autotools/webkit.m4:
11985         * configure.ac:
11986
11987 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
11988
11989         Reviewed by Gustavo Noronha.
11990
11991         https://bugs.webkit.org/show_bug.cgi?id=15914
11992         [GTK] Implement Unicode functionality using GLib
11993
11994         Initial version of this patch by Jürg Billeter.
11995
11996         Adding options for --with-unicode-backend=icu|glib
11997         and checking for pango version >= 1.21.0 if GLib backend
11998         is selected. Temporarily, until remaining parts of
11999         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
12000         macro to allow for a mixed compilation with WTF Unicode
12001         backend based on GLib while text codecs and TextBreakIterator
12002         remain ICU dependent.
12003
12004         * GNUmakefile.am:
12005         * configure.ac:
12006
12007 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
12008
12009         Reviewed by Gavin Barraclough.
12010
12011         Enable YARR, and disable WREC for GTK+.
12012
12013         * configure.ac:
12014
12015 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
12016
12017          Reviewed by Xan Lopez.
12018
12019          [Gtk] Various autotools build refactoring and fixes
12020          https://bugs.webkit.org/show_bug.cgi?id=25286
12021
12022          Add support for running unit tests. Also run the tests whenever
12023          the 'check' target runs.
12024
12025          * GNUmakefile.am:
12026
12027 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
12028
12029          Reviewed by Xan Lopez.
12030
12031          [Gtk] Various autotools build refactoring and fixes
12032          https://bugs.webkit.org/show_bug.cgi?id=25286
12033
12034          Style fixes
12035
12036          * GNUmakefile.am:
12037
12038 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
12039
12040          Reviewed by Xan Lopez.
12041
12042          [Gtk] Various autotools build refactoring and fixes
12043          https://bugs.webkit.org/show_bug.cgi?id=25286
12044
12045          Add -no-install and -no-fast-install to programs and tests that we
12046          don't install. Also remove -O2 since this is already handled at
12047          configure time.
12048
12049          * GNUmakefile.am:
12050
12051 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
12052
12053         Reviewed by Xan Lopez.
12054
12055         [Gtk] Various autotools build refactoring and fixes
12056         https://bugs.webkit.org/show_bug.cgi?id=25286
12057
12058         Refactor library cflags
12059
12060         * GNUmakefile.am:
12061
12062 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
12063
12064         Reviewed by Jan Alonzo.
12065
12066         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
12067         the JIT compiler is not a cross-compiler
12068
12069         * configure.ac:
12070
12071 2009-05-13  Xan Lopez  <xlopez@igalia.com>
12072
12073         Unreviewed: bump versions in preparation for 1.1.7 release.
12074
12075         * configure.ac:
12076
12077 2009-05-13  Xan Lopez  <xlopez@igalia.com>
12078
12079         Rubber-stamped by Gustavo Noronha.
12080
12081         Revert commit r43563, since it breaks WebKitGTK+ when compiled
12082         with gcc 4.4.
12083
12084         * GNUmakefile.am:
12085
12086 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
12087
12088         Reviewed by Holger Freyther.
12089
12090         [Gtk] Various autotools build refactoring and fixes
12091         https://bugs.webkit.org/show_bug.cgi?id=25286
12092
12093         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
12094
12095         * GNUmakefile.am:
12096
12097 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
12098
12099         Reviewed by Gustavo Noronha.
12100
12101         WebKit-r43163 won't build for gtk-directfb
12102         https://bugs.webkit.org/show_bug.cgi?id=25538
12103
12104         Move the ENCHANT check out of the with_target conditional since it
12105         applies to all targets
12106
12107         * configure.ac:
12108
12109 2009-05-09  Mike Hommey  <glandium@debian.org>
12110
12111         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
12112
12113         Enable JIT on x86-64 gtk+
12114         https://bugs.webkit.org/show_bug.cgi?id=24724
12115
12116         * configure.ac:
12117
12118 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
12119
12120         Reviewed by Xan Lopez.
12121
12122         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
12123
12124         * GNUmakefile.am:
12125         * autogen.sh:
12126
12127 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
12128
12129         Reviewed by Simon Hausmann.
12130
12131         Build QtWebKit as a framework on Mac
12132
12133         This implies both debug and release build by default, unless
12134         one of the --debug or --release config options are passed to
12135         the build-webkit script.
12136
12137         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
12138         to the build-webkit script.
12139
12140         To be able to build both debug and release targets in parallel
12141         we have to use separate output directories for the generated
12142         sources, which is not optimal, but required to avoid race conditions.
12143
12144         An optimization would be to only require this spit-up on Mac.
12145
12146         * WebKit.pri:
12147
12148 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
12149
12150         Unreviewed build GTK build fix
12151
12152         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
12153
12154 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
12155
12156         Unreviewed, build fix.
12157
12158         https://bugs.webkit.org/show_bug.cgi?id=25470
12159         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
12160
12161         * configure.ac: Add autoconfig options, missed in the first commit.
12162
12163 2009-04-28  Xan Lopez  <xlopez@igalia.com>
12164
12165         Unreviewed: bump versions in preparation for 1.1.6 release.
12166
12167         * configure.ac:
12168
12169 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
12170
12171         Reviewed by Xan Lopez.
12172
12173         [GTK] Error reporting
12174         https://bugs.webkit.org/show_bug.cgi?id=18344
12175
12176         Add webkiterror to the build.
12177
12178         * GNUmakefile.am:
12179
12180 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
12181
12182          Reviewed by Xan Lopez.
12183
12184          [GTK] Error reporting
12185          https://bugs.webkit.org/show_bug.cgi?id=18344
12186
12187          Add the default error page for installation.
12188
12189          * GNUmakefile.am:
12190
12191 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
12192
12193         Reviewed by Gustavo Noronha.
12194
12195         https://bugs.webkit.org/show_bug.cgi?id=15616
12196         [GTK] Add spell checking
12197
12198         Add enchant support for spell-checking-languages property to work
12199         properly.
12200
12201         * GNUmakefile.am:
12202         * configure.ac:
12203
12204 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
12205
12206         Reviewed by Ariya Hidayat.
12207
12208         Added support for generating API docs in the Qt build using "make docs"
12209
12210         * WebKit.pro: Include docs.pri for "make docs" target.
12211
12212 2009-04-14  Xan Lopez  <xlopez@igalia.com>
12213
12214         Unreviewed version bump in preparation for 1.1.5 release.
12215
12216         * configure.ac:
12217
12218 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
12219
12220         Rubber-stamped by Sam Weinig.
12221
12222         Added rules to maintain the localization support. We cannot simply
12223         use whatever gettextize gives us because our build system is
12224         non-recursive.
12225
12226         * GNUmakefile.am:
12227         * configure.ac:
12228
12229 2009-04-05  Mike Hommey  <glandium@debian.org>
12230
12231         Reviewed by Holger Freyther.
12232
12233         Filter out all C++ symbols
12234         https://bugs.webkit.org/show_bug.cgi?id=24960
12235
12236         Considering the public API is all C, we can just filter out all
12237         C++ mangled symbols, which will avoid exporting symbols in some
12238         corner cases such as gcc bugs on specific architectures, etc.
12239
12240         * autotools/symbols.filter:
12241
12242 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
12243
12244         Reviewed by Holger Freyther.
12245
12246         Require GTK+ >= 2.10; 2.8 is already very old, and some very
12247         useful APIs are only available since 2.10.
12248
12249         * configure.ac:
12250
12251 2009-04-01  Christian Dywan  <christian@twotoasts.de>
12252
12253         Reviewed by Holger Freyther.
12254
12255         Unit test WebKitDownload
12256         http://bugs.webkit.org/show_bug.cgi?id=24844
12257
12258         * GNUmakefile.am: Add a unit test for downloading.
12259
12260 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
12261
12262         Unreviewed build fix. Fix make distcheck, after the gtk-doc
12263         integration.
12264
12265         * GNUmakefile.am:
12266
12267 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
12268
12269         Reviewed by Holger Freyther.
12270
12271         Integrate gtk-doc into the Gtk+ buildsystem.
12272
12273         * autogen.sh:
12274         * configure.ac:
12275
12276 2009-03-30  Xan Lopez  <xlopez@igalia.com>
12277
12278         Unreviewed: bump version to 1.1.4 for release.
12279
12280         * configure.ac:
12281
12282 2009-03-21  Xan Lopez  <xlopez@igalia.com>
12283
12284         Reviewed by Holger Freyther.
12285
12286         Require gnome-keyring 2.26.0, since we were depending on an
12287         unreleased trunk revision between 2.25.91 and 2.26.0.
12288
12289         * configure.ac:
12290
12291 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
12292
12293         Reviewed by Holger Freyther.
12294
12295         [GTK] Misc patches for WebKitWebHistoryItem
12296         https://bugs.webkit.org/show_bug.cgi?id=24493
12297
12298         Added build support for build the WebKitWebHistoryItem unit test.
12299
12300         * GNUmakefile.am:
12301
12302 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
12303
12304         Reviewed by Holger Freyther.
12305
12306         Separate gtk unit tests
12307         https://bugs.webkit.org/show_bug.cgi?id=24039
12308
12309         Build the unit tests accordingly.
12310
12311         * GNUmakefile.am:
12312
12313 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
12314
12315         Reviewed by Mark Rowe.
12316
12317         Enable HTML5 media elements support by default in the GTK+ port.
12318
12319         * configure.ac:
12320
12321 2009-03-17  Mike Hommey <glandium@debian.org>
12322
12323         Reviewed by Holger Freyther.
12324
12325         Do not export cti* symbols.
12326         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
12327
12328         * autotools/symbols.filter:
12329
12330 2009-03-15  Xan Lopez  <xlopez@igalia.com>
12331
12332         Bump version to 1.1.3 for release and fix soversion
12333         calculation (oops). Thanks to Frederik Himpe for pointing this
12334         out.
12335
12336         * configure.ac:
12337
12338 2009-03-15  Xan Lopez  <xlopez@igalia.com>
12339
12340         Bump version and libtool version for release.
12341
12342         * configure.ac:
12343
12344 2009-03-14  Xan Lopez  <xlopez@igalia.com>
12345
12346         No review, build fix.
12347
12348         Split clean rules to make distcheck pass.
12349
12350         * GNUmakefile.am:
12351
12352 2009-03-13  Mark Rowe  <mrowe@apple.com>
12353
12354         Reviewed by Dan Bernstein.
12355
12356         Remove rarely used Makefile targets from the Makefile.
12357
12358         There are many situations in which the targets don't work as expected,
12359         and their primary use is addressed by having the build system default
12360         to building the appropriate architecture.
12361
12362         * Makefile.shared:
12363
12364 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
12365
12366         Reviewed by Holger Freyther.
12367
12368         [Gtk] Fix make clean targets
12369         https://bugs.webkit.org/show_bug.cgi?id=24450
12370
12371         Fix 'make' clean targets. We shouldn't be removing DerivedSources
12372         if it's only clean. Only remove it if it's distclean or
12373         maintainer-clean. Also remove build-related auxillary files on
12374         dist/maintainer clean.
12375
12376         * GNUmakefile.am:
12377
12378 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
12379
12380         Reviewed by Holger Freyther
12381
12382         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
12383         https://bugs.webkit.org/show_bug.cgi?id=2260
12384
12385         pangoft2 is also used in directfb builds so use it for all targets
12386
12387         * configure.ac:
12388
12389 2009-03-02  Xan Lopez  <xan@gnome.org>
12390
12391         Reviewed by Mark Rowe.
12392
12393         https://bugs.webkit.org/show_bug.cgi?id=24287
12394         [GTK] Move auth dialog feature to WebKit/
12395
12396         Add WebKitSoupAuthDialog files to build.
12397
12398         * GNUmakefile.am:
12399
12400 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
12401
12402         Reviewed by Alexey Proskuryakov.
12403
12404         https://bugs.webkit.org/show_bug.cgi?id=16826
12405         [Gtk] Implement WebKitDownload
12406
12407         Adding new files related to WebKitDownload to the GTK+ port.
12408
12409         * GNUmakefile.am:
12410
12411 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
12412
12413         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
12414         they show up in the tarball.
12415
12416         * GNUmakefile.am:
12417
12418 2009-03-01  Christian Dywan  <christian@twotoasts.de>
12419
12420         * configure.ac: Bump GTK port version to 1.1.1.
12421
12422 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
12423
12424         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
12425         file to EXTRA_DIST to fix make dist.
12426
12427         * GNUmakefile.am:
12428
12429 2009-02-26  Xan Lopez  <xan@gnome.org>
12430
12431         Reviewed by Holger Freyther.
12432
12433         https://bugs.webkit.org/show_bug.cgi?id=16947
12434         [GTK] Missing HTTP Auth challenge
12435
12436         Add HTTP authentication dialog with optional GNOME Keyring
12437         storage.
12438
12439         * GNUmakefile.am:
12440         * configure.ac:
12441
12442 2009-02-26  Xan Lopez  <xan@gnome.org>
12443
12444         Reviewed by Holger Freyther.
12445
12446         https://bugs.webkit.org/show_bug.cgi?id=16947
12447         [GTK] Missing HTTP Auth challenge
12448
12449         Take marshallers to be built from a manually maintained list
12450         instead of grepping the sources.
12451
12452         It's much faster, especially so now that we want to add
12453         marshallers from WebCore too. A system to only take into account
12454         the modified files when generating the marshallers from sources
12455         could be hacked, but I think it's overkill considering how rarely
12456         a new marshaller is added.
12457
12458         * GNUmakefile.am:
12459
12460 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
12461
12462         Reviewed by Alexey Proskuryakov.
12463
12464         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
12465         https://bugs.webkit.org/show_bug.cgi?id=24072
12466
12467         Add options for toggling 3D transforms and HTML5 channel messaging
12468         support on or off.
12469
12470         Also fix the web-workers option. It should be web-workers and not workers.
12471
12472         * configure.ac:
12473
12474 2009-02-23  Xan Lopez  <xan@gnome.org>
12475
12476         Reviewed by Alexey Proskuryakov.
12477
12478         https://bugs.webkit.org/show_bug.cgi?id=22624
12479         [SOUP][GTK] Need API to get SoupSession from WebKit.
12480
12481         Remove CURL support, the only supported HTTP backend is SOUP now.
12482
12483         * GNUmakefile.am:
12484         * configure.ac:
12485
12486 2009-02-19  Christian Dywan  <christian@twotoasts.de>
12487
12488         Rubber-stamped by Holger Freyther.
12489
12490         http://bugs.webkit.org/show_bug.cgi?id=22811
12491         Underlinking in Programs_UnitTests (GTK+ build)
12492
12493         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
12494
12495 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
12496
12497         Reviewed by Holger Freyther.
12498
12499         Fix symbols.filter location, and add other missing files to the
12500         autotools build, so that make dist works.
12501
12502         * GNUmakefile.am:
12503
12504 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
12505
12506         Reviewed by Alexey Proskuryakov.
12507
12508         https://bugs.webkit.org/show_bug.cgi?id=23939
12509         Release build being built with debugging symbols
12510
12511         * configure.ac: Revert change done in revision 40790, since we
12512         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
12513
12514 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
12515
12516         Reviewed by Eric Seidel.
12517
12518         * configure.ac: Make soup the default HTTP backend for the Gtk port.
12519
12520 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
12521
12522         Reviewed by Holger Freyther.
12523
12524         https://bugs.webkit.org/show_bug.cgi?id=23823
12525
12526         [Gtk] Fix build with recent autotools
12527
12528         Current versions of automake/libtool don't assume you want C++ enabled
12529         by default any more, so explicitly check for a C++ compiler.
12530
12531         * configure.ac: Add AC_PROG_CXX macro
12532
12533 2009-02-02  Christian Dywan  <christian@twotoasts.de>
12534
12535         Rubber-stamped by Holger Freyther.
12536
12537         Don't require Geolocation by default.
12538
12539         * configure.ac:
12540
12541 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
12542
12543         Reviewed by Nikolas Zimmermann.
12544
12545         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
12546         https://bugs.webkit.org/show_bug.cgi?id=22136
12547
12548         * GNUmakefile.am:
12549         * acinclude.m4: Removed.
12550         * autogen.sh:
12551         * autotools/acinclude.m4: Added.
12552         * autotools/dolt.m4: Added.
12553         * autotools/symbols.filter: Renamed from symbols.filter.
12554         * autotools/webkit.m4: Added.
12555         * configure.ac:
12556
12557 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
12558
12559         Reviewed by Nikolas Zimmermann.
12560
12561         [GTK] Implement GeolocationService using the Geoclue library
12562
12563         https://bugs.webkit.org/show_bug.cgi?id=22022
12564
12565         Untested implementation of the GeolocationService using the geoclue
12566         library. Velocity handling is completely missing and the accuracy
12567         handling might be wrong.
12568
12569         * GNUmakefile.am:
12570         * configure.ac:
12571
12572 2009-01-11  Xan Lopez  <xan@gnome.org>
12573
12574         Reviewed by Holger Freyther.
12575
12576         Bump version to 1.1.0 since we are breaking ABI and adding new
12577         major features.
12578
12579         * configure.ac:
12580
12581 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
12582
12583         Reviewed by Holger Freyther.
12584
12585         http://bugs.webkit.org/show_bug.cgi?id=16562
12586         [gtk] Implement WebPolicyDelegate methods
12587
12588         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
12589         Noronha.
12590
12591         This implements the delegates methods of WebPolicyDelegate.
12592         Since Gtk+/C doesn't have delegate methods, they are replaced with
12593         signals.
12594
12595         A new object WebKitWebPolicyDecision allows the browser to delay its
12596         response in certain cases. WebKitWebNavigationAction contains the
12597         information about what caused a navigation request.
12598
12599         * GNUmakefile.am: Add new files
12600
12601 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
12602
12603         Reviewed by Holger Freyther.
12604
12605         Use ustar tar format for WebKit/GTK+'s make dist target, so that
12606         storing files whose filenames are > 99 is possible.
12607
12608         * configure.ac:
12609
12610 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
12611
12612         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
12613
12614         Fix the jit compilation on i*686 on Linux by using the va_list
12615         to pass arguments to the CTI. This is done on the MAC as well
12616         and sunspider and javascriptcore seem to work with that.
12617
12618         * configure.ac:
12619
12620 2008-12-18  Pamela Greene  <pam@chromium.org>
12621
12622         Submitted without review.
12623         Right, remove the whole misplaced directory, not just the tests.
12624
12625         * fast: Removed.
12626         * fast/dom: Removed.
12627
12628 2008-12-18  Pamela Greene  <pam@chromium.org>
12629
12630         Submitted without review.
12631         Moving layout test into LayoutTests where it belongs.
12632
12633         * fast/dom/setter-type-enforcement-expected.txt: Removed.
12634         * fast/dom/setter-type-enforcement.html: Removed.
12635
12636 2008-12-15  Daniel Macks  <dmacks@netspace.org>
12637
12638         Reviewed by Darin Adler.
12639
12640         Default to use external libicu-config if avail on all platforms.
12641         https://bugs.webkit.org/show_bug.cgi?id=22713
12642
12643         * configure.ac:
12644
12645 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
12646
12647         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
12648
12649         The m4 directory does not exist and we now have a compile issue on
12650         Gentoo systems.
12651
12652         * GNUmakefile.am:
12653         * configure.ac:
12654
12655 2008-12-11  Daniel Macks  <dmacks@netspace.org>
12656
12657         Reviewed by Darin Adler.
12658
12659         https://bugs.webkit.org/show_bug.cgi?id=22714
12660
12661         Put libtool macro files in subdir that it wants.
12662
12663         * GNUmakefile.am:
12664         * configure.ac:
12665
12666 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
12667
12668         Reviewed by Eric Seidel.
12669
12670         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
12671
12672         https://bugs.webkit.org/show_bug.cgi?id=22491
12673
12674         Add the skeleton to WebKit/gtk/tests and integrate that into the
12675         buildsystem. Testing support was added in glib 2.16. For versions
12676         using glib < 2.16 we compile an empty application.
12677
12678         * GNUmakefile.am:
12679
12680 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
12681
12682         Reviewed by Cameron Zwarich.
12683
12684         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
12685
12686         When building the jit on i*86 also enable the above optimizations.
12687
12688         * configure.ac:
12689
12690 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
12691
12692         Reviewed by Tor Arne Vestbø.
12693
12694         Fix the build of WebKit inside Qt by making sure that qmake generators
12695         that do not produce generated sources (i.e. cpp files) are not
12696         included in SOURCES.
12697
12698         * WebKit.pri:
12699
12700 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
12701
12702         Reviewed by Tor Arne Vestbø.
12703
12704         Removed JavaScriptCore from SUBDIRS as it's not built separately
12705         anymore.
12706
12707         * WebKit.pro:
12708
12709 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
12710
12711         Reviewed and slightly modified by Holger Freyther.
12712
12713         https://bugs.webkit.org/show_bug.cgi?id=19130
12714
12715         Added the new WebKitGtk files to be built:
12716         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
12717
12718         * GNUmakefile.am:
12719
12720 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
12721
12722         Reviewed by Darin Adler. Landed by Jan Alonzo.
12723
12724         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
12725         https://bugs.webkit.org/show_bug.cgi?id=22456
12726
12727         Check for bison version 2.2 or greater on ARM. Earlier versions produce
12728         code that crashes on ARM devices.
12729
12730         * configure.ac:
12731
12732 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
12733
12734         Reviewed by David Kilzer.
12735
12736         https://bugs.webkit.org/show_bug.cgi?id=22022
12737
12738         Add Geolocation support to the configure.ac
12739
12740         Add an option to build WebKit/Gtk+ with Geolocation. The
12741         implementation will be using Gypsy.
12742
12743         * configure.ac:
12744
12745 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
12746
12747         Reviewed by Mark Rowe.
12748
12749         [Gtk+] Add configure option to enable Web Workers and enable it by default
12750
12751         Add --enable-workers to the buildsystem (used by build-webkit) add
12752         the to be build files to the GNUmakefile.am and change build-webkit
12753         to enable Web Workers by default.
12754
12755         * configure.ac:
12756
12757 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
12758
12759         Reviewed by Simon Hausmann.
12760
12761         Steps towards making the Qt port of WebKit compile on Windows CE
12762
12763         https://bugs.webkit.org/show_bug.cgi?id=20746
12764
12765         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
12766
12767 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
12768
12769         Reviewed by George Staikos.
12770
12771         Add WML build support for Gtk as well.
12772
12773         * configure.ac:
12774
12775 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
12776
12777         Not reviewed.
12778
12779         Try to fix gtk build.
12780
12781         * configure.ac:
12782
12783 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
12784
12785         Rubber-stamped by Simon Hausmann.
12786
12787         Distinguish between building from trunk and as part of Qt
12788
12789         * WebKit.pri:
12790
12791 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
12792
12793         Reviewed by Simon Hausmann.
12794
12795         Make tests/auto/qwebframe compile on Qt/Mac.
12796
12797         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
12798
12799 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
12800
12801         Not reviewed.
12802
12803         Speculatively fix the GTK build.
12804
12805         * GNUmakefile.am:
12806
12807 2008-11-06  Alp Toker  <alp@nuanti.com>
12808
12809         GTK build fix for r38155. create_hash_table was moved out of kjs/
12810
12811         * GNUmakefile.am:
12812
12813 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
12814
12815         Rubber-stamped by Sam Weinig.
12816
12817         Correct the reference to jsc.pro in WebKit.pro to match its new
12818         location in the root directory of JavaScriptCore.
12819
12820         * WebKit.pro:
12821
12822 2008-11-03  Alp Toker  <alp@nuanti.com>
12823
12824         autotools distcleancheck fix. Add dolt-generated files and
12825         webkitenumtypes.h to the list of files that need to be cleaned.
12826         Unreviewed.
12827
12828         * GNUmakefile.am:
12829
12830 2008-11-03  Alp Toker  <alp@nuanti.com>
12831
12832         Rubber-stamped by Holger Freyther.
12833
12834         Do not enable RTTI or exceptions in debug builds, matching release
12835         builds. They don't help much with debugging and significantly slow
12836         down and increase the size of the debug build.
12837
12838         * GNUmakefile.am:
12839
12840 2008-11-03  Alp Toker  <alp@nuanti.com>
12841
12842         Rubber-stamped by Holger Freyther.
12843
12844         Add mingw32 case to dolt for faster GTK+ Windows builds.
12845
12846         * acinclude.m4:
12847
12848 2008-11-02  Xan Lopez  <xan@gnome.org>
12849
12850         Reviewed by Holger Freyther
12851
12852         https://bugs.webkit.org/show_bug.cgi?id=22009
12853         HTML5 Video with GStreamer pulls gnome-vfs without using it.
12854
12855         * configure.ac:
12856         Remove gnome-vfs from configure.ac, it's unused.
12857
12858 2008-10-30  Alp Toker  <alp@nuanti.com>
12859
12860         https://bugs.webkit.org/show_bug.cgi?id=19395
12861         doltlibtool bug with bash 3.0
12862
12863         autotools dolt build fix for bash version 3.0 and older. Remove
12864         concatenation syntax from doltlibtool to support the older versions
12865         which don't have '+='.
12866
12867         * acinclude.m4:
12868
12869 2008-10-30  Alp Toker  <alp@nuanti.com>
12870
12871         Rubber-stamped by Oliver Hunt.
12872
12873         autotools build system change to enable JIT features by default. Can
12874         be disabled with --disable-jit (and is disabled automatically on
12875         unsupported platforms).
12876
12877         * configure.ac:
12878
12879 2008-10-30  Alp Toker  <alp@nuanti.com>
12880
12881         Bump WebKit GTK+ version to 1.0.3.
12882
12883         * configure.ac:
12884
12885 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
12886
12887         Reviewed by Holger Freyther.
12888
12889         Added all the files that need to be installed for the Inspector to
12890         work.
12891
12892 2008-10-29  Mike Hommey  <glandium@debian.org>
12893
12894         Reviewed by Holger Freyther.
12895
12896         https://bugs.webkit.org/show_bug.cgi?id=21884
12897         Test presence and link against libpng.
12898
12899         * GNUmakefile.am:
12900         * configure.ac:
12901
12902 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
12903
12904         Reviewed by Holger Freyther.
12905
12906         Add --enable-optimizations to enable optimized builds. The default
12907         is to enable it for release builds, and disabled for debug builds.
12908         This option will allow builders to have a debug as well as
12909         optimized builds.
12910
12911         * GNUmakefile.am:
12912         * configure.ac:
12913
12914 2008-10-28  Mike Hommey  <glandium@debian.org>
12915
12916         Reviewed by Alp Toker.
12917
12918         https://bugs.webkit.org/show_bug.cgi?id=21885
12919         [GTK] libwebkit doesn't link against libpangoft2
12920
12921         Add pkg-config check for pangoft2 which provides
12922         pango_fc_font_description_from_pattern() used in the FreeType font
12923         backend.
12924
12925         * configure.ac:
12926
12927 2008-10-28  Alp Toker  <alp@nuanti.com>
12928
12929         Include copyright license files in the autotools dist target.
12930
12931         Change suggested by Mike Hommey.
12932
12933         * GNUmakefile.am:
12934
12935 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
12936
12937         Gtk build fix: add '-' to Wl which was missed in r36845
12938
12939         * GNUmakefile.am:
12940
12941 2008-10-22  Alp Toker  <alp@nuanti.com>
12942
12943         Fix build for Cairo 1.2.
12944
12945         * configure.ac:
12946
12947 2008-10-20  Alp Toker  <alp@nuanti.com>
12948
12949         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
12950         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
12951
12952         * configure.ac:
12953
12954 2008-10-13  Alp Toker  <alp@nuanti.com>
12955
12956         GTK+ build fix: Ensure correct builds when debugging is
12957         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
12958         It's still passed as a compiler flag since some sources (DRT) don't
12959         use config.h yet.
12960
12961         * configure.ac:
12962
12963 2008-10-09  Alp Toker  <alp@nuanti.com>
12964
12965         Reviewed by Mark Rowe.
12966
12967         https://bugs.webkit.org/show_bug.cgi?id=20760
12968         Implement support for x86 Linux in CTI
12969
12970         Prepare to enable CTI/WREC on supported architectures. Will be
12971         switched on when the crasher introduced in r37386 is resolved.
12972
12973         * configure.ac:
12974
12975 2008-10-07  Alp Toker  <alp@nuanti.com>
12976
12977         GTK+ build fix for older automake versions (1.7). Discussed in bug
12978         #21392.
12979
12980         * GNUmakefile.am:
12981
12982 2008-10-07  Alp Toker  <alp@nuanti.com>
12983
12984         Reviewed by Mark Rowe.
12985
12986         https://bugs.webkit.org/show_bug.cgi?id=21392
12987         [GTK] Auto-generate JS DOM binding sources list
12988
12989         Remove the huge lists of generated DOM binding sources and headers in
12990         the build system. These are difficult to maintain and can be derived
12991         automatically.
12992
12993         The new strategy is to re-use the existing lists of IDL sources (which
12994         are needed for dist support anyway). This will also ease the addition
12995         of new language bindings.
12996
12997         * GNUmakefile.am:
12998
12999 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
13000
13001         Reviewed by Holger Freyther.
13002
13003         https://bugs.webkit.org/show_bug.cgi?id=20287
13004         [Gtk] disable plugins for gtk/directfb target
13005
13006         Introduce WTF_PLATFORM_X11 for X11 builds.
13007         Also use target-specific packages when building the port
13008
13009         * configure.ac: Do not check for cairo-ft for directfb builds.
13010
13011 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
13012
13013         Reviewed by Holger Freyther.
13014
13015         http://bugs.webkit.org/show_bug.cgi?id=21174
13016         [GTK][AUTOTOOLS] Enable large file support at configure time
13017
13018         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
13019
13020 2008-09-23  Richard Hult  <richard@imendio.com>
13021
13022         Reviewed by Alp Toker. Landed by Jan Alonzo.
13023
13024         http://bugs.webkit.org/show_bug.cgi?id=20582
13025         [Gtk] Link error on Mac OS X
13026
13027         * GNUmakefile.am: Only use the -version-script flag for the gnu
13028         linker.
13029         * configure.ac: Check for GNU OSes.
13030
13031 2008-09-19  Alp Toker  <alp@nuanti.com>
13032
13033         Build fix for the 'gold' linker and recent binutils. New behaviour
13034         requires that we link to used libraries explicitly.
13035
13036         * GNUmakefile.am:
13037         * configure.ac:
13038
13039 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
13040
13041         Reviewed by Eric Seidel.
13042
13043         http://bugs.webkit.org/show_bug.cgi?id=20380
13044         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
13045
13046         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
13047
13048 2008-08-28  Alp Toker  <alp@nuanti.com>
13049
13050         GTK+ dist/build fix. List newly added header files.
13051
13052         * GNUmakefile.am:
13053
13054 2008-08-27  Mike Hommey <glandium@debian.org>
13055
13056         Reviewed by Holger.
13057
13058         * GNUmakefile.am:
13059         * symbols.filter: Added.
13060
13061 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
13062
13063         Reviewed (and updated) by Alp Toker.
13064
13065         https://bugs.webkit.org/show_bug.cgi?id=16620
13066         [GTK] Autotools make dist and make check support
13067
13068         Get make dist working.
13069
13070         Note that not all possible configurations have been tested yet.
13071
13072         * GNUmakefile.am:
13073
13074 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
13075
13076         Reviewed by Alp Toker.
13077
13078         http://bugs.webkit.org/show_bug.cgi?id=19045
13079         [gtk] ./configure doesn't check for x toolkit availability
13080
13081         Some old versions of Xt do not provide xt.pc, in this case use
13082         AC_CHECK_LIB to check if the library is installed and then fall back
13083         to using just -lXt.
13084
13085         * configure.ac:
13086
13087 2008-08-09  Alp Toker  <alp@nuanti.com>
13088
13089         GTK+ build fixes.
13090
13091         Back out r20338 libxslt check (conditional check already exists and
13092         this broke the build).
13093
13094         Make the flex version check a warning rather than fatal to fix the
13095         build bot.
13096
13097         * configure.ac:
13098
13099 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
13100
13101         Reviewed by Mark Rowe.
13102
13103         http://bugs.webkit.org/show_bug.cgi?id=20338
13104         [Gtk] Autotools should check for libxslt
13105
13106         Autotools check for libxslt
13107
13108         * configure.ac:
13109
13110 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
13111
13112         Reviewed by David Kilzer.
13113
13114         Check for correct flex version to avoid faulty builds
13115
13116         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
13117         https://bugs.webkit.org/show_bug.cgi?id=20253
13118
13119         acinclude.m4: Import AX_COMPARE_VERSION macro
13120         configure.ac: Check for flex version
13121
13122         * acinclude.m4:
13123         * configure.ac:
13124
13125 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
13126
13127         Rubber-stamped by Lars.
13128
13129         Added API tests for QWebPage/QWebFrame based on QTestLib.
13130
13131         * WebKit.pro: Add WebKit/qt/tests to the build.
13132
13133 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
13134
13135         Reviewed by Eric Seidel.
13136
13137         http://bugs.webkit.org/show_bug.cgi?id=20276
13138         [GTK] Makefile rules for the enum GTypes files depend on Makefile
13139         instead of GNUmakefile
13140
13141         The patch committed in revision 34649 added the code needed to
13142         generate GTypes for enums but the makefile rules for
13143         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
13144         Makefile (used by other ports) instead of GNUmakefile.
13145
13146         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
13147
13148 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
13149
13150         Reviewed by Alp Toker.
13151
13152         http://bugs.webkit.org/show_bug.cgi?id=19045
13153         [gtk] ./configure doesn't check for x toolkit availability
13154
13155         Check for the .pc file for Xt instead of hard coding -lXt in the
13156         GNUmakefile.am.
13157
13158         Thanks to Dominik Röttsches for the initial patch.
13159
13160         * GNUmakefile.am:
13161         * configure.ac:
13162
13163 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
13164
13165         Reviewed by Holger.
13166
13167         http://bugs.webkit.org/show_bug.cgi?id=19742
13168         [GTK] Auto generate webkitmarshal.list
13169
13170         Auto generate webkitmarshal.list from source files to reduce the
13171         number of conflicts when merging git branches or when applying
13172         patches.
13173         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
13174
13175         * GNUmakefile.am:
13176
13177 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
13178
13179         Reviewed by Mark Rowe.
13180
13181         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
13182
13183         [Gtk] Improve detection jpeglib
13184         https://bugs.webkit.org/show_bug.cgi?id=17865
13185
13186         * GNUmakefile.am:
13187         * configure.ac:
13188
13189 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
13190
13191         Discussed with and rubber-stamped by Lars.
13192
13193         Fix the build system for the Qt port.
13194
13195         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
13196         include search path. With a build process that combines JavaScriptCore and
13197         WebCore in one build process/Makefile the existance of
13198         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
13199
13200         This commit solves this by introducing a separate build of JavaScriptCore into
13201         a static library.
13202
13203         As a result of the split-up a race-condition due to broken dependencies of
13204         regular source files to header files of generated sources showed up very
13205         frequently when doing parallel builds (which the buildbot does). This commit at
13206         the same time tries to address the dependency problem by making the
13207         addExtraCompiler() function also generate a pseudo extra compiler that
13208         represents the header file output, so that qmake is aware of the creation of
13209         the header file for dependency calculation.
13210
13211         At the same time I removed a lot of cruft from the pro files to ease maintenance.
13212
13213         * WebKit.pri:
13214         * WebKit.pro:
13215
13216 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
13217
13218         Reviewed by Alp Toker.
13219
13220         https://bugs.webkit.org/show_bug.cgi?id=19171
13221         [GTK] GTypes for enumerations
13222
13223         Generate GTypes for public enumerations so they can be used as
13224         properties.
13225
13226         * GNUmakefile.am: Generate webkit-enum-types.cpp and
13227         webkit-enum-types.h.
13228
13229 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
13230
13231         Fix the Qt build. testkjs.pro is now called jsc.pro.
13232
13233         * WebKit.pro:
13234
13235 2008-06-15  Alp Toker  <alp@nuanti.com>
13236
13237         Rubber-stamped by Maciej.
13238
13239         Install 'jsc' application by default.
13240
13241         * GNUmakefile.am:
13242
13243 2008-06-08  Alp Toker  <alp@nuanti.com>
13244
13245         autotools/GTK+ build system cleanup. Don't include WebKit API in the
13246         WebCore build as it's no longer needed since r34426.
13247
13248         * GNUmakefile.am:
13249
13250 2008-06-08  Alp Toker  <alp@nuanti.com>
13251
13252         Rubber-stamped by Mark Rowe.
13253
13254         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
13255         r31821, since aliasing issues have now been fixed.
13256
13257         Use -O3, not -O2 for the JavaScriptCore build.
13258
13259         * GNUmakefile.am:
13260         * configure.ac:
13261
13262 2008-06-05  Christian Dywan  <christian@twotoasts.de>
13263
13264         Reviewed by Alp Toker.
13265
13266         https://bugs.webkit.org/show_bug.cgi?id=14141
13267         Please add a version to the Gtk port
13268
13269         * GNUmakefile.am:
13270
13271 2008-06-02  Alp Toker  <alp@nuanti.com>
13272
13273         GTK+/autotools Windows build system fixes.
13274
13275         * GNUmakefile.am:
13276         * configure.ac:
13277
13278 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
13279
13280         Reviewed by Alp Toker.
13281
13282         Build WebCore GTK+ sources as part of WebCore, not WebKit.
13283         Split common and GTK+-specific sources into separate file lists.
13284
13285         * GNUmakefile.am:
13286
13287 2008-06-01  Josh Triplett  <josh@freedesktop.org>
13288
13289         Reviewed by Alp Toker.
13290
13291         http://bugs.webkit.org/show_bug.cgi?id=16891
13292         [GTK] autotools build is slow
13293
13294         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
13295         the build, often by a factor of two or more on supported platforms,
13296         otherwise falls back to libtool.
13297
13298         See http://dolt.freedesktop.org for details.
13299
13300         * acinclude.m4: Added.
13301         * configure.ac:
13302
13303 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
13304
13305         Reviewed by Alp Toker.
13306
13307         http://bugs.webkit.org/show_bug.cgi?id=19142
13308         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
13309
13310         * configure.ac:
13311
13312 2008-05-24  Alp Toker  <alp@nuanti.com>
13313
13314         GTK+/Win32 build fixes. Link against Windows ICU without using
13315         icu-config since it's not available on that platform.
13316
13317         Link against Ws2_32 when the curl http backend is chosen since we
13318         use select() directly.
13319
13320         * configure.ac:
13321
13322 2008-05-23  Alp Toker  <alp@nuanti.com>
13323
13324         GTK+ fixes for building without database support.
13325
13326         * configure.ac:
13327
13328 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
13329
13330         Reviewed by Alp Toker.
13331
13332         Fix for previous autotools change.
13333
13334         * configure.ac:
13335
13336 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
13337
13338         Reviewed by Alp.
13339
13340         http://bugs.webkit.org/show_bug.cgi?id=18483
13341         [Gtk] Autotools should match build-webkit default flags
13342
13343         * configure.ac:
13344
13345 2008-05-19  Alp Toker  <alp@nuanti.com>
13346
13347         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
13348         the Pango font backend is selected.
13349
13350         * GNUmakefile.am:
13351         * configure.ac:
13352
13353 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
13354
13355         Reviewed by Eric.
13356
13357         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
13358
13359         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
13360
13361 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
13362
13363         Reviewed by Simon.
13364
13365         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
13366         from gtk-port.
13367
13368         * WebKit.pri:
13369         * WebKit.pro:
13370
13371 2008-05-09  Anders Carlsson  <andersca@apple.com>
13372
13373         Reviewed by Mark.
13374
13375         Add x86_64 rule.
13376
13377         * Makefile:
13378
13379 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
13380
13381         Reviewed by Holger.
13382
13383         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
13384
13385         This dependency is completely unnecessary here and creates only problems by
13386         propagating through WebCore.pro over libQtWebKit.prl right now customer
13387         applications.
13388
13389
13390         * WebKit.pri:
13391
13392 2008-05-02  Anders Carlsson  <andersca@apple.com>
13393
13394         Reviewed by Mark.
13395
13396         Add an "x86_64" make rule.
13397
13398         * Makefile.shared:
13399
13400 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13401
13402         Reviewed by Eric.
13403
13404         https://bugs.webkit.org/show_bug.cgi?id=18811
13405         Enable dashboard and offline web apps in autotools
13406
13407         * configure.ac:
13408
13409 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
13410
13411         Reviewed by Alp Toker.
13412
13413         https://bugs.webkit.org/show_bug.cgi?id=14750
13414         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
13415
13416         * GNUmakefile.am: Added Xt library.
13417
13418 2008-04-29  David Kilzer  <ddkilzer@apple.com>
13419
13420         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
13421
13422         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
13423
13424 2008-04-22  Alp Toker  <alp@nuanti.com>
13425
13426         GTK+ debug build fix for changes in r32257.
13427
13428         * GNUmakefile.am:
13429
13430 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13431
13432         Reviewed by Alp Toker.
13433
13434         http://bugs.webkit.org/show_bug.cgi?id=16620
13435         [GTK] Autotools make dist and make check support
13436
13437         Cleanups.
13438
13439         * GNUmakefile.am:
13440
13441 2008-04-11  Mark Rowe  <mrowe@apple.com>
13442
13443         Rubber-stamped by Antti Koivisto.
13444
13445         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
13446
13447 2008-04-17  Alp Toker  <alp@atoker.com>
13448
13449         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
13450         #17865 (reopened).
13451
13452         * configure.ac:
13453
13454 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13455
13456         Reviewed by Alp Toker.
13457
13458         http://bugs.webkit.org/show_bug.cgi?id=17865
13459         [Gtk] Improve detection of jpeglib and glib tools
13460
13461         Improve detecting jpeglib and glib tools
13462
13463         * configure.ac: Throw an error if the dependencies above are
13464         currently not installed
13465
13466 2008-04-14  Xan Lopez  <xan@gnome.org>
13467
13468         Reviewed by Alp Toker.
13469
13470         http://bugs.webkit.org/show_bug.cgi?id=17917
13471         Bug 17917: Cookie support for HTTP soup backend
13472
13473         Bumped the libsoup required version to 2.23 for cookie support.
13474
13475         * configure.ac:
13476
13477 2008-04-11  Mark Rowe  <mrowe@apple.com>
13478
13479         Rubber-stamped by Anders Carlsson.
13480
13481         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
13482         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
13483
13484         GCC 4.3 generates bad code in some instances when working with our HashTables
13485         as some of the HashTable code violates the strict aliasing requirements.  Since
13486         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
13487         the code can be fixed to be safe with strict aliasing enabled, we will disable
13488         strict aliasing.
13489
13490         * GNUmakefile.am:
13491
13492 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
13493
13494         Reviewed by Alp Toker.
13495
13496         http://bugs.webkit.org/show_bug.cgi?id=18397
13497         Fix leaving spaces before parens in functions
13498
13499         * WebKitTools/Scripts/wkstyle:
13500
13501 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13502
13503         Build fix, rubber-stamped and landed by ap.
13504
13505         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
13506
13507 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
13508
13509         Reviewed by Holger.
13510
13511         Remove the JSCore include path options from global_cppflags.
13512         Place JSCore include path options in javascriptcore_cppflags.
13513         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
13514
13515         * GNUmakefile.am:
13516
13517 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
13518
13519         Reviewed by Anders.
13520
13521         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
13522         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
13523
13524         Added WebKitNavigationAction object to GTK API
13525
13526         * GNUmakefile.am:
13527
13528 2008-03-12  Xan Lopez  <xan@gnome.org>
13529
13530         Reviewed by Alp Toker.
13531
13532         http://bugs.webkit.org/show_bug.cgi?id=15229
13533
13534         Add optional font backend support with freetype and pango
13535         backends. Default is freetype for now.
13536
13537         Original patch by Sven Herzberg <sven@imendio.com>
13538
13539         * configure.ac:
13540
13541 2008-03-11  Xan Lopez  <xan@gnome.org>
13542
13543         Reviewed by Alp Toker.
13544
13545         http://bugs.webkit.org/show_bug.cgi?id=16476
13546
13547         Add support for multiple http backends, and add soup backend (off by default).
13548
13549         * GNUmakefile.am:
13550         * configure.ac:
13551
13552 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
13553
13554         Reviewed by Darin Adler.
13555
13556         Done with Lars.
13557
13558         Added plugins subdirectory to the include path.
13559
13560         * WebKit.pri:
13561
13562 2008-03-09  Alp Toker  <alp@atoker.com>
13563
13564         GTK+ build fix for r30913.
13565
13566         Use UNICODE_CFLAGS for C++ sources as well as C sources.
13567
13568         * GNUmakefile.am:
13569
13570 2008-03-09  Jörg Billeter  <j@bitron.ch>
13571
13572         Reviewed by Alp Toker.
13573
13574         Conditionalise ICU for Unicode in the GTK+ port.
13575
13576         * GNUmakefile.am:
13577         * configure.ac:
13578
13579 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
13580
13581         Reviewed by Alp Toker.
13582
13583         http://bugs.webkit.org/show_bug.cgi?id=17644
13584         Build GTK on Mac OS X using native ICU library
13585
13586         Use Apple native ICU libraries when building GTK
13587         webkit on Mac OS.
13588
13589         * configure.ac:
13590
13591 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
13592
13593         Reviewed by Alp Toker.
13594
13595         Add ICU_CPPFLAGS earlier in include path for WebCore
13596         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
13597         the wtf/unicode/UTF8.h on case-insensitive file systems.
13598
13599         * GNUmakefile.am:
13600
13601 2008-03-02  Alp Toker  <alp@atoker.com>
13602
13603         Reviewed by Mark Rowe.
13604
13605         Split the WebKit GTK+ build out of the WebCore build and change the
13606         shared object name to match the package name.
13607
13608         * GNUmakefile.am:
13609
13610 2008-02-28  Alp Toker  <alp@atoker.com>
13611
13612         Fix a configure script typo spotted by Kalle Vahlman.
13613
13614         * configure.ac:
13615
13616 2008-02-26  Timothy Hatcher  <timothy@apple.com>
13617
13618         Reviewed by Darin Adler.
13619
13620         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
13621
13622         make 64: will build Intel-only 64-bit.
13623         make 64u: will build 4-way universal for PPC and Intel.
13624
13625         * Makefile:
13626         * Makefile.shared:
13627
13628 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13629
13630         Rubber stamped by Darin Adler.
13631
13632         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
13633         whitespaces introduced in the previous commit.
13634
13635         * GNUmakefile.am:
13636
13637 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13638
13639         Rubber-stamped by Darin Adler.
13640
13641         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
13642         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
13643
13644 2008-02-21  Alp Toker  <alp@atoker.com>
13645
13646         Fix a configure script typo.
13647
13648         * configure.ac:
13649
13650 2008-02-21  Alp Toker  <alp@atoker.com>
13651
13652         GTK+/autotools SVG experimental build fix
13653
13654         Don't enable SVG filters in --enable-svg-experimental.
13655
13656         This feature isn't supported at all yet. Developers can enable it
13657         explicitly by passing --enable-svg-filters if needed.
13658
13659         * configure.ac:
13660
13661 2008-02-21  Mike Auty  <mike.auty@gmail.com>
13662
13663         Reviewed by Alp Toker.
13664
13665         http://bugs.webkit.org/show_bug.cgi?id=17445
13666         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
13667
13668         The GNUmakefile.am files make use of the LDFLAGS variable to include library
13669         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
13670         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
13671
13672         The as-needed flag discards libraries whose functions have not been needed by
13673         earlier libraries, which therefore makes the ordering important.
13674
13675         This moves all -l library inclusion statements from LDFLAGS variables to
13676         LIBADD/LDADD variables.
13677
13678         * GNUmakefile.am:
13679
13680 2008-02-15  Alp Toker  <alp@atoker.com>
13681
13682         Reviewed by Holger.
13683
13684         GTK+ configure script cleanups
13685
13686         Categorize the configuration summary printout.
13687         Bump GTK+ requirement to 2.8.
13688         Rename 'webkit_target' to just 'target'.
13689         Don't check for pthread on Win32.
13690
13691         * configure.ac:
13692
13693 2008-02-14  Adam Roben  <aroben@apple.com>
13694
13695         Turn on cross-document messaging support by default
13696
13697         Reviewed by Darin Adler.
13698
13699         * configure.ac:
13700
13701 2008-02-14  Adam Roben  <aroben@apple.com>
13702
13703         Conditionalize cross-document messaging support
13704
13705         The cross-document messaging parts of HTML 5 are in flux and we want
13706         ports to be able to turn off the support as needed.
13707
13708         Note that the support is turned off by default right now. A subsequent
13709         commit will turn it on by default.
13710
13711         Reviewed by Darin Adler.
13712
13713         * configure.ac:
13714
13715 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
13716
13717         Reviewed by Alp Toker.
13718
13719         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
13720         to the CPPFLAGS for WebCore and WebKit
13721         Add a pkgconfig check for hildon-1 when --with-hildon specified
13722         Output the use of Hildon support in the summary
13723         Add HILDON_CPPFLAGS to webkitgtk_cppflags
13724         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
13725         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
13726
13727         * configure.ac:
13728         * GNUmakefile.am:
13729
13730 2008-02-08  Alp Toker  <alp@atoker.com>
13731
13732         Rubber-stamped by Maciej.
13733
13734         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
13735
13736         * configure.ac:
13737
13738 2008-02-06  Timothy Hatcher  <timothy@apple.com>
13739
13740         Rubber-stamped by Mark Rowe.
13741
13742         Dump of bugs.webkit.org's Bugzilla instance.
13743
13744         * BugsSite: Added.
13745         * BugsSite/.htaccess: Added.
13746         * BugsSite/Bugzilla: Added.
13747         * BugsSite/Bugzilla.pm: Added.
13748         * BugsSite/Bugzilla/.cvsignore: Added.
13749         * BugsSite/Bugzilla/.htaccess: Added.
13750         * BugsSite/Bugzilla/Attachment.pm: Added.
13751         * BugsSite/Bugzilla/Auth: Added.
13752         * BugsSite/Bugzilla/Auth.pm: Added.
13753         * BugsSite/Bugzilla/Auth/Login: Added.
13754         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
13755         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
13756         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
13757         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
13758         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
13759         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
13760         * BugsSite/Bugzilla/Auth/README: Added.
13761         * BugsSite/Bugzilla/Auth/Verify: Added.
13762         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
13763         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
13764         * BugsSite/Bugzilla/Bug.pm: Added.
13765         * BugsSite/Bugzilla/BugMail.pm: Added.
13766         * BugsSite/Bugzilla/CGI.pm: Added.
13767         * BugsSite/Bugzilla/Chart.pm: Added.
13768         * BugsSite/Bugzilla/Config.pm: Added.
13769         * BugsSite/Bugzilla/Constants.pm: Added.
13770         * BugsSite/Bugzilla/DB: Added.
13771         * BugsSite/Bugzilla/DB.pm: Added.
13772         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
13773         * BugsSite/Bugzilla/DB/Pg.pm: Added.
13774         * BugsSite/Bugzilla/DB/Schema: Added.
13775         * BugsSite/Bugzilla/DB/Schema.pm: Added.
13776         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
13777         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
13778         * BugsSite/Bugzilla/Error.pm: Added.
13779         * BugsSite/Bugzilla/Flag.pm: Added.
13780         * BugsSite/Bugzilla/FlagType.pm: Added.
13781         * BugsSite/Bugzilla/Group.pm: Added.
13782         * BugsSite/Bugzilla/Search.pm: Added.
13783         * BugsSite/Bugzilla/Series.pm: Added.
13784         * BugsSite/Bugzilla/Template: Added.
13785         * BugsSite/Bugzilla/Template.pm: Added.
13786         * BugsSite/Bugzilla/Template/Plugin: Added.
13787         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
13788         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
13789         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
13790         * BugsSite/Bugzilla/Token.pm: Added.
13791         * BugsSite/Bugzilla/User: Added.
13792         * BugsSite/Bugzilla/User.pm: Added.
13793         * BugsSite/Bugzilla/User/Setting.pm: Added.
13794         * BugsSite/Bugzilla/Util.pm: Added.
13795         * BugsSite/CGI.pl: Added.
13796         * BugsSite/PrettyPatch: Added.
13797         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
13798         * BugsSite/PrettyPatch/prettify.rb: Added.
13799         * BugsSite/QUICKSTART: Added.
13800         * BugsSite/README: Added.
13801         * BugsSite/UPGRADING: Added.
13802         * BugsSite/UPGRADING-pre-2.8: Added.
13803         * BugsSite/ant.jpg: Added.
13804         * BugsSite/attachment-aroben.cgi: Added.
13805         * BugsSite/attachment.cgi: Added.
13806         * BugsSite/buglist.cgi: Added.
13807         * BugsSite/bugzilla.dtd: Added.
13808         * BugsSite/chart.cgi: Added.
13809         * BugsSite/checksetup.pl: Added.
13810         * BugsSite/colchange.cgi: Added.
13811         * BugsSite/collectstats.pl: Added.
13812         * BugsSite/config.cgi: Added.
13813         * BugsSite/contrib: Added.
13814         * BugsSite/contrib/BugzillaEmail.pm: Added.
13815         * BugsSite/contrib/README: Added.
13816         * BugsSite/contrib/README.Mailif: Added.
13817         * BugsSite/contrib/bug_email.pl: Added.
13818         * BugsSite/contrib/bugmail_help.html: Added.
13819         * BugsSite/contrib/bugzilla-submit: Added.
13820         * BugsSite/contrib/bugzilla-submit/README: Added.
13821         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
13822         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
13823         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
13824         * BugsSite/contrib/bugzilla.procmailrc: Added.
13825         * BugsSite/contrib/bugzilla_email_append.pl: Added.
13826         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
13827         * BugsSite/contrib/bzdbcopy.pl: Added.
13828         * BugsSite/contrib/cmdline: Added.
13829         * BugsSite/contrib/cmdline/bugcount: Added.
13830         * BugsSite/contrib/cmdline/bugids: Added.
13831         * BugsSite/contrib/cmdline/buglist: Added.
13832         * BugsSite/contrib/cmdline/bugs: Added.
13833         * BugsSite/contrib/cmdline/bugslink: Added.
13834         * BugsSite/contrib/cmdline/makequery: Added.
13835         * BugsSite/contrib/cmdline/query.conf: Added.
13836         * BugsSite/contrib/cvs-update.pl: Added.
13837         * BugsSite/contrib/gnats2bz.pl: Added.
13838         * BugsSite/contrib/gnatsparse: Added.
13839         * BugsSite/contrib/gnatsparse/README: Added.
13840         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
13841         * BugsSite/contrib/gnatsparse/magic.py: Added.
13842         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
13843         * BugsSite/contrib/jb2bz.py: Added.
13844         * BugsSite/contrib/mysqld-watcher.pl: Added.
13845         * BugsSite/contrib/sendbugmail.pl: Added.
13846         * BugsSite/contrib/sendunsentbugmail.pl: Added.
13847         * BugsSite/contrib/syncLDAP.pl: Added.
13848         * BugsSite/contrib/yp_nomail.sh: Added.
13849         * BugsSite/createaccount.cgi: Added.
13850         * BugsSite/data: Added.
13851         * BugsSite/data/.htaccess: Added.
13852         * BugsSite/data/attachments: Added.
13853         * BugsSite/data/attachments/.htaccess: Added.
13854         * BugsSite/data/duplicates: Added.
13855         * BugsSite/data/mail: Added.
13856         * BugsSite/data/mimedump-tmp: Added.
13857         * BugsSite/data/mining: Added.
13858         * BugsSite/data/nomail: Added.
13859         * BugsSite/data/params: Added.
13860         * BugsSite/data/template: Added.
13861         * BugsSite/data/template/template: Added.
13862         * BugsSite/data/template/template/en: Added.
13863         * BugsSite/data/template/template/en/custom: Added.
13864         * BugsSite/data/template/template/en/custom/account: Added.
13865         * BugsSite/data/template/template/en/custom/account/auth: Added.
13866         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
13867         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
13868         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
13869         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
13870         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
13871         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
13872         * BugsSite/data/template/template/en/custom/account/email: Added.
13873         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
13874         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
13875         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
13876         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
13877         * BugsSite/data/template/template/en/custom/account/password: Added.
13878         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
13879         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
13880         * BugsSite/data/template/template/en/custom/account/prefs: Added.
13881         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
13882         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
13883         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
13884         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
13885         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
13886         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
13887         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
13888         * BugsSite/data/template/template/en/custom/admin: Added.
13889         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
13890         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
13891         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
13892         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
13893         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
13894         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
13895         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
13896         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
13897         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
13898         * BugsSite/data/template/template/en/custom/admin/components: Added.
13899         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
13900         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
13901         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
13902         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
13903         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
13904         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
13905         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
13906         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
13907         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
13908         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
13909         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
13910         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
13911         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
13912         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
13913         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
13914         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
13915         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
13916         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
13917         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
13918         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
13919         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
13920         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
13921         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
13922         * BugsSite/data/template/template/en/custom/admin/groups: Added.
13923         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
13924         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
13925         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
13926         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
13927         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
13928         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
13929         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
13930         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
13931         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
13932         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
13933         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
13934         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
13935         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
13936         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
13937         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
13938         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
13939         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
13940         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
13941         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
13942         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
13943         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
13944         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
13945         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
13946         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
13947         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
13948         * BugsSite/data/template/template/en/custom/admin/products: Added.
13949         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
13950         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
13951         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
13952         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
13953         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
13954         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
13955         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
13956         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
13957         * BugsSite/data/template/template/en/custom/admin/settings: Added.
13958         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
13959         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
13960         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
13961         * BugsSite/data/template/template/en/custom/admin/users: Added.
13962         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
13963         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
13964         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
13965         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
13966         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
13967         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
13968         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
13969         * BugsSite/data/template/template/en/custom/admin/versions: Added.
13970         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
13971         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
13972         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
13973         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
13974         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
13975         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
13976         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
13977         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
13978         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
13979         * BugsSite/data/template/template/en/custom/attachment: Added.
13980         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
13981         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
13982         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
13983         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
13984         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
13985         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
13986         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
13987         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
13988         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
13989         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
13990         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
13991         * BugsSite/data/template/template/en/custom/bug: Added.
13992         * BugsSite/data/template/template/en/custom/bug/activity: Added.
13993         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
13994         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
13995         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
13996         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
13997         * BugsSite/data/template/template/en/custom/bug/create: Added.
13998         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
13999         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
14000         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
14001         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
14002         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
14003         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
14004         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
14005         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
14006         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
14007         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
14008         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
14009         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
14010         * BugsSite/data/template/template/en/custom/bug/process: Added.
14011         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
14012         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
14013         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
14014         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
14015         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
14016         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
14017         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
14018         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
14019         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
14020         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
14021         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
14022         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
14023         * BugsSite/data/template/template/en/custom/bug/votes: Added.
14024         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
14025         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
14026         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
14027         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
14028         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
14029         * BugsSite/data/template/template/en/custom/flag: Added.
14030         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
14031         * BugsSite/data/template/template/en/custom/global: Added.
14032         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
14033         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
14034         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
14035         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
14036         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
14037         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
14038         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
14039         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
14040         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
14041         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
14042         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
14043         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
14044         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
14045         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
14046         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
14047         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
14048         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
14049         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
14050         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
14051         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
14052         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
14053         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
14054         * BugsSite/data/template/template/en/custom/list: Added.
14055         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
14056         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
14057         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
14058         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
14059         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
14060         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
14061         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
14062         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
14063         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
14064         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
14065         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
14066         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
14067         * BugsSite/data/template/template/en/custom/pages: Added.
14068         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
14069         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
14070         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
14071         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
14072         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
14073         * BugsSite/data/template/template/en/custom/reports: Added.
14074         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
14075         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
14076         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
14077         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
14078         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
14079         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
14080         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
14081         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
14082         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
14083         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
14084         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
14085         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
14086         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
14087         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
14088         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
14089         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
14090         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
14091         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
14092         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
14093         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
14094         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
14095         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
14096         * BugsSite/data/template/template/en/custom/request: Added.
14097         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
14098         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
14099         * BugsSite/data/template/template/en/custom/search: Added.
14100         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
14101         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
14102         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
14103         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
14104         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
14105         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
14106         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
14107         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
14108         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
14109         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
14110         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
14111         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
14112         * BugsSite/data/template/template/en/custom/whine: Added.
14113         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
14114         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
14115         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
14116         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
14117         * BugsSite/data/template/template/en/default: Added.
14118         * BugsSite/data/template/template/en/default/attachment: Added.
14119         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
14120         * BugsSite/data/template/template/en/default/list: Added.
14121         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
14122         * BugsSite/data/versioncache: Added.
14123         * BugsSite/data/versioncache.13P9L: Added.
14124         * BugsSite/data/versioncache.1lH1E: Added.
14125         * BugsSite/data/versioncache.3AnHd: Added.
14126         * BugsSite/data/versioncache.3Jmjt: Added.
14127         * BugsSite/data/versioncache.3JzIL: Added.
14128         * BugsSite/data/versioncache.77b4y: Added.
14129         * BugsSite/data/versioncache.7VzyU: Added.
14130         * BugsSite/data/versioncache.EQdAm: Added.
14131         * BugsSite/data/versioncache.EouAG: Added.
14132         * BugsSite/data/versioncache.LJ5n1: Added.
14133         * BugsSite/data/versioncache.Lb0fW: Added.
14134         * BugsSite/data/versioncache.PyAd8: Added.
14135         * BugsSite/data/versioncache.SFyse: Added.
14136         * BugsSite/data/versioncache.SkTTg: Added.
14137         * BugsSite/data/versioncache.VVO7E: Added.
14138         * BugsSite/data/versioncache.XbxgU: Added.
14139         * BugsSite/data/versioncache.Yezqr: Added.
14140         * BugsSite/data/versioncache.dtzIv: Added.
14141         * BugsSite/data/versioncache.jzpeh: Added.
14142         * BugsSite/data/versioncache.pbn6U: Added.
14143         * BugsSite/data/versioncache.qyixS: Added.
14144         * BugsSite/data/versioncache.sBMdb: Added.
14145         * BugsSite/data/versioncache.xNi34: Added.
14146         * BugsSite/data/webdot: Added.
14147         * BugsSite/data/webdot/.htaccess: Added.
14148         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
14149         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
14150         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
14151         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
14152         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
14153         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
14154         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
14155         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
14156         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
14157         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
14158         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
14159         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
14160         * BugsSite/data/webdot/c412GYaHch.dot: Added.
14161         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
14162         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
14163         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
14164         * BugsSite/defparams.pl: Added.
14165         * BugsSite/describecomponents.cgi: Added.
14166         * BugsSite/describekeywords.cgi: Added.
14167         * BugsSite/describekeywords.cgi.bak: Added.
14168         * BugsSite/docs: Added.
14169         * BugsSite/docs/.cvsignore: Added.
14170         * BugsSite/docs/README.docs: Added.
14171         * BugsSite/docs/html: Added.
14172         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
14173         * BugsSite/docs/html/about.html: Added.
14174         * BugsSite/docs/html/administration.html: Added.
14175         * BugsSite/docs/html/bug_page.html: Added.
14176         * BugsSite/docs/html/bugreports.html: Added.
14177         * BugsSite/docs/html/cmdline-bugmail.html: Added.
14178         * BugsSite/docs/html/cmdline.html: Added.
14179         * BugsSite/docs/html/components.html: Added.
14180         * BugsSite/docs/html/configuration.html: Added.
14181         * BugsSite/docs/html/conventions.html: Added.
14182         * BugsSite/docs/html/copyright.html: Added.
14183         * BugsSite/docs/html/credits.html: Added.
14184         * BugsSite/docs/html/cust-change-permissions.html: Added.
14185         * BugsSite/docs/html/cust-hooks.html: Added.
14186         * BugsSite/docs/html/cust-templates.html: Added.
14187         * BugsSite/docs/html/customization.html: Added.
14188         * BugsSite/docs/html/dbdoc.html: Added.
14189         * BugsSite/docs/html/dbmodify.html: Added.
14190         * BugsSite/docs/html/disclaimer.html: Added.
14191         * BugsSite/docs/html/extraconfig.html: Added.
14192         * BugsSite/docs/html/faq.html: Added.
14193         * BugsSite/docs/html/flags-overview.html: Added.
14194         * BugsSite/docs/html/flags.html: Added.
14195         * BugsSite/docs/html/general-advice.html: Added.
14196         * BugsSite/docs/html/gfdl-0.html: Added.
14197         * BugsSite/docs/html/gfdl-1.html: Added.
14198         * BugsSite/docs/html/gfdl-10.html: Added.
14199         * BugsSite/docs/html/gfdl-2.html: Added.
14200         * BugsSite/docs/html/gfdl-3.html: Added.
14201         * BugsSite/docs/html/gfdl-4.html: Added.
14202         * BugsSite/docs/html/gfdl-5.html: Added.
14203         * BugsSite/docs/html/gfdl-6.html: Added.
14204         * BugsSite/docs/html/gfdl-7.html: Added.
14205         * BugsSite/docs/html/gfdl-8.html: Added.
14206         * BugsSite/docs/html/gfdl-9.html: Added.
14207         * BugsSite/docs/html/gfdl-howto.html: Added.
14208         * BugsSite/docs/html/gfdl.html: Added.
14209         * BugsSite/docs/html/glossary.html: Added.
14210         * BugsSite/docs/html/groups.html: Added.
14211         * BugsSite/docs/html/hintsandtips.html: Added.
14212         * BugsSite/docs/html/index.html: Added.
14213         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
14214         * BugsSite/docs/html/installation.html: Added.
14215         * BugsSite/docs/html/installing-bugzilla.html: Added.
14216         * BugsSite/docs/html/integration.html: Added.
14217         * BugsSite/docs/html/lifecycle.html: Added.
14218         * BugsSite/docs/html/list.html: Added.
14219         * BugsSite/docs/html/milestones.html: Added.
14220         * BugsSite/docs/html/modules-manual-download.html: Added.
14221         * BugsSite/docs/html/modules-manual-instructions.html: Added.
14222         * BugsSite/docs/html/modules-manual-optional.html: Added.
14223         * BugsSite/docs/html/myaccount.html: Added.
14224         * BugsSite/docs/html/newversions.html: Added.
14225         * BugsSite/docs/html/nonroot.html: Added.
14226         * BugsSite/docs/html/os-specific.html: Added.
14227         * BugsSite/docs/html/parameters.html: Added.
14228         * BugsSite/docs/html/paranoid-security.html: Added.
14229         * BugsSite/docs/html/patches.html: Added.
14230         * BugsSite/docs/html/patchviewer.html: Added.
14231         * BugsSite/docs/html/products.html: Added.
14232         * BugsSite/docs/html/query.html: Added.
14233         * BugsSite/docs/html/quips.html: Added.
14234         * BugsSite/docs/html/reporting.html: Added.
14235         * BugsSite/docs/html/security-bugzilla.html: Added.
14236         * BugsSite/docs/html/security-mysql.html: Added.
14237         * BugsSite/docs/html/security-os.html: Added.
14238         * BugsSite/docs/html/security-webserver.html: Added.
14239         * BugsSite/docs/html/security.html: Added.
14240         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
14241         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
14242         * BugsSite/docs/html/trbl-index.html: Added.
14243         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
14244         * BugsSite/docs/html/trbl-perlmodule.html: Added.
14245         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
14246         * BugsSite/docs/html/trbl-testserver.html: Added.
14247         * BugsSite/docs/html/trouble-filetemp.html: Added.
14248         * BugsSite/docs/html/troubleshooting.html: Added.
14249         * BugsSite/docs/html/upgrading.html: Added.
14250         * BugsSite/docs/html/useradmin.html: Added.
14251         * BugsSite/docs/html/userpreferences.html: Added.
14252         * BugsSite/docs/html/using-intro.html: Added.
14253         * BugsSite/docs/html/using.html: Added.
14254         * BugsSite/docs/html/versions.html: Added.
14255         * BugsSite/docs/html/voting.html: Added.
14256         * BugsSite/docs/html/whining.html: Added.
14257         * BugsSite/docs/html/x3190.html: Added.
14258         * BugsSite/docs/images: Added.
14259         * BugsSite/docs/images/bzLifecycle.png: Added.
14260         * BugsSite/docs/images/bzLifecycle.xml: Added.
14261         * BugsSite/docs/images/callouts: Added.
14262         * BugsSite/docs/images/callouts/1.gif: Added.
14263         * BugsSite/docs/images/callouts/2.gif: Added.
14264         * BugsSite/docs/images/callouts/3.gif: Added.
14265         * BugsSite/docs/images/caution.gif: Added.
14266         * BugsSite/docs/images/note.gif: Added.
14267         * BugsSite/docs/images/tip.gif: Added.
14268         * BugsSite/docs/images/warning.gif: Added.
14269         * BugsSite/docs/makedocs.pl: Added.
14270         * BugsSite/docs/pdf: Added.
14271         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
14272         * BugsSite/docs/rel_notes.txt: Added.
14273         * BugsSite/docs/txt: Added.
14274         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
14275         * BugsSite/docs/xml: Added.
14276         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
14277         * BugsSite/docs/xml/about.xml: Added.
14278         * BugsSite/docs/xml/administration.xml: Added.
14279         * BugsSite/docs/xml/conventions.xml: Added.
14280         * BugsSite/docs/xml/customization.xml: Added.
14281         * BugsSite/docs/xml/dbschema.mysql: Added.
14282         * BugsSite/docs/xml/faq.xml: Added.
14283         * BugsSite/docs/xml/filetemp.patch: Added.
14284         * BugsSite/docs/xml/gfdl.xml: Added.
14285         * BugsSite/docs/xml/glossary.xml: Added.
14286         * BugsSite/docs/xml/index.xml: Added.
14287         * BugsSite/docs/xml/installation.xml: Added.
14288         * BugsSite/docs/xml/integration.xml: Added.
14289         * BugsSite/docs/xml/introduction.xml: Added.
14290         * BugsSite/docs/xml/modules.xml: Added.
14291         * BugsSite/docs/xml/patches.xml: Added.
14292         * BugsSite/docs/xml/requiredsoftware.xml: Added.
14293         * BugsSite/docs/xml/security.xml: Added.
14294         * BugsSite/docs/xml/troubleshooting.xml: Added.
14295         * BugsSite/docs/xml/using.xml: Added.
14296         * BugsSite/doeditparams.cgi: Added.
14297         * BugsSite/duplicates.cgi: Added.
14298         * BugsSite/duplicates.xul: Added.
14299         * BugsSite/editclassifications.cgi: Added.
14300         * BugsSite/editcomponents.cgi: Added.
14301         * BugsSite/editflagtypes.cgi: Added.
14302         * BugsSite/editgroups.cgi: Added.
14303         * BugsSite/editkeywords.cgi: Added.
14304         * BugsSite/editmilestones.cgi: Added.
14305         * BugsSite/editparams.cgi: Added.
14306         * BugsSite/editproducts.cgi: Added.
14307         * BugsSite/editsettings.cgi: Added.
14308         * BugsSite/editusers.cgi: Added.
14309         * BugsSite/editvalues.cgi: Added.
14310         * BugsSite/editversions.cgi: Added.
14311         * BugsSite/editwhines.cgi: Added.
14312         * BugsSite/enter_bug.cgi: Added.
14313         * BugsSite/favicon.ico: Added.
14314         * BugsSite/globals.pl: Added.
14315         * BugsSite/graphs: Added.
14316         * BugsSite/images: Added.
14317         * BugsSite/images/padlock.png: Added.
14318         * BugsSite/importxml.pl: Added.
14319         * BugsSite/index.cgi: Added.
14320         * BugsSite/js: Added.
14321         * BugsSite/js/duplicates.js: Added.
14322         * BugsSite/js/productform.js: Added.
14323         * BugsSite/localconfig.js: Added.
14324         * BugsSite/long_list.cgi: Added.
14325         * BugsSite/move.pl: Added.
14326         * BugsSite/page.cgi: Added.
14327         * BugsSite/post_bug.cgi: Added.
14328         * BugsSite/process_bug.cgi: Added.
14329         * BugsSite/productmenu.js: Added.
14330         * BugsSite/query.cgi: Added.
14331         * BugsSite/quicksearch.html: Added.
14332         * BugsSite/quicksearch.js: Added.
14333         * BugsSite/quicksearchhack.html: Added.
14334         * BugsSite/quips.cgi: Added.
14335         * BugsSite/relogin.cgi: Added.
14336         * BugsSite/report.cgi: Added.
14337         * BugsSite/reports.cgi: Added.
14338         * BugsSite/request.cgi: Added.
14339         * BugsSite/robots.txt: Added.
14340         * BugsSite/runtests.pl: Added.
14341         * BugsSite/sanitycheck.cgi: Added.
14342         * BugsSite/show_activity.cgi: Added.
14343         * BugsSite/show_bug.cgi: Added.
14344         * BugsSite/showattachment.cgi: Added.
14345         * BugsSite/showdependencygraph.cgi: Added.
14346         * BugsSite/showdependencytree.cgi: Added.
14347         * BugsSite/sidebar.cgi: Added.
14348         * BugsSite/skins: Added.
14349         * BugsSite/skins/.cvsignore: Added.
14350         * BugsSite/skins/custom: Added.
14351         * BugsSite/skins/custom/admin.css: Added.
14352         * BugsSite/skins/custom/buglist.css: Added.
14353         * BugsSite/skins/custom/duplicates.css: Added.
14354         * BugsSite/skins/custom/editusers.css: Added.
14355         * BugsSite/skins/custom/global.css: Added.
14356         * BugsSite/skins/custom/index.css: Added.
14357         * BugsSite/skins/custom/opendarwin.gif: Added.
14358         * BugsSite/skins/custom/panel.css: Added.
14359         * BugsSite/skins/custom/show_multiple.css: Added.
14360         * BugsSite/skins/custom/summarize-time.css: Added.
14361         * BugsSite/skins/custom/voting.css: Added.
14362         * BugsSite/skins/standard: Added.
14363         * BugsSite/skins/standard/admin.css: Added.
14364         * BugsSite/skins/standard/buglist.css: Added.
14365         * BugsSite/skins/standard/duplicates.css: Added.
14366         * BugsSite/skins/standard/editusers.css: Added.
14367         * BugsSite/skins/standard/global: Added.
14368         * BugsSite/skins/standard/global.css: Added.
14369         * BugsSite/skins/standard/global/body-back.gif: Added.
14370         * BugsSite/skins/standard/global/header.png: Added.
14371         * BugsSite/skins/standard/index: Added.
14372         * BugsSite/skins/standard/index.css: Added.
14373         * BugsSite/skins/standard/index/front.jpg: Added.
14374         * BugsSite/skins/standard/index/front.png: Added.
14375         * BugsSite/skins/standard/panel.css: Added.
14376         * BugsSite/skins/standard/show_multiple.css: Added.
14377         * BugsSite/skins/standard/summarize-time.css: Added.
14378         * BugsSite/skins/standard/voting.css: Added.
14379         * BugsSite/summarize_time.cgi: Added.
14380         * BugsSite/t: Added.
14381         * BugsSite/t/001compile.t: Added.
14382         * BugsSite/t/002goodperl.t: Added.
14383         * BugsSite/t/003safesys.t: Added.
14384         * BugsSite/t/004template.t: Added.
14385         * BugsSite/t/005no_tabs.t: Added.
14386         * BugsSite/t/006spellcheck.t: Added.
14387         * BugsSite/t/007util.t: Added.
14388         * BugsSite/t/008filter.t: Added.
14389         * BugsSite/t/009bugwords.t: Added.
14390         * BugsSite/t/011pod.t: Added.
14391         * BugsSite/t/Support: Added.
14392         * BugsSite/t/Support/Files.pm: Added.
14393         * BugsSite/t/Support/Systemexec.pm: Added.
14394         * BugsSite/t/Support/Templates.pm: Added.
14395         * BugsSite/t/testchart.gif: Added.
14396         * BugsSite/t/testchart.png: Added.
14397         * BugsSite/t/testgd.png: Added.
14398         * BugsSite/template: Added.
14399         * BugsSite/template/.cvsignore: Added.
14400         * BugsSite/template/.htaccess: Added.
14401         * BugsSite/template/en: Added.
14402         * BugsSite/template/en/.cvsignore: Added.
14403         * BugsSite/template/en/custom: Added.
14404         * BugsSite/template/en/custom/account: Added.
14405         * BugsSite/template/en/custom/account/auth: Added.
14406         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
14407         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
14408         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
14409         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
14410         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
14411         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
14412         * BugsSite/template/en/custom/account/email: Added.
14413         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
14414         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
14415         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
14416         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
14417         * BugsSite/template/en/custom/account/password: Added.
14418         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
14419         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
14420         * BugsSite/template/en/custom/account/prefs: Added.
14421         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
14422         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
14423         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
14424         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
14425         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
14426         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
14427         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
14428         * BugsSite/template/en/custom/admin: Added.
14429         * BugsSite/template/en/custom/admin/classifications: Added.
14430         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
14431         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
14432         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
14433         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
14434         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
14435         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
14436         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
14437         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
14438         * BugsSite/template/en/custom/admin/components: Added.
14439         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
14440         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
14441         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
14442         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
14443         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
14444         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
14445         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
14446         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
14447         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
14448         * BugsSite/template/en/custom/admin/fieldvalues: Added.
14449         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
14450         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
14451         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
14452         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
14453         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
14454         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
14455         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
14456         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
14457         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
14458         * BugsSite/template/en/custom/admin/flag-type: Added.
14459         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
14460         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
14461         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
14462         * BugsSite/template/en/custom/admin/groups: Added.
14463         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
14464         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
14465         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
14466         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
14467         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
14468         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
14469         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
14470         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
14471         * BugsSite/template/en/custom/admin/keywords: Added.
14472         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
14473         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
14474         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
14475         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
14476         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
14477         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
14478         * BugsSite/template/en/custom/admin/milestones: Added.
14479         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
14480         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
14481         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
14482         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
14483         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
14484         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
14485         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
14486         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
14487         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
14488         * BugsSite/template/en/custom/admin/products: Added.
14489         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
14490         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
14491         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
14492         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
14493         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
14494         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
14495         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
14496         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
14497         * BugsSite/template/en/custom/admin/settings: Added.
14498         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
14499         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
14500         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
14501         * BugsSite/template/en/custom/admin/users: Added.
14502         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
14503         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
14504         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
14505         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
14506         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
14507         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
14508         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
14509         * BugsSite/template/en/custom/admin/versions: Added.
14510         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
14511         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
14512         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
14513         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
14514         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
14515         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
14516         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
14517         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
14518         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
14519         * BugsSite/template/en/custom/attachment: Added.
14520         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
14521         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
14522         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
14523         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
14524         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
14525         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
14526         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
14527         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
14528         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
14529         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
14530         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
14531         * BugsSite/template/en/custom/bug: Added.
14532         * BugsSite/template/en/custom/bug/activity: Added.
14533         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
14534         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
14535         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
14536         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
14537         * BugsSite/template/en/custom/bug/create: Added.
14538         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
14539         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
14540         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
14541         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
14542         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
14543         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
14544         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
14545         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
14546         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
14547         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
14548         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
14549         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
14550         * BugsSite/template/en/custom/bug/process: Added.
14551         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
14552         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
14553         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
14554         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
14555         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
14556         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
14557         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
14558         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
14559         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
14560         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
14561         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
14562         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
14563         * BugsSite/template/en/custom/bug/votes: Added.
14564         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
14565         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
14566         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
14567         * BugsSite/template/en/custom/config.js.tmpl: Added.
14568         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
14569         * BugsSite/template/en/custom/filterexceptions.pl: Added.
14570         * BugsSite/template/en/custom/flag: Added.
14571         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
14572         * BugsSite/template/en/custom/global: Added.
14573         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
14574         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
14575         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
14576         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
14577         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
14578         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
14579         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
14580         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
14581         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
14582         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
14583         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
14584         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
14585         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
14586         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
14587         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
14588         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
14589         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
14590         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
14591         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
14592         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
14593         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
14594         * BugsSite/template/en/custom/index.html.tmpl: Added.
14595         * BugsSite/template/en/custom/list: Added.
14596         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
14597         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
14598         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
14599         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
14600         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
14601         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
14602         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
14603         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
14604         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
14605         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
14606         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
14607         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
14608         * BugsSite/template/en/custom/pages: Added.
14609         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
14610         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
14611         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
14612         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
14613         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
14614         * BugsSite/template/en/custom/reports: Added.
14615         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
14616         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
14617         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
14618         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
14619         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
14620         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
14621         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
14622         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
14623         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
14624         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
14625         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
14626         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
14627         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
14628         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
14629         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
14630         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
14631         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
14632         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
14633         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
14634         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
14635         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
14636         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
14637         * BugsSite/template/en/custom/request: Added.
14638         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
14639         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
14640         * BugsSite/template/en/custom/search: Added.
14641         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
14642         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
14643         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
14644         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
14645         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
14646         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
14647         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
14648         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
14649         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
14650         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
14651         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
14652         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
14653         * BugsSite/template/en/custom/whine: Added.
14654         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
14655         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
14656         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
14657         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
14658         * BugsSite/template/en/default: Added.
14659         * BugsSite/template/en/default/account: Added.
14660         * BugsSite/template/en/default/account/auth: Added.
14661         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
14662         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
14663         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
14664         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
14665         * BugsSite/template/en/default/account/create.html.tmpl: Added.
14666         * BugsSite/template/en/default/account/created.html.tmpl: Added.
14667         * BugsSite/template/en/default/account/email: Added.
14668         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
14669         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
14670         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
14671         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
14672         * BugsSite/template/en/default/account/password: Added.
14673         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
14674         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
14675         * BugsSite/template/en/default/account/prefs: Added.
14676         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
14677         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
14678         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
14679         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
14680         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
14681         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
14682         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
14683         * BugsSite/template/en/default/admin: Added.
14684         * BugsSite/template/en/default/admin/classifications: Added.
14685         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
14686         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
14687         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
14688         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
14689         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
14690         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
14691         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
14692         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
14693         * BugsSite/template/en/default/admin/components: Added.
14694         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
14695         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
14696         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
14697         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
14698         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
14699         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
14700         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
14701         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
14702         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
14703         * BugsSite/template/en/default/admin/fieldvalues: Added.
14704         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
14705         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
14706         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
14707         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
14708         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
14709         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
14710         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
14711         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
14712         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
14713         * BugsSite/template/en/default/admin/flag-type: Added.
14714         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
14715         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
14716         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
14717         * BugsSite/template/en/default/admin/groups: Added.
14718         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
14719         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
14720         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
14721         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
14722         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
14723         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
14724         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
14725         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
14726         * BugsSite/template/en/default/admin/keywords: Added.
14727         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
14728         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
14729         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
14730         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
14731         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
14732         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
14733         * BugsSite/template/en/default/admin/milestones: Added.
14734         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
14735         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
14736         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
14737         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
14738         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
14739         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
14740         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
14741         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
14742         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
14743         * BugsSite/template/en/default/admin/products: Added.
14744         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
14745         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
14746         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
14747         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
14748         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
14749         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
14750         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
14751         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
14752         * BugsSite/template/en/default/admin/settings: Added.
14753         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
14754         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
14755         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
14756         * BugsSite/template/en/default/admin/users: Added.
14757         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
14758         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
14759         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
14760         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
14761         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
14762         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
14763         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
14764         * BugsSite/template/en/default/admin/versions: Added.
14765         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
14766         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
14767         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
14768         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
14769         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
14770         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
14771         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
14772         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
14773         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
14774         * BugsSite/template/en/default/attachment: Added.
14775         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
14776         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
14777         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
14778         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
14779         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
14780         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
14781         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
14782         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
14783         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
14784         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
14785         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
14786         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
14787         * BugsSite/template/en/default/bug: Added.
14788         * BugsSite/template/en/default/bug/activity: Added.
14789         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
14790         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
14791         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
14792         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
14793         * BugsSite/template/en/default/bug/create: Added.
14794         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
14795         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
14796         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
14797         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
14798         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
14799         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
14800         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
14801         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
14802         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
14803         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
14804         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
14805         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
14806         * BugsSite/template/en/default/bug/process: Added.
14807         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
14808         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
14809         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
14810         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
14811         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
14812         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
14813         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
14814         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
14815         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
14816         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
14817         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
14818         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
14819         * BugsSite/template/en/default/bug/votes: Added.
14820         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
14821         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
14822         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
14823         * BugsSite/template/en/default/config.js.tmpl: Added.
14824         * BugsSite/template/en/default/config.rdf.tmpl: Added.
14825         * BugsSite/template/en/default/filterexceptions.pl: Added.
14826         * BugsSite/template/en/default/flag: Added.
14827         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
14828         * BugsSite/template/en/default/global: Added.
14829         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
14830         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
14831         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
14832         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
14833         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
14834         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
14835         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
14836         * BugsSite/template/en/default/global/header.html.tmpl: Added.
14837         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
14838         * BugsSite/template/en/default/global/help.html.tmpl: Added.
14839         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
14840         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
14841         * BugsSite/template/en/default/global/message.html.tmpl: Added.
14842         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
14843         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
14844         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
14845         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
14846         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
14847         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
14848         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
14849         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
14850         * BugsSite/template/en/default/index.html.tmpl: Added.
14851         * BugsSite/template/en/default/list: Added.
14852         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
14853         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
14854         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
14855         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
14856         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
14857         * BugsSite/template/en/default/list/list.html.tmpl: Added.
14858         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
14859         * BugsSite/template/en/default/list/list.js.tmpl: Added.
14860         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
14861         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
14862         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
14863         * BugsSite/template/en/default/list/table.html.tmpl: Added.
14864         * BugsSite/template/en/default/pages: Added.
14865         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
14866         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
14867         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
14868         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
14869         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
14870         * BugsSite/template/en/default/reports: Added.
14871         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
14872         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
14873         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
14874         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
14875         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
14876         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
14877         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
14878         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
14879         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
14880         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
14881         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
14882         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
14883         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
14884         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
14885         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
14886         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
14887         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
14888         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
14889         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
14890         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
14891         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
14892         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
14893         * BugsSite/template/en/default/request: Added.
14894         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
14895         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
14896         * BugsSite/template/en/default/search: Added.
14897         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
14898         * BugsSite/template/en/default/search/form.html.tmpl: Added.
14899         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
14900         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
14901         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
14902         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
14903         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
14904         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
14905         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
14906         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
14907         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
14908         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
14909         * BugsSite/template/en/default/whine: Added.
14910         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
14911         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
14912         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
14913         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
14914         * BugsSite/template/en/extension: Added.
14915         * BugsSite/template/en/extension/filterexceptions.pl: Added.
14916         * BugsSite/testagent.cgi: Added.
14917         * BugsSite/testserver.pl: Added.
14918         * BugsSite/token.cgi: Added.
14919         * BugsSite/userprefs.cgi: Added.
14920         * BugsSite/votes.cgi: Added.
14921         * BugsSite/whine.pl: Added.
14922         * BugsSite/whineatnews.pl: Added.
14923         * BugsSite/xml.cgi: Added.
14924
14925 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14926
14927         Reviewed by Alp Toker and Mark Rowe.
14928
14929         http://bugs.webkit.org/show_bug.cgi?id=16618
14930         [GTK] build-webkit and run-webkit-tests autootools support
14931
14932         Add support for the autotools build to the WebKit build and test
14933         scripts.
14934
14935 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
14936
14937         Reviewed by Alp Toker and Mark Rowe.
14938
14939         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
14940         Bug 17175: Use of C++ compiler flags in CFLAGS
14941
14942         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
14943         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
14944
14945         * GNUmakefile.am:
14946
14947 2008-02-04  Alp Toker  <alp@atoker.com>
14948
14949         Rubber-stamped by Mark Rowe.
14950
14951         Remove all trailing whitespace in the GTK+ port and related
14952         components.
14953
14954         * GNUmakefile.am:
14955         * configure.ac:
14956
14957 2008-01-31  Alp Toker  <alp@atoker.com>
14958
14959         Reviewed by Mark Rowe.
14960
14961         Fix the pkg-config file to follow GTK+ package naming and versioning
14962         conventions.
14963
14964         Remove unneeded dependency listings.
14965
14966         * GNUmakefile.am:
14967         * configure.ac:
14968
14969 2008-01-31  Alp Toker  <alp@atoker.com>
14970
14971         Rubber-stamped by Adam Roben.
14972
14973         http://bugs.webkit.org/show_bug.cgi?id=17006
14974         [GTK] Header path should be webkit/webkit.h
14975
14976         Move the GTK+ API sources as needed and update the build systems.
14977
14978         * GNUmakefile.am:
14979         * WebKit.pri:
14980
14981 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14982
14983         Reviewed by Alp Toker.
14984
14985         http://bugs.webkit.org/show_bug.cgi?id=14811
14986         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
14987
14988         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
14989
14990 2008-01-26  Mark Rowe  <mrowe@apple.com>
14991
14992         Reviewed by Alp Toker.
14993
14994         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
14995         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
14996
14997         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
14998         with other system commands.  Check for the presence of glibtoolize if libtoolize
14999         cannot be found.
15000
15001         * autogen.sh:
15002
15003 2008-01-23  Alp Toker  <alp@atoker.com>
15004
15005         Rubber-stamped by Mark Rowe.
15006
15007         Remove whitespace after -I in automake include lists.
15008
15009         * GNUmakefile.am:
15010
15011 2008-01-22  Christian Dywan  <christian@imendio.com>
15012
15013         Reviewed by Alp Toker.
15014
15015         [GTK] API: WebKitWebSettings is not usable
15016         http://bugs.webkit.org/show_bug.cgi?id=16219
15017
15018         Implement WebKitWebSettings.
15019
15020         * GNUmakefile.am:
15021
15022 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
15023
15024         Reviewed by Lars.
15025
15026         Don't compile the ICO plugin when building against Qt >= 4.4
15027
15028
15029         * WebKit.pro:
15030
15031 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
15032
15033         Reviewed by Alp Toker.
15034
15035         http://bugs.webkit.org/show_bug.cgi?id=16955
15036         Get errors when cross-compile webkit-gtk
15037
15038         * GNUmakefile.am: added ICU_CPPFLAGS
15039         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
15040
15041 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
15042
15043         Reviewed by Alp Toker.
15044
15045         Add svg foreign object and svg experimental to the GTK+/autotools
15046         build system.
15047
15048         * configure.ac:
15049
15050 2008-01-15  Alp Toker  <alp@atoker.com>
15051
15052         Rubber-stamped by Anders.
15053
15054         Make the HTTP backend configurable in the GTK+ port. curl is currently
15055         the only option.
15056
15057         * GNUmakefile.am:
15058         * WebKit.pri:
15059         * configure.ac:
15060
15061 2008-01-15  Alp Toker  <alp@atoker.com>
15062
15063         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
15064         flags only when they're available.
15065
15066         Additionally, use -fvisibility-inlines-hidden in both debug and
15067         release builds when available to match the Mac build.
15068
15069         * GNUmakefile.am:
15070         * configure.ac:
15071
15072 2008-01-12  Alp Toker  <alp@atoker.com>
15073
15074         Reviewed by Mark Rowe.
15075
15076         Hide non-public symbols in GTK+/autotools release builds.
15077
15078         * GNUmakefile.am:
15079
15080 2008-01-11  Alp Toker  <alp@atoker.com>
15081
15082         Reviewed by Oliver Hunt.
15083
15084         Enable FastMalloc by default in GTK+/autotools and add a configure
15085         switch.
15086
15087         * GNUmakefile.am:
15088         * configure.ac:
15089
15090 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
15091
15092         Reviewed by Alp Toker.
15093
15094         http://bugs.webkit.org/show_bug.cgi?id=16838
15095         [GTK] Bad autotools debug and video options
15096
15097         Fix some configure options.
15098
15099         * configure.ac:
15100
15101 2008-01-11  Mark Rowe  <mrowe@apple.com>
15102
15103         Attempt to fix the GTK+ and Qt builds.
15104
15105         * WebKit.pro:
15106
15107 2008-01-10  Alp Toker  <alp@atoker.com>
15108
15109         SVG font build fix for GTK+/autotools.
15110
15111         * configure.ac:
15112
15113 2008-01-05  Alp Toker  <alp@atoker.com>
15114
15115         Rubber-stamped by Mark Rowe.
15116
15117         Fix configure script output with correct descriptions of the default
15118         configuration options.
15119
15120         * configure.ac:
15121
15122 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
15123
15124         Reviewed by Alp Toker.
15125
15126         http://bugs.webkit.org/show_bug.cgi?id=16736
15127         Allow autogen.sh invocation from a separate build directory.
15128
15129         * autogen.sh:
15130
15131 2008-01-04  Alp Toker  <alp@atoker.com>
15132
15133         Rubber-stamped by Mark Rowe.
15134
15135         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
15136         "rebuild rules" will now be enabled by default.
15137
15138         This obviates the need to pass '--enable-maintainer-mode' to
15139         configure.
15140
15141         * configure.ac:
15142
15143 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
15144
15145         Rubber stamped by Alp.
15146
15147         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
15148         the build. At least people doing a debug build on Ubuntu Hardy will see
15149         the breakage. I was asked to leave the flags inside the files to ease future
15150         debugging.
15151
15152         * GNUmakefile.am:
15153         * WebKit.pri:
15154
15155 2008-01-01  Alp Toker  <alp@atoker.com>
15156
15157         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
15158         correct parameter to AM_INIT_AUTOMAKE.
15159
15160         * configure.ac:
15161
15162 2007-12-30  Alp Toker  <alp@atoker.com>
15163
15164         Build fix for older autoconf versions.
15165
15166         * configure.ac:
15167
15168 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
15169
15170         Reviewed by Alp Toker.
15171
15172         Enable Database, XPath and XSLT features by default
15173
15174         * configure.ac:
15175
15176 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
15177
15178         Reviewed by Alp Toker.
15179
15180         http://bugs.webkit.org/show_bug.cgi?id=16669
15181         autotools update and fixes
15182
15183         Various fixes to the autotools build
15184
15185         * GNUmakefile.am:
15186           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
15187           - Fix clean rules (Rodney Dawes)
15188           - Added webcore specific variables, remove STDINT_H and
15189             PTHREAD_NP_H checks (already included in config.h)
15190         * autogen.sh:
15191           - Loosen automake and aclocal requirement
15192         * configure.ac:
15193           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
15194             when doing a debug build (Rodney Dawes)
15195           - Fix webkit target and remove traces of XBL
15196
15197 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
15198
15199         Reviewed by Alp Toker.
15200
15201         http://bugs.webkit.org/show_bug.cgi?id=16353
15202         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
15203
15204         Added the flags mentioned in the bug only when doing 'debug'
15205         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
15206
15207         * GNUmakefile.am:
15208         * WebKit.pri:
15209
15210 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
15211
15212         Reviewed by Alp Toker.
15213
15214         http://bugs.webkit.org/show_bug.cgi?id=16390
15215         Use autotools or GNU make as the build system for the GTK port
15216
15217         * GNUmakefile.am: Added.
15218         * autogen.sh: Added.
15219         * configure.ac: Added.
15220
15221 2007-12-20  Alp Toker  <alp@atoker.com>
15222
15223         Rubber-stamped by Maciej.
15224
15225         http://bugs.webkit.org/show_bug.cgi?id=16542
15226         [GTK] Text is missing with old Pango version
15227
15228         Back out commits r28880, r28876, r28865, r28864 which added Pango font
15229         selection support. These changes caused a regression where no text was
15230         displayed with older Pango versions.
15231
15232         * WebKit.pri:
15233
15234 2007-12-19  Alp Toker  <alp@atoker.com>
15235
15236         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
15237         cairo-ft directly following changes in r28864.
15238
15239         * WebKit.pri:
15240
15241 2007-12-12  Alp Toker  <alp@atoker.com>
15242
15243         Reviewed by Mark Rowe.
15244
15245         http://bugs.webkit.org/show_bug.cgi?id=16302
15246         [GTK] Compiler flags for optimization
15247
15248         Use the compiler flags -fno-exceptions -fno-rtti.
15249
15250         This patch does not add all the flags discussed in the bug report,
15251         only these two.
15252
15253         * WebKit.pri:
15254
15255 2007-12-04  Xan Lopez  <xan@gnome.org>
15256
15257         Reviewed by Alp Toker.
15258
15259         http://bugs.webkit.org/show_bug.cgi?id=15561
15260         GTK port needs DumpRenderTree implementation
15261
15262         Start work on the GTK+ DRT.
15263
15264         * WebKit.pro:
15265
15266 2007-11-30  Alp Toker  <alp@atoker.com>
15267
15268         Reviewed by Adam Roben.
15269
15270         http://bugs.webkit.org/show_bug.cgi?id=15691
15271         [GTK] Public API does not follow GTK+ conventions
15272
15273         Refactor the WebKit/GTK+ public API. Changes:
15274           WebKitPage -> WebKitWebView
15275           WebKitFrame -> WebKitWebFrame
15276
15277         Public API source and header names have been updated to mirror the API
15278         changes.
15279
15280         The API is now kept in WebKit/gtk/WebView to match other ports in the
15281         same class such as Mac and Win.
15282
15283         * WebKit.pri:
15284
15285 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
15286
15287         Reviewed by Mark Rowe.
15288
15289         Set CONFIG option for the window system GTK+ is using
15290
15291         * WebKit.pri:
15292
15293 2007-11-22  Alp Toker  <alp@atoker.com>
15294
15295         GTK+ build fix. Pass a correct LIBDIR value.
15296
15297         * WebKit.pri:
15298
15299 2007-11-20  Mark Rowe  <mrowe@apple.com>
15300
15301         Reviewed by Alp Toker.
15302
15303         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
15304
15305 2007-11-20  Alp Toker  <alp@atoker.com>
15306
15307         Reviewed by Simon Hausmann.
15308
15309         Clean up GTK+ port configuration.
15310
15311         Use similar compiler warning flags to the Mac build.
15312
15313         Add the qmake changes needed for DirectFB support.
15314
15315         * WebKit.pri:
15316
15317 2007-11-07  Simon Hausmann  <hausmann@kde.org>
15318
15319         Reviewed by Mark.
15320
15321         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
15322         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
15323
15324         * WebKit.pri:
15325
15326 2007-10-03  Lars Knoll  <lars@trolltech.com>
15327
15328         Signed off by olliej.
15329
15330         move WebKitQt to WebKit/qt for consistency with the other ports.
15331
15332         * WebKit.pri:
15333         * WebKit.pro:
15334
15335 2007-10-03  Lars Knoll  <lars@trolltech.com>
15336
15337         Reviewed by olliej.
15338
15339         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
15340
15341         * WebKit.pro:
15342
15343 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
15344
15345         Reviewed by Mark.
15346
15347         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
15348         Remove Bakefiles from svn.
15349
15350         * Bakefiles/Bakefiles.bkgen: Removed.
15351         * Bakefiles/ChangeLog: Removed.
15352         * Bakefiles/Readme.txt: Removed.
15353         * Bakefiles/presets.bkl: Removed.
15354         * Bakefiles/update-file-lists.py: Removed.
15355
15356 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
15357
15358         Rubber stamped by Adam.
15359
15360         Renamed files from *Gdk to *Gtk (see #14732) using the
15361         work of Juan A. Suarez Romero as a base.
15362
15363         GDK -> GTK
15364
15365         * WebKit.pri:
15366         * WebKit.pro:
15367
15368 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
15369
15370         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
15371         http://bugs.webkit.org/show_bug.cgi?id=14557
15372
15373         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
15374
15375 2007-07-27  Simon Hausmann  <hausmann@kde.org>
15376
15377         Done with and reviewed by Lars and Zack.
15378
15379         Exclude DumpRenderTree from the Qt build on Windows for now.
15380
15381         * WebKit.pro:
15382
15383 2007-07-27  Simon Hausmann  <hausmann@kde.org>
15384
15385         Done with and reviewed by Lars and Zack.
15386
15387         Temporarily disable the ICO support for the Qt build on Windows.
15388
15389         * WebKit.pro:
15390
15391 2007-07-26  Simon Hausmann  <hausmann@kde.org>
15392
15393         Reviewed by Lars.
15394
15395         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.
15396
15397         * WebKit.pri:
15398
15399 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
15400
15401         Reviewed by Adam.
15402
15403         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
15404         build against it.
15405
15406         * WebKit.pri:
15407
15408 2007-07-18  Simon Hausmann  <hausmann@kde.org>
15409
15410         Reviewed by Zack.
15411
15412         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
15413
15414         * WebKit.pro:
15415
15416 2007-07-18  Timothy Hatcher  <timothy@apple.com>
15417
15418         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
15419         still use this one Makefile.shared as an include.
15420
15421         * Makefile.shared:
15422
15423 2007-07-12  George Staikos  <staikos@kde.org>
15424
15425         Fix build in debug mode.
15426
15427         * WebKit.pri:
15428
15429 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
15430
15431         Reviewed by Darin Adler.
15432
15433         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
15434         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
15435
15436         * WebKit.pri: Adjust INCLUDEPATH
15437
15438 2007-06-25  Adam Roben  <aroben@apple.com>
15439
15440         Really remove LayoutTestResults.
15441
15442         * LayoutTestResults: Removed.
15443
15444 2007-06-25  Adam Roben  <aroben@apple.com>
15445
15446         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
15447         http://bugs.webkit.org/show_bug.cgi?id=14405
15448
15449         Reviewed by Anders.
15450
15451         * LayoutTestResults: Removed.
15452
15453 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
15454
15455         Reviewed by Mark.
15456
15457         http://bugs.webkit.org/show_bug.cgi?id=13975
15458         Use system-provided libjpeg and libpng
15459
15460         * WebKit.pri: Link against external libjpeg and libpng.
15461
15462 2007-06-20  Adam Roben  <aroben@apple.com>
15463
15464         Reviewed by Simon Hausmann.
15465
15466         More Gdk build fixing.
15467
15468         * WebKit.pro:
15469
15470 2007-06-15  Adam Treat  <adam@staikos.net>
15471
15472         Reviewed by George Staikos.
15473
15474         Add ICO support to the Qt build.
15475
15476         * WebKit.pro:
15477
15478 2007-06-13  George Staikos  <staikos@kde.org>
15479
15480         Reviewed by Lars.
15481
15482         Compile without self-linking.
15483
15484         * WebKit.pri:
15485
15486 2007-06-13  Simon Hausmann  <hausmann@kde.org>
15487
15488         Reviewed by Lars.
15489
15490         * WebKit.pri: WebKitQt is now called QtWebKit.
15491
15492 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
15493
15494         Reviewed by Eric Seidel.
15495
15496         http://bugs.webkit.org/show_bug.cgi?id=13941
15497         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
15498
15499         * WebKit.pri:
15500
15501 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
15502
15503         Reviewed by Mark Rowe.
15504
15505         * WebKit.pro: Build testkjs for Gdk and Qt
15506
15507 2007-05-11  Holger Freyther <freyther@kde.org>
15508
15509         Reviewed by Mark Rowe.
15510
15511         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
15512         and add ICU configuration to QMAKE_CXXFLAGS.
15513
15514         * WebKit.pri:
15515
15516 2007-05-06  Erik Bunce  <kde@bunce.us>
15517
15518         Reviewed by Mark Rowe.
15519
15520         * WebKit.pri:
15521         Removed unnecessary dependency on MacPorts (/opt/local)
15522
15523 2007-05-03  Holger Freyther <freyther@kde.org>
15524
15525         Reviewed by Zack, landed by Simon.
15526         This is bugzilla bug 13499.
15527
15528         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
15529         port
15530         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
15531         port
15532
15533 2007-04-27  Holger Freyther <freyther@kde.org>
15534
15535         Reviewed by Maciej.
15536
15537         Remove unmaintained CMake build system.
15538
15539         * CMakeLists.txt: Removed.
15540
15541 2007-01-30  Simon Hausmann  <hausmann@kde.org>
15542
15543         Reviewed by Zack.
15544
15545         * WebKit.pri: libJavaScriptCore is gone with the Qt build
15546         * WebKit.pro:
15547
15548 2007-01-26  George Staikos  <staikos@kde.org>
15549
15550         Remove headers - not needed now.
15551
15552         * WebKit.pri:
15553
15554 2007-01-23  George Staikos <staikos@kde.org>
15555
15556         Put everything back since we can't build everything without it yet.
15557
15558         * WebKit.pri:
15559
15560 2007-01-16  Lars Knoll <lars@trolltech.com>
15561
15562         Reviewed by Zack
15563
15564         Remove everything but the new public API from
15565         the include path.
15566
15567         * WebKit.pri:
15568
15569 2007-01-11  George Staikos  <staikos@kde.org>
15570
15571         Fix the Qt build
15572
15573         * WebKit.pri:
15574
15575 2007-01-03  Lars Knoll <lars@trolltech.com>
15576
15577         Fix the Qt build
15578
15579         * WebKit.pri:
15580
15581 2006-12-17  Simon Hausmann  <hausmann@kde.org>
15582
15583         Reviewed by Rob Buis.
15584
15585         * WebKit.pro: Build testkjs.
15586
15587 2006-12-14  Timothy Hatcher  <timothy@apple.com>
15588
15589         Reviewed by Brady.
15590
15591         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
15592
15593 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
15594
15595         Reviewed by Brady and Anders.
15596
15597         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
15598
15599 2006-12-10  Zack Rusin  <zack@kde.org>
15600
15601         Client classes have been moved to WebKitQt/WebCoreSupport so
15602         adjusting the pri file.
15603
15604         * WebKit.pri:
15605
15606 2006-12-10  George Staikos  <staikos@kde.org>
15607
15608         Reviewed by Zack.
15609
15610         Add WebKitBuild/Release back to the output dir for external build cases.
15611
15612         * WebKit.pri:
15613
15614 2006-12-10  Zack Rusin  <zack@kde.org>
15615
15616         Fix the link directory location.
15617
15618         * WebKit.pri:
15619
15620 2006-12-10  Lars Knoll <lars@trolltech.com>
15621
15622         Reviewed by Zack
15623
15624         Include DumpRenderTree in the Qt build
15625
15626         * WebKit.pro:
15627
15628 2006-12-09  George Staikos  <staikos@kde.org>
15629
15630         Reviewed by Zack.
15631
15632         Correct the path to the libraries for QMake.
15633
15634         * WebKit.pri:
15635
15636 2006-12-09  Lars Knoll <lars@trolltech.com>
15637
15638         Reviewed by Zack
15639
15640         Make it possible to build WebKit with qmake.
15641
15642         * WebKit.pri: Added.
15643         * WebKit.pro: Added.
15644
15645 2006-11-19  Simon Hausmann  <hausmann@kde.org>
15646
15647         Reviewed by Zack.
15648
15649         http://bugs.webkit.org/show_bug.cgi?id=11649
15650
15651         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
15652
15653 2006-10-30  Timothy Hatcher  <timothy@apple.com>
15654
15655         Reviewed by Brady.
15656
15657         Make the universal build return non-zero when module make fails.
15658
15659         * Makefile:
15660
15661 2006-10-30  Stephanie Lewis  <slewis@apple.com>
15662
15663         Reviewed by Darin Adler.
15664
15665         Change Makefiles to return non-zero when module make fails.
15666
15667         * Makefile:
15668
15669 2006-10-27  Brady Eidson  <beidson@apple.com>
15670
15671         Rubber stamped by Tim Hatcher
15672
15673         Added "make universal" to build universal binaries
15674
15675         * Makefile:
15676         * Makefile.shared:
15677
15678 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
15679
15680         Reviewed by eseidel.
15681
15682         * CMakeLists.txt: add option to disable colored output when building on the buildbot
15683