- 13 Dec, 2013 1 commit
-
-
mrobinson@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=119618 Patch by Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> on 2013-12-11 Reviewed by Gustavo Noronha Silva. Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script read the GTK+ build files to determine dynamically what flags to compile a source file with. This allows Vim to provide auto-complete for C++/C language. See https://github.com/Valloric/YouCompleteMe for how to use this file. .: * .gitignore: Ignore the YCM symlinks in the tree. Tools: * gtk/common.py: (get_build_path): Added a fatal argument to build_path to avoid crashing YCM on failure. * gtk/ycm_extra_conf.py: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160531 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Apr, 2013 1 commit
-
-
vivek.vg@samsung.com authored
https://bugs.webkit.org/show_bug.cgi?id=114141 Reviewed by Gyuyoung Kim. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147895 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Feb, 2013 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=109252 Patch by Seulgi Kim <seulgikim@company100.net> on 2013-02-08 Reviewed by Dirk Pranke. When opening the same files multiple with vim, vim creates a .*.sw[a-p] file as the swap file. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142309 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 11 Dec, 2012 1 commit
-
-
zandobersek@gmail.com authored
https://bugs.webkit.org/show_bug.cgi?id=99271 Reviewed by Gustavo Noronha Silva. .: The autogen.sh script now calls the Tools/gtk/override-feature-defines script before calling autoreconf. This ensures that Source/WebCore/GNUmakefile.features.am is present and properly modified if the build-webkit script intends to override any feature. The Source/WebCore/GNUmakefile.features.am file is added to the ignored files list so it doesn't pop out as a new, untracked file. * .gitignore: * autogen.sh: Source/WebCore: Move the contents of GNUmakefile.features.am into GNUmakefile.features.am.in. The former is then copied from the latter but then appropriately modified if the build-webkit script overrides any of the default feature defines. No new tests - no new testable functionality. * GNUmakefile.features.am.in: Renamed from Source/WebCore/GNUmakefile.features.am. Tools: Refactor the code in webkitdirs.pm that builds an autotools project to generate autogen.sh arguments, make arguments and installation prefix from the passed-in parameters rather than generating all of that in build-webkit. The autogen.sh arguments now contain only enable/disable flags for options that are actually configurable in configure.ac, the flag value actually reflecting whether the feature is enabled or disabled in the feature list. Other features are overridable through modifying the GNUmakefile.features.am file. All these features are now stored in the build directory and upon change trigger a rerun of the autogen.sh script, pretty much like the autogen.sh arguments do. The override-feature-defines script is called by autogen.sh, before GNUmakefile.in is generated when calling autoreconf. Its task is to copy the GNUmakefile.features.am.in into GNUmakefile.features.am and modify it if there's a text file in the build directory that contains all the feature defines the build-webkit script has written. If the build is not done through build-webkit (and there's no file in build directory listing all the feature defines) the script does not advance further from copying. This approach is taken to overcome the rigidness of the automake system as it's impossible to effectively generate and use GNUmakefile.features.am or even GNUmakefile.features file after the autoreconf command execution in autogen.sh. * Scripts/build-jsc: (buildMyProject): * Scripts/build-webkit: * Scripts/webkitdirs.pm: (runAutogenForAutotoolsProjectIfNecessary): (mustReRunAutogen): (buildAutotoolsProject): (buildGtkProject): * Scripts/webkitperl/FeatureList.pm: Update the features that are currently enabled in Source/WebCore/GNUmakefile.features.am.in but aren't in the feature list. * Scripts/webkitpy/style/checker.py: Source/WebCore/GNUmakefile.features.am.in is recognized as a text file and tabulation errors are reported. Skip the file to suppress them. * gtk/override-feature-defines: Added. (copy_feature_defines_makefile): (adjust_feature_defines_makefile): (adjust_feature_defines_makefile.override_feature_define): (override_feature_defines): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@137270 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Oct, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=100729 Patch by Vivek Galatage <vivekgalatage@gmail.com> on 2012-10-30 Reviewed by Gyuyoung Kim. Adding the additional files generated by windows port to the ignore list * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@132878 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 28 Aug, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=95231 Patch by Mario Sanchez Prada <msanchez@igalia.com> on 2012-08-28 Reviewed by Andreas Kling. * .gitignore: Ignore .settings directory. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@126936 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Mar, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=82687 Patch by David Barr <davidbarr@chromium.org> on 2012-03-30 Reviewed by Tor Arne Vestbø. .: Jeff King <peff@peff.net> suggested this on the git mailing list. http://article.gmane.org/gmane.comp.version-control.git/194294 He reported a 1.6 times speed up for 'git status'. * .gitattributes: * .gitignore: * ManualTests/.gitattributes: Added. * Source/.gitignore: Added. * Websites/.gitattributes: Added. PerformanceTests: * .gitattributes: Added. Source/JavaScriptCore: * JavaScriptCore.gyp/.gitignore: Added. Source/Platform: * Platform.gyp/.gitignore: Added. Source/ThirdParty: * glu/.gitignore: Added. Source/WebCore: No new tests, source control administrivia. * .gitattributes: Added. * WebCore.gyp/.gitignore: Added. Source/WebKit/chromium: * .gitignore: Added. Source/WTF: * WTF.gyp/.gitignore: Added. Tools: * .gitattributes: Added. * .gitignore: Added. * DumpRenderTree/DumpRenderTree.gyp/.gitignore: Added. * TestWebKitAPI/TestWebKitAPI.gyp/.gitignore: Added. LayoutTests: * .gitattributes: Added. * .gitignore: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 19 Mar, 2012 1 commit
-
-
tony@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=81594 Reviewed by James Robinson. * .gitignore: .suo files are per-user files used by VS2010. .ninja files are no longer generated in the tree-- they are generated in the build directory. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@111321 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 26 Feb, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=79463 Patch by Chang Wan Hong <jourmoon@company100.net> on 2012-02-26 Reviewed by Andreas Kling. * .gitignore: Ignore .project and .cproject git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108953 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 07 Feb, 2012 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=77984 Patch by Frederik Gladhorn <frederik.gladhorn@nokia.com> on 2012-02-07 Reviewed by Simon Hausmann. * .gitignore: Ignore temp files created by Qt Creator and KDevelop. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106945 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Feb, 2012 1 commit
-
-
dpranke@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=77563 Reviewed by Dimitri Glazkov. I accidentally dropped it in the refactoring in r105449. Source/WebKit/chromium: * All.gyp: Tools: * TestWebKitAPI/TestWebKitAPI.gyp/TestWebKitAPI.gyp: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106481 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 19 Jan, 2012 1 commit
-
-
vestbo@webkit.org authored
When building against Qt5 with GCC we would just run 'make' in the build dir, and rely on the dependency files output by GCC (-MD) to handle dependency tracking, but that fails for special-cases like adding a Q_OBJECT macro to a header. To guarantee that an incrmental build will work, we have to run 'make qmake', which we now do on every build-webkit that's followed by a successful run of update-webkit. The reasoning is that update-webkit can result in such potential corner-cases being applied, and since we can't know for sure unless we inspect the diff and account for all the corner cases we assume the worst and always run 'make qmake'. After a succesful run of build-webkit we proceed to do just 'make' for any subsequent runs, since we assume that the developer knows what kind of changes he/she is doing, and when a 'make qmake' is needed. Reviewed by Simon Hausmann. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105398 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 18 Jan, 2012 1 commit
-
-
dpranke@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=76505 Reviewed by Tony Chang. .: Update with newly-generated files. * .gitignore: Source/WebKit/chromium: Update path to Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp. * All.gyp: * gyp_webkit: - change to using All.gyp - change build_webkit_exes_from_webkit_gyp to 0 Tools: Update chromium build script to use All.gyp instead of WebKit.gyp * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp: Renamed from Source/WebKit/chromium/Tools.gyp. * Scripts/webkitdirs.pm: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105330 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Jan, 2012 1 commit
-
-
jamesr@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=74583 Reviewed by Darin Fisher. .: Update .gitignore for Source/Platform/Platform.gyp/ generated project files. * .gitignore: Source/Platform: This creates a skeleton directory structure for the chromium WebKit platform API and moves WebMimeRegistry.h along with its dependencies (WebString and WebCString) to their final location. * Platform.gyp/Platform.gyp: Added. * Platform.gypi: Added. * chromium/platform/WebCString.h: Copied from Source/WebKit/chromium/public/platform/WebCString.h. (WebKit::WebCString::~WebCString): (WebKit::WebCString::WebCString): (WebKit::WebCString::operator=): (WebKit::WebCString::isEmpty): (WebKit::WebCString::isNull): (WebKit::WebCString::operator std::string): (WebKit::WebCString::fromUTF16): (WebKit::operator<): * chromium/platform/WebCommon.h: Copied from Source/WebKit/chromium/public/platform/WebCommon.h. * chromium/platform/WebMimeRegistry.h: Copied from Source/WebKit/chromium/public/platform/WebMimeRegistry.h. (WebKit::WebMimeRegistry::~WebMimeRegistry): * chromium/platform/WebString.h: Copied from Source/WebKit/chromium/public/platform/WebString.h. (WebKit::WebString::~WebString): (WebKit::WebString::WebString): (WebKit::WebString::operator=): (WebKit::WebString::isEmpty): (WebKit::WebString::isNull): (WebKit::WebString::operator string16): (WebKit::WebString::operator NullableString16): (WebKit::WebString::fromUTF8): (WebKit::operator==): (WebKit::operator!=): * chromium/src/WebCString.cpp: Renamed from Source/WebKit/chromium/src/WebCString.cpp. (WebKit::WebCString::compare): (WebKit::WebCString::reset): (WebKit::WebCString::assign): (WebKit::WebCString::length): (WebKit::WebCString::data): (WebKit::WebCString::utf16): (WebKit::WebCString::fromUTF16): (WebKit::WebCString::WebCString): (WebKit::WebCString::operator=): (WebKit::WebCString::operator WTF::CString): * chromium/src/WebString.cpp: Renamed from Source/WebKit/chromium/src/WebString.cpp. (WebKit::WebString::reset): (WebKit::WebString::assign): (WebKit::WebString::length): (WebKit::WebString::data): (WebKit::WebString::utf8): (WebKit::WebString::fromUTF8): (WebKit::WebString::equals): (WebKit::WebString::WebString): (WebKit::WebString::operator=): (WebKit::WebString::operator WTF::String): (WebKit::WebString::operator WTF::AtomicString): Source/WebKit/chromium: public/platform/WebMimeRegistry.h is a temporary forwarding header to ease the transition. Once downstream callers are updated to the new location this header can be removed. WebString, WebCString, and WebCommon.h will remain in place as forwarding headers for users of the WebKit client API. * WebKit.gyp: * public/platform/WebCString.h: * public/platform/WebCommon.h: * public/platform/WebMimeRegistry.h: * public/platform/WebString.h: Tools: Teaches the WEBKIT_EXPORT check about the chromium WebKit platform API header location. * Scripts/webkitpy/style/checkers/cpp.py: (check_function_definition): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104048 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 06 Dec, 2011 1 commit
-
-
dpranke@chromium.org authored
Source/WebKit/chromium/WebKitUnitTests.xcodeproj, Source/WebKit/chromium/All.xcodeproj to .gitignore https://bugs.webkit.org/show_bug.cgi?id=73823 Reviewed by Tony Chang. * .gitignore: Source/WebKit/chromium: binaries in webkit.gyp should be split into a new file to break circular dependencies on webkit_support https://bugs.webkit.org/show_bug.cgi?id=73382 Reviewed by Tony Chang. XCode (and hence GYP) can't handle circular dependencies between files (and projects). Accordingly, although the binaries in WebKit.gyp depend on webkit_support and webkit_support depends on webkit, we don't mention the latter dependency in the file. To fix this, this change moves the binaries like DRT into a new GYP file, and modifies gyp_webkit to build from that file instead of WebKit.gyp. * WebKit.gyp: * All.gyp: * WebKitUnitTests.gyp: * gyp_webkit: Tools: binaries in webkit.gyp should be split into a new file to break circular dependencies on webkit_support https://bugs.webkit.org/show_bug.cgi?id=73382 Reviewed by Tony Chang. XCode (and hence GYP) can't handle circular dependencies between files (and projects). Accordingly, although the binaries in WebKit.gyp depend on webkit_support and webkit_support depends on webkit, we don't mention the latter dependency in the file. To fix this, this change moves the binaries like DRT into a new GYP file, and modifies gyp_webkit to build from that file instead of WebKit.gyp. * Tools.gyp: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@102201 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 05 Dec, 2011 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=73823 Patch by Alexander Færøy <alexander.faeroy@nokia.com> on 2011-12-05 Reviewed by Tor Arne Vestbø. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@102001 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 22 Nov, 2011 2 commits
-
-
adamk@chromium.org authored
* .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@101036 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
adamk@chromium.org authored
* .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@101022 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 21 Nov, 2011 2 commits
-
-
adamk@chromium.org authored
* .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100940 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
noel.gordon@gmail.com authored
https://bugs.webkit.org/show_bug.cgi?id=72851 Reviewed by Andreas Kling. * .gitignore: updates to silence 'git status' about WebKitLibraries files. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100899 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 17 Nov, 2011 1 commit
-
-
jochen@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=72603 Reviewed by Tony Gentilcore. This file is generated by the make-based build of the chromium/mac port * .: Modified property svn:ignore. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100624 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 19 Jul, 2011 1 commit
-
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=64750 Patch by Robert Sesek <rsesek@chromium.org> on 2011-07-19 Reviewed by Tony Chang. .: Remove Source/WebKit/chromium/app/ from .gitignore. * .gitignore: Source/WebKit/chromium: Roll DEPS and remove dependencies on Chromium's /src/app. * DEPS: * WebKit.gyp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@91295 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Jul, 2011 1 commit
-
-
tony@chromium.org authored
Add chromium sql directory to git ignore. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@90266 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 May, 2011 1 commit
-
-
adamk@chromium.org authored
Reviewed by Tony Chang. Roll chromium DEPS to r83722, add new crypto directory to DEPS https://bugs.webkit.org/show_bug.cgi?id=59992 * .gitignore: Ignore new chromium/crypto directory. 2011-05-02 Adam Klein <adamk@chromium.org> Reviewed by Tony Chang. Roll chromium DEPS to r83722, add new crypto directory to DEPS https://bugs.webkit.org/show_bug.cgi?id=59992 * DEPS: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@85607 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 13 Apr, 2011 1 commit
-
-
tony@chromium.org authored
Ignore files generated from glu.gyp. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83789 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Apr, 2011 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by David Levin. adding *.vcproj.*.user to .gitignore for Visual Studio development https://bugs.webkit.org/show_bug.cgi?id=58097 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83301 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Apr, 2011 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by Eric Seidel. add some directories to .gitignore (and svn:ignore) when opening projects in xcode4 https://bugs.webkit.org/show_bug.cgi?id=57646 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin git-svn-id: http://svn.webkit.org/repository/webkit/trunk@82846 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Feb, 2011 1 commit
-
-
hayato@chromium.org authored
Reviewed by Kent Tamura. Update .gitignore to ignore files which Ninja build system generates. https://bugs.webkit.org/show_bug.cgi?id=54378 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78456 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 09 Feb, 2011 1 commit
-
-
mrobinson@webkit.org authored
Add more results for many tests in the fast directory missing results. * platform/gtk/Skipped: Unskip more tests. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78079 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 18 Jan, 2011 2 commits
-
-
mihaip@chromium.org authored
Unreviewed. Update .gitignore to reflect that WebKit is now in Source. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76052 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hayato@chromium.org authored
Reviewed by Kent Tamura. Update .gitignore file to reflect a recent WebKit directory movement. https://bugs.webkit.org/show_bug.cgi?id=52618 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76015 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 11 Jan, 2011 1 commit
-
-
mihaip@chromium.org authored
Unreviewed. Update .gitignore with new Chromium dependency. ui/ was added with http://crrev.com/70743, we picked that up with a Chromium roll in r75311. Also alphabetizes the dependency list. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75511 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Jan, 2011 1 commit
-
-
abarth@webkit.org authored
Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 Remove reference to old directory. * PrettyPatch/PrettyPatch.rb: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 Update references to WebCore. * WebKit.grd: * WebKit.gyp: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 Update documentation to reference new location of WebCore. * docs/qtwebkit.qdoc: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 * GNUmakefile.am: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 * WebKit.vcproj/WebKit.sln: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 * bindings/python/wscript: * wscript: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 Update project files to understand WebCore's new location. I suspect there will be some follow-up patches after we land this patch. * Android.derived.jscbindings.mk: * Android.jscbindings.mk: * Android.v8bindings.mk: * GNUmakefile.am: * WebCore.gyp/WebCore.gyp: * WebCore.pri: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.vcproj/WebCoreGeneratedCairo.vsprops: * WebCore.vcproj/WebCoreGeneratedCommon.vsprops: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 Update build files and metadata to point to WebCore's new location. * .gitattributes: * .gitignore: * Android.mk: * CMakeLists.txt: * DerivedSources.pro: * GNUmakefile.am: * Makefile: * Source/autotools/webkit.m4: * Source/cmake/OptionsEfl.cmake: * WebKit.pri: * WebKit.pro: * configure.ac: * wscript: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 Update the tools to understand WebCore's new location. * DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro: * DumpRenderTree/wscript: * GNUmakefile.am: * Scripts/build-webkit: * Scripts/do-file-rename: * Scripts/do-webcore-rename: * Scripts/generate-qt-inspector-resource: * Scripts/prepare-ChangeLog: * Scripts/run-bindings-tests: * Scripts/update-iexploder-cssproperties: * Scripts/update-sources-list.py: * Scripts/update-webkit-localizable-strings: * Scripts/webkitdirs.pm: * Scripts/webkitpy/common/config/build.py: * Scripts/webkitpy/common/config/build_unittest.py: * Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py: * Scripts/webkitpy/style/checker.py: * Scripts/webkitpy/style/checker_unittest.py: * WebKitTestRunner/DerivedSources.pro: * WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro: * iExploder/iexploder-1.7.2/tools/update_html_tags_from_sources.sh: * wx/browser/wscript: * wx/build/settings.py: 2011-01-07 Adam Barth <abarth@webkit.org> Rubber-stamped by Eric Seidel. Move WebCore to Source https://bugs.webkit.org/show_bug.cgi?id=52050 * WebKit2.pro: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75313 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Jan, 2011 1 commit
-
-
mrobinson@webkit.org authored
Reviewed by David Levin. .gitignore should be updated to reflect Sources rename to Source https://bugs.webkit.org/show_bug.cgi?id=51893 * .gitignore: Change all paths that reference the "Sources" directory to say "Source". git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75005 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 Jan, 2011 1 commit
-
-
mihaip@chromium.org authored
Unreviewed. Update .gitignore with new JavaScriptCore location. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74898 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 27 Dec, 2010 1 commit
-
-
abarth@webkit.org authored
Reviewed by Eric Seidel. [Meta] Move source code into Sources https://bugs.webkit.org/show_bug.cgi?id=51606 * PrettyPatch/PrettyPatch.rb: - Remove reference to non-existant autotools directory. 2010-12-26 Adam Barth <abarth@webkit.org> Reviewed by Eric Siedel. [Meta] Move source code into Sources https://bugs.webkit.org/show_bug.cgi?id=51606 * .gitignore: * GNUmakefile.am: * Sources/autotools: Copied from autotools. * autogen.sh: * autotools: Removed. * autotools/acinclude.m4: Removed. * autotools/dolt.m4: Removed. * autotools/gsettings.m4: Removed. * autotools/symbols.filter: Removed. * autotools/webkit.m4: Removed. * configure.ac: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74677 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 20 Dec, 2010 1 commit
-
-
levin@chromium.org authored
Reviewed by Ariya Hidayat. .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools. https://bugs.webkit.org/show_bug.cgi?id=51343 Follow up from the WebKitTools -> Tools rename. * .gitignore: 2010-12-20 David Levin <levin@chromium.org> Reviewed by Ariya Hidayat. .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools. https://bugs.webkit.org/show_bug.cgi?id=51343 Follow up from the WebKitTools -> Tools rename. * Scripts/webkit-tools-completion.sh: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74363 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Dec, 2010 1 commit
-
-
rniwa@webkit.org authored
Reviewed by Eric Seidel. [git].DS_Store should be in .gitignore https://bugs.webkit.org/show_bug.cgi?id=51065 Added .DS_Store to .gitignore. * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74067 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Dec, 2010 1 commit
-
-
aroben@apple.com authored
Fixes <http://webkit.org/b/50348> Git complains about lots of untracked files in WebKitLibraries/win Reviewed by Steve Falkenburg. * .gitignore: Added files from these libraries. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73074 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 Nov, 2010 1 commit
-
-
hayato@chromium.org authored
Reviewed by David Levin. Add files which Chromium port generates to .gitignore. https://bugs.webkit.org/show_bug.cgi?id=49943 * .gitignore: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72688 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-