Lines Matching full:patch
304 * Scripts/svn-create-patch:
354 svn-create-patch displays confusing "Broken pipe" errors from Subversion
361 * Scripts/svn-create-patch: Ditto.
656 Patch by David Kilzer.
2009 prepare-ChangeLog and svn-create-patch doesn't work with svn 1.6
2012 * Scripts/svn-create-patch:
2054 This patch changes the watchdog timer on Windows be a normal Windows
2934 This patch gets the pixel tests limping along on Windows again.
4241 Apparently older versions of gcc have issues with this patch.
4401 gLayoutTestController manually. This patch updates GTK to match the
4582 Bug 21850: svn-apply and svn-unapply should preserve patch line endings
4589 off each line of a patch so that they may be restored after
4786 copy of the previous revision before reapplying the patch.
5056 This patch extends DumpRenderTree's AccessibilityController to ask
5286 Step 1 patch: rename global variable for clarity.
6165 This patch extends DRT accessibility tests to add the ability to
6351 This patch adds support to the AccessibilityController to query the
6392 This patch adds some basic support for accessibility layout tests
7209 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
7536 Rename RenderView to RenderViewport in the next rename patch.
8295 This patch reenables the venerable Spinneret application,
8958 * Scripts/svn-create-patch: Sort ChangeLog files first. Also slightly improved the
9803 Make svn-apply/svn-unapply work with patches from git-format-patch.
9808 (patch): If 'Index:' can't be found in the text passed in, print it
9811 (patch): Ditto.
10154 this patch splits ENABLE_SVG_EXPERIMENTAL_FEATURES into the following
10359 (nothing major) but this patch has been stuck in the bug tracker for
10942 ChangeLog.rej file as a patch (in old contextual diff format) to
11817 - This patch involves several changes, all of them were noticed that
12209 a patch of the local changes and applying it with a fuzz level of 3 to the new file.
12210 If the patch is successful, it runs 'svn resolved' or 'git add' on the new ChangeLog
12680 * Scripts/find-extra-includes: fix path matching regex to not match ".patch"
13105 Windows. So the majority of this patch is moving preexisting functionality.
13839 * Scripts/svn-apply: Apply a filter to the input if we find a git-diff marker before a patch.
13943 Together, this patch fixes some 20+ layout tests in QtWebKit.
14034 - We need to initialize the ref count to 1 at initialization so that objects are not garbage collected. (actual patch written by Oliver)
14900 - Just doing the moves in a separate patch so the changes are easier to see.
15478 svn-create-patch uses deprecated tail switch
15480 * Scripts/svn-create-patch: Use 'tail -n +3' instead of 'tail +3'.
15555 * Scripts/svn-create-patch: Moved call to GetOptions() to its own statement
16785 an issue on vista where svn-create-patch doesn't work.
16881 This patch also fixes an instance of the "broken pipe" warning that happened when
16883 patch.
16900 prepare-ChangeLog and svn-create-patch don't show replaced files
16912 subroutine in svn-create-patch.
16970 Change svn-create-patch to put LayoutTests in the end
16973 appear after source code files, this patch fixes an issue with prepare-ChangeLog
16979 * Scripts/svn-create-patch:
16989 * Scripts/svn-create-patch:
17509 Bug 13421: prepare-ChangeLog should use svn-create-patch when spewing diffs
17511 * Scripts/prepare-ChangeLog: Use svn-create-patch instead of svn diff.
17842 Patch by Adam Treat. Removes hardcoded path to .pro file.
17952 svn-create-patch doesn't handle UTF files with BOMs as text
17954 Force diff to treat files that svn-create-patch thinks are text as text.
17956 * Scripts/svn-create-patch: Added -a switch to diff command.
18356 * Scripts/svn-create-patch:
18503 Patch for http://bugs.webkit.org/show_bug.cgi?id=12566
18520 Patch for http://bugs.webkit.org/show_bug.cgi?id=12555
18665 svn-create-patch creates duplicate patches for files within an added/modified directory
18667 * Scripts/svn-create-patch:
19086 Speed up svn-create-patch for copied and moved files.
19088 * Scripts/svn-create-patch:
19116 svn-create-patch and friends should handle moved/copied files
19119 * Scripts/svn-create-patch: Generate patches with subtle changes for copied files.
20491 Patch for http://bugs.webkit.org/show_bug.cgi?id=10791
20930 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
20932 Removed "Property changes" that snuck in as part of the "apply patch" process.
20939 Teach svn-apply and svn-unapply to use patch(1) for additions and deletions
20944 (patch): Use patch(1) for non-binary additions and deletions.
20947 (patch): Use patch(1) for reverting non-binary additions and deletions.
20965 Teach svn-create-patch and friends to fix ChangeLog patches
20968 * Scripts/svn-create-patch: Ditto.
21122 before applying the patch.
21123 * Scripts/svn-unapply: Reset the ChangeLog entry date before unapplying the patch.
21155 Patch by coldwinter@katamail.com.
21383 * Scripts/svn-create-patch: Ditto.
21434 * Scripts/svn-create-patch: Code refactoring.
21793 Use pathcmp() when sorting paths in svn-create-patch
21796 * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.
21805 Teach svn-create-patch to sort its output
21807 * Scripts/svn-create-patch: Clean up perl code. Sort patch output alphabetically
21815 Teach svn-create-patch and friends to work with binary files
21818 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
21826 Performance improvement for svn-create-patch
21828 * Scripts/svn-create-patch: Undef $indexPath after all paths have been fixed for a given patch.
21835 Teach svn-apply and svn-unapply to patch ChangeLogs cleanly
22286 extensions. Some of the changes come from bug 8121, the patch for which got landed only
23545 * Scripts/svn-create-patch: Ditto.
23663 * Scripts/cvs-create-patch: Removed.
23766 * Scripts/svn-create-patch: Fix to work when passed directory names.
23895 These will replace cvs-apply, cvs-unapply, and cvs-create-patch.
23898 * Scripts/svn-create-patch: Added.
23947 cvs-create-patch --include produces incorrect paths
23949 * Scripts/cvs-create-patch: Handle newly-added directories using chdir.
24054 - fixed cvs-create-patch --include produces incorrect paths
24057 * Scripts/cvs-create-patch: produce proper paths for new files.
24081 * Scripts/cvs-apply: Fix case where the patch has files at the top level.
24096 Patch by Alexey Proskuryakov.
24224 - patch for <http://bugs.webkit.org/show_bug.cgi?id=4963>
24366 applying the patch (need a better name).
24414 cvs-create-patch --include-unknowns should ignore hidden files
24416 * Scripts/cvs-create-patch: Add code to check for files starting with ".".
24501 * Scripts/cvs-create-patch: Add an --include-unknowns option that will cause
24502 new files to be included in the patch even without "cvs add".
24645 * Scripts/cvs-create-patch: Do all the directories at once, for speed.
24906 * Scripts/cvs-create-patch: Use "-f" so we are compatible with .cvsrc files that
24949 * Scripts/cvs-create-patch: Added code to handle getting changes in the top-level
25024 * Scripts/cvs-create-patch: Ditto.
25031 * Scripts/cvs-apply: Handle case of an empty patch better.
25070 * Scripts/cvs-create-patch: Improve handling of directories with mixed CVS roots by going into each directory
25078 cvs-create-patch is for making patches; runs cvs diff with all the right options and handles added/deleted files
25079 cvs-apply is for applying patches; runs patch and cvs add and cvs rm
25086 * Scripts/cvs-create-patch: Added.