1 2011-08-10 Kevin Ollivier <kevino@theolliviers.com>
3 [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now
4 as ICU on Leopard is too old to build this.
8 2011-08-08 Adrienne Walker <enne@google.com>
10 Add testing for --force-compositing-mode to windows.internal
11 https://bugs.webkit.org/show_bug.cgi?id=65777
13 Reviewed by Adam Barth.
15 Add exports for Document::settings().
17 * Source/autotools/symbols.filter:
19 2011-08-09 Sheriff Bot <webkit.review.bot@gmail.com>
21 Unreviewed, rolling out r92683.
22 http://trac.webkit.org/changeset/92683
23 https://bugs.webkit.org/show_bug.cgi?id=65921
25 "Breaks Qt --minimal build. Revert pending update of the Qt
26 minimal configuration" (Requested by simathur on #webkit).
30 2011-08-09 Siddharth Mathur <siddharth.mathur@nokia.com>
32 [Qt] Simplify code by removing QT_NO_DESKTOPSERVICES and QT_NO_NETWORKDISKCACHE
33 https://bugs.webkit.org/show_bug.cgi?id=65880
35 Reviewed by Andreas Kling.
37 QDesktopServices and QNetworkDiskCache have been around for a while now. Kill flags which
38 check for their feature flags. Assume that any reasonable Qt build provides them.
42 2011-08-06 Aron Rosenberg <arosenberg@logitech.com>
44 Reviewed by Benjamin Poulain.
46 [Qt] Fix build with Intel compiler on Windows
47 https://bugs.webkit.org/show_bug.cgi?id=65088
49 Disable Intel Compiler warning 873 - function "" has no corresponding operator
50 delete (to be called if an exception is thrown during initialization of an
55 2011-08-03 Kevin Ollivier <kevino@theolliviers.com>
57 [wx] Unreviewed build fix after gesture recognizer changes.
61 2011-08-02 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
63 [Qt] [WK2] Expose web view classes to QML
64 https://bugs.webkit.org/show_bug.cgi?id=65339
66 Reviewed by Benjamin Poulain.
68 * Source/WebKit.pro: Include QML plugin subdir in the build system for WK2.
70 2011-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
72 [GTK] Install web and plugin processes in libexecdir instead of bindir
73 https://bugs.webkit.org/show_bug.cgi?id=65600
75 Reviewed by Martin Robinson.
77 * GNUmakefile.am: Initialize libexec_PROGRAMS, only used by
78 WebKit2 in this moment.
80 2011-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
82 [GTK] Reorganize pkg-config files
83 https://bugs.webkit.org/show_bug.cgi?id=65548
85 Reviewed by Martin Robinson.
87 * GNUmakefile.am: Initialize pkgconfigdir and pkgconfig_DATA which
88 are common to all libraries.
89 * configure.ac: Update pkg-config files.
91 2011-08-02 Varun Jain <varunjain@google.com>
93 Missing null check in WebViewImpl::selectionRange
94 https://bugs.webkit.org/show_bug.cgi?id=65561
96 Reviewed by Darin Fisher.
98 * Source/WebKit/chromium/src/WebViewImpl.cpp:
100 2011-08-01 Scott Graham <scottmg@chromium.org>
102 REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
103 https://bugs.webkit.org/show_bug.cgi?id=61006
105 Reviewed by Antti Koivisto.
107 Update exports for test harness.
109 * Source/autotools/symbols.filter:
111 2011-08-01 Hayato Ito <hayato@chromium.org>
113 Add support for getting an element in shadow root by its id into a window.internals object.
114 https://bugs.webkit.org/show_bug.cgi?id=64587
116 Reviewed by Hajime Morita.
118 * Source/autotools/symbols.filter:
120 2011-08-01 Neil Roberts <neil@linux.intel.com>
122 build: Fix finding the headers for GStreamer
124 The cmake files to find the various GStreamer packages were all
125 checking for the header gst/gst.h. However if gst-plugins-base is
126 installed into a separate prefix from gstreamer then all of these
127 tests would only pick up the gstreamer include path so the build
128 would fail. This patch changes it to try and find a file
129 appropriate to each package.
131 https://bugs.webkit.org/show_bug.cgi?id=64933
133 Reviewed by Martin Robinson.
135 * Source/cmake/FindGStreamer-App.cmake:
136 * Source/cmake/FindGStreamer-Base.cmake:
137 * Source/cmake/FindGStreamer-Interfaces.cmake:
138 * Source/cmake/FindGStreamer-Pbutils.cmake:
139 * Source/cmake/FindGStreamer-Plugins-Base.cmake:
140 * Source/cmake/FindGStreamer-Video.cmake:
142 2011-07-31 Daniel Bates <dbates@webkit.org>
144 Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
146 * Source/autotools/symbols.filter:
148 2011-07-31 Daniel Bates <dbates@webkit.org>
150 Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
152 * Source/autotools/symbols.filter: Export symbols needed by Internals.
154 2011-07-27 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
156 [Qt] Fix build in Qt 5 of QDeclarativeWebView
157 https://bugs.webkit.org/show_bug.cgi?id=65258
159 Reviewed by Andreas Kling.
161 In Qt 5, the QGraphicsView-based classes for QtQuick are in the
162 qtquick1 module, including QDeclarativeItem and QDeclarativeView.
166 2011-07-26 Andras Becsi <abecsi@webkit.org>
168 [Qt] [WK2] Disable the build with Qt versions older than 5.0
169 https://bugs.webkit.org/show_bug.cgi?id=65189
171 Reviewed by Csaba Osztrogonác.
173 * Source/WebKit.pro: Abort if not using Qt5.
175 2011-07-20 Pierre Rossi <pierre.rossi@gmail.com>
177 [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
179 This is done in order to prevent collision with the recently
180 introduced function QSslCertificate::verify() in Qt5.
182 https://bugs.webkit.org/show_bug.cgi?id=64855
184 Reviewed by Simon Hausmann.
188 2011-07-19 Robert Sesek <rsesek@chromium.org>
190 [Chromium] Need to remove app/ from DEPS
191 https://bugs.webkit.org/show_bug.cgi?id=64750
193 Reviewed by Tony Chang.
195 Remove Source/WebKit/chromium/app/ from .gitignore.
199 2011-07-18 MORITA Hajime <morrita@google.com>
201 [ShadowContentElement] forwarded node should be able to access its hosting content element.
202 https://bugs.webkit.org/show_bug.cgi?id=64251
204 Reviewed by Dimitri Glazkov.
206 Added GTK symbols for new window.internals methods.
208 * Source/autotools/symbols.filter:
210 2011-07-15 Martin Robinson <mrobinson@igalia.com>
212 Build fixes for WebKit2. Ensure that all generated sources are
213 on nodist primaries, that they are on forward declared variables
214 so that BUILT_SOURCES is calculated properly and that zlib is
215 included during linking (for WOFF support).
218 * Source/autotools/webkit.m4: Include test for zlib.
220 2011-07-15 Carlos Garcia Campos <cgarcia@igalia.com>
222 [GTK] Build plugin process by default when building WebKit2
223 https://bugs.webkit.org/show_bug.cgi?id=64592
225 Reviewed by Philippe Normand.
229 2011-07-14 Carlos Garcia Campos <cgarcia@igalia.com>
231 Reviewed by Martin Robinson.
233 [GTK] Implement Plugin Process
234 https://bugs.webkit.org/show_bug.cgi?id=60546
236 * configure.ac: Always check for gtk2 when building the plugin
239 2011-07-14 MORITA Hajime <morrita@google.com>
241 Unreviewed, rolling out r90976, r90981, and r90985.
242 http://trac.webkit.org/changeset/90976
243 http://trac.webkit.org/changeset/90981
244 http://trac.webkit.org/changeset/90985
245 https://bugs.webkit.org/show_bug.cgi?id=64251
249 * Source/autotools/symbols.filter:
251 2011-07-14 MORITA Hajime <morrita@google.com>
253 Unreviewed attempt to build fix.
255 * Source/autotools/symbols.filter:
257 2011-07-13 MORITA Hajime <morrita@google.com>
259 [ShadowContentElement] forwarded node should be able to access its hosting content element.
260 https://bugs.webkit.org/show_bug.cgi?id=64251
262 Reviewed by Dimitri Glazkov.
264 Added GTK symbols for new window.internals methods.
266 * Source/autotools/symbols.filter:
268 2011-07-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
270 [EFL] Add Fullscreen API feature
271 https://bugs.webkit.org/show_bug.cgi?id=63975
273 This is just to add disabled ENABLE_FULLSCREEN_API to OptionEFl.cmake.
274 ENABLE_FULLSCREEN_API will be enabled after finishing missing implementations.
276 Reviewed by Adam Barth.
278 * Source/cmake/OptionsEfl.cmake: Add disabled ENABLE_FULLSCREEN_API feature.
279 * Source/cmakeconfig.h.cmake: ditto.
281 2011-07-05 Vsevolod Vlasov <vsevik@chromium.org>
283 Web Inspector: Show content for plugin requests in network panel.
284 https://bugs.webkit.org/show_bug.cgi?id=30080
286 Added GTK symbols for new window.internals methods.
288 Reviewed by Pavel Feldman.
290 * Source/autotools/symbols.filter:
292 2011-07-04 Sheriff Bot <webkit.review.bot@gmail.com>
294 Unreviewed, rolling out r90373.
295 http://trac.webkit.org/changeset/90373
296 https://bugs.webkit.org/show_bug.cgi?id=63917
298 Breaks Qt Linux Release minimal (Requested by vsevik on
301 * Source/autotools/symbols.filter:
303 2011-07-04 Vsevolod Vlasov <vsevik@chromium.org>
305 Web Inspector: Show content for plugin requests in network panel.
306 https://bugs.webkit.org/show_bug.cgi?id=30080
308 Reviewed by Pavel Feldman.
310 * Source/autotools/symbols.filter:
312 2011-07-01 Tony Chang <tony@chromium.org>
314 Add chromium sql directory to git ignore.
318 2011-07-01 Patrick Gansterer <paroga@webkit.org>
320 Reviewed by Daniel Bates.
322 [CMake] Add cpu detection for MIPS
323 https://bugs.webkit.org/show_bug.cgi?id=63693
325 * Source/CMakeLists.txt:
327 2011-07-01 Joone Hur <joone.hur@collabora.co.uk>
329 Reviewed by Martin Robinson.
331 [GTK] Add DeviceOrientation feature
332 https://bugs.webkit.org/show_bug.cgi?id=63720
334 Add configure option to enable/disable DeviceOrientation feature.
338 2011-06-28 Joone Hur <joone.hur@collabora.co.uk>
340 Reviewed by Martin Robinson.
342 [GTK] Rename 3D transforms to 3D rendering
343 https://bugs.webkit.org/show_bug.cgi?id=63508
345 WebKitGtk+ provides the 3D transforms feature, but it was
346 renamed to 3D Rendering. This features supports CSS 3D trasnforms.
348 * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
350 2011-06-27 Alexis Menard <alexis.menard@openbossa.org>
352 Reviewed by Kenneth Rohde Christiansen.
354 [Qt] Remove Phonon MediaPlayer from the tree.
355 https://bugs.webkit.org/show_bug.cgi?id=63448
357 Remvove from the build.
361 2011-06-24 Dominic Cooney <dominicc@chromium.org>
363 Reviewed by Dimitri Glazkov.
365 Convert shadow DOM-related tests to use window.internals
366 https://bugs.webkit.org/show_bug.cgi?id=61671
368 * Source/autotools/symbols.filter: Export symbols for GTK.
370 2011-06-24 Carlos Garcia Campos <cgarcia@igalia.com>
372 Reviewed by Martin Robinson.
374 [GTK] Add more debug options to compilation
375 https://bugs.webkit.org/show_bug.cgi?id=63318
377 Add --enable-debug-symbols to enable/disable compilation with
378 debug symbols and --enable-debug-features to enable/disable debug
379 features. Both options are unconditionally enabled for debug
384 2011-06-23 Oliver Hunt <oliver@apple.com>
386 Qt build-fix: remove warning that no other platform appears to use.
387 Someone can add it back if they really feel it's needed.
391 2011-06-22 Ryuan Choi <ryuan.choi@samsung.com>
393 Reviewed by Antonio Gomes.
395 [EFL] Add an option to enable Device Orientation Event.
396 https://bugs.webkit.org/show_bug.cgi?id=63120
398 ADD ENABLE_DEVICE_ORIENTATION.
400 * Source/cmake/OptionsEfl.cmake:
401 * Source/cmakeconfig.h.cmake:
403 2011-06-22 Nate Chapin <japhet@chromium.org>
405 Reviewed by Adam Barth.
407 Add symbols required for window.internals.
408 https://bugs.webkit.org/show_bug.cgi?id=62066
410 * Source/autotools/symbols.filter:
412 2011-06-22 Martin Robinson <mrobinson@igalia.com>
414 Reviewed by Adam Roben.
416 [GTK] Implement pixel dump support for WebKitTestRunner
417 https://bugs.webkit.org/show_bug.cgi?id=58242
419 * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
421 2011-06-21 MORITA Hajime <morrita@google.com>
423 Unreviewed, rolling out r89401 and r89403.
424 http://trac.webkit.org/changeset/89401
425 http://trac.webkit.org/changeset/89403
426 https://bugs.webkit.org/show_bug.cgi?id=62970
428 Breaks mac build and mistakenly enables the spellcheck API
432 2011-06-20 MORITA Hajime <morrita@google.com>
434 Reviewed by Kent Tamura.
436 Spellcheck API should be build-able.
437 https://bugs.webkit.org/show_bug.cgi?id=62970
441 2011-06-20 MORITA Hajime <morrita@google.com>
443 Unreviewed GTK build fix.
444 This change corrected syntax error on symbols.filter.
446 * Source/autotools/symbols.filter:
448 2011-06-19 MORITA Hajime <morrita@google.com>
450 Unreviewed GTK build fix.
452 * Source/autotools/symbols.filter:
454 2011-06-19 MORITA Hajime <morrita@google.com>
456 Reviewed by Dimitri Glazkov.
458 The internals object should have createShadowContentElement()
459 https://bugs.webkit.org/show_bug.cgi?id=62432
461 * Source/autotools/symbols.filter: Added some more symbols necessary for
462 window.internals to function to the global symbol list.
465 2011-06-19 Adam Bergkvist <adam.bergkvist@ericsson.com>
467 Reviewed by Martin Robinson.
469 [GTK] Enable Media Stream feature and make it default on
470 https://bugs.webkit.org/show_bug.cgi?id=60394
474 2011-06-17 Joone Hur <joone.hur@collabora.co.uk>
476 Reviewed by Martin Robinson.
478 [GTK] Replace GdkRectangle by cairo_rectangle_int_t
479 https://bugs.webkit.org/show_bug.cgi?id=60687
481 Replace GdkRectangle by cairo_rectangle_int_t.
483 * configure.ac: Check whether Cairo version is higher than 1.10.
485 2011-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
487 Reviewed by Eric Seidel.
489 [CMAKE] Enable METER_TAG of HTML5
490 https://bugs.webkit.org/show_bug.cgi?id=62697
492 Support for meter tag of html5 in CMake build system. However, this feature is
493 only enabled on EFL port now.
495 * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
496 * Source/cmakeconfig.h.cmake:ditto.
498 2011-06-16 Carlos Garcia Campos <cgarcia@igalia.com>
500 Reviewed by Xan Lopez.
502 [GTK] Remove support for GTK+2 in WebKit2
503 https://bugs.webkit.org/show_bug.cgi?id=62794
505 * configure.ac: Make WebKit2 require GTK+ 3.x.
507 2011-06-15 Ryuan Choi <ryuan.choi@samsung.com>
509 Rubber stamped by Eric Seidel.
511 [CMAKE][WK2] Add an option to build webkit2.
512 https://bugs.webkit.org/show_bug.cgi?id=62260
514 Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
517 * Source/CMakeLists.txt:
518 * Source/cmake/WebKitFS.cmake:
520 2011-06-14 Ryuan Choi <ryuan.choi@samsung.com>
522 Reviewed by Eric Seidel.
524 [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
525 https://bugs.webkit.org/show_bug.cgi?id=62604
527 Add feature to enable or disable ENABLE_TOUCH_ICON which supports
528 apple-touch-icon and apple-touch-icon-precomposed in link tag.
530 * Source/cmake/OptionsEfl.cmake:
531 * Source/cmakeconfig.h.cmake:
533 2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
535 Reviewed by Martin Robinson.
537 [GTK] Add configure option to enable/disable register protocol handler
538 https://bugs.webkit.org/show_bug.cgi?id=62534
540 This patch just adds configure option to enable/disable register protocol handler.
541 So, it needs more code to use register protocol handler.
543 * configure.ac: Add configure option to enable/disable register protocol handler.
545 2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
547 Reviewed by Martin Robinson.
549 [GTK] Need to report whether touch icon loading is enabled
550 https://bugs.webkit.org/show_bug.cgi?id=62532
552 It needs to report whether touch icon loading is enabled.
554 * configure.ac: Updated option parsing code for loading touch icons.
556 2011-06-13 Lucas De Marchi <lucas.demarchi@profusion.mobi>
558 Reviewed by Eric Seidel.
560 [CMAKE] Conditionally generate DerivedSources
561 https://bugs.webkit.org/show_bug.cgi?id=62277
563 Speedup build by not generating DerivedSources of features that are
564 disabled. This was already been done for some features like ENABLE_SVG
565 and now it's extended the following features: ENABLE_DATABASE,
566 ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
567 ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
568 ENABLE_DATA_TRANSFER_ITEMS.
570 * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
572 2011-06-10 Lucas De Marchi <lucas.demarchi@profusion.mobi>
574 Reviewed by Kenneth Rohde Christiansen.
576 [CMAKE] Add generic support for building with WebGL
577 https://bugs.webkit.org/show_bug.cgi?id=62376
579 Add files that need to be compiled in every port for supporting WebGL.
580 Each port still needs to add its specific files to
581 CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
584 * Source/CMakeLists.txt: Add files needed to support WebGL.
585 * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
586 * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
589 2011-06-09 Lucas De Marchi <lucas.demarchi@profusion.mobi>
591 Reviewed by Antonio Gomes.
593 [CMAKE] Never let USER_AGENT defined to nothing
594 https://bugs.webkit.org/show_bug.cgi?id=62410
596 This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
597 definitions only if that port defined it. A port might prefer to set it
598 in other place, e.g. a header that is part of the public API (like GTK
601 By using #cmakedefine instead of #define, if that variable is not set
602 in CMake it will expand to:
604 /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
606 * Source/cmake/OptionsEfl.cmake:
607 * Source/cmakeconfig.h.cmake:
609 2011-06-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
611 Reviewed by Antonio Gomes.
613 [EFL] Enable PROGRESS_TAG feature
614 https://bugs.webkit.org/show_bug.cgi?id=62212
616 * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
618 2011-06-08 Lucas De Marchi <lucas.demarchi@profusion.mobi>
620 Reviewed by Kenneth Rohde Christiansen.
622 [CMAKE] Never let a WTF_FEATURE defined to nothing
623 https://bugs.webkit.org/show_bug.cgi?id=60820
625 If a port doesn't want to give the user some configure options,
626 nevertheless it would have to define this feature as OFF. Otherwise
627 there's a build error because the generated cmakeconfig.h is not
628 parsed correctly by ENABLE macro, which expects each feature to be
629 either undefined or defined to TRUE/FALSE.
631 * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
632 of the feature, which allows CONFIGURE_FILE() to replace it in the new
634 * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
635 with another variable. This way the feature will always be 0 or 1 and
636 it will never be left undefined.
638 2011-06-07 Lucas De Marchi <lucas.demarchi@profusion.mobi>
640 Reviewed by Antonio Gomes.
642 [EFL] Remove Ecore_X bits from PlatformScreenEfl
643 https://bugs.webkit.org/show_bug.cgi?id=61649
645 Remove the need for Ecore_X and some X calls by always using
646 new functions available in EFL to get the screen size.
648 * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
650 2011-06-07 Andreas Kling <andreas.kling@nokia.com>
652 Reviewed by Laszlo Gombos.
654 [Qt] Fix Symbian build with RVCT 2.x
655 https://bugs.webkit.org/show_bug.cgi?id=62205
657 RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
658 option, so restrict it to version 4.x of the compiler.
662 2011-06-06 Martin Robinson <mrobinson@igalia.com>
664 Fix the GTK+ build by ensuring that the autogenerated sources
665 necessary for libWebCoreInternals are recorded in a predeclared
666 variable before assigning to BUILT_SOURCES.
668 * GNUmakefile.am: Assign libWebCoreInternals built sources to
669 libwebcoreinternals_built_sources before adding to the source list
670 and to BUILT_SOURCES.
672 2011-06-06 Carlos Garcia Campos <cgarcia@igalia.com>
674 Unreviewed. Fix the GTK+ build.
676 * GNUmakefile.am: Add javascriptcore_cflags variable.
678 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
680 [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
685 2011-06-04 Adam Barth <abarth@webkit.org>
687 Configure new commit-queue instance. (Please ignore.)
689 2011-06-03 Martin Robinson <mrobinson@igalia.com>
691 Reviewed by Dimitri Glazkov.
693 Teach Gtk build about window.internals
694 https://bugs.webkit.org/show_bug.cgi?id=61071
696 * Source/autotools/symbols.filter: Added some symbols necessary for
697 window.internals to function to the global symbol list.
699 2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
701 Reviewed by Benjamin Poulain.
703 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
704 https://bugs.webkit.org/show_bug.cgi?id=61957
706 When building inside the Qt source tree, qmake always append the mkspecs
707 defines after ours. We have to workaround and make sure that we append
708 our flags after the qmake variable used inside Qt. This workaround was provided
709 by our qmake folks. We need to append in both case because qmake behave differently
710 when called with -spec or via SUBDIR+=.
714 2011-06-02 Alexis Menard <alexis.menard@openbossa.org>
716 Reviewed by Andreas Kling.
718 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
719 https://bugs.webkit.org/show_bug.cgi?id=61957
721 When building inside the Qt source tree, qmake always append the mkspecs
722 defines after ours. We have to workaround and make sure that we append
723 our flags after the qmake variable used inside Qt. This workaround was provided
728 2011-03-30 Martin Robinson <mrobinson@igalia.com>
730 Reviewed by Adam Roben.
732 [GTK] [WebKit2] Implement a basic WebKitTestRunner
733 https://bugs.webkit.org/show_bug.cgi?id=57068
735 * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
737 2011-05-31 Xan Lopez <xlopez@igalia.com>
739 Reviewed by Martin Robinson.
741 Bump version to 1.5.1.
745 2011-05-25 Gregg Tavares <gman@chromium.org>
747 Reviewed by Kenneth Russell.
749 Add 'noExtensions' option to Web/GraphicsContext3D attributes.
750 https://bugs.webkit.org/show_bug.cgi?id=61460
752 * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
753 * Source/WebCore/platform/graphics/GraphicsContext3D.h:
754 * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
755 * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
757 2011-05-24 Keishi Hattori <keishi@webkit.org>
759 Reviewed by Kent Tamura.
761 Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
762 https://bugs.webkit.org/show_bug.cgi?id=61273
764 * configure.ac: Added INPUT_COLOR feature flag.
766 2011-05-24 Jay Civelli <jcivelli@chromium.org>
768 Reviewed by Adam Barth.
770 Adding MHTML reading support.
771 https://bugs.webkit.org/show_bug.cgi?id=7168
775 2011-05-23 Ryuan Choi <ryuan.choi@samsung.com>
777 Rubber stamped by Eric Seidel.
779 [CMAKE] Refactoring wtf related code.
780 https://bugs.webkit.org/show_bug.cgi?id=60146
782 Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
784 * Source/cmake/OptionsCommon.cmake:
785 * Source/cmake/OptionsEfl.cmake:
787 2011-05-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
789 Unreviewed. Fix build break.
791 * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
793 2011-05-16 Carlos Garcia Campos <cgarcia@igalia.com>
795 Reviewed by Martin Robinson.
797 [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
798 https://bugs.webkit.org/show_bug.cgi?id=58223
800 * configure.ac: Add configure option to enable/disable plugin
803 2011-05-12 Gregg Tavares <gman@chromium.org>
805 Reviewed by Kenneth Russell.
807 Add option to select GraphicsContext3D implementation.
808 https://bugs.webkit.org/show_bug.cgi?id=60297
810 * Source/WebKit/chromium/DEPS:
811 * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
813 2011-05-12 Lucas De Marchi <lucas.demarchi@profusion.mobi>
815 Reviewed by Antonio Gomes.
817 [CMAKE] Add option to unconditionally enable/disable a feature
818 https://bugs.webkit.org/show_bug.cgi?id=60643
820 Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
821 to enable a feature without showing to user that it can be disabled.
822 This is useful if a port needs an option to be always ON/OFF and
823 changing it will break the build.
825 This way it's possible to add mandatory features to each port without
826 touching the cmakeconfig.cmake file.
828 * Source/cmake/WebKitFeatures.cmake:
830 2011-05-11 Dmitry Lomov <dslomov@google.com>
832 Reviewed by David Levin.
834 https://bugs.webkit.org/show_bug.cgi?id=59561
835 Switch TestWebKitAPI to GTest
837 Fixes Makefiles and WinCairo build as well
839 * Source/ThirdParty/gtest/README.WebKit:
840 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
841 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
842 * Source/ThirdParty/gtest/xcode/Makefile: Added.
844 2011-05-09 Dmitry Lomov <dslomov@google.com>
846 Reviewed by Sam Weinig.
848 Switch TestWebKitAPI to GTest
849 https://bugs.webkit.org/show_bug.cgi?id=59561
851 * Source/ThirdParty/gtest/README.WebKit:
852 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
854 2011-05-09 Xan Lopez <xlopez@igalia.com>
856 Reviewed by Gustavo Noronha.
858 Fix logic in GCC version detection, it was reversed.
862 2011-05-09 Alexis Menard <alexis.menard@openbossa.org>
864 Reviewed by Andreas Kling.
866 [Qt] Fix the build on Embedded Linux.
867 https://bugs.webkit.org/show_bug.cgi?id=60347
869 qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
870 still be used in order to build properly.
874 2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
876 [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
880 2011-05-05 Prasanth Ullattil <prasanth.ullattil@nokia.com>
882 Reviewed by Simon Hausmann.
884 Install correct header files for webkit.
886 Since WebKit is no longer inside Qt, we can remove the detection for
889 [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
890 https://bugs.webkit.org/show_bug.cgi?id=57621
892 * Source/sync.profile:
894 2011-05-05 Adam Barth <abarth@webkit.org>
896 Remove a couple stray mentions of WML that I missed before.
900 2011-05-05 Alexis Menard <alexis.menard@openbossa.org>
902 Reviewed by Benjamin Poulain.
904 [Qt] Make QtWebKit build when using gcc 4.6.0
905 https://bugs.webkit.org/show_bug.cgi?id=60265
907 If QtWebKit is compiled with gcc 4.6.0 and the build is not done
908 with c++0x support we need to deactivate warnings about compatibility.
909 Some WebKit types have names which conflicts with upcoming c++0x
910 types. If QtWebKit is built with c++0x support, WebKit has code to
911 fallback to the standard type rather than the WebKit implementation.
912 For example nullptr will be the one of the std if build options turns on
917 2011-05-04 Xan Lopez <xlopez@igalia.com>
919 Reviewed by Martin Robinson.
921 [GTK] Fix warnings in webkit.m4 with autoconf 2.68
922 https://bugs.webkit.org/show_bug.cgi?id=60189
924 Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
927 * Source/autotools/webkit.m4: ditto.
929 2011-05-04 Martin Robinson <mrobinson@igalia.com>
931 Fix the WebKitGTK+ build.
933 * configure.ac: Added option parsing code for loading touch icons.
935 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
937 Reviewed by Xan Lopez.
939 [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
940 https://bugs.webkit.org/show_bug.cgi?id=60041
942 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
943 4.6.0) until our codebase is ready. This is the same as done for
946 * Source/cmake/WebKitHelpers.cmake: ditto.
948 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
950 Unreviewed, rolling out r85624.
951 http://trac.webkit.org/changeset/85624
953 The same command is used also for make_names.pl, which breaks
956 * Source/cmake/OptionsCommon.cmake: ditto.
958 2011-05-03 Leandro Pereira <leandro@profusion.mobi>
960 [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
962 Force linking with zlib so that uncompress() exists.
964 * Source/cmake/OptionsEfl.cmake: Find zlib.
966 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
968 [CMAKE] Unreviewed build fix for gcc >= 4.6
970 Same fix as done in r84123. CMake explicitly pass the arguments to
971 make_names.pl, so let's make them the same.
973 * Source/cmake/OptionsCommon.cmake: ditto.
975 2011-05-02 Adam Klein <adamk@chromium.org>
977 Reviewed by Tony Chang.
979 Roll chromium DEPS to r83722, add new crypto directory to DEPS
980 https://bugs.webkit.org/show_bug.cgi?id=59992
983 Ignore new chromium/crypto directory.
985 2011-05-03 Carlos Garcia Campos <cgarcia@igalia.com>
987 Reviewed by Eric Seidel.
989 [GTK] Build webkit1 even when webkit2 is enabled
990 https://bugs.webkit.org/show_bug.cgi?id=59695
995 2011-05-01 ojab <ojab@ojab.ru>
997 Reviewed by Eric Seidel.
999 --disable-video-track if --disable-video
1000 https://bugs.webkit.org/show_bug.cgi?id=59605
1004 2011-04-29 Dean Jackson <dino@apple.com>
1006 Reviewed by Simon Fraser.
1008 Add ENABLE macro for WebKitAnimation
1009 https://bugs.webkit.org/show_bug.cgi?id=59729
1011 Add new feature to toggle WebKit Animation API.
1015 2011-04-29 Kevin Ollivier <kevino@theolliviers.com>
1017 [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
1021 2011-04-28 Adam Barth <abarth@webkit.org>
1023 Reviewed by Eric Seidel.
1026 https://bugs.webkit.org/show_bug.cgi?id=59678
1028 Remove WML configuration option from the CMake build system.
1030 * Source/cmake/OptionsEfl.cmake:
1031 * Source/cmake/OptionsWinCE.cmake:
1032 * Source/cmakeconfig.h.cmake:
1034 2011-04-28 Xan Lopez <xlopez@igalia.com>
1036 Reviewed by Martin Robinson.
1038 [Gtk] Split JSC and WebCore builds
1039 https://bugs.webkit.org/show_bug.cgi?id=19428
1041 Add a pkg-config file for JavaScriptCoreGTK+.
1043 * configure.ac: generate the final pkg-config file from our .in
1046 2011-04-28 Xan Lopez <xlopez@igalia.com>
1048 Reviewed by Martin Robinson.
1050 [Gtk] Split JSC and WebCore builds
1051 https://bugs.webkit.org/show_bug.cgi?id=19428
1053 Build JavaScriptCore as a libtool shared library instead of a
1054 private convenience library.
1056 * GNUmakefile.am: remove convenience library definition for jsc.
1058 2011-04-28 Xan Lopez <xlopez@igalia.com>
1060 Reviewed by Martin Robinson.
1062 [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
1063 https://bugs.webkit.org/show_bug.cgi?id=59718
1065 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
1066 4.6.0) until our codebase is ready.
1068 * configure.ac: do that.
1070 2011-04-27 Yi Shen <yi.4.shen@nokia.com>
1072 Reviewed by Kenneth Rohde Christiansen.
1074 [Qt] Upstream Symbian platform plugin
1075 https://bugs.webkit.org/show_bug.cgi?id=58435
1077 Upstream Symbian platform plugin.
1079 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1081 2011-04-27 Steve Block <steveblock@google.com>
1083 Reviewed by David Levin.
1085 Remove Android build system
1086 https://bugs.webkit.org/show_bug.cgi?id=48111
1088 This is to avoid the maintenance burden until the Android port is
1091 * Source/Android.mk: Removed.
1093 2011-04-26 Kevin Ollivier <kevino@theolliviers.com>
1095 Rubberstamped by Eric Seidel.
1097 Enable waf to be used to build other ports
1098 https://bugs.webkit.org/show_bug.cgi?id=58213
1102 2011-04-22 Sheriff Bot <webkit.review.bot@gmail.com>
1104 Unreviewed, rolling out r84627.
1105 http://trac.webkit.org/changeset/84627
1106 https://bugs.webkit.org/show_bug.cgi?id=59271
1108 It broke Symbian build (Requested by Ossy on #webkit).
1110 * Source/WebKit.pro:
1112 2011-04-22 Yi Shen <yi.4.shen@nokia.com>
1114 Reviewed by Kenneth Rohde Christiansen.
1116 [Qt] Upstream Symbian platform plugin
1117 https://bugs.webkit.org/show_bug.cgi?id=58435
1119 Upstream Symbian platform plugin.
1121 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1123 2011-04-21 Maciej Stachowiak <mjs@apple.com>
1125 Reviewed by Adam Roben.
1127 Add a feature define to allow <details> and <summary> to be disabled
1128 https://bugs.webkit.org/show_bug.cgi?id=59118
1129 <rdar://problem/9257045>
1133 2011-04-18 Evan Martin <evan@chromium.org>
1135 Reviewed by Eric Seidel.
1137 [chromium] expose title direction to webkit client
1138 https://bugs.webkit.org/show_bug.cgi?id=58823
1140 * Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
1141 * Tools/DumpRenderTree/chromium/LayoutTestController.h:
1142 Adapt to new API. Expose title direction to JS so it can be tested.
1144 * Tools/DumpRenderTree/chromium/WebViewHost.cpp:
1145 * Tools/DumpRenderTree/chromium/WebViewHost.h:
1148 2011-04-18 Hans Wennborg <hans@chromium.org>
1150 Reviewed by Steve Block.
1152 LevelDB backend for IndexedDB
1153 https://bugs.webkit.org/show_bug.cgi?id=57372
1155 Add LevelDB wrappers to Android.mk.
1157 * Source/Android.mk:
1159 2011-04-18 Patrick Gansterer <paroga@webkit.org>
1161 Reviewed by Pavel Feldman.
1163 REGRESSION (r81479): generate-inspector-idl fails on native win32
1164 https://bugs.webkit.org/show_bug.cgi?id=58315
1166 Disable git autocrlf for Inspector.json.
1170 2011-04-16 Patrick Gansterer <paroga@webkit.org>
1172 Reviewed by Eric Seidel.
1174 Rename PLATFORM(CAIRO) to USE(CAIRO)
1175 https://bugs.webkit.org/show_bug.cgi?id=55192
1177 * Source/cmake/OptionsEfl.cmake:
1179 2011-04-15 Shishir Agrawal <shishir@chromium.org>
1181 Reviewed by James Robinson.
1183 Add a flag to guard Page Visibility API changes.
1184 https://bugs.webkit.org/show_bug.cgi?id=58464
1187 http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
1191 2011-04-15 Xan Lopez <xlopez@igalia.com>
1193 Reviewed by Martin Robinson.
1195 * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
1196 branch and was already cut off.
1198 2011-04-15 Anna Cavender <annacc@chromium.org>
1200 Reviewed by Eric Carlson.
1202 Renaming TRACK feature define to VIDEO_TRACK
1203 https://bugs.webkit.org/show_bug.cgi?id=53556
1207 2011-04-13 Dmitry Lomov <dslomov@google.com>
1209 Reviewed by David Levin.
1211 Add GTest unit-testing framework to WebKit
1212 https://bugs.webkit.org/show_bug.cgi?id=58507
1214 * Source/ThirdParty/gtest/CHANGES: Added.
1215 * Source/ThirdParty/gtest/CMakeLists.txt: Added.
1216 * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
1217 * Source/ThirdParty/gtest/COPYING: Added.
1218 * Source/ThirdParty/gtest/Makefile.am: Added.
1219 * Source/ThirdParty/gtest/README: Added.
1220 * Source/ThirdParty/gtest/README.WebKit: Added.
1221 * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
1222 * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
1223 * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
1224 * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
1225 * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
1226 * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
1227 * Source/ThirdParty/gtest/configure.ac: Added.
1228 * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
1229 * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
1230 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
1231 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
1232 * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
1233 * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
1234 * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
1235 * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
1236 * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
1237 * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
1238 * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
1239 * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
1240 * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
1241 * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
1242 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
1243 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
1244 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
1245 * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
1246 * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
1247 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
1248 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
1249 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
1250 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
1251 * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
1252 * Source/ThirdParty/gtest/m4/gtest.m4: Added.
1253 * Source/ThirdParty/gtest/make/Makefile: Added.
1254 * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
1255 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
1256 * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
1257 * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
1258 * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
1259 * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
1260 * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
1261 * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
1262 * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
1263 * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
1264 * Source/ThirdParty/gtest/run_tests.py: Added.
1265 * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
1266 * Source/ThirdParty/gtest/samples/sample1.cc: Added.
1267 * Source/ThirdParty/gtest/samples/sample1.h: Added.
1268 * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
1269 * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
1270 * Source/ThirdParty/gtest/samples/sample2.cc: Added.
1271 * Source/ThirdParty/gtest/samples/sample2.h: Added.
1272 * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
1273 * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
1274 * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
1275 * Source/ThirdParty/gtest/samples/sample4.cc: Added.
1276 * Source/ThirdParty/gtest/samples/sample4.h: Added.
1277 * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
1278 * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
1279 * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
1280 * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
1281 * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
1282 * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
1283 * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
1284 * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
1285 * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
1286 * Source/ThirdParty/gtest/scripts/pump.py: Added.
1287 * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
1288 * Source/ThirdParty/gtest/scripts/upload.py: Added.
1289 * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
1290 * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
1291 * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
1292 * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
1293 * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
1294 * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
1295 * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
1296 * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
1297 * Source/ThirdParty/gtest/src/gtest.cc: Added.
1298 * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
1299 * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
1300 * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
1301 * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
1302 * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
1303 * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
1304 * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
1305 * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
1306 * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
1307 * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
1308 * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
1309 * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
1310 * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
1311 * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
1312 * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
1313 * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
1314 * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
1315 * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
1316 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
1317 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
1318 * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
1319 * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
1320 * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
1321 * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
1322 * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
1323 * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
1324 * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
1325 * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
1326 * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
1327 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
1328 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
1329 * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
1330 * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
1331 * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
1332 * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
1333 * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
1334 * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
1335 * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
1336 * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
1337 * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
1338 * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
1339 * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
1340 * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
1341 * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
1342 * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
1343 * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
1344 * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
1345 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
1346 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
1347 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
1348 * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
1349 * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
1350 * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
1351 * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
1352 * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
1353 * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
1354 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
1355 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
1356 * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
1357 * Source/ThirdParty/gtest/test/production.cc: Added.
1358 * Source/ThirdParty/gtest/test/production.h: Added.
1359 * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
1360 * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
1361 * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
1362 * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
1363 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
1364 * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
1365 * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
1366 * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
1367 * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
1368 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
1369 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
1370 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
1371 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
1372 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
1373 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
1374 * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
1375 * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
1376 * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
1378 2011-04-13 Ryuan Choi <ryuan.choi@samsung.com>
1380 Reviewed by Kenneth Rohde Christiansen.
1382 [CMAKE] Separate DerivedSources.
1383 https://bugs.webkit.org/show_bug.cgi?id=58427
1385 Seperate DerivedSources/ to DerivedSources/WebCore and
1386 DerivedSources/JavaScriptCore.
1388 * Source/CMakeLists.txt:
1389 * Source/cmake/OptionsCommon.cmake:
1390 * Source/cmake/WebKitFS.cmake:
1391 * Source/cmake/WebKitHelpers.cmake:
1392 * Source/cmake/WebKitMacros.cmake:
1394 2011-04-13 Tony Chang <tony@chromium.org>
1396 Ignore files generated from glu.gyp.
1400 2011-03-28 Adam Barth <abarth@webkit.org>
1402 Reviewed by Kenneth Russell.
1404 Move libtess from WebCore/thirdparty to ThirdParty
1405 https://bugs.webkit.org/show_bug.cgi?id=57288
1407 We're putting third party code in Source/ThirdParty these days.
1409 * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
1410 * Source/ThirdParty/glu/glu.gyp: Added.
1412 2011-04-12 Thouraya ANDOLSI <thouraya.andolsi@st.com>
1414 Reviewed by Eric Seidel.
1416 [QT] Enable JIT build for SH4 platforms.
1417 https://bugs.webkit.org/show_bug.cgi?id=58317
1418 add disable_uitools for SH4 platforms.
1420 * Source/WebKit.pri:
1422 2011-04-11 Anna Cavender <annacc@chromium.org>
1424 Reviewed by Eric Carlson.
1426 Setup ENABLE(TRACK) feature define
1427 https://bugs.webkit.org/show_bug.cgi?id=53556
1431 2011-04-11 Varun Jain <varunjain@chromium.org>
1433 Reviewed by Darin Fisher.
1435 Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
1436 https://bugs.webkit.org/show_bug.cgi?id=58245
1438 * Source/WebKit/chromium/public/WebWidget.h:
1440 2011-04-11 Thouraya ANDOLSI <thouraya.andolsi@st.com>
1442 Reviewed by Oliver Hunt.
1445 https://bugs.webkit.org/show_bug.cgi?id=44329
1447 Enable JIT support for SH4 platforms.
1451 2011-04-11 Andreas Kling <andreas.kling@nokia.com>
1453 Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
1455 * Source/WebKit.pri:
1457 2011-04-09 Keith Kyzivat <keith.kyzivat@nokia.com>
1459 Reviewed by Laszlo Gombos.
1461 [Qt] Don't link against fontconfig or X11 if embedded
1462 https://bugs.webkit.org/show_bug.cgi?id=58104
1464 * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
1466 2011-04-08 Alpha Lam <hclam@chromium.org>
1468 Unreviewed, rolling out r83335.
1469 http://trac.webkit.org/changeset/83335
1470 https://bugs.webkit.org/show_bug.cgi?id=53556
1472 GTK and QT bots are broken.
1476 2011-04-08 Kristian Amlie <kristian.amlie@nokia.com>
1478 Reviewed by Andreas Kling.
1480 [Qt] Remove modular references after support for the flag was removed.
1481 https://bugs.webkit.org/show_bug.cgi?id=57018
1483 Removed modular references after support for the flag was removed.
1485 Support was removed because the Qt Modularization project decided we
1486 don't need it. It's better to base decisions on the available
1487 information, as demonstrated in the patch by checking
1490 * Source/WebKit.pri:
1492 2011-04-07 Anna Cavender <annacc@chromium.org>
1494 Reviewed by Eric Carlson.
1496 Setup ENABLE(TRACK) feature define
1497 https://bugs.webkit.org/show_bug.cgi?id=53556
1501 2011-04-08 Varun Jain <varunjain@chromium.org>
1503 Reviewed by Darin Fisher.
1505 Need to extend WebKit chromium API to access text selection
1506 https://bugs.webkit.org/show_bug.cgi?id=57888
1508 * Source/WebKit/chromium/public/WebFrame.h:
1509 * Source/WebKit/chromium/public/WebWidget.h:
1510 * Source/WebKit/chromium/src/WebFrameImpl.cpp:
1511 * Source/WebKit/chromium/src/WebFrameImpl.h:
1512 * Source/WebKit/chromium/src/WebPopupMenuImpl.h:
1513 * Source/WebKit/chromium/src/WebViewImpl.cpp:
1514 * Source/WebKit/chromium/src/WebViewImpl.h:
1515 * Source/WebKit/chromium/tests/PopupMenuTest.cpp:
1517 2011-04-08 Jon Lee <jonlee@apple.com>
1519 Reviewed by David Levin.
1521 adding *.vcproj.*.user to .gitignore for Visual Studio development
1522 https://bugs.webkit.org/show_bug.cgi?id=58097
1526 2011-04-07 Eric Seidel <eric@webkit.org>
1528 Reviewed by Adam Barth.
1530 Add stub support for generating Gtk build system from gyp
1531 https://bugs.webkit.org/show_bug.cgi?id=58086
1533 This adds support for a new --port argument and plumbs through
1534 the necessary paths to allow generating for a port other than Mac.
1536 * Source/gyp/configure:
1538 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
1540 Revert ENABLE_TRACK patch due to compile failures.
1544 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
1546 Reviewed by David Levin.
1548 Add QUOTA build flag for unified quota API
1549 https://bugs.webkit.org/show_bug.cgi?id=57918
1551 * configure.ac: Added QUOTA build flag
1553 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1555 Build fix for GTK+ after r82876.
1557 * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
1558 from WTF that DRT uses.
1560 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1562 Reviewed by Gustavo Noronha Silva.
1565 https://bugs.webkit.org/show_bug.cgi?id=31517
1567 * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
1569 2011-04-04 Jon Lee <jonlee@apple.com>
1571 Reviewed by Eric Seidel.
1573 add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
1574 https://bugs.webkit.org/show_bug.cgi?id=57646
1576 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
1578 2011-03-31 Xan Lopez <xlopez@igalia.com>
1580 Reviewed by Martin Robinson.
1582 [GTK] Link explicitly with XRender on Linux/Unix
1583 https://bugs.webkit.org/show_bug.cgi?id=57558
1585 Some linkers, like GNU Gold, require explicit linkage of all the
1586 libraries used instead of relying on our dependencies to bring
1587 them in. In this case, the build fails because we use XRender in
1588 the plugin code but don't link directly to it.
1590 * configure.ac: check for XRender on UNIX.
1592 2011-03-31 Vamshikrishna.Yellenki <vamshi@motorola.com> and Alejandro G. Castro <alex@igalia.com>
1594 Reviewed by Martin Robinson.
1596 Implement MiniBrowser for Gtk port.
1597 https://bugs.webkit.org/show_bug.cgi?id=48512
1599 Initial implementation of the Gtk MiniBrowser.
1603 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1605 [Qt] Typo fix, remove an accidentally added line.
1607 * Source/WebKit.pri:
1609 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1611 [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
1613 * Source/WebKit.pri:
1615 2011-03-29 Csaba Osztrogonác <ossy@webkit.org>
1617 Rubber-stamped by Andreas Kling.
1619 [Qt] Remove modular references after support for the flag was removed.
1620 https://bugs.webkit.org/show_bug.cgi?id=57018
1622 Symbian buildfix after r82232.
1624 * Source/WebKit.pri: Readd uitools option.
1626 2011-03-29 Kristian Amlie <kristian.amlie@nokia.com>
1628 Reviewed by Andreas Kling.
1630 Removed modular references after support for the flag was removed.
1632 Support was removed because the Qt Modularization project decided we
1633 don't need it. It's better to base decisions on the available
1634 information, as demonstrated in the patch by checking
1637 In addition, remove the reference to uitools. It has been moved to
1638 QtKernel now, and therefore is always available.
1640 [Qt] Remove modular references after support for the flag was removed.
1641 https://bugs.webkit.org/show_bug.cgi?id=57018
1643 * Source/WebKit.pri:
1645 2011-03-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1647 Reviewed by Andreas Kling.
1649 [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
1650 https://bugs.webkit.org/show_bug.cgi?id=57087
1652 Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
1654 * Source/WebKit.pri:
1656 2011-03-26 Adam Barth <abarth@webkit.org>
1658 Reviewed by Eric Seidel.
1660 We shouldn't bother running GYP if the generated files are newer than the GYP files
1661 https://bugs.webkit.org/show_bug.cgi?id=57146
1663 In the common case, this check will avoid any overhead from processing
1664 the GYP files. Another approach to doing this is to add the feature to
1665 GYP directly, but GYP's approach to this problem is to compute the
1666 output in its entirety and compare it byte-for-byte against the output
1667 file. In the future, it might make sense to add this approach as an
1668 alternative approach for GYP itself.
1670 I also removed JavaScriptGlue from the script because we're not really
1671 going to change JavaScriptGlue over to GYP. We were using
1672 JavaScriptGlue as a learning experience.
1674 * Source/gyp/configure:
1676 2011-03-25 Kevin Ollivier <kevino@theolliviers.com>
1678 [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
1682 2011-03-23 George Guo <George.Guo@nokia.com>
1684 Reviewed by Darin Adler.
1686 Webkit warning: converting to 'unsigned int' from 'double'
1687 https://bugs.webkit.org/show_bug.cgi?id=56865
1689 With -Werr enabled, this cause the build failure on RedHat Linux.
1692 * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
1695 2011-03-23 Adam Barth <abarth@webkit.org>
1697 Reviewed by Eric Seidel.
1699 GYP build should default to Production configuration
1700 https://bugs.webkit.org/show_bug.cgi?id=56899
1702 * Source/gyp/common.gypi:
1704 2011-03-22 Adam Barth <abarth@webkit.org>
1706 Reviewed by Eric Seidel.
1708 gyp/configure shouldn't require GYP to be in your path
1709 https://bugs.webkit.org/show_bug.cgi?id=56873
1711 Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
1712 instead of requiring GYP to be in the user's path.
1714 * Source/gyp/configure:
1716 2011-03-22 Adam Barth <abarth@webkit.org>
1718 Reviewed by Eric Seidel.
1720 Add GYP to Source/ThirdParty
1721 https://bugs.webkit.org/show_bug.cgi?id=56870
1723 We probably don't need all the test files, but it seems cleaner to just
1724 check in the whole GYP tree. GYP is BSD licensed, so it is compatible
1725 with the WebKit license.
1727 * Source/ThirdParty/gyp: Added.
1729 2011-03-21 Alejandro G. Castro <alex@igalia.com>
1731 Reviewed by Martin Robinson.
1733 [GTK] 1.3.13 release bump
1734 https://bugs.webkit.org/show_bug.cgi?id=56795
1736 Version bump for 1.3.13 and updated NEWS file with release notes.
1740 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
1742 Reviewed by Antonio Gomes.
1744 [CMAKE] Add exception handling when PORT was missing.
1745 https://bugs.webkit.org/show_bug.cgi?id=56728
1747 * Source/CMakeLists.txt:
1749 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
1751 Reviewed by Laszlo Gombos.
1753 [Qt] Text layout is broken on Symbian
1754 https://bugs.webkit.org/show_bug.cgi?id=56046
1756 Change integers included into bitfields to be signed by default on RVCT
1757 compiler as a lot of other compilers do (gcc, msvc, winsc).
1758 There are a lot of places in webkit where integers included in bitfield
1759 are assumed to be signed.
1761 * Source/WebKit.pri:
1763 2011-03-10 Alejandro G. Castro <alex@igalia.com>
1765 Unreviewed, fixed Efl compilation after r80744.
1767 * Source/cmake/OptionsEfl.cmake:
1769 2011-03-10 Martin Robinson <mrobinson@igalia.com>
1771 Fixed the help message for WebGL support on GTK+ to reflect the fact that
1772 it's turned off by default and is experimental.
1774 * configure.ac: Fix WebGL help message.
1776 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
1778 Reviewed by Adam Barth.
1780 Add skeletal WebCore.gyp
1781 https://bugs.webkit.org/show_bug.cgi?id=55802
1783 * Source/gyp/configure: Added WebCore.
1785 2011-03-04 Adam Barth <abarth@webkit.org>
1787 Reviewed by Dimitri Glazkov.
1789 Add a basic configure script for the GYP build
1790 https://bugs.webkit.org/show_bug.cgi?id=55791
1792 This script just calls GYP on the various gyp projects. As we add more
1793 build systems, this script should be able to select which of them you'd
1794 like to generate the project for.
1796 * Source/gyp/configure: Added.
1798 2011-03-04 Adam Barth <abarth@webkit.org>
1800 Reviewed by Dimitri Glazkov.
1802 Use target_defaults to reduce boilerplate in GYP build system
1803 https://bugs.webkit.org/show_bug.cgi?id=55790
1805 This file contains GYP declarations that are shared by all the modules.
1806 Currently, we use this to set up the configurations, albeit primitively.
1808 * Source/gyp/common.gypi: Added.
1810 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
1812 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
1813 to make sure the proper unicode/utf8.h header is included.
1817 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
1819 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
1820 included in the ICU headers used by WebKit.
1824 2011-03-02 Daniel Cheng <dcheng@chromium.org>
1826 Reviewed by David Levin.
1828 Add feature define for data transfer items
1829 https://bugs.webkit.org/show_bug.cgi?id=55510
1831 * Source/cmake/OptionsEfl.cmake:
1832 * Source/cmake/OptionsWinCE.cmake:
1833 * Source/cmakeconfig.h.cmake:
1837 2011-03-02 Andras Becsi <abecsi@webkit.org>
1839 Reviewed by Laszlo Gombos.
1841 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
1842 https://bugs.webkit.org/show_bug.cgi?id=55478
1844 On case insensitive systems the generated forwarding headers cause build problems.
1846 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
1848 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
1850 Unreviewed, rolling out r80079.
1851 http://trac.webkit.org/changeset/80079
1852 https://bugs.webkit.org/show_bug.cgi?id=55547
1854 "Broke the Win debug build?" (Requested by dcheng on #webkit).
1856 * Source/cmake/OptionsEfl.cmake:
1857 * Source/cmake/OptionsWinCE.cmake:
1858 * Source/cmakeconfig.h.cmake:
1860 2011-03-01 Daniel Cheng <dcheng@chromium.org>
1862 Reviewed by David Levin.
1864 Add feature define for data transfer items
1865 https://bugs.webkit.org/show_bug.cgi?id=55510
1867 * Source/cmake/OptionsEfl.cmake:
1868 * Source/cmake/OptionsWinCE.cmake:
1869 * Source/cmakeconfig.h.cmake:
1871 2011-03-01 Andras Becsi <abecsi@webkit.org>
1873 Reviewed by Csaba Osztrogonác.
1875 [Qt] Clean up the project files and move common options to WebKit.pri.
1877 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
1879 * Source/WebKit.pri: Common options should be here.
1880 Also move Mac options to this file to fix the Mac build.
1882 2011-03-01 Andras Becsi <abecsi@webkit.org>
1884 Unreviewed build fix.
1886 [Qt] Fix minimal build.
1888 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
1890 2011-02-28 Adam Barth <abarth@webkit.org>
1892 Reviewed by Dimitri Glazkov.
1894 Teach JavaScriptGlue gyp build about DEPTH
1895 https://bugs.webkit.org/show_bug.cgi?id=55421
1897 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
1898 to the gyp directory in Source, where they can be shared by multiple
1901 * Source/gyp: Added.
1902 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
1903 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
1904 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
1906 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1908 Reviewed by Kenneth Rohde Christiansen.
1910 [Qt][WK2] Add a way to test the WebKit 2 APIs
1911 https://bugs.webkit.org/show_bug.cgi?id=55408
1913 Add the build file for test to the build system.
1915 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
1916 * Source/WebKit.pro: Add the dependency to build the new test project.
1918 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
1920 Reviewed by Anders Carlsson.
1922 [Qt][WK2] Plugin initialization
1923 https://bugs.webkit.org/show_bug.cgi?id=48127
1925 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
1926 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
1928 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
1930 Reviewed by Andreas Kling.
1932 Added full webkit module profile and a syncqt profile.
1934 This is for modularized Qt.
1936 [Qt] WebKit patches required to work with a modularized version of Qt
1937 https://bugs.webkit.org/show_bug.cgi?id=53916
1939 * Source/sync.profile: Added.
1941 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1943 Reviewed by Laszlo Gombos.
1945 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
1946 non-production builds.
1947 https://bugs.webkit.org/show_bug.cgi?id=55313
1949 * Source/WebKit.pri:
1951 2011-02-24 Alejandro G. Castro <alex@igalia.com>
1953 Rubber-stamped by Martin Robinson.
1955 Fixed compilation after r79537, added a bug to solve webkit2
1957 https://bugs.webkit.org/show_bug.cgi?id=55153
1961 2011-02-24 Christian Dywan <christian@lanedo.com>
1963 Rubber-stamped by Eric Seidel.
1965 [GTK] webkitgtk 1.3.7 build without translations
1966 https://bugs.webkit.org/show_bug.cgi?id=50612
1968 * GNUmakefile.am: Require stamp-po target for all-local so
1969 that po files are built before they install.
1971 2011-02-22 Philippe Normand <pnormand@igalia.com>
1973 Reviewed by Martin Robinson.
1975 [GTK] 1.3.12 release preparation
1976 https://bugs.webkit.org/show_bug.cgi?id=54967
1978 Version bump for 1.3.12 and updated NEWS file with release notes.
1979 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
1982 * Source/WebKit/gtk/NEWS:
1985 2011-02-22 Andras Becsi <abecsi@webkit.org>
1987 Reviewed by Laszlo Gombos.
1989 [Qt] Redesign the build system
1990 https://bugs.webkit.org/show_bug.cgi?id=51339
1994 Build WebCore as a static library, compile the WebKit API and WebKit2 API
1995 in a final step and link to WebKit2, WebCore and JSC libraries to fix
1996 linking issues resulting from stripped away symbols.
1998 * Source/WebKit.pri: Add common include paths
1999 * Source/WebKit.pro: Add new project file to SUBDIRS
2001 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
2003 Reviewed by Martin Robinson.
2005 [GTK] Bump GTK+3 dependency to 3.0
2006 https://bugs.webkit.org/show_bug.cgi?id=54394
2010 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
2012 Reviewed by Martin Robinson.
2014 [GTK] Remove mandatory Enchant dependency
2015 https://bugs.webkit.org/show_bug.cgi?id=51587
2017 Add enable-spellcheck option which decides whether to use enchant.
2018 If disabled, WebKitGTK+ will not use enchant library.
2022 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
2024 Reviewed by Martin Robinson.
2026 [Gtk] Re-enable meter tag support
2027 https://bugs.webkit.org/show_bug.cgi?id=54762
2029 Enable meter tag support in the configure.ac. This feature was
2030 previously enabled by default in the makefile, but should be
2031 enabled here after changes in r78981.
2035 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
2037 Reviewed by Kenneth Rohde Christiansen.
2039 Avoided UiTools dependency if the module is not present.
2041 [Qt] WebKit patches required to work with a modularized version of Qt
2042 https://bugs.webkit.org/show_bug.cgi?id=53916
2044 * Source/WebKit.pri:
2046 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
2048 Reviewed by Kent Tamura.
2050 [EFL] Remove GDK dependency.
2051 https://bugs.webkit.org/show_bug.cgi?id=53978
2053 Remove checking GDK library.
2055 * Source/cmake/OptionsEfl.cmake:
2057 2011-02-18 Philippe Normand <pnormand@igalia.com>
2059 Unreviewed, build fix after r78981
2061 * configure.ac: datagrid is datagrid, it is not database. Also
2062 meter is not progress. Fixed copy/paste mistakes.
2064 2011-02-18 Philippe Normand <pnormand@igalia.com>
2066 Reviewed by Martin Robinson.
2068 [GTK] minimal build unrecognized options
2069 https://bugs.webkit.org/show_bug.cgi?id=50890
2071 * configure.ac: added new configure options to enable/disable the
2072 meter element, progress element, datagrid and client-based
2073 geolocation support.
2075 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
2077 [wx] Build fix after introduction of JavaScriptCore/collector.
2081 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
2083 Reviewed by Laszlo Gombos.
2085 Updated include paths for phonon.
2087 [Qt] WebKit patches required to work with a modularized version of Qt
2088 https://bugs.webkit.org/show_bug.cgi?id=53916
2090 * Source/WebKit.pri:
2092 2011-02-13 Hayato Ito <hayato@chromium.org>
2094 Reviewed by Kent Tamura.
2096 Update .gitignore to ignore files which Ninja build system generates.
2098 https://bugs.webkit.org/show_bug.cgi?id=54378
2102 2011-02-10 Peter Varga <pvarga@webkit.org>
2104 Reviewed by Csaba Osztrogonác.
2106 Remove PCRE source from trunk
2107 https://bugs.webkit.org/show_bug.cgi?id=54188
2109 * Source/cmake/WebKitFS.cmake:
2111 2011-02-09 Adam Barth <abarth@webkit.org>
2113 Reviewed by Steve Block.
2115 Move Android.mk into Source
2116 https://bugs.webkit.org/show_bug.cgi?id=53751
2118 A somewhat blind attempt to move Android.mk into the Source directory.
2119 I'm sure I've goofed this up in some way. The Android folks have
2120 kindly volunteered to fix this up once they merge past this revision.
2122 * Android.mk: Removed.
2123 * Source/Android.mk: Copied from Android.mk.
2125 2011-02-08 Alejandro G. Castro <alex@igalia.com>
2127 Reviewed by Martin Robinson.
2129 WebKit2 GTK Fails to Build #include nested too deeply
2130 https://bugs.webkit.org/show_bug.cgi?id=52219
2132 Removed the __STDC_FORMAT_MACROS definition, it is already defined
2133 in the file where PRIxx64 is used before the inclusion so we are
2138 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
2140 Reviewed by Eric Seidel.
2142 Added include paths for QtScript.
2144 WebKit patches required to work with a modularized version of Qt
2145 https://bugs.webkit.org/show_bug.cgi?id=53916
2147 * Source/WebKit.pri:
2149 2011-02-03 Martin Robinson <mrobinson@igalia.com>
2151 Fix GTK+ WebGL build after r76600.
2153 * configure.ac: Make sure to respect configure.ac conventions
2154 consistently when it comes to capitalization. Remove an old
2155 reference to enable_3d_canvas.
2157 2011-02-02 Alejandro G. Castro <alex@igalia.com>
2159 Reviewed by Martin Robinson.
2161 Bump the WebKitGTK+ versions in preparation for development release.
2163 * configure.ac: Bump the library, libtool and user agent version.
2165 2011-02-02 Steve Lacey <sjl@chromium.org>
2167 Reviewed by Eric Carlson.
2169 Implement basic media statistics on media elements.
2170 https://bugs.webkit.org/show_bug.cgi?id=53322
2174 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
2176 [wx] Build fixes for wxWebKit.
2180 2010-01-28 Commit Queue <commit-queue@webkit.org>
2182 Unreviewed. Test commit for commit-queue@webkit.org.
2184 2010-01-28 Commit Queue <commit-queue@webkit.org>
2186 Unreviewed. Test commit for commit-queue@webkit.org.
2188 2010-01-28 Commit Queue <commit-queue@webkit.org>
2190 Unreviewed. Test commit for commit-queue@webkit.org.
2192 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2194 Reviewed by Xan Lopez.
2196 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
2197 https://bugs.webkit.org/show_bug.cgi?id=53379
2199 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
2200 dependency on newer soup to efl as well.
2202 * Source/cmake/OptionsEfl.cmake:
2204 2011-01-29 Daniel Bates <dbates@rim.com>
2206 Reviewed by Maciej Stachowiak.
2208 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
2209 https://bugs.webkit.org/show_bug.cgi?id=53382
2211 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
2212 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
2213 Therefore, we should remove such references.
2215 * Source/cmake/OptionsCommon.cmake:
2217 2011-01-29 Daniel Bates <dbates@rim.com>
2219 Reviewed by Eric Seidel.
2221 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
2222 https://bugs.webkit.org/show_bug.cgi?id=53253
2224 Move implementation of Mersenne Twister pseudorandom number generator to
2225 ThirdParty since it is a third party library.
2227 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
2229 2011-01-29 Dan Winship <danw@gnome.org>
2231 Reviewed by Xan Lopez.
2233 [GTK] Require the latest glib and libsoup, and remove conditional
2234 support for older versions
2235 https://bugs.webkit.org/show_bug.cgi?id=50675
2237 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
2238 basically the same work by hand
2241 2011-01-28 Martin Robinson <mrobinson@igalia.com>
2243 [GTK] Build failure with --enable-indexed-database
2244 https://bugs.webkit.org/show_bug.cgi?id=50954
2246 Build fix for IndexedDB support.
2248 * configure.ac: Change the autogen.sh option --enable-indexeddb to
2249 --enable-indexed-database to match the build-webkit option.
2251 2010-01-28 Commit Queue <commit-queue@webkit.org>
2253 Unreviewed. Test commit for commit-queue@webkit.org.
2255 2010-01-28 Commit Queue <commit-queue@webkit.org>
2257 Unreviewed. Test commit for commit-queue@webkit.org.
2259 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
2261 Reviewed by Laszlo Gombos.
2263 [Qt][Symbian] Fix --minimal build
2264 https://bugs.webkit.org/show_bug.cgi?id=52839
2266 Move definition of USE_SYSTEM_MALLOC out of pri file.
2267 Put it in platform.h instead.
2269 * Source/WebKit.pri:
2271 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
2273 Reviewed by Andreas Kling.
2275 [Qt] Fix qt_minimal build
2276 https://bugs.webkit.org/show_bug.cgi?id=53172
2278 * Source/WebKit.pri:
2280 2011-01-25 Patrick Gansterer <paroga@webkit.org>
2282 Reviewed by Adam Barth.
2284 Move main CMakeLists.txt into Source directory
2285 https://bugs.webkit.org/show_bug.cgi?id=52888
2287 * CMakeLists.txt: Removed.
2288 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
2289 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
2290 * cmakeconfig.h.cmake: Removed.
2292 2011-01-24 Chris Marrin <cmarrin@apple.com>
2294 Reviewed by Eric Seidel.
2296 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
2297 https://bugs.webkit.org/show_bug.cgi?id=53041
2301 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
2303 Rubber-stamped by Csaba Osztrogonác.
2305 * runtime: Removed. It was accidentally created by r76457.
2307 2011-01-24 Andras Becsi <abecsi@webkit.org>
2309 Reviewed by Csaba Osztrogonác.
2311 [Qt] Move project files into Source
2312 https://bugs.webkit.org/show_bug.cgi?id=52891
2314 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
2315 * Source/WebKit.pri: Renamed from WebKit.pri.
2316 * Source/WebKit.pro: Added.
2317 * Source/common.pri: Renamed from common.pri.
2318 * WebKit.pro: Removed.
2320 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
2322 Reviewed by Laszlo Gombos.
2324 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
2325 https://bugs.webkit.org/show_bug.cgi?id=52835
2327 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
2329 2011-01-20 Alejandro G. Castro <alex@igalia.com>
2331 Reviewed by Andreas Kling.
2333 [GTK] Fix typo in the webkit2 section of the configure.ac file
2334 https://bugs.webkit.org/show_bug.cgi?id=52801
2336 Fixed typo in the GTK WebKit2 compilation.
2340 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
2342 Reviewed by Andreas Kling.
2344 Enable usage of Google ld if it exist but is not on by default.
2346 [Qt] Enable the google ld if it exist but is not on by default
2347 https://bugs.webkit.org/show_bug.cgi?id=52625
2349 * common.pri: flip the test.
2351 2011-01-18 Mihai Parparita <mihaip@chromium.org>
2353 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
2357 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
2359 Reviewed by Simon Fraser.
2361 Support background-clip: content-box
2362 https://bugs.webkit.org/show_bug.cgi?id=48771
2364 Addded content-box as a valid background-clip value.
2366 * WebCore/css/CSSParser.cpp:
2367 (WebCore::parseBackgroundClip):
2369 2011-01-18 Hayato Ito <hayato@chromium.org>
2371 Reviewed by Kent Tamura.
2373 Update .gitignore file to reflect a recent WebKit directory movement.
2375 https://bugs.webkit.org/show_bug.cgi?id=52618
2379 2011-01-16 Adam Barth <abarth@webkit.org>
2381 Rubber-stamped by Eric Seidel.
2383 Move WebKit into Source
2384 https://bugs.webkit.org/show_bug.cgi?id=52530
2388 * DerivedSources.pro:
2396 2011-01-15 Adam Barth <abarth@webkit.org>
2398 Rubber-stamped by Eric Seidel.
2400 Move WebKit2 into Source
2401 https://bugs.webkit.org/show_bug.cgi?id=52438
2403 Update reference to WebKit2.
2405 * DerivedSources.pro:
2408 * Source/cmake/WebKitPackaging.cmake:
2412 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
2414 Reviewed by Darin Fisher.
2416 When inlining is performed, the progress variable is
2417 declared as uninitialized.
2418 https://bugs.webkit.org/show_bug.cgi?id=51084
2420 * WebCore: Copied from WebCore.
2421 * WebCore/page/animation/KeyframeAnimation.cpp:
2422 (WebCore::KeyframeAnimation::animate):
2423 (WebCore::KeyframeAnimation::getAnimatedStyle):
2425 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2427 Reviewed by Csaba Osztrogonác.
2429 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
2430 https://bugs.webkit.org/show_bug.cgi?id=52223
2432 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
2433 that QtWebKit builds with QT_NO_CONCURRENT defined.
2437 2011-01-11 Mihai Parparita <mihaip@chromium.org>
2439 Unreviewed. Update .gitignore with new Chromium dependency.
2441 ui/ was added with http://crrev.com/70743, we picked that up with a
2442 Chromium roll in r75311.
2444 Also alphabetizes the dependency list.
2448 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2450 Reviewed by Csaba Osztrogonác.
2452 [Qt] Baseline qt_minimal configuration
2453 https://bugs.webkit.org/show_bug.cgi?id=51313
2455 * WebKit.pri: List the supported QT_NO_FEATURE flags
2456 under qt_minimal configuration.
2458 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2460 Reviewed by Eric Seidel.
2462 [EFL] Enable JIT for WebKit EFL
2463 https://bugs.webkit.org/show_bug.cgi?id=52140
2465 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
2466 3 ~ 6 times faster than before.
2468 * Source/cmake/OptionsEfl.cmake:
2470 2011-01-10 Martin Robinson <mrobinson@igalia.com>
2472 Reviewed by Gustavo Noronha.
2474 Bump the WebKitGTK+ versions in preparation for development release.
2476 * configure.ac: Bump the library, libtool and user agent version.
2478 2011-01-10 Xan Lopez <xlopez@igalia.com>
2480 Reviewed by Martin Robinson.
2482 [GTK] Create intermediate libWebCore library
2483 https://bugs.webkit.org/show_bug.cgi?id=52116
2485 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
2486 used by both libWebCore and libwebkitgtk now.
2488 2011-01-08 Patrick Gansterer <paroga@webkit.org>
2490 Unreviewed wx build fix for r75313.
2492 * wscript: Added missing brace.
2494 2011-01-07 Adam Barth <abarth@webkit.org>
2496 Rubber-stamped by Eric Seidel.
2498 Move WebCore to Source
2499 https://bugs.webkit.org/show_bug.cgi?id=52050
2501 Update build files and metadata to point to WebCore's new location.
2507 * DerivedSources.pro:
2510 * Source/autotools/webkit.m4:
2511 * Source/cmake/OptionsEfl.cmake:
2517 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2519 Reviewed by Eric Seidel.
2521 [GTK] Initial build support for WebGL
2522 https://bugs.webkit.org/show_bug.cgi?id=51716
2524 * configure.ac: Add a configure option for WebGL.
2526 2011-01-06 Michael Saboff <msaboff@apple.com>
2528 Reviewed by Gavin Barraclough.
2530 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
2531 https://bugs.webkit.org/show_bug.cgi?id=51834
2533 * JavaScriptCore: Copied from JavaScriptCore.
2535 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2537 Reviewed by Xan Lopez.
2539 [GTK] Enable blob support by default
2540 https://bugs.webkit.org/show_bug.cgi?id=51994
2542 * configure.ac: Enable Blob support by default.
2544 2011-01-05 Patrick Gansterer <paroga@webkit.org>
2546 Reviewed by Andreas Kling.
2548 [CMake] Fix the usage of SOURCE_GROUP
2549 https://bugs.webkit.org/show_bug.cgi?id=51739
2551 * Source/cmake/WebKitMacros.cmake:
2553 2011-01-05 Patrick Gansterer <paroga@webkit.org>
2555 Reviewed by Andreas Kling.
2557 [WINCE] Remove CMake warning
2558 https://bugs.webkit.org/show_bug.cgi?id=51921
2560 * Source/cmake/WebKitHelpers.cmake:
2562 2011-01-04 Martin Robinson <mrobinson@igalia.com>
2564 Reviewed by David Levin.
2566 .gitignore should be updated to reflect Sources rename to Source
2567 https://bugs.webkit.org/show_bug.cgi?id=51893
2569 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
2571 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
2573 Reviewed by Laszlo Gombos.
2575 [Qt] [Symbian] Build system cleanup
2577 After r74811 special handling for the Symbian build is no longer needed.
2578 This patch reverts r58756.
2582 2011-01-03 Xan Lopez <xlopez@igalia.com>
2584 Reviewed by Martin Robinson.
2586 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
2587 variable (like jhbuild).
2589 2011-01-03 Patrick Gansterer <paroga@webkit.org>
2591 Reviewed by Darin Adler.
2593 [WINCE] Provide third party directory via environment variable
2594 https://bugs.webkit.org/show_bug.cgi?id=51643
2596 * Source/cmake/OptionsWinCE.cmake:
2598 2011-01-03 Xan Lopez <xlopez@igalia.com>
2600 Reviewed by Martin Robinson.
2602 Use autoreconf instead of calling manually all the usual commands.
2604 * autogen.sh: call autoreconf instead of
2605 aclocal/autoheader/autoconf/automake/libtoolize.
2607 2011-01-03 Xan Lopez <xlopez@igalia.com>
2609 Reviewed by Martin Robinson.
2611 [GTK] Disable superfluous GNU make built-in implicit rules
2612 https://bugs.webkit.org/show_bug.cgi?id=51826
2614 GNU make ships some superflous built-in rules that we never use
2615 and that end up adding up to a very significant portion of our
2616 total Makefile processing time. Disable them completely by
2617 defining the rule without any recipe, as suggested by the GNU make
2618 manual (10.5.6, Cancelling Implicit Rules).
2620 In my system the null-build goes from:
2622 make 43.51s user 12.77s system 99% cpu 56.628 total
2626 make 31.45s user 11.59s system 99% cpu 43.227 total
2628 * GNUmakefile.am: disable implicit built-in rules.
2630 2011-01-03 Mihai Parparita <mihaip@chromium.org>
2632 Unreviewed. Update .gitignore with new JavaScriptCore location.
2636 2011-01-02 Patrick Gansterer <paroga@webkit.org>
2638 [CMake] Unreviewed build fix.
2641 * Source/cmake/OptionsCommon.cmake:
2643 2011-01-01 Adam Barth <abarth@webkit.org>
2645 Reviewed by Eric Seidel.
2647 Move JavaScriptCore to Source
2648 https://bugs.webkit.org/show_bug.cgi?id=51604
2650 Update references to JavaScriptCore to point to the new location.
2654 * DerivedSources.pro:
2661 2011-01-01 Adam Barth <abarth@webkit.org>
2663 Reviewed by Eric Seidel.
2665 Move Sources to Source
2666 https://bugs.webkit.org/show_bug.cgi?id=51794
2668 Update build files to point to the new location.
2676 2010-12-31 Adam Barth <abarth@webkit.org>
2678 Rubber-stamped by Eric Seidel.
2680 Move HTML and XML parser benchmarks into PerformanceTests/Parser
2681 https://bugs.webkit.org/show_bug.cgi?id=51772
2683 Actually move the directory.
2685 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
2687 2010-12-31 Adam Barth <abarth@webkit.org>
2689 Rubber-stamped by Eric Seidel.
2691 Move PageLoadTests to PerformanceTests/PageLoad
2692 https://bugs.webkit.org/show_bug.cgi?id=51771
2694 Actually move the directory.
2696 * PageLoadTests: Removed.
2697 * PageLoadTests/svg: Removed.
2698 * PageLoadTests/svg/LICENSES: Removed.
2699 * PageLoadTests/svg/files: Removed.
2700 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
2701 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
2702 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
2703 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
2704 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
2705 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
2706 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
2707 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
2708 * PageLoadTests/svg/files/cowboy.svg: Removed.
2709 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
2710 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
2711 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
2712 * PageLoadTests/svg/files/france.svg: Removed.
2713 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
2714 * PageLoadTests/svg/files/gearflowers.svg: Removed.
2715 * PageLoadTests/svg/files/hereGear4.svg: Removed.
2716 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
2717 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
2718 * PageLoadTests/svg/files/world-iso.svg: Removed.
2719 * PageLoadTests/svg/files/worldcup.svg: Removed.
2720 * PageLoadTests/svg/svg.pltsuite: Removed.
2721 * PerformanceTests/PageLoad: Copied from PageLoadTests.
2722 * Sources/cmake/WebKitPackaging.cmake:
2724 2010-12-31 Adam Barth <abarth@webkit.org>
2726 Rubber-stamped by Eric Seidel.
2728 Move SunSpider into PerformanceTests
2729 https://bugs.webkit.org/show_bug.cgi?id=51769
2731 Actually move the directory.
2733 * PerformanceTests: Added.
2734 * PerformanceTests/SunSpider: Copied from SunSpider.
2735 * Sources/cmake/WebKitPackaging.cmake:
2736 * SunSpider: Removed.
2737 * SunSpider/SunSpider.make: Removed.
2738 * SunSpider/TODO: Removed.
2739 * SunSpider/UNCOVERED: Removed.
2740 * SunSpider/hosted: Removed.
2741 * SunSpider/hosted/json2.js: Removed.
2742 * SunSpider/hosted/sunspider.css: Removed.
2743 * SunSpider/hosted/sunspider.html: Removed.
2744 * SunSpider/hosted/versions.html: Removed.
2745 * SunSpider/make-hosted: Removed.
2746 * SunSpider/resources: Removed.
2747 * SunSpider/resources/TEMPLATE.html: Removed.
2748 * SunSpider/resources/driver-TEMPLATE.html: Removed.
2749 * SunSpider/resources/results-TEMPLATE.html: Removed.
2750 * SunSpider/resources/sunspider-analyze-results.js: Removed.
2751 * SunSpider/resources/sunspider-compare-results.js: Removed.
2752 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
2753 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
2754 * SunSpider/sunspider: Removed.
2755 * SunSpider/sunspider-compare-results: Removed.
2756 * SunSpider/tests: Removed.
2757 * SunSpider/tests/parse-only: Removed.
2758 * SunSpider/tests/parse-only/LIST: Removed.
2759 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
2760 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
2761 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
2762 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
2763 * SunSpider/tests/sunspider-0.9: Removed.
2764 * SunSpider/tests/sunspider-0.9.1: Removed.
2765 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
2766 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
2767 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
2768 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
2769 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
2770 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
2771 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
2772 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
2773 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
2774 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
2775 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
2776 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
2777 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
2778 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
2779 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
2780 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
2781 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
2782 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
2783 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
2784 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
2785 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
2786 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
2787 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
2788 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
2789 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
2790 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
2791 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
2792 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
2793 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
2794 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
2795 * SunSpider/tests/sunspider-0.9/LIST: Removed.
2796 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
2797 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
2798 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
2799 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
2800 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
2801 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
2802 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
2803 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
2804 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
2805 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
2806 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
2807 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
2808 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
2809 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
2810 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
2811 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
2812 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
2813 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
2814 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
2815 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
2816 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
2817 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
2818 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
2819 * SunSpider/tests/ubench: Removed.
2820 * SunSpider/tests/ubench/LIST: Removed.
2821 * SunSpider/tests/ubench/function-closure.js: Removed.
2822 * SunSpider/tests/ubench/function-correct-args.js: Removed.
2823 * SunSpider/tests/ubench/function-empty.js: Removed.
2824 * SunSpider/tests/ubench/function-excess-args.js: Removed.
2825 * SunSpider/tests/ubench/function-missing-args.js: Removed.
2826 * SunSpider/tests/ubench/function-sum.js: Removed.
2827 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
2828 * SunSpider/tests/ubench/loop-empty.js: Removed.
2829 * SunSpider/tests/ubench/loop-sum.js: Removed.
2830 * SunSpider/tests/v8-v4: Removed.
2831 * SunSpider/tests/v8-v4/LIST: Removed.
2832 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
2833 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
2834 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
2835 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
2836 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
2837 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
2838 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
2839 * SunSpider/tests/v8-v5: Removed.
2840 * SunSpider/tests/v8-v5/LIST: Removed.
2841 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
2842 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
2843 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
2844 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
2845 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
2846 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
2847 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
2848 * SunSpider/tests/v8-v6: Removed.
2849 * SunSpider/tests/v8-v6/LIST: Removed.
2850 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
2851 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
2852 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
2853 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
2854 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
2855 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
2856 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
2857 * SunSpider/xcopy.excludes: Removed.
2859 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
2861 Reviewed by David Kilzer.
2863 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
2865 https://bugs.webkit.org/show_bug.cgi?id=51672
2867 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
2869 2010-12-29 Philippe Normand <pnormand@igalia.com>
2871 Reviewed by Martin Robinson.
2873 [GTK] minimal build fails at link time due to missing sqlite3 symbols
2874 https://bugs.webkit.org/show_bug.cgi?id=51327
2876 * configure.ac: Error out if SQLite3 wasn't found while at least
2877 one of the features depending on it has been enabled.
2879 2010-12-29 Patrick Gansterer <paroga@webkit.org>
2881 Unreviewed. Use gcc as default preprocessor.
2883 * Sources/cmake/OptionsCommon.cmake:
2885 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
2887 Reviewed by David Levin.
2889 [EFL] Change path of eflsymbols.filter
2890 https://bugs.webkit.org/show_bug.cgi?id=51659
2892 * Sources/cmake/OptionsEfl.cmake:
2894 2010-12-26 Adam Barth <abarth@webkit.org>
2896 Reviewed by Eric Siedel.
2898 Move autotools into Sources
2899 https://bugs.webkit.org/show_bug.cgi?id=51630
2903 * Sources/autotools: Copied from autotools.
2905 * autotools: Removed.
2906 * autotools/acinclude.m4: Removed.
2907 * autotools/dolt.m4: Removed.
2908 * autotools/gsettings.m4: Removed.
2909 * autotools/symbols.filter: Removed.
2910 * autotools/webkit.m4: Removed.
2913 2010-12-26 Adam Barth <abarth@webkit.org>
2915 Reviewed by Eric Seidel.
2917 Move cmake into Sources
2918 https://bugs.webkit.org/show_bug.cgi?id=51631
2921 * Sources/cmake: Copied from cmake.
2923 * cmake/FindCFLite.cmake: Removed.
2924 * cmake/FindCairo.cmake: Removed.
2925 * cmake/FindEFL.cmake: Removed.
2926 * cmake/FindFontconfig.cmake: Removed.
2927 * cmake/FindFreetype.cmake: Removed.
2928 * cmake/FindGDK-PixBuf.cmake: Removed.
2929 * cmake/FindGDK.cmake: Removed.
2930 * cmake/FindGIO.cmake: Removed.
2931 * cmake/FindGStreamer-App.cmake: Removed.
2932 * cmake/FindGStreamer-Base.cmake: Removed.
2933 * cmake/FindGStreamer-Interfaces.cmake: Removed.
2934 * cmake/FindGStreamer-Pbutils.cmake: Removed.
2935 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
2936 * cmake/FindGStreamer-Video.cmake: Removed.
2937 * cmake/FindGStreamer.cmake: Removed.
2938 * cmake/FindGlib.cmake: Removed.
2939 * cmake/FindGperf.cmake: Removed.
2940 * cmake/FindGthread.cmake: Removed.
2941 * cmake/FindICU.cmake: Removed.
2942 * cmake/FindLibSoup2.cmake: Removed.
2943 * cmake/FindLibXlst.cmake: Removed.
2944 * cmake/FindPango.cmake: Removed.
2945 * cmake/FindSqlite.cmake: Removed.
2946 * cmake/LibFindMacros.cmake: Removed.
2947 * cmake/OptionsCommon.cmake: Removed.
2948 * cmake/OptionsEfl.cmake: Removed.
2949 * cmake/OptionsWinCE.cmake: Removed.
2950 * cmake/OptionsWindows.cmake: Removed.
2951 * cmake/WebKitEfl.cmake: Removed.
2952 * cmake/WebKitFS.cmake: Removed.
2953 * cmake/WebKitFeatures.cmake: Removed.
2954 * cmake/WebKitHelpers.cmake: Removed.
2955 * cmake/WebKitMacros.cmake: Removed.
2956 * cmake/WebKitPackaging.cmake: Removed.
2957 * cmake/eflsymbols.filter: Removed.
2959 2010-12-26 Adam Barth <abarth@webkit.org>
2961 Fix some references to the old location of the WebKit website in git
2966 2010-12-25 Adam Barth <abarth@webkit.org>
2968 Reviewed by Eric Seidel.
2970 Move ANGLE to Sources/ThirdParty
2971 https://bugs.webkit.org/show_bug.cgi?id=51605
2973 Actually move ANGLE and update the Makefile.
2976 * ANGLE/ANGLE.xcodeproj: Removed.
2977 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
2978 * ANGLE/Configurations: Removed.
2979 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
2980 * ANGLE/Configurations/Base.xcconfig: Removed.
2981 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
2982 * ANGLE/Makefile: Removed.
2983 * ANGLE/include: Removed.
2984 * ANGLE/include/EGL: Removed.
2985 * ANGLE/include/EGL/egl.h: Removed.
2986 * ANGLE/include/EGL/eglext.h: Removed.
2987 * ANGLE/include/EGL/eglplatform.h: Removed.
2988 * ANGLE/include/GLES2: Removed.
2989 * ANGLE/include/GLES2/gl2.h: Removed.
2990 * ANGLE/include/GLES2/gl2ext.h: Removed.
2991 * ANGLE/include/GLES2/gl2platform.h: Removed.
2992 * ANGLE/include/GLSLANG: Removed.
2993 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
2994 * ANGLE/include/KHR: Removed.
2995 * ANGLE/include/KHR/khrplatform.h: Removed.
2996 * ANGLE/src: Removed.
2997 * ANGLE/src/build_angle.xcodeproj: Removed.
2998 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
2999 * ANGLE/src/common: Removed.
3000 * ANGLE/src/common/angleutils.h: Removed.
3001 * ANGLE/src/common/debug.cpp: Removed.
3002 * ANGLE/src/common/debug.h: Removed.
3003 * ANGLE/src/compiler: Removed.
3004 * ANGLE/src/compiler/BaseTypes.h: Removed.
3005 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
3006 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
3007 * ANGLE/src/compiler/Common.h: Removed.
3008 * ANGLE/src/compiler/ConstantUnion.h: Removed.
3009 * ANGLE/src/compiler/InfoSink.cpp: Removed.
3010 * ANGLE/src/compiler/InfoSink.h: Removed.
3011 * ANGLE/src/compiler/Initialize.cpp: Removed.
3012 * ANGLE/src/compiler/Initialize.h: Removed.
3013 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
3014 * ANGLE/src/compiler/InitializeDll.h: Removed.
3015 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
3016 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
3017 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
3018 * ANGLE/src/compiler/Intermediate.cpp: Removed.
3019 * ANGLE/src/compiler/MMap.h: Removed.
3020 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
3021 * ANGLE/src/compiler/OutputGLSL.h: Removed.
3022 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
3023 * ANGLE/src/compiler/OutputHLSL.h: Removed.
3024 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
3025 * ANGLE/src/compiler/ParseHelper.h: Removed.
3026 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
3027 * ANGLE/src/compiler/PoolAlloc.h: Removed.
3028 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
3029 * ANGLE/src/compiler/QualifierAlive.h: Removed.
3030 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
3031 * ANGLE/src/compiler/RemoveTree.h: Removed.
3032 * ANGLE/src/compiler/ShHandle.h: Removed.
3033 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
3034 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
3035 * ANGLE/src/compiler/SymbolTable.h: Removed.
3036 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
3037 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
3038 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
3039 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
3040 * ANGLE/src/compiler/Types.h: Removed.
3041 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
3042 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
3043 * ANGLE/src/compiler/debug.cpp: Removed.
3044 * ANGLE/src/compiler/debug.h: Removed.
3045 * ANGLE/src/compiler/glslang.l: Removed.
3046 * ANGLE/src/compiler/glslang.y: Removed.
3047 * ANGLE/src/compiler/intermOut.cpp: Removed.
3048 * ANGLE/src/compiler/intermediate.h: Removed.
3049 * ANGLE/src/compiler/localintermediate.h: Removed.
3050 * ANGLE/src/compiler/osinclude.h: Removed.
3051 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
3052 * ANGLE/src/compiler/ossource_win.cpp: Removed.
3053 * ANGLE/src/compiler/parseConst.cpp: Removed.
3054 * ANGLE/src/compiler/preprocessor: Removed.
3055 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
3056 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
3057 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
3058 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
3059 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
3060 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
3061 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
3062 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
3063 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
3064 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
3065 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
3066 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
3067 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
3068 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
3069 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
3070 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
3071 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
3072 * ANGLE/src/compiler/tools: Removed.
3073 * ANGLE/src/compiler/unistd.h: Removed.
3074 * ANGLE/src/libEGL: Removed.
3075 * ANGLE/src/libEGL/Config.cpp: Removed.
3076 * ANGLE/src/libEGL/Config.h: Removed.
3077 * ANGLE/src/libEGL/Display.cpp: Removed.
3078 * ANGLE/src/libEGL/Display.h: Removed.
3079 * ANGLE/src/libEGL/Surface.cpp: Removed.
3080 * ANGLE/src/libEGL/Surface.h: Removed.
3081 * ANGLE/src/libEGL/libEGL.cpp: Removed.
3082 * ANGLE/src/libEGL/libEGL.def: Removed.
3083 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
3084 * ANGLE/src/libEGL/main.cpp: Removed.
3085 * ANGLE/src/libEGL/main.h: Removed.
3086 * ANGLE/src/libGLESv2: Removed.
3087 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
3088 * ANGLE/src/libGLESv2/Blit.h: Removed.
3089 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
3090 * ANGLE/src/libGLESv2/Buffer.h: Removed.
3091 * ANGLE/src/libGLESv2/Context.cpp: Removed.
3092 * ANGLE/src/libGLESv2/Context.h: Removed.
3093 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
3094 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
3095 * ANGLE/src/libGLESv2/Program.cpp: Removed.
3096 * ANGLE/src/libGLESv2/Program.h: Removed.
3097 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
3098 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
3099 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
3100 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
3101 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
3102 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
3103 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
3104 * ANGLE/src/libGLESv2/Shader.h: Removed.
3105 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
3106 * ANGLE/src/libGLESv2/Texture.h: Removed.
3107 * ANGLE/src/libGLESv2/geometry: Removed.
3108 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
3109 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
3110 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
3111 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
3112 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
3113 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
3114 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
3115 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
3116 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
3117 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
3118 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
3119 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
3120 * ANGLE/src/libGLESv2/main.cpp: Removed.
3121 * ANGLE/src/libGLESv2/main.h: Removed.
3122 * ANGLE/src/libGLESv2/mathutil.h: Removed.
3123 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
3124 * ANGLE/src/libGLESv2/utilities.h: Removed.
3126 * Sources/ThirdParty: Added.
3127 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
3129 2010-12-26 Patrick Gansterer <paroga@webkit.org>
3131 Unreviewed WinCE buildfix after r74626.
3133 * cmake/OptionsWinCE.cmake:
3135 2010-12-24 Darin Adler <darin@apple.com>
3137 Updated makefiles used by Apple engineers to fix build with the
3138 new JavaScriptGlue location.
3140 * Makefile: Told this to build JavaScriptGlue. Some day we might
3141 want it to descend into Sources instead and use the Makefile there,
3142 but there are problems with sequencing the project builds, so that
3144 * Sources/Makefile.shared: Added.
3146 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
3148 Reviewed by Kenneth Rohde Christiansen.
3150 [EFL] Add option to enable Touch Events.
3151 https://bugs.webkit.org/show_bug.cgi?id=49125
3153 Add ENABLE_TOUCH_EVENTS option.
3155 * cmake/OptionsEfl.cmake:
3156 * cmakeconfig.h.cmake:
3158 2010-12-23 Adam Barth <abarth@webkit.org>
3160 Rubber-stamped by Eric Seidel.
3162 Move JavaScriptGlue into Sources
3163 https://bugs.webkit.org/show_bug.cgi?id=51583
3165 Actually perform the move.
3167 * JavaScriptGlue: Removed.
3168 * JavaScriptGlue/Configurations: Removed.
3169 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
3170 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
3171 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
3172 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
3173 * JavaScriptGlue/English.lproj: Removed.
3174 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
3175 * JavaScriptGlue/ForwardingHeaders: Removed.
3176 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
3177 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
3178 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
3179 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
3180 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
3181 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
3182 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
3183 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
3184 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
3185 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
3186 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
3187 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
3188 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
3189 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
3190 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
3191 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
3192 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
3193 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
3194 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
3195 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
3196 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
3197 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
3198 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
3199 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
3200 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
3201 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
3202 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
3203 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
3204 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
3205 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
3206 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
3207 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
3208 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
3209 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
3210 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
3211 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
3212 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
3213 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
3214 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
3215 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
3216 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
3217 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
3218 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
3219 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
3220 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
3221 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
3222 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
3223 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
3224 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
3225 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
3226 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
3227 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
3228 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
3229 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
3230 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
3231 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
3232 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
3233 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
3234 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
3235 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
3236 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
3237 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
3238 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
3239 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
3240 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
3241 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
3242 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
3243 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
3244 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
3245 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
3246 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
3247 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
3248 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
3249 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
3250 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
3251 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
3252 * JavaScriptGlue/Info.plist: Removed.
3253 * JavaScriptGlue/JSBase.cpp: Removed.
3254 * JavaScriptGlue/JSBase.h: Removed.
3255 * JavaScriptGlue/JSObject.cpp: Removed.
3256 * JavaScriptGlue/JSObject.h: Removed.
3257 * JavaScriptGlue/JSRun.cpp: Removed.
3258 * JavaScriptGlue/JSRun.h: Removed.
3259 * JavaScriptGlue/JSUtils.cpp: Removed.
3260 * JavaScriptGlue/JSUtils.h: Removed.
3261 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
3262 * JavaScriptGlue/JSValueWrapper.h: Removed.
3263 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
3264 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
3265 * JavaScriptGlue/JavaScriptGlue.h: Removed.
3266 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
3267 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
3268 * JavaScriptGlue/LICENSE: Removed.
3269 * JavaScriptGlue/Makefile: Removed.
3270 * JavaScriptGlue/UserObjectImp.cpp: Removed.
3271 * JavaScriptGlue/UserObjectImp.h: Removed.
3272 * JavaScriptGlue/config.h: Removed.
3273 * JavaScriptGlue/icu: Removed.
3274 * JavaScriptGlue/icu/LICENSE: Removed.
3275 * JavaScriptGlue/icu/README: Removed.
3276 * JavaScriptGlue/icu/unicode: Removed.
3277 * JavaScriptGlue/icu/unicode/platform.h: Removed.
3278 * JavaScriptGlue/icu/unicode/putil.h: Removed.
3279 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
3280 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
3281 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
3282 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
3283 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
3284 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
3285 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
3286 * JavaScriptGlue/icu/unicode/urename.h: Removed.
3287 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
3288 * JavaScriptGlue/icu/unicode/utf.h: Removed.
3289 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
3290 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
3291 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
3292 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
3293 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
3294 * JavaScriptGlue/testjsglue.cpp: Removed.
3297 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
3298 * Sources/Makefile: Added.
3300 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
3302 Reviewed by Kenneth Rohde Christiansen.
3304 [EFL] Fix ContextMenu removal
3305 https://bugs.webkit.org/show_bug.cgi?id=51530
3307 Fix ContextMenu removal
3309 In r74207 the support for ContextMenu was removed from EFL while the
3310 code is being ported to the new CROSS_PLATFORM_MENUS due to build
3311 breakage. However there were some missing removals in the shutdown
3312 logic that introduced a bug, leading to a segmentation fault when
3313 ContexController was destroyed.
3315 The best way to effectively disable the ContextMenu is to conditionally
3316 compile the meaningful stuff by surrounding with "#if
3317 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
3319 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
3320 implement CROSS_PLATFORM_MENUS yet.
3322 2010-12-22 Xan Lopez <xlopez@igalia.com>
3324 Reviewed by Gustavo Noronha.
3326 * configure.ac: bump version to 1.3.9.
3328 2010-12-22 Xan Lopez <xlopez@igalia.com>
3330 Reviewed by Gustavo Noronha.
3332 [GTK] Compilation fixes with GTK+ 2.91.7
3333 https://bugs.webkit.org/show_bug.cgi?id=51487
3335 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
3337 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3339 Reviewed by Antonio Gomes.
3341 [EFL] Sets default user agent
3342 https://bugs.webkit.org/show_bug.cgi?id=47903
3344 Add macros for WebKit EFL and User Agent.
3346 * cmake/OptionsEfl.cmake:
3347 * cmakeconfig.h.cmake:
3349 2010-12-20 Adam Barth <abarth@webkit.org>
3351 Move web sites to Websites directory
3352 https://bugs.webkit.org/show_bug.cgi?id=51323
3354 This patch was never officially reviewed (because it was too large to
3355 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
3356 Rowe gave me the green light.
3358 * BugsSite: Removed.
3359 * BugsSite/.cvsignore: Removed.
3360 * BugsSite/.htaccess: Removed.
3361 * BugsSite/Bugzilla: Removed.
3362 * BugsSite/Bugzilla.pm: Removed.
3363 * BugsSite/Bugzilla/.cvsignore: Removed.
3364 * BugsSite/Bugzilla/.htaccess: Removed.
3365 * BugsSite/Bugzilla/Attachment: Removed.
3366 * BugsSite/Bugzilla/Attachment.pm: Removed.
3367 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
3368 * BugsSite/Bugzilla/Auth: Removed.
3369 * BugsSite/Bugzilla/Auth.pm: Removed.
3370 * BugsSite/Bugzilla/Auth/Login: Removed.
3371 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
3372 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
3373 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
3374 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
3375 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
3376 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
3377 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
3378 * BugsSite/Bugzilla/Auth/Persist: Removed.
3379 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
3380 * BugsSite/Bugzilla/Auth/Verify: Removed.
3381 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
3382 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
3383 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
3384 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
3385 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
3386 * BugsSite/Bugzilla/Bug.pm: Removed.
3387 * BugsSite/Bugzilla/BugMail.pm: Removed.
3388 * BugsSite/Bugzilla/CGI.pm: Removed.
3389 * BugsSite/Bugzilla/Chart.pm: Removed.
3390 * BugsSite/Bugzilla/Classification.pm: Removed.
3391 * BugsSite/Bugzilla/Component.pm: Removed.
3392 * BugsSite/Bugzilla/Config: Removed.
3393 * BugsSite/Bugzilla/Config.pm: Removed.
3394 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
3395 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
3396 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
3397 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
3398 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
3399 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
3400 * BugsSite/Bugzilla/Config/Common.pm: Removed.
3401 * BugsSite/Bugzilla/Config/Core.pm: Removed.
3402 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
3403 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
3404 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
3405 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
3406 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
3407 * BugsSite/Bugzilla/Config/Query.pm: Removed.
3408 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
3409 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
3410 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
3411 * BugsSite/Bugzilla/Constants.pm: Removed.
3412 * BugsSite/Bugzilla/DB: Removed.
3413 * BugsSite/Bugzilla/DB.pm: Removed.
3414 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
3415 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
3416 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
3417 * BugsSite/Bugzilla/DB/Schema: Removed.
3418 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
3419 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
3420 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
3421 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
3422 * BugsSite/Bugzilla/Error.pm: Removed.
3423 * BugsSite/Bugzilla/Field.pm: Removed.
3424 * BugsSite/Bugzilla/Flag.pm: Removed.
3425 * BugsSite/Bugzilla/FlagType.pm: Removed.
3426 * BugsSite/Bugzilla/Group.pm: Removed.
3427 * BugsSite/Bugzilla/Hook.pm: Removed.
3428 * BugsSite/Bugzilla/Install: Removed.
3429 * BugsSite/Bugzilla/Install.pm: Removed.
3430 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
3431 * BugsSite/Bugzilla/Install/DB.pm: Removed.
3432 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
3433 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
3434 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
3435 * BugsSite/Bugzilla/Install/Util.pm: Removed.
3436 * BugsSite/Bugzilla/Keyword.pm: Removed.
3437 * BugsSite/Bugzilla/Mailer.pm: Removed.
3438 * BugsSite/Bugzilla/Milestone.pm: Removed.
3439 * BugsSite/Bugzilla/Object.pm: Removed.
3440 * BugsSite/Bugzilla/Product.pm: Removed.
3441 * BugsSite/Bugzilla/Search: Removed.
3442 * BugsSite/Bugzilla/Search.pm: Removed.
3443 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
3444 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
3445 * BugsSite/Bugzilla/Series.pm: Removed.
3446 * BugsSite/Bugzilla/Status.pm: Removed.
3447 * BugsSite/Bugzilla/Template: Removed.
3448 * BugsSite/Bugzilla/Template.pm: Removed.
3449 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
3450 * BugsSite/Bugzilla/Template/Plugin: Removed.
3451 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
3452 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
3453 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
3454 * BugsSite/Bugzilla/Token.pm: Removed.
3455 * BugsSite/Bugzilla/Update.pm: Removed.
3456 * BugsSite/Bugzilla/User: Removed.
3457 * BugsSite/Bugzilla/User.pm: Removed.
3458 * BugsSite/Bugzilla/User/Setting: Removed.
3459 * BugsSite/Bugzilla/User/Setting.pm: Removed.
3460 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
3461 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
3462 * BugsSite/Bugzilla/Util.pm: Removed.
3463 * BugsSite/Bugzilla/Version.pm: Removed.
3464 * BugsSite/Bugzilla/WebService: Removed.
3465 * BugsSite/Bugzilla/WebService.pm: Removed.
3466 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
3467 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
3468 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
3469 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
3470 * BugsSite/Bugzilla/WebService/User.pm: Removed.
3471 * BugsSite/PrettyPatch: Removed.
3472 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
3473 * BugsSite/PrettyPatch/diff.rb: Removed.
3474 * BugsSite/PrettyPatch/prettify.rb: Removed.
3475 * BugsSite/QUICKSTART: Removed.
3476 * BugsSite/README: Removed.
3477 * BugsSite/UPGRADING: Removed.
3478 * BugsSite/UPGRADING-pre-2.8: Removed.
3479 * BugsSite/admin.cgi: Removed.
3480 * BugsSite/attachment.cgi: Removed.
3481 * BugsSite/buglist.cgi: Removed.
3482 * BugsSite/bugzilla.dtd: Removed.
3483 * BugsSite/chart.cgi: Removed.
3484 * BugsSite/checksetup.pl: Removed.
3485 * BugsSite/code-review.js: Removed.
3486 * BugsSite/colchange.cgi: Removed.
3487 * BugsSite/collectstats.pl: Removed.
3488 * BugsSite/committers-autocomplete.js: Removed.
3489 * BugsSite/config.cgi: Removed.
3490 * BugsSite/contrib: Removed.
3491 * BugsSite/contrib/README: Removed.
3492 * BugsSite/contrib/bugzilla-submit: Removed.
3493 * BugsSite/contrib/bugzilla-submit/README: Removed.
3494 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
3495 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
3496 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
3497 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
3498 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
3499 * BugsSite/contrib/bzdbcopy.pl: Removed.
3500 * BugsSite/contrib/cmdline: Removed.
3501 * BugsSite/contrib/cmdline/bugcount: Removed.
3502 * BugsSite/contrib/cmdline/bugids: Removed.
3503 * BugsSite/contrib/cmdline/buglist: Removed.
3504 * BugsSite/contrib/cmdline/bugs: Removed.
3505 * BugsSite/contrib/cmdline/bugslink: Removed.
3506 * BugsSite/contrib/cmdline/makequery: Removed.
3507 * BugsSite/contrib/cmdline/query.conf: Removed.
3508 * BugsSite/contrib/cvs-update.pl: Removed.
3509 * BugsSite/contrib/gnats2bz.pl: Removed.
3510 * BugsSite/contrib/gnatsparse: Removed.
3511 * BugsSite/contrib/gnatsparse/README: Removed.
3512 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
3513 * BugsSite/contrib/gnatsparse/magic.py: Removed.
3514 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
3515 * BugsSite/contrib/jb2bz.py: Removed.
3516 * BugsSite/contrib/merge-users.pl: Removed.
3517 * BugsSite/contrib/mysqld-watcher.pl: Removed.
3518 * BugsSite/contrib/recode-overrides.txt: Removed.
3519 * BugsSite/contrib/recode.pl: Removed.
3520 * BugsSite/contrib/sendbugmail.pl: Removed.
3521 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
3522 * BugsSite/contrib/syncLDAP.pl: Removed.
3523 * BugsSite/contrib/yp_nomail.sh: Removed.
3524 * BugsSite/createaccount.cgi: Removed.
3525 * BugsSite/data: Removed.
3526 * BugsSite/data/.htaccess: Removed.
3527 * BugsSite/data/attachments: Removed.
3528 * BugsSite/data/attachments/.htaccess: Removed.
3529 * BugsSite/data/duplicates: Removed.
3530 * BugsSite/data/mail: Removed.
3531 * BugsSite/data/mimedump-tmp: Removed.
3532 * BugsSite/data/mining: Removed.
3533 * BugsSite/data/params: Removed.
3534 * BugsSite/data/template: Removed.
3535 * BugsSite/data/webdot: Removed.
3536 * BugsSite/data/webdot/.htaccess: Removed.
3537 * BugsSite/describecomponents.cgi: Removed.
3538 * BugsSite/describekeywords.cgi: Removed.
3539 * BugsSite/docs: Removed.
3540 * BugsSite/docs/en: Removed.
3541 * BugsSite/docs/en/.cvsignore: Removed.
3542 * BugsSite/docs/en/README.docs: Removed.
3543 * BugsSite/docs/en/images: Removed.
3544 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
3545 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
3546 * BugsSite/docs/en/images/callouts: Removed.
3547 * BugsSite/docs/en/images/callouts/1.gif: Removed.
3548 * BugsSite/docs/en/images/callouts/2.gif: Removed.
3549 * BugsSite/docs/en/images/callouts/3.gif: Removed.
3550 * BugsSite/docs/en/images/caution.gif: Removed.
3551 * BugsSite/docs/en/images/note.gif: Removed.
3552 * BugsSite/docs/en/images/tip.gif: Removed.
3553 * BugsSite/docs/en/images/warning.gif: Removed.
3554 * BugsSite/docs/en/rel_notes.txt: Removed.
3555 * BugsSite/docs/en/xml: Removed.
3556 * BugsSite/docs/en/xml/.cvsignore: Removed.
3557 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
3558 * BugsSite/docs/en/xml/about.xml: Removed.
3559 * BugsSite/docs/en/xml/administration.xml: Removed.
3560 * BugsSite/docs/en/xml/conventions.xml: Removed.
3561 * BugsSite/docs/en/xml/customization.xml: Removed.
3562 * BugsSite/docs/en/xml/gfdl.xml: Removed.
3563 * BugsSite/docs/en/xml/glossary.xml: Removed.
3564 * BugsSite/docs/en/xml/index.xml: Removed.
3565 * BugsSite/docs/en/xml/installation.xml: Removed.
3566 * BugsSite/docs/en/xml/integration.xml: Removed.
3567 * BugsSite/docs/en/xml/introduction.xml: Removed.
3568 * BugsSite/docs/en/xml/modules.xml: Removed.
3569 * BugsSite/docs/en/xml/patches.xml: Removed.
3570 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
3571 * BugsSite/docs/en/xml/security.xml: Removed.
3572 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
3573 * BugsSite/docs/en/xml/using.xml: Removed.
3574 * BugsSite/docs/html: Removed.
3575 * BugsSite/docs/html/api: Removed.
3576 * BugsSite/docs/images: Removed.
3577 * BugsSite/docs/images/callouts: Removed.
3578 * BugsSite/docs/lib: Removed.
3579 * BugsSite/docs/lib/Pod: Removed.
3580 * BugsSite/docs/lib/Pod/Simple: Removed.
3581 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
3582 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
3583 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
3584 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
3585 * BugsSite/docs/makedocs.pl: Removed.
3586 * BugsSite/docs/pdf: Removed.
3587 * BugsSite/docs/style.css: Removed.
3588 * BugsSite/docs/txt: Removed.
3589 * BugsSite/docs/xml: Removed.
3590 * BugsSite/duplicates.cgi: Removed.
3591 * BugsSite/editclassifications.cgi: Removed.
3592 * BugsSite/editcomponents.cgi: Removed.
3593 * BugsSite/editfields.cgi: Removed.
3594 * BugsSite/editflagtypes.cgi: Removed.
3595 * BugsSite/editgroups.cgi: Removed.
3596 * BugsSite/editkeywords.cgi: Removed.
3597 * BugsSite/editmilestones.cgi: Removed.
3598 * BugsSite/editparams.cgi: Removed.
3599 * BugsSite/editproducts.cgi: Removed.
3600 * BugsSite/editsettings.cgi: Removed.
3601 * BugsSite/editusers.cgi: Removed.
3602 * BugsSite/editvalues.cgi: Removed.
3603 * BugsSite/editversions.cgi: Removed.
3604 * BugsSite/editwhines.cgi: Removed.
3605 * BugsSite/editworkflow.cgi: Removed.
3606 * BugsSite/email_in.pl: Removed.
3607 * BugsSite/enter_bug.cgi: Removed.
3608 * BugsSite/extensions: Removed.
3609 * BugsSite/extensions/example: Removed.
3610 * BugsSite/extensions/example/code: Removed.
3611 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
3612 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
3613 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
3614 * BugsSite/extensions/example/code/config.pl: Removed.
3615 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
3616 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
3617 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
3618 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
3619 * BugsSite/extensions/example/code/webservice.pl: Removed.
3620 * BugsSite/extensions/example/disabled: Removed.
3621 * BugsSite/extensions/example/info.pl: Removed.
3622 * BugsSite/extensions/example/lib: Removed.
3623 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
3624 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
3625 * BugsSite/extensions/example/template: Removed.
3626 * BugsSite/extensions/example/template/en: Removed.
3627 * BugsSite/extensions/example/template/en/default: Removed.
3628 * BugsSite/extensions/example/template/en/default/admin: Removed.
3629 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
3630 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
3631 * BugsSite/extensions/example/template/en/global: Removed.
3632 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
3633 * BugsSite/graphs: Removed.
3634 * BugsSite/images: Removed.
3635 * BugsSite/images/favicon.ico: Removed.
3636 * BugsSite/images/padlock.png: Removed.
3637 * BugsSite/importxml.pl: Removed.
3638 * BugsSite/index.cgi: Removed.
3639 * BugsSite/install-module.pl: Removed.
3640 * BugsSite/js: Removed.
3641 * BugsSite/js/TUI.js: Removed.
3642 * BugsSite/js/attachment.js: Removed.
3643 * BugsSite/js/expanding-tree.js: Removed.
3644 * BugsSite/js/field.js: Removed.
3645 * BugsSite/js/help.js: Removed.
3646 * BugsSite/js/params.js: Removed.
3647 * BugsSite/js/productform.js: Removed.
3648 * BugsSite/js/util.js: Removed.
3649 * BugsSite/js/yui: Removed.
3650 * BugsSite/js/yui/calendar.js: Removed.
3651 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
3652 * BugsSite/lib: Removed.
3653 * BugsSite/lib/.htaccess: Removed.
3654 * BugsSite/lib/README: Removed.
3655 * BugsSite/long_list.cgi: Removed.
3656 * BugsSite/mod_perl.pl: Removed.
3657 * BugsSite/page.cgi: Removed.
3658 * BugsSite/post_bug.cgi: Removed.
3659 * BugsSite/process_bug.cgi: Removed.
3660 * BugsSite/query.cgi: Removed.
3661 * BugsSite/quips.cgi: Removed.
3662 * BugsSite/relogin.cgi: Removed.
3663 * BugsSite/report.cgi: Removed.
3664 * BugsSite/reports.cgi: Removed.
3665 * BugsSite/request.cgi: Removed.
3666 * BugsSite/robots.txt: Removed.
3667 * BugsSite/runtests.pl: Removed.
3668 * BugsSite/sanitycheck.cgi: Removed.
3669 * BugsSite/sanitycheck.pl: Removed.
3670 * BugsSite/search_plugin.cgi: Removed.
3671 * BugsSite/show_activity.cgi: Removed.
3672 * BugsSite/show_bug.cgi: Removed.
3673 * BugsSite/showattachment.cgi: Removed.
3674 * BugsSite/showdependencygraph.cgi: Removed.
3675 * BugsSite/showdependencytree.cgi: Removed.
3676 * BugsSite/sidebar.cgi: Removed.
3677 * BugsSite/skins: Removed.
3678 * BugsSite/skins/.cvsignore: Removed.
3679 * BugsSite/skins/contrib: Removed.
3680 * BugsSite/skins/contrib/Dusk: Removed.
3681 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
3682 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
3683 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
3684 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
3685 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
3686 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
3687 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
3688 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
3689 * BugsSite/skins/contrib/Dusk/global.css: Removed.
3690 * BugsSite/skins/contrib/Dusk/help.css: Removed.
3691 * BugsSite/skins/contrib/Dusk/index.css: Removed.
3692 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
3693 * BugsSite/skins/contrib/Dusk/params.css: Removed.
3694 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
3695 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
3696 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
3697 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
3698 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
3699 * BugsSite/skins/contrib/Dusk/yui: Removed.
3700 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
3701 * BugsSite/skins/custom: Removed.
3702 * BugsSite/skins/custom/IE-fixes.css: Removed.
3703 * BugsSite/skins/custom/admin.css: Removed.
3704 * BugsSite/skins/custom/buglist.css: Removed.
3705 * BugsSite/skins/custom/create_attachment.css: Removed.
3706 * BugsSite/skins/custom/dependency-tree.css: Removed.
3707 * BugsSite/skins/custom/duplicates.css: Removed.
3708 * BugsSite/skins/custom/editusers.css: Removed.
3709 * BugsSite/skins/custom/global.css: Removed.
3710 * BugsSite/skins/custom/help.css: Removed.
3711 * BugsSite/skins/custom/index.css: Removed.
3712 * BugsSite/skins/custom/opendarwin.gif: Removed.
3713 * BugsSite/skins/custom/panel.css: Removed.
3714 * BugsSite/skins/custom/params.css: Removed.
3715 * BugsSite/skins/custom/release-notes.css: Removed.
3716 * BugsSite/skins/custom/show_bug.css: Removed.
3717 * BugsSite/skins/custom/show_multiple.css: Removed.
3718 * BugsSite/skins/custom/summarize-time.css: Removed.
3719 * BugsSite/skins/custom/voting.css: Removed.
3720 * BugsSite/skins/custom/yui: Removed.
3721 * BugsSite/skins/custom/yui/calendar.css: Removed.
3722 * BugsSite/skins/standard: Removed.
3723 * BugsSite/skins/standard/IE-fixes.css: Removed.
3724 * BugsSite/skins/standard/admin.css: Removed.
3725 * BugsSite/skins/standard/buglist.css: Removed.
3726 * BugsSite/skins/standard/create_attachment.css: Removed.
3727 * BugsSite/skins/standard/dependency-tree: Removed.
3728 * BugsSite/skins/standard/dependency-tree.css: Removed.
3729 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
3730 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
3731 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
3732 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
3733 * BugsSite/skins/standard/duplicates.css: Removed.
3734 * BugsSite/skins/standard/editusers.css: Removed.
3735 * BugsSite/skins/standard/global: Removed.
3736 * BugsSite/skins/standard/global.css: Removed.
3737 * BugsSite/skins/standard/global/body-back.gif: Removed.
3738 * BugsSite/skins/standard/global/calendar.png: Removed.
3739 * BugsSite/skins/standard/global/header.png: Removed.
3740 * BugsSite/skins/standard/help.css: Removed.
3741 * BugsSite/skins/standard/index: Removed.
3742 * BugsSite/skins/standard/index.css: Removed.
3743 * BugsSite/skins/standard/index/front.png: Removed.
3744 * BugsSite/skins/standard/panel.css: Removed.
3745 * BugsSite/skins/standard/params.css: Removed.
3746 * BugsSite/skins/standard/release-notes.css: Removed.
3747 * BugsSite/skins/standard/show_bug.css: Removed.
3748 * BugsSite/skins/standard/show_multiple.css: Removed.
3749 * BugsSite/skins/standard/summarize-time.css: Removed.
3750 * BugsSite/skins/standard/voting.css: Removed.
3751 * BugsSite/skins/standard/yui: Removed.
3752 * BugsSite/skins/standard/yui/calendar.css: Removed.
3753 * BugsSite/skins/standard/yui/sprite.png: Removed.
3754 * BugsSite/summarize_time.cgi: Removed.
3755 * BugsSite/t: Removed.
3756 * BugsSite/t/001compile.t: Removed.
3757 * BugsSite/t/002goodperl.t: Removed.
3758 * BugsSite/t/003safesys.t: Removed.
3759 * BugsSite/t/004template.t: Removed.
3760 * BugsSite/t/005no_tabs.t: Removed.
3761 * BugsSite/t/006spellcheck.t: Removed.
3762 * BugsSite/t/007util.t: Removed.
3763 * BugsSite/t/008filter.t: Removed.
3764 * BugsSite/t/009bugwords.t: Removed.
3765 * BugsSite/t/010dependencies.t: Removed.
3766 * BugsSite/t/011pod.t: Removed.
3767 * BugsSite/t/012throwables.t: Removed.
3768 * BugsSite/t/Support: Removed.
3769 * BugsSite/t/Support/Files.pm: Removed.
3770 * BugsSite/t/Support/Systemexec.pm: Removed.
3771 * BugsSite/t/Support/Templates.pm: Removed.
3772 * BugsSite/template: Removed.
3773 * BugsSite/template/.cvsignore: Removed.
3774 * BugsSite/template/.htaccess: Removed.
3775 * BugsSite/template/en: Removed.
3776 * BugsSite/template/en/.cvsignore: Removed.
3777 * BugsSite/template/en/custom: Removed.
3778 * BugsSite/template/en/custom/account: Removed.
3779 * BugsSite/template/en/custom/account/auth: Removed.
3780 * BugsSite/template/en/custom/account/email: Removed.
3781 * BugsSite/template/en/custom/account/password: Removed.
3782 * BugsSite/template/en/custom/account/pref