diff --git a/Bakefiles/Bakefiles.bkgen b/Bakefiles/Bakefiles.bkgen
deleted file mode 100644
index 70a6971246ef8ca2dd5fabc6866a45df861c08f3..0000000000000000000000000000000000000000
--- a/Bakefiles/Bakefiles.bkgen
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
- ../JavaScriptCore/jscore.bkl
- ../WebCore/Projects/wx/webcore-wx.bkl
- ../WebCore/Projects/gdk/webcore-gdk.bkl
-
-
-
-
- gnu
-
-
-
-
- msvs2005,msvc
-
-
-
-
- -o../JavaScriptCore/GNUmakefile
-
-
- -o../JavaScriptCore/JavaScriptCore.sln
-
-
- -o../JavaScriptCore/bkl-makefile.vc
-
-
-
-
-
- -o../WebCore/Projects/wx/GNUmakefile
-
-
- -o../WebCore/Projects/wx/wxWebCore.sln
-
-
- -o../WebCore/Projects/wx/makefile.vc
-
-
-
-
-
- -o../WebCore/Projects/gdk/GNUmakefile
-
-
-
-
-
-
-
diff --git a/Bakefiles/ChangeLog b/Bakefiles/ChangeLog
deleted file mode 100644
index efbfa97a62416d4c945ded651355d3e432bd562e..0000000000000000000000000000000000000000
--- a/Bakefiles/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-2006-10-09 Krzysztof Kowalczyk
-
- Reviewed by Geoff.
-
- Improve gdk build compiler options.
-
- * Bakefiles.bkgen:
- * presets.bkl:
-
-2006-10-03 Mark Rowe
-
- Reviewed by Eric.
-
- Stop Bakefile-generated Makefile from running pkg-config multiple times per file.
-
- * presets.bkl: Make use of "options" and Python commands to run pkg-config etc up front.
-
-2006-05-11 Kevin M. Ollivier
-
- - http://bugs.webkit.org/show_bug.cgi?id=8528
- Bakefiles (and generated Makefiles) for wx and gdk ports
-
- * Readme.txt:
- Added file introducing the Bakefile build system and detailing how it works.
-
- * Bakefiles.bkgen:
- Added Bakefile build configuration file
-
- * update-file-lists.py:
- Added script to generate cross-platform sources list from Win VCProject files.
-
- * presets.bkl:
- Added Bakefile containing templates for WebCore pre-requisites, like
- libxml/xslt, ICU, etc. This file contains the logic for determining the
- correct build settings for those projects on each platform.
diff --git a/Bakefiles/Readme.txt b/Bakefiles/Readme.txt
deleted file mode 100644
index f3f0ab8f69062053d4e3d6c103546d0f4dae32b9..0000000000000000000000000000000000000000
--- a/Bakefiles/Readme.txt
+++ /dev/null
@@ -1,99 +0,0 @@
-WebKit Bakefile Docs
-
-The files in this folder are used to auto-generate project files in GNU
-Make and Microsoft Visual Studio 6 (can be used in 7 and 8 too). Support
-for many other formats are available, including eVC (for PocketPC),
-autoconf, and Symbian project formats, so most future ports would be
-able to take advantage of Bakefile support for their projects. (XCode
-also has a partial backend in place, but it's not in a usable state for
-this project.)
-
-The project files generated using Bakefile currently reside in the
-WebCore/Projects/ folder. There are not any JavaScriptCore
-Bakefiles yet as it build successfully pretty much everywhere already.
-However, a Bakefile-based project management system might reduce the
-maintenance burden of maintaining the JavaScriptCore project files too,
-eventually.
-
-
-Preparing the build environment
---------------------------------
-
-Right now, the prepartion steps are not totally automated. Here are the steps
-that need to be taken at present before you build.
-
-IMPORTANT: If you already have a copy of Bakefile 0.2.0 installed, you need to
-update your version to a modified 0.2.0 release with MSVS 2005 support. (If you
-haven't installed it, regenerate-makefiles will take care of it for you.) You can
-get the release from here:
-
-http://kevino.theolliviers.com/bakefile-0.2.0-msvs2005.tar.gz
-
-This support will be officially in a future Bakefile release.
-
---- On Unix, do the following:
-
-cd WebKitTools/Scripts
-sudo ./install-unix-extras # or su, needed for make install
-
---- On Windows, do the following:
-
-cd WebKitTools/Scripts
-./install-win-extras
-
-
-Building the projects
-----------------------
-
-cd into the project directory (WebKit/JavaScriptCore and
-WebKit/WebCore/Projects/wx, respectively) and run the following:
-
--- On Unix:
-
-make
-
--- On Windows, you should open and build the .sln projects.
-
-Windows Note: Sometimes, the files generated by the pre-build step don't get
-built and you get an error during linking. However, a subsequent build resolves
-the issue.
-
-
-Regenerating the Makefiles
----------------------------
-
-cd into the WebCore/WebKitTools/Scripts directory and run the
-./regenerate-makefiles script to recreate the makefiles. This will download
-and install Bakefile if you don't have it installed already. (You may need to
-authenticate if it needs to install Bakefile.)
-
-
-Regenerating the source file lists
-------------------------------------
-Currently, WebCoreSources.bkl and JavaScriptCore.bkl files are
-autogenerated by reading the .vcproj files and extracting the file lists
-from them, using update-file-lists.py. Whenever files are added/removed,
-you should re-run 'python update-file-lists.py' to put the *Sources.bkl back in
-sync with TOT. When the script is run, however, there are also currently two
-source files that need to be manually removed:
-
-In JavaScriptCoreSources.bkl
-- ./grammarWrapper.cpp
-
-In WebCoreSources.bkl
-- $(SRCDIR)/rendering/RenderThemeWin.cpp
-
-Eventually, we need a way to ensure that these files get included only for
-Win builds. Either we find a solution so that we no longer need to autogenerate
-the source file list, or we move them in the vcproj to some sort of 'win'
-subfolder, which would automatically keep them from being added to the Bakefiles.
-
-
-Bakefile formats
------------------
-
-For those of you curious about what other types of project files Bakefile can
-generate, a list can be found here:
-
-http://bakefile.sourceforge.net/doc/html/rn01re01.html
-
diff --git a/Bakefiles/presets.bkl b/Bakefiles/presets.bkl
deleted file mode 100644
index 45fe4528530eb5aff6d483bcadc631efbb1e8996..0000000000000000000000000000000000000000
--- a/Bakefiles/presets.bkl
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
-
-
-
- $(SRCDIR)/../JavaScriptCore
-
- $(SRCDIR)/../JavaScriptCore/libjscore.a
-
-
-
-
-
-
-
-
-
- $(SQLITE3_LIBS)
- $(SQLITE3_CFLAGS)
-
-
-
-
-
-
-
-
-
-
-
-
- $(FREETYPE2_LIBS)
- $(FREETYPE2_CFLAGS)
- $(FONTCONFIG_LIBS)
- $(FONTCONFIG_CFLAGS)
-
-
-
-
-
-
-
-
- $(CURL_LIBS)
- $(CURL_CFLAGS)
-
-
-
-
-
-
-
-
- $(CAIRO_LIBS)
- $(CAIRO_CFLAGS)
-
-
-
-
-
-
-
-
-
-
- $(GTK_LIBS)
- $(GTK_CFLAGS)
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(XML2_LIBS)
- $(XML2_CFLAGS)
-
-
-
- $(SRCDIR)/../libxml/include
-
-
-
-
-
-
-
-
-
-
-
- $(XSLT_LIBS)
- $(XSLT_CFLAGS)
-
-
-
- $(SRCDIR)/../libxslt/include
- $(SRCDIR)/../libxml/include
-
-
-
-
-
-
-
-
-
-
-
- $(ICU_LIBS)
- $(ICU_CFLAGS)
-
-
-
- $(SRCDIR)/../icu/include
-
-
-
-
-
-
- $(SRCDIR)/../iconv/include
-
-
-
-
diff --git a/Bakefiles/update-file-lists.py b/Bakefiles/update-file-lists.py
deleted file mode 100644
index 94e2b4f790e31e248699d056ee23f3f462f1c035..0000000000000000000000000000000000000000
--- a/Bakefiles/update-file-lists.py
+++ /dev/null
@@ -1,180 +0,0 @@
-#!/usr/bin/python
-
-# Copyright (C) 2005, 2006 Apple Computer, Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
-# its contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
-# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
-# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# A script to make sure the source file list for the Bakefiles is up-to-date
-# with the MSVC project files.
-
-import sys, os
-from xml.dom import minidom
-
-WebKitRoot = ".."
-
-
-class MSVS8Compiler:
- def __init__(self):
- self.precomp_headers = True
- self.warning_level = "default"
- self.defines = []
- self.includes = []
-
- def fromXML(self, tool):
- if tool.attributes.has_key("AdditionalIncludeDirectories"):
- includes_string = tool.attributes["AdditionalIncludeDirectories"].value
- includes_string = includes_string.replace(""", '"')
- includes_string = includes_string.replace("$", "$(DOLLAR)")
- self.includes = includes_string.split(";")
-
- if tool.attributes.has_key("PreprocessorDefinitions"):
- self.defines = tool.attributes["PreprocessorDefinitions"].value.split(";")
-
-class MSVS8Config:
- def __init__(self):
- self.target_type="exe"
- self.target_name="Release"
- self.output_dir = ""
- self.build_dir = ""
- self.pre_build_step = ""
- self.compiler = MSVS8Compiler()
-
- def fromXML(self, config):
- if config.attributes.has_key("Name"):
- self.target_name = config.attributes["Name"].value
-
- config_type = config.attributes["ConfigurationType"].value
- if config_type == "1":
- self.target_type = "exe"
- elif config_type == "2":
- self.target_type = "dll"
- elif config_type == "4":
- self.target_type = "lib"
- else:
- print "Unknown project type %s. Exiting..." % (config_type)
- sys.exit(1)
-
- tools = config.getElementsByTagName("Tool")
-
- for tool in tools:
- if tool.attributes.has_key("Name") and tool.attributes["Name"].value == "VCPreBuildEventTool" and tool.attributes.has_key("VCPreBuildEventTool"):
- self.pre_build_step = tool.attributes["VCPreBuildEventTool"].value
- continue
-
- if tool.attributes.has_key("Name") and tool.attributes["Name"].value == "VCCLCompilerTool":
- self.compiler.fromXML(tool)
-
- def asBkl(self, doc):
- target = doc.createElement(self.target_type)
- target.setAttribute("id", self.target_name)
-
- return target
-
-class MSVS8Filter:
- def __init__(self):
- self.files = []
- self.name = ""
- self.varname = ""
- self.prefix = "WEBCORE_"
-
- def fromXML(self, filter):
- if filter.attributes.has_key("Name"):
- self.name = filter.attributes["Name"].value
- self.varname = self.prefix + "SOURCES_" + self.name.upper()
-
- for node in filter.childNodes:
- if node.nodeName == "File" and node.attributes.has_key("RelativePath"):
- filename = node.attributes["RelativePath"].value.replace("$", "$(DOLLAR)")
- filename = filename.replace("\\", "/")
- filename = "\t\t" + filename.replace("../../", "")
- if os.path.splitext(filename)[1] in [".c", ".cpp"]:
- self.files.append(filename)
-
- def asBkl(self, doc):
- sources = doc.createElement("set")
- if self.name != "":
- sources.setAttribute("var", self.varname)
- # currently we 'flatten' the MSVC sources hierarchy to a simple list
- # so we may end up with duplicates for self.varname when the root
- # and subfolders share the same name. For now, just make sure the
- # sources are added together as part of the target
- sources.setAttribute("append", "1")
-
- sources_text = "\n"
- for afile in self.files:
- sources_text += afile + "\n"
-
- sources.appendChild(doc.createTextNode(sources_text))
- return sources
-
-class MSVS8Project:
- def __init__(self):
- self.configs = []
- self.file_list = []
- self.prefix = "WEBCORE_"
-
- def loadFromXML(self, filename):
- doc = minidom.parse(filename)
- configs = doc.getElementsByTagName("Configuration")
- for config in configs:
- config_obj = MSVS8Config()
- config_obj.fromXML(config)
- self.configs.append(config_obj)
-
- if filename.find("JavaScriptCore") != -1:
- self.prefix = "JSCORE_"
-
- files = doc.getElementsByTagName("Filter")
- for node in files:
- files = MSVS8Filter()
- files.prefix = self.prefix
- files.fromXML(node)
- self.file_list.append(files)
-
- def saveAsBkl(self, filename):
- doc = minidom.Document()
- makefile = doc.createElement("makefile")
- source_tags = []
- for files in self.file_list:
- makefile.appendChild(files.asBkl(doc))
-
- doc.appendChild(makefile)
-
- outfile = open(filename, "w")
- outfile.write(doc.toprettyxml())
- outfile.close()
-
-jsdir = os.path.join(WebKitRoot, "JavaScriptCore")
-wcdir = os.path.join(WebKitRoot, "WebCore")
-
-files = { jsdir: os.path.join(jsdir, "JavaScriptCore.vcproj", "JavaScriptCore", "JavaScriptCore.vcproj"),
- wcdir: os.path.join(wcdir, "WebCore.vcproj", "WebCore", "WebCore.vcproj")
- }
-
-for adir in files:
- project = MSVS8Project()
- project.loadFromXML(files[adir])
- outputfile = os.path.join(adir, os.path.splitext(os.path.basename(files[adir]))[0] + "Sources.bkl")
- project.saveAsBkl(outputfile)
diff --git a/ChangeLog b/ChangeLog
index a05be8d46771ad57c2ecf4ec66630b360ea1b253..40d9290ab2fe2f7b9b6459cdab8077e96790c92f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-09-29 Holger Hans Peter Freyther
+
+ Reviewed by Mark.
+
+ -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
+ Remove Bakefiles from svn.
+
+ * Bakefiles/Bakefiles.bkgen: Removed.
+ * Bakefiles/ChangeLog: Removed.
+ * Bakefiles/Readme.txt: Removed.
+ * Bakefiles/presets.bkl: Removed.
+ * Bakefiles/update-file-lists.py: Removed.
+
2007-09-20 Holger Hans Peter Freyther
Rubber stamped by Adam.
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 85f27796c35dc79b53541c35b4adf9007f16ad43..ddea7dd94a6d34d24b55328f309afc02a644c196 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-29 Holger Hans Peter Freyther
+
+ Reviewed by Mark.
+
+ -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
+ Remove Bakefiles from svn.
+
+ * JavaScriptCoreSources.bkl: Removed.
+ * jscore.bkl: Removed.
+
2007-09-27 Kevin Decker
Rubber stamped by John Sullivan.
diff --git a/JavaScriptCore/JavaScriptCoreSources.bkl b/JavaScriptCore/JavaScriptCoreSources.bkl
deleted file mode 100644
index 971da16666d0d53af28d1e72a2718c1ace67ab1e..0000000000000000000000000000000000000000
--- a/JavaScriptCore/JavaScriptCoreSources.bkl
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
- DerivedSources/JavaScriptCore/grammar.cpp
- kjs/CommonIdentifiers.cpp
- kjs/Context.cpp
- kjs/DateMath.cpp
- kjs/ExecState.cpp
- kjs/JSImmediate.cpp
- kjs/JSLock.cpp
- kjs/JSWrapperObject.cpp
- kjs/Parser.cpp
- kjs/PropertyNameArray.cpp
- kjs/array_object.cpp
- kjs/bool_object.cpp
- kjs/collector.cpp
- kjs/date_object.cpp
- kjs/debugger.cpp
- kjs/dtoa.cpp
- kjs/error_object.cpp
- kjs/fpconst.cpp
- kjs/function.cpp
- kjs/function_object.cpp
- kjs/identifier.cpp
- kjs/internal.cpp
- kjs/interpreter.cpp
- kjs/lexer.cpp
- kjs/list.cpp
- kjs/lookup.cpp
- kjs/math_object.cpp
- kjs/nodes.cpp
- kjs/nodes2string.cpp
- kjs/number_object.cpp
- kjs/object.cpp
- kjs/object_object.cpp
- kjs/operations.cpp
- kjs/property_map.cpp
- kjs/property_slot.cpp
- kjs/regexp.cpp
- kjs/regexp_object.cpp
- kjs/scope_chain.cpp
- kjs/string_object.cpp
- kjs/testkjs.cpp
- kjs/ustring.cpp
- kjs/value.cpp
-
-
-
- wtf/Assertions.cpp
- wtf/FastMalloc.cpp
- wtf/HashTable.cpp
-
-
-
- pcre/pcre_compile.c
- pcre/pcre_config.c
- pcre/pcre_exec.c
- pcre/pcre_fullinfo.c
- pcre/pcre_get.c
- pcre/pcre_globals.c
- pcre/pcre_info.c
- pcre/pcre_maketables.c
- pcre/pcre_ord2utf8.c
- pcre/pcre_refcount.c
- pcre/pcre_study.c
- pcre/pcre_tables.c
- pcre/pcre_try_flipped.c
- pcre/pcre_ucp_findchar.c
- pcre/pcre_version.c
- pcre/pcre_xclass.c
-
-
-
- bindings/NP_jsobject.cpp
- bindings/c/c_class.cpp
- bindings/c/c_instance.cpp
- bindings/c/c_runtime.cpp
- bindings/c/c_utility.cpp
- bindings/npruntime.cpp
- bindings/runtime.cpp
- bindings/runtime_array.cpp
- bindings/runtime_method.cpp
- bindings/runtime_object.cpp
- bindings/runtime_root.cpp
-
-
diff --git a/JavaScriptCore/jscore.bkl b/JavaScriptCore/jscore.bkl
deleted file mode 100644
index c3b46dd4030703c61f585dae7e43e8268f4de5c0..0000000000000000000000000000000000000000
--- a/JavaScriptCore/jscore.bkl
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
- .
-
-
-
-
- obj-$(FORMAT)
-
-
- on
- multi
- $(SRCDIR)
-
- $(SRCDIR)
- $(SRCDIR)/DerivedSources/JavaScriptCore
- $(SRCDIR)/ForwardingHeaders
- $(SRCDIR)/bindings/c
- $(SRCDIR)/bindings/jni
- $(SRCDIR)/bindings
- $(SRCDIR)/kjs
- $(SRCDIR)/pcre
- $(SRCDIR)/wtf
-
-
-
- USE_CONSERVATIVE_GC=0
-
-
-
- USE_CONSERVATIVE_GC=1
-
-
- ENABLE_XSLT=1
-
-
-
- HAVE_FUNC_ISNAN
-
- -Wl,--no-undefined
-
-
-
- $(SRCDIR)/os-win32
- HAVE_SYS_TIMEB_H=1
- HAVE_FLOAT_H=1
- HAVE_FUNC__FINITE=1
-
-
-
-
-
- $(SRCDIR)
- $(SRCDIR)/wtf
- $(SRCDIR)/pcre/dftables.c
-
-
-
-
- bash make-generated-sources.sh
-
-
-
- dftables
- DerivedSources
- default
- off
- off
- on
-
- $(JSCORE_SOURCES_BINDINGS)
- $(JSCORE_SOURCES_KJS)
- $(JSCORE_SOURCES_PCRE)
- $(JSCORE_SOURCES_WTF)
-
-
- $(JSCORE_SOURCES_WIN)
-
- $(BUILDDIR)
-
-
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5671c29717e11a4393b9e875187cea17d4abfcde..0dcb99a2bc517df5b405831f0a0d52ca7c900d57 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2007-09-29 Holger Hans Peter Freyther
+
+ Reviewed by Mark.
+
+ -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
+ Remove Bakefiles from svn.
+
+ * Projects/gdk/webcore-gdk.bkl: Removed.
+ * Projects/wx/webcore-wx.bkl: Removed.
+ * WebCoreSources.bkl: Removed.
+ * webcore-base.bkl: Removed.
+
2007-09-28 Jan Michael Alonzo
Reviewed by Mark.
diff --git a/WebCore/Projects/gdk/webcore-gdk.bkl b/WebCore/Projects/gdk/webcore-gdk.bkl
deleted file mode 100644
index 266e9b32bae7eab24e40cfb6490775f9443f9a18..0000000000000000000000000000000000000000
--- a/WebCore/Projects/gdk/webcore-gdk.bkl
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
- ENABLE_XPATH
-
-
-
-
-
-
- bash -c "cd ../..; ./move-js-headers.sh" && \
- bash -c "cd ../.. && \
- export FEATURE_DEFINES=$(FEATURE_DEFINES) && \
- ./make-generated-sources.sh && \
- bash -c "touch .DerivedSources"
-
-
-
-
-
-
-
- .DerivedSources
- .
- on
- multi
- default
- off
- off
- on
- $(SRCDIR)/platform/gdk
- $(SRCDIR)/platform/network/gdk
- BUILDING_GDK__
- BUILDING_CAIRO__
- platform/gdk
- platform/graphics/cairo
- ENABLE_XPATH
-
-
- platform/gdk/CookieJarGtk.cpp
- platform/gdk/CursorGtk.cpp
- platform/gdk/DragDataGtk.cpp
- platform/gdk/DragImageGtk.cpp
- platform/gdk/EditorClientGdk.cpp
- platform/gdk/FontCacheGtk.cpp
- platform/gdk/FontDataGtk.cpp
- platform/gdk/FontGtk.cpp
- platform/gdk/FontPlatformDataGtk.cpp
- platform/gdk/FrameGtk.cpp
- platform/gdk/GlyphPageTreeNodeGtk.cpp
- platform/gdk/KeyEventGtk.cpp
- platform/gdk/MimeTypeRegistryGdk.cpp
- platform/gdk/MouseEventGtk.cpp
- platform/gdk/PopupMenuGtk.cpp
- platform/gdk/RenderThemeGtk.cpp
- platform/gdk/ScrollViewGtk.cpp
- platform/gdk/ScreenGdk.cpp
- platform/gdk/SharedTimerLinux.cpp
- platform/gdk/SystemTimeLinux.cpp
- platform/gdk/TemporaryLinkStubs.cpp
- platform/gdk/WheelEventGtk.cpp
- platform/gdk/WidgetGtk.cpp
- platform/graphics/gdk/ImageGtk.cpp
- platform/network/gdk/ResourceHandleCurl.cpp
- platform/network/gdk/ResourceHandleManager.cpp
-
- $(WEBCORE_SOURCES_PLATFORM_CAIRO)
-
-
-
- .DerivedSources
- rm -rf $(SRCDIR)/DerivedSources
- rm -rf $(SRCDIR)/include/JavaScriptCore
- rm -rf $(SRCDIR)/Projects/gdk/obj-gnu
-
-
-
-
-
diff --git a/WebCore/Projects/wx/webcore-wx.bkl b/WebCore/Projects/wx/webcore-wx.bkl
deleted file mode 100644
index b033dfa98fe1f7f5c50a550db7ff4661439a2139..0000000000000000000000000000000000000000
--- a/WebCore/Projects/wx/webcore-wx.bkl
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- cd $(SRCDIR);bash move-js-headers.sh;bash make-generated-sources.sh;cd Projects/wx
-
-
-
- DerivedSources
- .
-
-
-
-
-
diff --git a/WebCore/WebCoreSources.bkl b/WebCore/WebCoreSources.bkl
deleted file mode 100644
index 7ea3fec99360a73dd3247c44a5898cf9263e49c7..0000000000000000000000000000000000000000
--- a/WebCore/WebCoreSources.bkl
+++ /dev/null
@@ -1,753 +0,0 @@
-
-
-
- DerivedSources/WebCore/CSSGrammar.cpp
- DerivedSources/WebCore/ColorData.c
- DerivedSources/WebCore/HTMLEntityNames.c
- DerivedSources/WebCore/HTMLNames.cpp
- DerivedSources/WebCore/JSAttr.cpp
- DerivedSources/WebCore/JSCDATASection.cpp
- DerivedSources/WebCore/JSCSSPrimitiveValue.cpp
- DerivedSources/WebCore/JSCSSRule.cpp
- DerivedSources/WebCore/JSCSSRuleList.cpp
- DerivedSources/WebCore/JSCSSStyleDeclaration.cpp
- DerivedSources/WebCore/JSCSSValue.cpp
- DerivedSources/WebCore/JSCSSValueList.cpp
- DerivedSources/WebCore/JSCanvasGradient.cpp
- DerivedSources/WebCore/JSCanvasPattern.cpp
- DerivedSources/WebCore/JSCanvasRenderingContext2D.cpp
- DerivedSources/WebCore/JSCharacterData.cpp
- DerivedSources/WebCore/JSComment.cpp
- DerivedSources/WebCore/JSCounter.cpp
- DerivedSources/WebCore/JSDOMImplementation.cpp
- DerivedSources/WebCore/JSDOMParser.cpp
- DerivedSources/WebCore/JSDOMWindow.cpp
- DerivedSources/WebCore/JSDocument.cpp
- DerivedSources/WebCore/JSDocumentFragment.cpp
- DerivedSources/WebCore/JSDocumentType.cpp
- DerivedSources/WebCore/JSElement.cpp
- DerivedSources/WebCore/JSEntity.cpp
- DerivedSources/WebCore/JSEntityReference.cpp
- DerivedSources/WebCore/JSEvent.cpp
- DerivedSources/WebCore/JSHTMLAnchorElement.cpp
- DerivedSources/WebCore/JSHTMLAppletElement.cpp
- DerivedSources/WebCore/JSHTMLAreaElement.cpp
- DerivedSources/WebCore/JSHTMLBRElement.cpp
- DerivedSources/WebCore/JSHTMLBaseElement.cpp
- DerivedSources/WebCore/JSHTMLBaseFontElement.cpp
- DerivedSources/WebCore/JSHTMLBlockquoteElement.cpp
- DerivedSources/WebCore/JSHTMLBodyElement.cpp
- DerivedSources/WebCore/JSHTMLButtonElement.cpp
- DerivedSources/WebCore/JSHTMLCanvasElement.cpp
- DerivedSources/WebCore/JSHTMLDListElement.cpp
- DerivedSources/WebCore/JSHTMLDirectoryElement.cpp
- DerivedSources/WebCore/JSHTMLDivElement.cpp
- DerivedSources/WebCore/JSHTMLDocument.cpp
- DerivedSources/WebCore/JSHTMLElement.cpp
- DerivedSources/WebCore/JSHTMLFieldSetElement.cpp
- DerivedSources/WebCore/JSHTMLFontElement.cpp
- DerivedSources/WebCore/JSHTMLFormElement.cpp
- DerivedSources/WebCore/JSHTMLHRElement.cpp
- DerivedSources/WebCore/JSHTMLHeadElement.cpp
- DerivedSources/WebCore/JSHTMLHeadingElement.cpp
- DerivedSources/WebCore/JSHTMLHtmlElement.cpp
- DerivedSources/WebCore/JSHTMLImageElement.cpp
- DerivedSources/WebCore/JSHTMLInputElement.cpp
- DerivedSources/WebCore/JSHTMLIsIndexElement.cpp
- DerivedSources/WebCore/JSHTMLLIElement.cpp
- DerivedSources/WebCore/JSHTMLLabelElement.cpp
- DerivedSources/WebCore/JSHTMLLegendElement.cpp
- DerivedSources/WebCore/JSHTMLLinkElement.cpp
- DerivedSources/WebCore/JSHTMLMapElement.cpp
- DerivedSources/WebCore/JSHTMLMenuElement.cpp
- DerivedSources/WebCore/JSHTMLMetaElement.cpp
- DerivedSources/WebCore/JSHTMLModElement.cpp
- DerivedSources/WebCore/JSHTMLOListElement.cpp
- DerivedSources/WebCore/JSHTMLOptGroupElement.cpp
- DerivedSources/WebCore/JSHTMLOptionElement.cpp
- DerivedSources/WebCore/JSHTMLOptionsCollection.cpp
- DerivedSources/WebCore/JSHTMLParagraphElement.cpp
- DerivedSources/WebCore/JSHTMLParamElement.cpp
- DerivedSources/WebCore/JSHTMLPreElement.cpp
- DerivedSources/WebCore/JSHTMLQuoteElement.cpp
- DerivedSources/WebCore/JSHTMLScriptElement.cpp
- DerivedSources/WebCore/JSHTMLSelectElement.cpp
- DerivedSources/WebCore/JSHTMLStyleElement.cpp
- DerivedSources/WebCore/JSHTMLTextAreaElement.cpp
- DerivedSources/WebCore/JSHTMLTitleElement.cpp
- DerivedSources/WebCore/JSHTMLUListElement.cpp
- DerivedSources/WebCore/JSKeyboardEvent.cpp
- DerivedSources/WebCore/JSMouseEvent.cpp
- DerivedSources/WebCore/JSMutationEvent.cpp
- DerivedSources/WebCore/JSNode.cpp
- DerivedSources/WebCore/JSNodeFilter.cpp
- DerivedSources/WebCore/JSNodeIterator.cpp
- DerivedSources/WebCore/JSNotation.cpp
- DerivedSources/WebCore/JSOverflowEvent.cpp
- DerivedSources/WebCore/JSProcessingInstruction.cpp
- DerivedSources/WebCore/JSRange.cpp
- DerivedSources/WebCore/JSRangeException.cpp
- DerivedSources/WebCore/JSText.cpp
- DerivedSources/WebCore/JSTextEvent.cpp
- DerivedSources/WebCore/JSTreeWalker.cpp
- DerivedSources/WebCore/JSUIEvent.cpp
- DerivedSources/WebCore/JSWheelEvent.cpp
- DerivedSources/WebCore/JSXMLSerializer.cpp
- DerivedSources/WebCore/JSXPathEvaluator.cpp
- DerivedSources/WebCore/JSXPathExpression.cpp
- DerivedSources/WebCore/JSXPathNSResolver.cpp
- DerivedSources/WebCore/JSXPathResult.cpp
- DerivedSources/WebCore/UserAgentStyleSheetsData.cpp
- DerivedSources/WebCore/XLinkNames.cpp
- DerivedSources/WebCore/XMLNames.cpp
- DerivedSources/WebCore/XPathGrammar.cpp
-
-
-
- history/BackForwardList.cpp
- history/CachedPage.cpp
- history/HistoryItem.cpp
- history/HistoryItemTimer.cpp
-
-
-
- page/Chrome.cpp
- page/ContextMenuController.cpp
- page/DOMWindow.cpp
- page/DragController.cpp
- page/EventHandler.cpp
- page/FocusController.cpp
- page/Frame.cpp
- page/FrameTree.cpp
- page/FrameView.cpp
- page/MouseEventWithHitTestResults.cpp
- page/Page.cpp
- page/Settings.cpp
- page/gdk/EventHandlerGtk.cpp
- page/gdk/ContextMenuClientGdk.cpp
- page/gdk/DragControllerGtk.cpp
- page/gdk/InspectorClientGdk.cpp
-
-
-
- loader/Cache.cpp
- loader/CachedCSSStyleSheet.cpp
- loader/CachedImage.cpp
- loader/CachedResource.cpp
- loader/CachedResourceClientWalker.cpp
- loader/CachedScript.cpp
- loader/CachedXSLStyleSheet.cpp
- loader/DocLoader.cpp
- loader/DocumentLoader.cpp
- loader/FormState.cpp
- loader/FrameLoader.cpp
- loader/ImageDocument.cpp
- loader/MainResourceLoader.cpp
- loader/NavigationAction.cpp
- loader/NetscapePlugInStreamLoader.cpp
- loader/PluginDocument.cpp
- loader/ProgressTracker.cpp
- loader/Request.cpp
- loader/ResourceLoader.cpp
- loader/SubresourceLoader.cpp
- loader/TextDocument.cpp
- loader/TextResourceDecoder.cpp
- loader/loader.cpp
- loader/gdk/DocumentLoaderGtk.cpp
- loader/gdk/FrameLoaderClientGdk.cpp
-
-
-
- platform/Arena.cpp
- platform/ArrayImpl.cpp
- platform/AtomicString.cpp
- platform/Base64.cpp
- platform/BidiContext.cpp
- platform/CString.cpp
- platform/ContextMenu.cpp
- platform/DeprecatedCString.cpp
- platform/DeprecatedPtrListImpl.cpp
- platform/DeprecatedString.cpp
- platform/DeprecatedStringList.cpp
- platform/DeprecatedValueListImpl.cpp
- platform/DragImage.cpp
- platform/FileChooser.cpp
- platform/Font.cpp
- platform/FontCache.cpp
- platform/FontData.cpp
- platform/FontFallbackList.cpp
- platform/FontFamily.cpp
- platform/GlyphPageTreeNode.cpp
- platform/GlyphWidthMap.cpp
- platform/KURL.cpp
- platform/Logging.cpp
- platform/MimeTypeRegistry.cpp
- platform/RegularExpression.cpp
- platform/ScrollBar.cpp
- platform/SegmentedString.cpp
- platform/SharedBuffer.cpp
- platform/String.cpp
- platform/StringImpl.cpp
- platform/TextBreakIteratorICU.cpp
- platform/TextCodec.cpp
- platform/TextCodecICU.cpp
- platform/TextCodecLatin1.cpp
- platform/TextCodecUTF16.cpp
- platform/TextDecoder.cpp
- platform/TextEncoding.cpp
- platform/TextEncodingRegistry.cpp
- platform/TextStream.cpp
- platform/Timer.cpp
- platform/Widget.cpp
- platform/graphics/AffineTransform.cpp
- platform/graphics/BitmapImage.cpp
- platform/graphics/Color.cpp
- platform/graphics/FloatPoint.cpp
- platform/graphics/FloatRect.cpp
- platform/graphics/FloatSize.cpp
- platform/graphics/GraphicsContext.cpp
- platform/graphics/GraphicsTypes.cpp
- platform/graphics/Image.cpp
- platform/graphics/IntRect.cpp
- platform/graphics/Path.cpp
- platform/graphics/PathTraversalState.cpp
- platform/graphics/Pen.cpp
- platform/network/AuthenticationChallenge.cpp
- platform/network/Credential.cpp
- platform/network/HTTPParsers.cpp
- platform/network/FormData.cpp
- platform/network/ProtectionSpace.cpp
- platform/network/ResourceHandle.cpp
- platform/network/ResourceRequest.cpp
- platform/network/ResourceResponse.cpp
-
-
-
- platform/network/win/ResourceHandleWin.cpp
- platform/win/CookieJarWin.cpp
- platform/win/CursorWin.cpp
- platform/win/FontCacheWin.cpp
- platform/win/FontDataWin.cpp
- platform/win/FontPlatformDataWin.cpp
- platform/win/FontWin.cpp
- platform/win/GlyphPageTreeNodeWin.cpp
- platform/win/IntPointWin.cpp
- platform/win/IntRectWin.cpp
- platform/win/IntSizeWin.cpp
- platform/win/KeyEventWin.cpp
- platform/win/MouseEventWin.cpp
- platform/win/ScreenWin.cpp
- platform/win/ScrollViewWin.cpp
- platform/win/SharedTimerWin.cpp
- platform/win/SystemTimeWin.cpp
- platform/win/TemporaryLinkStubs.cpp
- platform/win/WidgetWin.cpp
-
-
-
- platform/image-decoders/gif/GIFImageDecoder.cpp
- platform/image-decoders/gif/GIFImageReader.cpp
-
-
-
- platform/image-decoders/png/PNGImageDecoder.cpp
- platform/image-decoders/png/png.c
- platform/image-decoders/png/pngerror.c
- platform/image-decoders/png/pnggccrd.c
- platform/image-decoders/png/pngget.c
- platform/image-decoders/png/pngmem.c
- platform/image-decoders/png/pngpread.c
- platform/image-decoders/png/pngread.c
- platform/image-decoders/png/pngrio.c
- platform/image-decoders/png/pngrtran.c
- platform/image-decoders/png/pngrutil.c
- platform/image-decoders/png/pngset.c
- platform/image-decoders/png/pngtrans.c
- platform/image-decoders/png/pngvcrd.c
- platform/image-decoders/png/pngwio.c
- platform/image-decoders/png/pngwrite.c
- platform/image-decoders/png/pngwtran.c
- platform/image-decoders/png/pngwutil.c
-
-
-
- platform/image-decoders/zlib/adler32.c
- platform/image-decoders/zlib/compress.c
- platform/image-decoders/zlib/crc32.c
- platform/image-decoders/zlib/deflate.c
- platform/image-decoders/zlib/gzio.c
- platform/image-decoders/zlib/infback.c
- platform/image-decoders/zlib/inffast.c
- platform/image-decoders/zlib/inflate.c
- platform/image-decoders/zlib/inftrees.c
- platform/image-decoders/zlib/trees.c
- platform/image-decoders/zlib/uncompr.c
- platform/image-decoders/zlib/zutil.c
-
-
-
- platform/image-decoders/jpeg/JPEGImageDecoder.cpp
- platform/image-decoders/jpeg/jcomapi.c
- platform/image-decoders/jpeg/jdapimin.c
- platform/image-decoders/jpeg/jdapistd.c
- platform/image-decoders/jpeg/jdatadst.c
- platform/image-decoders/jpeg/jdatasrc.c
- platform/image-decoders/jpeg/jdcoefct.c
- platform/image-decoders/jpeg/jdcolor.c
- platform/image-decoders/jpeg/jddctmgr.c
- platform/image-decoders/jpeg/jdhuff.c
- platform/image-decoders/jpeg/jdinput.c
- platform/image-decoders/jpeg/jdmainct.c
- platform/image-decoders/jpeg/jdmarker.c
- platform/image-decoders/jpeg/jdmaster.c
- platform/image-decoders/jpeg/jdmerge.c
- platform/image-decoders/jpeg/jdphuff.c
- platform/image-decoders/jpeg/jdpostct.c
- platform/image-decoders/jpeg/jdsample.c
- platform/image-decoders/jpeg/jerror.c
- platform/image-decoders/jpeg/jfdctflt.c
- platform/image-decoders/jpeg/jfdctfst.c
- platform/image-decoders/jpeg/jfdctint.c
- platform/image-decoders/jpeg/jidctflt.c
- platform/image-decoders/jpeg/jidctfst.c
- platform/image-decoders/jpeg/jidctint.c
- platform/image-decoders/jpeg/jmemmgr.c
- platform/image-decoders/jpeg/jmemnobs.c
- platform/image-decoders/jpeg/jquant1.c
- platform/image-decoders/jpeg/jquant2.c
- platform/image-decoders/jpeg/jutils.c
-
-
-
- platform/image-decoders/bmp/BMPImageDecoder.cpp
-
-
-
- platform/image-decoders/ico/ICOImageDecoder.cpp
-
-
-
- platform/image-decoders/xbm/XBMImageDecoder.cpp
-
-
-
- platform/graphics/cairo/AffineTransformCairo.cpp
- platform/graphics/cairo/GraphicsContextCairo.cpp
- platform/graphics/cairo/ImageCairo.cpp
- platform/graphics/cairo/ImageSourceCairo.cpp
- platform/graphics/cairo/PathCairo.cpp
-
-
-
- platform/graphics/cairo/pixman/src/fbcompose.c
- platform/graphics/cairo/pixman/src/fbedge.c
- platform/graphics/cairo/pixman/src/fbpict.c
- platform/graphics/cairo/pixman/src/fbtrap.c
- platform/graphics/cairo/pixman/src/icblt.c
- platform/graphics/cairo/pixman/src/icbltone.c
- platform/graphics/cairo/pixman/src/iccolor.c
- platform/graphics/cairo/pixman/src/icformat.c
- platform/graphics/cairo/pixman/src/icimage.c
- platform/graphics/cairo/pixman/src/icpixels.c
- platform/graphics/cairo/pixman/src/icrect.c
- platform/graphics/cairo/pixman/src/icstipple.c
- platform/graphics/cairo/pixman/src/ictransform.c
- platform/graphics/cairo/pixman/src/ictrap.c
- platform/graphics/cairo/pixman/src/ictri.c
- platform/graphics/cairo/pixman/src/icutil.c
- platform/graphics/cairo/pixman/src/pixregion.c
- platform/graphics/cairo/pixman/src/renderedge.c
-
-
-
- platform/graphics/cairo/cairo/src/cairo-arc.c
- platform/graphics/cairo/cairo/src/cairo-array.c
- platform/graphics/cairo/cairo/src/cairo-cache.c
- platform/graphics/cairo/cairo/src/cairo-clip.c
- platform/graphics/cairo/cairo/src/cairo-color.c
- platform/graphics/cairo/cairo/src/cairo-debug.c
- platform/graphics/cairo/cairo/src/cairo-fixed.c
- platform/graphics/cairo/cairo/src/cairo-font-options.c
- platform/graphics/cairo/cairo/src/cairo-font.c
- platform/graphics/cairo/cairo/src/cairo-gstate.c
- platform/graphics/cairo/cairo/src/cairo-hash.c
- platform/graphics/cairo/cairo/src/cairo-hull.c
- platform/graphics/cairo/cairo/src/cairo-image-surface.c
- platform/graphics/cairo/cairo/src/cairo-matrix.c
- platform/graphics/cairo/cairo/src/cairo-meta-surface.c
- platform/graphics/cairo/cairo/src/cairo-output-stream.c
- platform/graphics/cairo/cairo/src/cairo-paginated-surface.c
- platform/graphics/cairo/cairo/src/cairo-path-bounds.c
- platform/graphics/cairo/cairo/src/cairo-path-data.c
- platform/graphics/cairo/cairo/src/cairo-path-fill.c
- platform/graphics/cairo/cairo/src/cairo-path-stroke.c
- platform/graphics/cairo/cairo/src/cairo-path.c
- platform/graphics/cairo/cairo/src/cairo-pattern.c
- platform/graphics/cairo/cairo/src/cairo-pen.c
- platform/graphics/cairo/cairo/src/cairo-polygon.c
- platform/graphics/cairo/cairo/src/cairo-region.c
- platform/graphics/cairo/cairo/src/cairo-scaled-font.c
- platform/graphics/cairo/cairo/src/cairo-slope.c
- platform/graphics/cairo/cairo/src/cairo-spline.c
- platform/graphics/cairo/cairo/src/cairo-stroke-style.c
- platform/graphics/cairo/cairo/src/cairo-surface-fallback.c
- platform/graphics/cairo/cairo/src/cairo-surface.c
- platform/graphics/cairo/cairo/src/cairo-traps.c
- platform/graphics/cairo/cairo/src/cairo-unicode.c
- platform/graphics/cairo/cairo/src/cairo-wideint.c
- platform/graphics/cairo/cairo/src/cairo-win32-font.c
- platform/graphics/cairo/cairo/src/cairo-win32-surface.c
- platform/graphics/cairo/cairo/src/cairo.c
-
-
-
- css/CSSBorderImageValue.cpp
- css/CSSCharsetRule.cpp
- css/CSSComputedStyleDeclaration.cpp
- css/CSSCursorImageValue.cpp
- css/CSSFontFaceRule.cpp
- css/CSSImageValue.cpp
- css/CSSImportRule.cpp
- css/CSSInheritedValue.cpp
- css/CSSInitialValue.cpp
- css/CSSMediaRule.cpp
- css/CSSMutableStyleDeclaration.cpp
- css/CSSPageRule.cpp
- css/CSSPrimitiveValue.cpp
- css/CSSProperty.cpp
- css/CSSRule.cpp
- css/CSSRuleList.cpp
- css/CSSSelector.cpp
- css/CSSStyleDeclaration.cpp
- css/CSSStyleRule.cpp
- css/CSSStyleSheet.cpp
- css/CSSValueList.cpp
- css/FontFamilyValue.cpp
- css/FontValue.cpp
- css/MediaFeatureNames.cpp
- css/MediaList.cpp
- css/MediaQuery.cpp
- css/MediaQueryEvaluator.cpp
- css/MediaQueryExp.cpp
- css/ShadowValue.cpp
- css/StyleBase.cpp
- css/StyleList.cpp
- css/StyleSheet.cpp
- css/StyleSheetList.cpp
- css/csshelper.cpp
- css/cssparser.cpp
- css/cssstyleselector.cpp
-
-
-
- rendering/AutoTableLayout.cpp
- rendering/CounterNode.cpp
- rendering/EllipsisBox.cpp
- rendering/FixedTableLayout.cpp
- rendering/HitTestResult.cpp
- rendering/InlineBox.cpp
- rendering/InlineFlowBox.cpp
- rendering/InlineTextBox.cpp
- rendering/LayoutState.cpp
- rendering/ListMarkerBox.cpp
- rendering/RenderApplet.cpp
- rendering/RenderArena.cpp
- rendering/RenderBR.cpp
- rendering/RenderBlock.cpp
- rendering/RenderBox.cpp
- rendering/RenderButton.cpp
- rendering/RenderContainer.cpp
- rendering/RenderCounter.cpp
- rendering/RenderFieldset.cpp
- rendering/RenderFileUploadControl.cpp
- rendering/RenderFlexibleBox.cpp
- rendering/RenderFlow.cpp
- rendering/RenderFrame.cpp
- rendering/RenderFrameSet.cpp
- rendering/RenderHTMLCanvas.cpp
- rendering/RenderImage.cpp
- rendering/RenderInline.cpp
- rendering/RenderLayer.cpp
- rendering/RenderLegend.cpp
- rendering/RenderListBox.cpp
- rendering/RenderListItem.cpp
- rendering/RenderListMarker.cpp
- rendering/RenderMenuList.cpp
- rendering/RenderObject.cpp
- rendering/RenderPart.cpp
- rendering/RenderPartObject.cpp
- rendering/RenderReplaced.cpp
- rendering/RenderSlider.cpp
- rendering/RenderStyle.cpp
- rendering/RenderTable.cpp
- rendering/RenderTableCell.cpp
- rendering/RenderTableCol.cpp
- rendering/RenderTableRow.cpp
- rendering/RenderTableSection.cpp
- rendering/RenderText.cpp
- rendering/RenderTextControl.cpp
- rendering/RenderTextFragment.cpp
- rendering/RenderTheme.cpp
- rendering/RenderTreeAsText.cpp
- rendering/RenderView.cpp
- rendering/RenderWidget.cpp
- rendering/RenderWordBreak.cpp
- rendering/RootInlineBox.cpp
- rendering/bidi.cpp
- rendering/break_lines.cpp
-
-
-
- xml/DOMParser.cpp
- xml/NativeXPathNSResolver.cpp
- xml/XMLSerializer.cpp
- xml/XPathEvaluator.cpp
- xml/XPathExpression.cpp
- xml/XPathExpressionNode.cpp
- xml/XPathFunctions.cpp
- xml/XPathNamespace.cpp
- xml/XPathNodeSet.cpp
- xml/XPathNSResolver.cpp
- xml/XPathParser.cpp
- xml/XPathPath.cpp
- xml/XPathPredicate.cpp
- xml/XPathResult.cpp
- xml/XPathStep.cpp
- xml/XPathUtil.cpp
- xml/XPathValue.cpp
- xml/XPathVariableReference.cpp
- xml/XSLImportRule.cpp
- xml/XSLStyleSheet.cpp
- xml/XSLTExtensions.cpp
- xml/XSLTProcessor.cpp
- xml/xmlhttprequest.cpp
-
-
-
- dom/Attr.cpp
- dom/Attribute.cpp
- dom/BeforeTextInsertedEvent.cpp
- dom/BeforeUnloadEvent.cpp
- dom/CDATASection.cpp
- dom/CSSMappedAttributeDeclaration.cpp
- dom/CharacterData.cpp
- dom/ChildNodeList.cpp
- dom/Clipboard.cpp
- dom/ClipboardEvent.cpp
- dom/Comment.cpp
- dom/ContainerNode.cpp
- dom/DOMImplementation.cpp
- dom/Document.cpp
- dom/DocumentFragment.cpp
- dom/DocumentType.cpp
- dom/EditingText.cpp
- dom/Element.cpp
- dom/Entity.cpp
- dom/EntityReference.cpp
- dom/Event.cpp
- dom/EventNames.cpp
- dom/EventTarget.cpp
- dom/EventTargetNode.cpp
- dom/KeyboardEvent.cpp
- dom/MappedAttribute.cpp
- dom/MouseEvent.cpp
- dom/MouseRelatedEvent.cpp
- dom/MutationEvent.cpp
- dom/NameNodeList.cpp
- dom/NamedAttrMap.cpp
- dom/NamedMappedAttrMap.cpp
- dom/Node.cpp
- dom/NodeFilter.cpp
- dom/NodeFilterCondition.cpp
- dom/NodeIterator.cpp
- dom/NodeList.cpp
- dom/Notation.cpp
- dom/OverflowEvent.cpp
- dom/Position.cpp
- dom/PositionIterator.cpp
- dom/ProcessingInstruction.cpp
- dom/QualifiedName.cpp
- dom/Range.cpp
- dom/RegisteredEventListener.cpp
- dom/StyleElement.cpp
- dom/StyledElement.cpp
- dom/Text.cpp
- dom/TextEvent.cpp
- dom/Traversal.cpp
- dom/TreeWalker.cpp
- dom/UIEvent.cpp
- dom/UIEventWithKeyState.cpp
- dom/WheelEvent.cpp
- dom/XMLTokenizer.cpp
-
-
-
- loader/icon/IconDataCache.cpp
- loader/icon/IconDatabase.cpp
- loader/icon/IconLoader.cpp
- loader/icon/SQLDatabase.cpp
- loader/icon/SQLStatement.cpp
- loader/icon/SQLTransaction.cpp
-
-
-
- bridge/win/FrameWin.cpp
- bridge/win/PageWin.cpp
-
-
-
- editing/AppendNodeCommand.cpp
- editing/ApplyStyleCommand.cpp
- editing/BreakBlockquoteCommand.cpp
- editing/CommandByName.cpp
- editing/CompositeEditCommand.cpp
- editing/CreateLinkCommand.cpp
- editing/DeleteButton.cpp
- editing/DeleteButtonController.cpp
- editing/DeleteFromTextNodeCommand.cpp
- editing/DeleteSelectionCommand.cpp
- editing/EditCommand.cpp
- editing/Editor.cpp
- editing/FormatBlockCommand.cpp
- editing/HTMLInterchange.cpp
- editing/IndentOutdentCommand.cpp
- editing/InsertIntoTextNodeCommand.cpp
- editing/InsertLineBreakCommand.cpp
- editing/InsertListCommand.cpp
- editing/InsertNodeBeforeCommand.cpp
- editing/InsertParagraphSeparatorCommand.cpp
- editing/InsertTextCommand.cpp
- editing/JSEditor.cpp
- editing/JoinTextNodesCommand.cpp
- editing/MergeIdenticalElementsCommand.cpp
- editing/ModifySelectionListLevel.cpp
- editing/MoveSelectionCommand.cpp
- editing/RemoveCSSPropertyCommand.cpp
- editing/RemoveNodeAttributeCommand.cpp
- editing/RemoveNodeCommand.cpp
- editing/RemoveNodePreservingChildrenCommand.cpp
- editing/ReplaceSelectionCommand.cpp
- editing/Selection.cpp
- editing/SelectionController.cpp
- editing/SetNodeAttributeCommand.cpp
- editing/SplitElementCommand.cpp
- editing/SplitTextNodeCommand.cpp
- editing/SplitTextNodeContainingElementCommand.cpp
- editing/TextIterator.cpp
- editing/TypingCommand.cpp
- editing/UnlinkCommand.cpp
- editing/VisiblePosition.cpp
- editing/WrapContentsInDummySpanCommand.cpp
- editing/htmlediting.cpp
- editing/markup.cpp
- editing/visible_units.cpp
-
-
-
- html/CanvasGradient.cpp
- html/CanvasPattern.cpp
- html/CanvasRenderingContext2D.cpp
- html/CanvasStyle.cpp
- html/FormDataList.cpp
- html/HTMLAnchorElement.cpp
- html/HTMLAppletElement.cpp
- html/HTMLAreaElement.cpp
- html/HTMLBRElement.cpp
- html/HTMLBaseElement.cpp
- html/HTMLBaseFontElement.cpp
- html/HTMLBlockquoteElement.cpp
- html/HTMLBodyElement.cpp
- html/HTMLButtonElement.cpp
- html/HTMLCanvasElement.cpp
- html/HTMLCollection.cpp
- html/HTMLDListElement.cpp
- html/HTMLDirectoryElement.cpp
- html/HTMLDivElement.cpp
- html/HTMLDocument.cpp
- html/HTMLElement.cpp
- html/HTMLElementFactory.cpp
- html/HTMLEmbedElement.cpp
- html/HTMLFieldSetElement.cpp
- html/HTMLFontElement.cpp
- html/HTMLFormCollection.cpp
- html/HTMLFormElement.cpp
- html/HTMLFrameElement.cpp
- html/HTMLFrameElementBase.cpp
- html/HTMLFrameOwnerElement.cpp
- html/HTMLFrameSetElement.cpp
- html/HTMLGenericFormElement.cpp
- html/HTMLHRElement.cpp
- html/HTMLHeadElement.cpp
- html/HTMLHeadingElement.cpp
- html/HTMLHtmlElement.cpp
- html/HTMLIFrameElement.cpp
- html/HTMLImageElement.cpp
- html/HTMLImageLoader.cpp
- html/HTMLInputElement.cpp
- html/HTMLIsIndexElement.cpp
- html/HTMLKeygenElement.cpp
- html/HTMLLIElement.cpp
- html/HTMLLabelElement.cpp
- html/HTMLLegendElement.cpp
- html/HTMLLinkElement.cpp
- html/HTMLMapElement.cpp
- html/HTMLMarqueeElement.cpp
- html/HTMLMenuElement.cpp
- html/HTMLMetaElement.cpp
- html/HTMLModElement.cpp
- html/HTMLNameCollection.cpp
- html/HTMLOListElement.cpp
- html/HTMLObjectElement.cpp
- html/HTMLOptGroupElement.cpp
- html/HTMLOptionElement.cpp
- html/HTMLOptionsCollection.cpp
- html/HTMLParagraphElement.cpp
- html/HTMLParamElement.cpp
- html/HTMLParser.cpp
- html/HTMLPlugInElement.cpp
- html/HTMLPreElement.cpp
- html/HTMLQuoteElement.cpp
- html/HTMLScriptElement.cpp
- html/HTMLSelectElement.cpp
- html/HTMLStyleElement.cpp
- html/HTMLTableCaptionElement.cpp
- html/HTMLTableCellElement.cpp
- html/HTMLTableColElement.cpp
- html/HTMLTableElement.cpp
- html/HTMLTablePartElement.cpp
- html/HTMLTableRowElement.cpp
- html/HTMLTableSectionElement.cpp
- html/HTMLTextAreaElement.cpp
- html/HTMLTextFieldInnerElement.cpp
- html/HTMLTitleElement.cpp
- html/HTMLTokenizer.cpp
- html/HTMLUListElement.cpp
- html/HTMLViewSourceDocument.cpp
-
-
-
- bindings/js/GCController.cpp
- bindings/js/JSCanvasRenderingContext2DCustom.cpp
- bindings/js/JSCustomXPathNSResolver.cpp
- bindings/js/JSDocumentCustom.cpp
- bindings/js/JSHTMLElementWrapperFactory.cpp
- bindings/js/JSHTMLFormElementCustom.cpp
- bindings/js/JSHTMLInputElementBase.cpp
- bindings/js/JSHTMLOptionElementConstructor.cpp
- bindings/js/JSHTMLOptionsCollectionCustom.cpp
- bindings/js/JSHTMLSelectElementCustom.cpp
- bindings/js/JSNodeIteratorCustom.cpp
- bindings/js/JSTreeWalkerCustom.cpp
- bindings/js/JSXMLHttpRequest.cpp
- bindings/js/JSXSLTProcessor.cpp
- bindings/js/kjs_binding.cpp
- bindings/js/kjs_css.cpp
- bindings/js/kjs_dom.cpp
- bindings/js/kjs_events.cpp
- bindings/js/kjs_html.cpp
- bindings/js/kjs_navigator.cpp
- bindings/js/kjs_proxy.cpp
- bindings/js/kjs_traversal.cpp
- bindings/js/kjs_window.cpp
-
-
diff --git a/WebCore/webcore-base.bkl b/WebCore/webcore-base.bkl
deleted file mode 100644
index 5f8b884644a4dcead6b3ca8ead0f54d431fcd783..0000000000000000000000000000000000000000
--- a/WebCore/webcore-base.bkl
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
- ../..
-
-
-
-
-
- $(WEBCORE_SOURCES_BMP)
- $(WEBCORE_SOURCES_CSS)
- $(WEBCORE_SOURCES_DERIVEDSOURCES)
- $(WEBCORE_SOURCES_DOM)
- $(WEBCORE_SOURCES_EDITING)
- $(WEBCORE_SOURCES_GIF)
- $(WEBCORE_SOURCES_HTML)
- $(WEBCORE_SOURCES_ICO)
- $(WEBCORE_SOURCES_ICON)
- $(WEBCORE_SOURCES_JPEG)
- $(WEBCORE_SOURCES_JS)
- $(WEBCORE_SOURCES_LOADER)
- $(WEBCORE_SOURCES_PAGE)
- $(WEBCORE_SOURCES_HISTORY)
- $(WEBCORE_SOURCES_PLATFORM)
- $(WEBCORE_SOURCES_PNG)
- $(WEBCORE_SOURCES_RENDERING)
- $(WEBCORE_SOURCES_XBM)
- $(WEBCORE_SOURCES_XML)
- $(WEBCORE_SOURCES_ZLIB)
-
-
- obj-$(FORMAT)
-
-
- $(SRCDIR)/platform/graphics/cairo/cairo/src
- $(SRCDIR)/platform/graphics/cairo/pixman/src
-
- $(WEBCORE_SOURCES_CAIRO)
- $(WEBCORE_SOURCES_PIXMAN)
-
-
-
-
- $(SRCDIR)
- $(SRCDIR)/bindings/js
- $(SRCDIR)/bridge
- $(SRCDIR)/css
- $(SRCDIR)/DerivedSources/WebCore
- $(SRCDIR)/dom
- $(SRCDIR)/editing
- $(SRCDIR)/ForwardingHeaders/kjs
- $(SRCDIR)/history
- $(SRCDIR)/html
- $(SRCDIR)/include
- $(SRCDIR)/loader
- $(SRCDIR)/loader/gdk
- $(SRCDIR)/loader/icon
- $(SRCDIR)/page
- $(SRCDIR)/platform
- $(SRCDIR)/platform/graphics
- $(SRCDIR)/platform/graphics/gdk
- $(SRCDIR)/platform/image-decoders
- $(SRCDIR)/platform/image-decoders/bmp
- $(SRCDIR)/platform/image-decoders/gif
- $(SRCDIR)/platform/image-decoders/ico
- $(SRCDIR)/platform/image-decoders/jpeg
- $(SRCDIR)/platform/image-decoders/png
- $(SRCDIR)/platform/image-decoders/xbm
- $(SRCDIR)/platform/image-decoders/zlib
- $(SRCDIR)/platform/network
- $(SRCDIR)/platform/network/gdk
- $(SRCDIR)/rendering
- $(SRCDIR)/xml
-
- $(WEBCORE_BASE_SOURCES)
-
-
-
-
- $(SRCDIR)/platform/mac
-
-
- ENABLE_XSLT=1
-
-
-
-
- LINUX
-
-
-
-
-
- USE_CONSERVATIVE_GC=0
-
-
-
- USE_CONSERVATIVE_GC=1
-
-
-
-
- HAVE_FUNC_ISNAN
-
-
-
- win32
- HAVE_SYS_TIMEB_H=1
- HAVE_FLOAT_H=1
- HAVE_FUNC__FINITE=1
-
-
-
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 61b5701f7d6aa77b57d1a964cfb17775864f278f..a206d8a54fd875f83159b18eac1256025bfda938 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,16 @@
+2007-09-29 Holger Hans Peter Freyther
+
+ Reviewed by Mark.
+
+ -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
+ Remove Bakefiles from svn.
+
+ * GtkLauncher/Bakefiles.bkgen: Removed.
+ * GtkLauncher/ENV: Removed.
+ * GtkLauncher/gdklauncher.bkl: Removed.
+ * GtkLauncher/mk: Removed.
+ * Scripts/regenerate-makefiles: Removed.
+
2007-09-25 Kevin McCullough
Reviewed by John.
diff --git a/WebKitTools/GtkLauncher/Bakefiles.bkgen b/WebKitTools/GtkLauncher/Bakefiles.bkgen
deleted file mode 100644
index 102d08469475a636f6f511681812013229306e38..0000000000000000000000000000000000000000
--- a/WebKitTools/GtkLauncher/Bakefiles.bkgen
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
- gdklauncher.bkl
-
-
-
-
- gnu
-
-
diff --git a/WebKitTools/GtkLauncher/ENV b/WebKitTools/GtkLauncher/ENV
deleted file mode 100644
index 43a11dfad2c02f13ee20aa0c529fcad868d9506e..0000000000000000000000000000000000000000
--- a/WebKitTools/GtkLauncher/ENV
+++ /dev/null
@@ -1,4 +0,0 @@
-export DFBARGS=system=sdl,mode=800x600
-export DFBARGS=system=x11,mode=800x600
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../WebCore/Projects/gdk:/usr/local/lib
-
diff --git a/WebKitTools/GtkLauncher/gdklauncher.bkl b/WebKitTools/GtkLauncher/gdklauncher.bkl
deleted file mode 100644
index 0898be83c95d612757f51f5e795aa861a693151a..0000000000000000000000000000000000000000
--- a/WebKitTools/GtkLauncher/gdklauncher.bkl
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
- APPLE_CHANGES=1
-
-
- USE_CONSERVATIVE_GC=0
-
-
-
- USE_CONSERVATIVE_GC=1
-
-
- ENABLE_XSLT=1
-
-
-
- HAVE_FUNC_ISNAN
-
-
-
- $(SRCDIR)/os-win32
- HAVE_SYS_TIMEB_H=1
- HAVE_FLOAT_H=1
- HAVE_FUNC__FINITE=1
-
-
- $(TOPDIR)/JavaScriptCore
-
- $(TOPDIR)/WebCore
- $(TOPDIR)/WebCore/DerivedSources/WebCore
- $(TOPDIR)/WebCore/bindings/js
- $(TOPDIR)/WebCore/bridge
- $(TOPDIR)/WebCore/css
- $(TOPDIR)/WebCore/dom
- $(TOPDIR)/WebCore/editing
- $(TOPDIR)/WebCore/history
- $(TOPDIR)/WebCore/html
- $(TOPDIR)/WebCore/include
- $(TOPDIR)/WebCore/loader
- $(TOPDIR)/WebCore/loader/gdk
- $(TOPDIR)/WebCore/page
- $(TOPDIR)/WebCore/page/gdk
- $(TOPDIR)/WebCore/platform
- $(TOPDIR)/WebCore/platform/gdk
- $(TOPDIR)/WebCore/platform/graphics/cairo
- $(TOPDIR)/WebCore/platform/graphics
- $(TOPDIR)/WebCore/platform/image-decoders/gif
- $(TOPDIR)/WebCore/platform/image-decoders/jpeg
- $(TOPDIR)/WebCore/platform/image-decoders/png
- $(TOPDIR)/WebCore/platform/image-decoders/zlib
- $(TOPDIR)/WebCore/platform/image-decoders
- $(TOPDIR)/WebCore/platform/network
- $(TOPDIR)/WebCore/platform/network/gdk
- $(TOPDIR)/WebCore/rendering
- $(TOPDIR)/WebCore/xml
-
- on
- multi
- default
- on
-
- BUILDING_GDK__
- BUILDING_CAIRO__
-
-
-
- ../..
-
- -L$(TOPDIR)/WebCore/Projects/gdk -lwebcore-gdk
- default
- off
- off
- on
-
- main.cpp
-
-
-
-
diff --git a/WebKitTools/GtkLauncher/mk b/WebKitTools/GtkLauncher/mk
deleted file mode 100644
index 60c46a77cbfa14db910bbf41e91521709edbd44b..0000000000000000000000000000000000000000
--- a/WebKitTools/GtkLauncher/mk
+++ /dev/null
@@ -1,6 +0,0 @@
-cd ../../Bakefiles; bakefile_gen
-cd -
-cd ../../WebCore/Projects/gdk
-make
-cd -
-
diff --git a/WebKitTools/Scripts/regenerate-makefiles b/WebKitTools/Scripts/regenerate-makefiles
deleted file mode 100755
index e60f96c7071f8e41f62c592978999e5a21f3a715..0000000000000000000000000000000000000000
--- a/WebKitTools/Scripts/regenerate-makefiles
+++ /dev/null
@@ -1,73 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2005, 2006 Apple Computer, Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
-# its contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
-# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
-# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# This software regenerates the makefiles that are maintained using
-# Bakefile.
-
-DL_CMD="curl -L"
-
-THISDIR=$PWD
-if [ ! -d $THISDIR/../../Bakefiles ]; then
- echo "You must run this script from the WebKitTools/Scripts directory."
- exit 1
-fi
-
-DL_DIR=/tmp/webkit-deps
-# NOTE: If you change this, make sure the dir is on the path.
-DEPS_PREFIX=/usr/local
-
-mkdir -p $DL_DIR
-mkdir -p $DEPS_PREFIX
-
-BKL_VERSION="0.2.0"
-BKL_TARBALL="bakefile-$BKL_VERSION-msvs2005.tar.gz"
-BKL_URL="http://kevino.theolliviers.com/$BKL_TARBALL"
-#BKL_URL="http://mesh.dl.sourceforge.net/sourceforge/bakefile/$BKL_TARBALL"
-
-BKFILE=`which bakefile`
-
-if [ ! -f "$BKFILE" ]; then
- echo "Bakefile not installed. Installing now..."
- cd $DL_DIR
- $DL_CMD -o $DL_DIR/$BKL_TARBALL $BKL_URL
-
- tar xzvf $DL_DIR/$BKL_TARBALL
- cd $DL_DIR/bakefile-$BKL_VERSION
-
- ./configure --prefix=$DEPS_PREFIX
- make
- make install
-
- cd $THISDIR
- rm -rf $DL_DIR/bakefile-$BKL_VERSION
-fi
-
-cd ../../Bakefiles
-bakefile_gen
-cd ../WebKitTools/GtkLauncher
-bakefile_gen