1 2006-01-10 Anders Carlsson <andersca@mac.com>
5 * DumpRenderTree/DumpRenderTree.m:
7 Set the default language to "en", so language tests will work.
9 2006-01-08 Maciej Stachowiak <mjs@apple.com>
13 - script to generate HTML wrappers for JS tests
14 http://bugzilla.opendarwin.org/show_bug.cgi?id=6441
16 * Scripts/make-js-test-wrappers: Added.
18 2006-01-08 Maciej Stachowiak <mjs@apple.com>
22 * Scripts/svn-create-patch: Fix to work when passed directory names.
24 2006-01-08 Geoffrey Garen <ggaren@apple.com>
28 - Added back/forward navigation support to DumpRenderTree. Hopefully we
29 can start writing automated loader tests now. I have one in the works.
31 * DumpRenderTree/DumpRenderTree.m:
32 (main): Construct global navigationController on entry, destroy on exit.
33 Set frame to nil on exit too, to match all the other global objects.
34 (Probably academic, since the process is exiting, anyway.)
35 (-[WaitUntilDoneDelegate webView:didFinishLoadForFrame:]): Notify the
36 navigationController, in case it wants to kick off a load.
37 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]): Expose
38 the navigationController to scripting.
40 New class, should be straightforward:
42 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
43 * DumpRenderTree/NavigationController.h: Added.
44 * DumpRenderTree/NavigationController.m: Added.
46 (+[NavigationController isSelectorExcludedFromWebScript:]):
47 (+[NavigationController webScriptNameForSelector:]):
48 (-[NavigationController setPendingScript:]):
49 (-[NavigationController setPendingRequest:]):
50 (-[NavigationController evaluateWebScript:afterBackForwardNavigation:]):
51 (-[NavigationController webView:didFinishLoadForFrame:]):
52 (-[NavigationController dealloc]):
54 2006-01-08 Timothy Hatcher <timothy@apple.com>
56 Removed this script, no longer needs with the Subversion switch.
60 2006-01-08 Timothy Hatcher <timothy@apple.com>
62 Removes some stray tabs.
64 * Scripts/update-webkit:
66 2005-01-07 Eric Seidel <eseidel@apple.com>
70 build-webkit should pass on build arguments from command line
71 http://bugzilla.opendarwin.org/show_bug.cgi?id=5854
73 * Scripts/build-webkit:
75 2006-01-07 Eric Seidel <eseidel@apple.com>
77 Reviewed by mjs & xenon.
79 * Scripts/update-webkit: support Internal updates as well
81 2006-01-06 Geoffrey Garen <ggaren@apple.com>
83 Temporarily rolling out plugin support from DumpRenderTree because it
84 caused lots of layout test regressions.
86 * DumpRenderTree/DumpRenderTree.m:
87 (main): Remove invisible window added to support plugins.
89 2006-01-06 Geoffrey Garen <ggaren@apple.com>
93 - Fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=6361
94 Add plugin support to DumpRenderTree
96 Also wrote first test plugin.
98 * DumpRenderTree/DumpRenderTree.m:
100 (1) Put the WebView in an invisible window, because PlugIns are
101 optimized not to load if there's no parent window.
102 (2) Tell WebKit to load any PlugIns in the directory from which we
103 loaded. This means we can build nasty PlugIns alongside DumpRenderTree
104 and they'll load automagically during layout testing, but they won't be
105 added to the user's system, hosing apps like Safari.
107 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added new
108 test PlugIn to project.
110 PlugIn added to project:
112 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Added.
113 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: Added.
115 (initializeIdentifiers):
121 (pluginInvokeDefault):
125 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Added.
126 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c: Added.
144 2006-01-04 Timothy Hatcher <timothy@apple.com>
148 Tweaked and tested by me.
150 New scripts to work with Subversion when the switch happens.
151 These will replace cvs-apply, cvs-unapply, and cvs-create-patch.
153 * Scripts/svn-apply: Added.
154 * Scripts/svn-create-patch: Added.
155 * Scripts/svn-unapply: Added.
157 2005-12-30 Eric Seidel <eseidel@apple.com>
161 Move WebView width/height logic into DumpRenderTree to support
162 running the W3C SVG 1.1 tests along side other tests. The W3C
163 SVG 1.1 tests require a 480x360 view.
165 * DumpRenderTree/DumpRenderTree.m:
166 (main): don't accept width/height
167 (dump): override width/height for SVG/W3C
168 * Scripts/run-webkit-tests: don't pass width/height
170 2005-12-30 Eric Seidel <eseidel@apple.com>
172 No review, only removing dead code.
174 * DumpKCanvasTree/DumpKCanvasTree.m: Removed.
175 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj: Removed.
177 2005-12-30 Eric Seidel <eseidel@apple.com>
181 DumpRenderTree should set a consistent color profile while running
182 http://bugzilla.opendarwin.org/show_bug.cgi?id=6155
184 Creates consistent colormatched renderings on every test machine
185 using the only way possible with Tiger APIs: by setting the
186 system color profile on the test machine for the duration of the
187 tests. This will (unfortunately) cause colors to change while
188 running DumpRenderTree. This can also cause "permanent" color
189 changes to occur if DRT is to crash (SIGSEGV, etc.) while running.
190 This is far from ideal, but it's be best way we've found to deal
191 with the issue for now.
193 * DumpRenderTree/DumpRenderTree.m:
195 (setDefaultColorProfileToRGB):
198 2005-12-20 Alexey Proskuryakov <ap@nypop.com>
200 Reviewed by Darin Adler.
202 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=5846
203 cvs-create-patch --include produces incorrect paths
205 * Scripts/cvs-create-patch: Handle newly-added directories using chdir.
207 2005-12-19 Eric Seidel <eseidel@apple.com>
211 * Scripts/run-webkit-tests: stop /etc/catalog warnings
213 2005-12-19 Darin Adler <darin@apple.com>
215 Reviewed by Eric Seidel.
217 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4990
218 WebKit needs to use a local pasteboard during testing
220 * DumpRenderTree/DumpRenderTree.m:
221 (main): Call poseAs to substitute our NSPasteboard class for the default one.
222 Create a local pasteboard (really a global one with a unique name) and release
223 it when exiting from the function so we don't leave it in the pasteboard server.
224 (dumpRenderTree): Added an autorelease pool around one small bit of code that
225 ddn't have one. Fixed a leak in an unlikely error case.
226 (+[DumpRenderTreePasteboard generalPasteboard]): Override the default version
227 of this method to return our local pasteboard.
229 2005-12-15 Eric Seidel <eseidel@apple.com>
231 Reviewed by Tim Hatcher.
233 * Scripts/build-webkit: --svg is now default!
235 2005-12-15 Eric Seidel <eseidel@apple.com>
239 Don't run svg test automatically if +SVG is built (yet).
241 * Scripts/run-webkit-tests:
243 2005-12-15 Darin Adler <darin@apple.com>
245 * Scripts/run-webkit-tests: Don't run tests in directories named "svg" if SVG
246 support is not compiled in. Report the 10 slowest tests if "--slowest" is
247 passed on the command line.
249 2005-12-06 John Sullivan <sullivan@apple.com>
251 Reviewed by Darin Adler.
253 * Scripts/prepare-ChangeLog:
254 Remove special-case handling for nib files. This avoided trouble with cvs diff
255 when we were using wrappers for nib files. Now that we aren't using wrappers,
256 there's no reason to avoid adding the modified nib files to the file list that
259 2005-12-05 Eric Seidel <eseidel@apple.com>
263 Script updates for SVG files move (remove references to SVGSupport)
265 * Scripts/build-webkit: remove SVGSupport
266 * Scripts/run-webkit-tests: Resources -> resources for --svg
267 * Scripts/update-webkit: remove SVGSupport
269 2005-12-05 Eric Seidel <eseidel@apple.com>
273 * checkout: remove --svg support, SVG is now checked out by default
275 2005-11-29 Eric Seidel <eseidel@apple.com>
279 Update scripts to run SVG tests automatically (w/o --svg) if
280 WebCore is built with SVG support.
282 * Scripts/build-drawtest: SVG support required
283 * Scripts/build-dumpkcanvastree: Removed.
284 * Scripts/run-drawtest: SVG support required to run
285 * Scripts/run-webkit-tests: pass *.svg files if WebCore has support
286 * Scripts/webkitdirs.pm: changed CheckWebCoreSVGSupport
288 2005-11-28 Alexey Proskuryakov <ap@nypop.com>
290 Reviewed by Darin. Committed by Maciej.
292 - fixed "DumpRenderTree should test for Ahem before doing anything else"
293 (http://bugzilla.opendarwin.org/show_bug.cgi?id=5838)
295 * DumpRenderTree/DumpRenderTree.m:
298 2005-11-28 Eric Seidel <eseidel@apple.com>
300 Reviewed by sullivan and GGAREN.
302 Minor additions to make error messages more clear from cvs-apply.
304 * Scripts/cvs-apply: make errors more clear
306 2005-11-27 Oliver Hunt <ojh16@student.canterbury.ac.nz>
308 Reviewed and committed by Maciej.
310 - fixed cvs-create-patch --include produces incorrect paths
311 (http://bugzilla.opendarwin.org/show_bug.cgi?id=5846)
313 * Scripts/cvs-create-patch: produce proper paths for new files.
315 2005-11-21 Eric Seidel <eseidel@apple.com>
319 Some simple fixes to the build/test scripts now that SVG uses the
320 WebCore DOM. JSC+SVG is no longer needed, nor is RTTI support
321 or symlinks for KDOM.
323 * Scripts/build-webkit: No longer builds JavaScriptCore+SVG
324 * Scripts/prepare-ChangeLog: handles missing LayoutTests directory
325 * Scripts/run-webkit-tests: now runs SVG tests using DRT
326 * Scripts/webkitdirs.pm: use SVG symbols instead of RTTI
327 * checkout: no longer symlink kdom
329 2005-11-10 Eric Seidel <eseidel@apple.com>
333 * Scripts/build-webkit: Pass through options to xcodebuild
335 2005-11-07 Darin Adler <darin@apple.com>
337 * Scripts/cvs-apply: Fix case where the patch has files at the top level.
339 2005-11-03 John Sullivan <sullivan@apple.com>
343 * Scripts/run-safari:
344 changed message to say "Starting Safari" instead of odd "Start Safari"
345 * Scripts/run-webkit-tests:
346 changed the way we pass the file parameter to use -NSOpen rather than relying on
347 unlabeled arguments being treated as files. This was failing on some machines that
348 (mysteriously) had NSTreatUnknownArgumentsAsOpen set to NO in com.apple.Safari.plist.
350 2005-10-27 Geoffrey Garen <ggaren@apple.com>
352 Patch by Alexey Proskuryakov.
356 Fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=5303
357 TextInputController should support attributed strings
359 * DumpRenderTree/TextInputController.m:
360 (+[NSMutableAttributedString isSelectorExcludedFromWebScript:]):
361 (+[NSMutableAttributedString webScriptNameForSelector:]):
362 (-[NSMutableAttributedString getLength]):
363 (-[NSMutableAttributedString attributeNamesAtIndex:]):
364 (-[NSMutableAttributedString valueOfAttribute:atIndex:]):
365 (-[NSMutableAttributedString addAttribute:value:]):
366 (-[NSMutableAttributedString addAttribute:value:from:length:]):
367 (-[NSMutableAttributedString addColorAttribute:red:green:blue:alpha:]):
368 (-[NSMutableAttributedString addColorAttribute:red:green:blue:alpha:from:length:]):
369 (-[NSMutableAttributedString addFontAttribute:fontName:size:]):
370 (-[NSMutableAttributedString addFontAttribute:fontName:size:from:length:]):
371 (+[TextInputController isSelectorExcludedFromWebScript:]):
372 (+[TextInputController webScriptNameForSelector:]):
373 (-[TextInputController insertText:]):
374 (-[TextInputController attributedSubstringFrom:length:]):
375 (-[TextInputController attributedStringWithString:]):
377 2005-10-11 Eric Seidel <eseidel@apple.com>
381 Checks for leaks in ImageDiff too.
383 * Scripts/run-webkit-tests:
385 2005-10-09 Darin Adler <darin@apple.com>
387 * Scripts/check-dom-results: Dump ".xhtml" for tests in the xhtml directory.
388 * Scripts/cvs-apply: Handle added/deleted files in the current directory.
389 * Scripts/cvs-unapply: Ditto.
390 * Scripts/run-webkit-tests: Add a few more false-positive leaks.
392 2005-10-08 Alexey Proskuryakov <ap@nypop.com>
394 Reviewed, rearranged and landed by Darin.
396 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4707
397 Need a way to automatically test for regressions in NSTextInput implementation
399 * DumpRenderTree/DumpRenderTree.m:
400 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
401 Create a text input controller and put it in a property of the window object.
403 * DumpRenderTree/TextInputController.h: Added.
404 * DumpRenderTree/TextInputController.m: Added.
405 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added files.
407 2005-10-06 Darin Adler <darin@apple.com>
409 * Scripts/cvs-apply: Fixed merge option to work better when not all directories
410 are controlled by cvs, or when changes cross multiple repositories.
411 * Scripts/update-webkit: Don't print messages if the "quiet" flag is set.
413 2005-10-03 Eric Seidel <eseidel@apple.com>
417 Make mouseDown and mouseUp force layout before acting.
418 This is used by a new test case for 4233558.
420 * DumpRenderTree/DumpRenderTree.m:
421 (-[EventSendingController mouseDown]): force layout
422 (-[EventSendingController mouseUp]): force layout
424 2005-09-30 Eric Seidel <eseidel@apple.com>
428 Updated all the scripts for the move:
429 WebCore/layout-tests -> LayoutTests
431 * Scripts/check-dom-results:
432 * Scripts/prepare-ChangeLog:
433 * Scripts/run-webkit-tests:
434 * Scripts/update-webkit: added --no-tests
435 * checkout: added --no-tests
437 2005-09-28 Darin Adler <darin@apple.com>
439 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=5144
440 pixel test should run even if render trees differ
442 * Scripts/run-webkit-tests: Don't check if the text dump matches.
444 2005-09-27 Eric Seidel <eseidel@apple.com>
446 No review needed, SVG build fix only.
448 * DumpKCanvasTree/DumpKCanvasTree.m:
449 Missed one in my previous checkin.
450 http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
452 2005-09-26 Eric Seidel <eseidel@apple.com>
454 No review needed, SVG build fix only.
456 * DrawTest/DrawTestDocument.m:
457 * DrawTest/DrawTestToolbarController.m:
458 * DrawTest/DrawTestView.h:
459 * DrawTest/DrawTestView.m:
460 * DrawTest/SVGTest.m:
461 * DrawTest/TestController.m:
462 Updated for WebCore+SVG -> WebCore rename.
463 http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
465 2005-09-26 Eric Seidel <eseidel@apple.com>
469 * DumpRenderTree/DumpRenderTree.m:
470 (dump): updated error message
471 * Scripts/check-dom-results: now includes xhtml
472 Tool updates for xhtml.
473 http://bugzilla.opendarwin.org/show_bug.cgi?id=4907
475 2005-09-22 Duncan Wilcox <duncan@mclink.it>
480 - patch for <http://bugzilla.opendarwin.org/show_bug.cgi?id=4963>
481 "Would like to simulate human interaction with webview"
483 * DumpRenderTree/DumpRenderTree.m:
484 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
485 (+[EventSendingController isSelectorExcludedFromWebScript:]):
486 (+[EventSendingController webScriptNameForSelector:]):
487 (-[EventSendingController init]):
488 (-[EventSendingController mouseDown]):
489 (-[EventSendingController mouseUp]):
490 (-[EventSendingController mouseMoveToX:Y:]):
491 Add eventSender javascript object, that sends fake mouse events to the webview.
493 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
494 link with Carbon.framework
496 2005-09-22 Eric Seidel <eseidel@apple.com>
500 Update tools for WebCore+SVG -> WebCore rename.
501 Also fold several SVG specific tools into their original
502 WebCore counterparts.
503 http://bugzilla.opendarwin.org/show_bug.cgi?id=5003
505 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
506 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj:
507 * Scripts/build-drawtest:
508 * Scripts/build-dumpkcanvastree:
509 * Scripts/build-webcore-svg: Removed.
510 * Scripts/build-webkit: added --svg option
511 * Scripts/run-drawtest:
512 * Scripts/run-webkit-tests:
513 * Scripts/webkitdirs.pm: various additions.
514 * checkout: added --svg option
515 * checkout-svg: Removed.
517 2005-09-19 Eric Seidel <eseidel@apple.com>
521 * Scripts/run-webkit-tests: added --guard-malloc option
522 http://bugzilla.opendarwin.org/show_bug.cgi?id=4613
524 2005-09-16 Justin Garcia <justin.garcia@apple.com>
528 Removed a script that is only used by apple internal developers
530 * Scripts/update-webkitsysteminterface: Removed.
532 2005-09-16 Adele Peterson <adele@apple.com>
536 * Scripts/prepare-ChangeLog: Allow semicolons for protocols too.
538 2005-09-14 Darin Adler <darin@apple.com>
540 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4291
541 dumpAsText doesn't work with XHTML documents
543 * DumpRenderTree/DumpRenderTree.m: (dump): Dump the innerText of the document element
544 rather than of the body element. This works with typical XHTML documents. We can probably
545 do something even better in the long run, but this fixes the immediate issue.
549 * Scripts/run-webkit-tests: Show the results in the current built Safari by using
550 run-safari instead of just using "open", which often runs another copy of Safari instead.
552 2005-09-11 Mark Rowe <opendarwin.org@bdash.net.nz>
554 Reviewed, tweaked, and landed by Darin.
556 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4286
557 .Mac prefpane crashes when Safari using CVS WebKit is running
559 * Scripts/run-safari: Set WEBKIT_UNSET_DYLD_FRAMEWORK_PATH.
560 * Scripts/run-webkit-app: Ditto.
562 2005-09-11 Darin Adler <darin@apple.com>
564 * Scripts/run-webkit-tests: Oops. Use spaces, not tabs.
566 2005-09-11 Darin Adler <darin@apple.com>
570 * Scripts/run-webkit-tests: Sort tests with a new "pathcmp" function that's better in
571 two ways: 1) puts all files in a directory before any files in a subdirectory, and
572 2) sort file names with numeric digits in them in a logical way, so test-33 will come
575 2005-09-08 Justin Garcia <justin.garcia@apple.com>
579 * Scripts/update-webkitsysteminterface: Added.
580 Builds webkitsysteminterface and moves the built product and header into WebKitLibraries
582 2005-09-01 John Sullivan <sullivan@apple.com>
584 * Scripts/run-webkit-tests:
585 Excluded a known system leak to reduce noise; added comments about which leaks
588 2005-09-01 Tim Omernick <tomernick@apple.com>
590 Change made by Darin, reviewed by John and myself.
592 - Allow semicolons at the end of method declarations (this is for method implementations; the semicolon is required for interface declarations).
594 * Scripts/prepare-ChangeLog:
596 2005-08-31 Maciej Stachowiak <mjs@apple.com>
600 - set color variant and font settings to a consistent value.
601 (http://bugzilla.opendarwin.org/show_bug.cgi?id=4769)
603 * DumpRenderTree/DumpRenderTree.m:
606 2005-08-30 Eric Seidel <eseidel@apple.com>
610 * Scripts/build-svg2png: Removed.
611 * svg2png/ImageDiff.h: Removed.
612 * svg2png/ImageDiff.m: Removed.
613 * svg2png/svg2png.m: Removed.
614 * svg2png/svg2png.xcodeproj/project.pbxproj: Removed.
615 * svg2png/svg2png_Prefix.pch: Removed.
616 svg2png is no longer needed.
618 2005-08-30 Darin Adler <darin@apple.com>
620 * Scripts/check-dom-results: Special case 100% to say something nice.
621 * Scripts/cvs-apply: Added "--merge" which automatically rolls back the tree before
622 applying the patch (need a better name).
623 * Scripts/find-extra-includes: Added. Experimental tool to find unneeded includes.
625 2005-08-30 Darin Adler <darin@apple.com>
627 * Scripts/run-webkit-tests: Small formatting fix for leaks mode.
629 2005-08-29 Maciej Stachowiak <mjs@apple.com>
633 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4723
634 (some pixel tests fail when AA settings are changed)
636 * DumpRenderTree/DumpRenderTree.m:
637 (main): set AA settings to the default values
639 2005-08-29 Darin Adler <darin@apple.com>
641 Reviewed by John Sullivan.
643 * Scripts/run-webkit-tests: Added a mode where each test is run with a separate
644 executable -- much slower but can help pinpoint leaks. Changed formatting of some
647 2005-08-28 Maciej Stachowiak <mjs@apple.com>
651 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4720
652 (webkit pixel tests don't give consistent results with changed scrollbar arrow setting)
654 * DumpRenderTree/DumpRenderTree.m:
655 (main): set scrollbar arrow setting to a consistent value
657 2005-08-27 Jussi Hagman <juhagman@abo.fi>
659 Reviewed and landed by Darin.
661 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4676
662 output of update-webkit is too verbose
664 * Scripts/update-webkit:
665 Added option --quiet (-q) to decrease the amount of output.
667 2005-08-27 Darin Adler <darin@apple.com>
669 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4596
670 cvs-create-patch --include-unknowns should ignore hidden files
672 * Scripts/cvs-create-patch: Add code to check for files starting with ".".
674 2005-08-25 Ben La Monica <ben.lamonica@gmail.com>
676 Reviewed, tweaked, and landed by Darin.
678 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4585
679 update-webkit doesn't notice when you have SVGSupport and update properly
681 * Scripts/update-webkit: Build SVGSupport directory if it's present.
683 2005-08-25 Anders Carlsson <andersca@mac.com>
685 Reviewed and landed by Darin.
687 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4572
688 layout test machinery can't handle tests with applets that have code attributes
690 * DumpRenderTree/DumpRenderTree.m: (main): Disable Java while running tests.
692 2005-08-24 Darin Adler <darin@apple.com>
696 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4625
697 DumpRenderTree --pixel-tests crash
698 - landed some other small changes I had sitting in my tree
700 * DumpRenderTree/DumpRenderTree.m:
701 (main): Don't bother saving and restoring the preferences. Not sure
702 why this was ever done since the preferences are specific to DumpRenderTree.
703 Clear delegates before releasing the WebView, because you can't count on the
704 order of object deallocation.
705 (dumpRenderTree): Fix code that releases a string before storing it in a
708 * Scripts/run-webkit-tests: Use "-s" rather than a function to get the size
709 of a file. Fix lots of cases that were using tabs for indenting to use spaces instead.
711 2005-08-23 Eric Seidel <eseidel@apple.com>
715 * Scripts/run-webkit-tests:
716 Made --leaks option more readable by printing to a file.
717 http://bugzilla.opendarwin.org/show_bug.cgi?id=4590
719 2005-08-22 Eric Seidel <eseidel@apple.com>
720 Fix by Tobias Lidskog <tobiaslidskog@mac.com>
724 * Scripts/run-webkit-tests: hides "expected actual diffs" links
725 when they are not needed (for pixel-only failures)
726 http://bugzilla.opendarwin.org/show_bug.cgi?id=4584
728 2005-08-22 Eric Seidel <eseidel@apple.com>
732 * Scripts/run-webkit-tests: Added the ability to display more than
733 just two images as part of the image-diff "slideshow".
734 Added display of "-w3c.png" baseline images for SVG.
735 http://bugzilla.opendarwin.org/show_bug.cgi?id=4581
738 2005-08-20 Eric Seidel <eseidel@apple.com>
740 * Scripts/run-webkit-tests:
741 "build" fix after committing incorrect version.
743 2005-08-20 Eric Seidel <eseidel@apple.com>
747 * DumpRenderTree/DumpRenderTree.m:
748 (main): cleans up delegates
749 (dumpRenderTree): closes CFString/CFURL leak
750 * Scripts/run-webkit-tests:
751 Adds --leaks option to run-webkit-tests
752 http://bugzilla.opendarwin.org/show_bug.cgi?id=4542
754 2005-08-19 Ben La Monica <ben.lamonica@gmail.com>
758 * Scripts/cvs-create-patch: Add an --include-unknowns option that will cause
759 new files to be included in the patch even without "cvs add".
761 2005-08-19 Darin Adler <darin@apple.com>
763 * Scripts/cvs-apply: Fix to not garble patches that are mix of cvs-style and
764 non-cvs-generated patches. Anders has been creating these, so it's bad that
765 the script can't handle them.
766 * Scripts/cvs-unapply: Ditto.
768 2005-08-18 Darin Adler <darin@apple.com>
770 * Scripts/webkitdirs.pm: Fix version checking to work on Xcode versions with
771 "." in them -- based on complaint by someone here at Apple.
773 2005-08-18 Eric Seidel <eseidel@apple.com>
777 * Scripts/run-webkit-tests:
778 Made --svg imply --pixel-tests (pixel tests on-by-default for svg).
780 2005-08-17 Maciej Stachowiak <mjs@apple.com>
782 - add file that I forgot in the last checkin
784 * DumpRenderTree/ImageDiff.m: Added.
788 (getDifferenceBitmap):
789 (computePercentageDifferent):
791 2005-08-17 Maciej Stachowiak <mjs@apple.com>
793 Changes by Ben Lamonica and Eric Seidel, reviewed mostly by Eric and
794 somewhat by me, and also tweaked by me a little bit.
796 - better support for pixel-dumping
797 - use checksums of the images so the tests are fast
798 - change output format to make the tests run faster
799 - don't dump pixel results for tests that dump as text
801 * DumpKCanvasTree/DumpKCanvasTree.m:
804 (md5HashStringForBitmap):
806 (constrainSizeToMaximum):
807 (getBitmapImageRepForSVGDocument):
808 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj:
809 * DumpRenderTree/DumpRenderTree.m:
813 (md5HashStringForBitmap):
814 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
815 * Scripts/run-webkit-tests:
817 2005-08-17 Maciej Stachowiak <mjs@apple.com>
821 - hacked DumpRenderTree to make the scrollbars appear and disappear properly.
823 * DumpRenderTree/DumpRenderTree.m:
826 2005-08-14 Oliver Hunt <ojh16@student.canterbury.ac.nz>
828 Reviewed and landed by Darin.
830 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4251
831 Ideally would be able to pass arguments to apps using run-safari and run-webkit-app scripts
833 * Scripts/run-safari: Pass arguments through to Safari on command line.
834 * Scripts/run-webkit-app: Pass arguments through to "open" tool on command line.
836 2005-08-11 Eric Seidel <eseidel@apple.com>
837 Fix by Tobias Lidskog <tobiaslidskog@mac.com>
841 * DrawTest/TestController.m:
842 (-[TestController imagePathForSVGPath:]):
843 Fixed support for using TextViewer with the layout-tests.
844 http://bugzilla.opendarwin.org/show_bug.cgi?id=4385
846 2005-08-11 Maciej Stachowiak <mjs@apple.com>
848 At Least Roughly Glanced At by Anders.
850 - fix change with totally breaks the layout tests.
852 * DumpRenderTree/DumpRenderTree.m:
853 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Make tests unready if you start another
854 load, to avoid dumping twice accidentally.
856 2005-08-10 Eric Seidel <eseidel@apple.com>
857 Fixed made by Mitz Pettel <opendarwin.org@mitzpettel.com>
861 * DumpRenderTree/DumpRenderTree.m:
862 Added support for rendering to a PNG file.
863 http://bugzilla.opendarwin.org/show_bug.cgi?id=3840
865 2005-08-07 Eric Seidel <eseidel@apple.com>
869 * Scripts/run-webkit-tests: added --svg option
870 * Scripts/run-webkit-tests-svg: Removed.
871 http://bugzilla.opendarwin.org/show_bug.cgi?id=4300
873 2005-08-07 Eric Seidel <eseidel@apple.com>
874 Changes by Ben La Monica <ben.lamonica@gmail.com>
878 * svg2png/ImageDiff.h: Added.
879 * svg2png/ImageDiff.m: Added.
880 (getDifferenceBitmap):
881 (computePercentageDifferent):
882 (saveAnimatedGIFToFile):
884 (usage): added several new options
885 (getBitmapForSVG): added NSBitmapImageRep generation
886 (main): various argument changes.
887 * svg2png/svg2png.xcodeproj/project.pbxproj:
888 Several additions to provide image differencing functionality.
889 http://bugzilla.opendarwin.org/show_bug.cgi?id=4193
891 2005-08-07 Eric Seidel <eseidel@apple.com>
895 * Scripts/run-webkit-tests-svg: now uses WebCore/svg-tests
896 * checkout-svg: links WebCore/svg-tests to SVGSupport/layout-tests
897 Adding the first SVG layout tests:
898 http://bugzilla.opendarwin.org/show_bug.cgi?id=4303
900 2005-08-07 Darin Adler <darin@apple.com>
902 * Scripts/cvs-create-patch: Do all the directories at once, for speed.
904 2005-08-06 Eric Seidel <eseidel@apple.com>
908 * DumpKCanvasTree/DumpKCanvasTree.m: Added.
909 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj: Added.
910 * Scripts/build-dumpkcanvastree: Added.
911 * Scripts/run-webkit-tests-svg: Added.
912 Adds a DumpRenderTree-like tool for SVG which allows us to do
913 text-based layout regression testing. This (like most of the
914 SVG specific stuff) is temporary and will be replaced by
915 DumpRenderTree once the DOMs and RenderTrees merge.
916 http://bugzilla.opendarwin.org/show_bug.cgi?id=3917
918 2005-08-06 Eric Seidel <eseidel@apple.com>
922 * DrawTest/DrawTestView.m:
923 (-[DrawTestView toggleFilterSupport:]): missing negation.
924 One half of fix for toggling filter support.
925 http://bugzilla.opendarwin.org/show_bug.cgi?id=4252
927 2005-08-04 Eric Seidel <eseidel@apple.com>
931 * Scripts/build-drawtest:
932 * Scripts/build-dumprendertree:
933 * Scripts/build-svg2png:
934 * Scripts/build-webcore-svg:
935 * Scripts/build-webkit:
936 * Scripts/webkitdirs.pm: added checkRequiredSystemConfig()
937 Added checkRequiredSystemConfig and made all the build-* scripts
938 use it to print a pretty warning when trying to compile on an
939 unsupported system (less than 10.4, Xcode 2.1).
940 http://bugzilla.opendarwin.org/show_bug.cgi?id=4280
942 2005-08-04 Darin Adler <darin@apple.com>
944 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Bring this file back from
945 the dead. It was removed by accident when someone was trying to work on the branch.
947 2005-07-31 Darin Adler <darin@apple.com>
949 - a little tools cleanup
951 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Moved options from target to
952 project as a whole. Removed unused Default configuration.
954 * Scripts/check-dom-results: Added license header, comment to explain purpose of tool.
956 2005-07-31 Duncan Wilcox <duncan@mclink.it>
958 Reviewed and landed by Darin Adler.
960 Add logging of editing delegate calls for regression checking.
962 * DumpRenderTree/DumpRenderTree.m:
964 setup editing delegate
966 (-[DOMNode dumpPath]):
968 utility for editing delegate logging
970 (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]):
971 (-[EditingDelegate webView:shouldEndEditingInDOMRange:]):
972 (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]):
973 (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]):
974 (-[EditingDelegate webView:shouldDeleteDOMRange:]):
975 (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]):
976 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]):
977 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
978 (-[EditingDelegate webViewDidBeginEditing:]):
979 (-[EditingDelegate webViewDidChange:]):
980 (-[EditingDelegate webViewDidEndEditing:]):
981 (-[EditingDelegate webViewDidChangeTypingStyle:]):
982 log corresponding editing delegate methods
984 (-[EditingDelegate webViewDidChangeSelection:]):
985 log selection except when clearing selection after end of test (uses existing "done" flag)
988 added clearing of selection after test
990 2005-07-31 Eric Seidel <eseidel@apple.com>
994 * Scripts/build-drawtest: Added.
995 * Scripts/build-svg2png: Added.
996 * Scripts/build-webcore-svg: Added.
997 * Scripts/run-drawtest: Added.
998 * Scripts/webkitdirs.pm: added checkSVGFrameworks
999 Made it much easier to build WebCore+SVG.
1000 http://bugzilla.opendarwin.org/show_bug.cgi?id=4208
1002 2005-07-29 Eric Seidel <eseidel@apple.com>
1006 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
1007 Build fix. Removed bad path.
1009 2005-07-29 Eric Seidel <eseidel@apple.com>
1011 Reviewed by sullivan.
1013 * DrawTest/AppDelegate.h: Added.
1014 * DrawTest/AppDelegate.m: Added.
1015 * DrawTest/DrawTest.xcodeproj/project.pbxproj: Added.
1016 * DrawTest/DrawTestDocument.h: Added.
1017 * DrawTest/DrawTestDocument.m: Added.
1018 * DrawTest/DrawTestInspectorController.h: Added.
1019 * DrawTest/DrawTestInspectorController.m: Added.
1020 * DrawTest/DrawTestToolbarController.h: Added.
1021 * DrawTest/DrawTestToolbarController.m: Added.
1022 * DrawTest/DrawTestView.h: Added.
1023 * DrawTest/DrawTestView.m: Added.
1024 * DrawTest/DrawTest_Prefix.pch: Added.
1025 * DrawTest/English.lproj/DrawTestDocument.nib/classes.nib: Added.
1026 * DrawTest/English.lproj/DrawTestDocument.nib/info.nib: Added.
1027 * DrawTest/English.lproj/DrawTestDocument.nib/keyedobjects.nib: Added.
1028 * DrawTest/English.lproj/InfoPlist.strings: Added.
1029 * DrawTest/English.lproj/Inspector.nib/classes.nib: Added.
1030 * DrawTest/English.lproj/Inspector.nib/info.nib: Added.
1031 * DrawTest/English.lproj/Inspector.nib/keyedobjects.nib: Added.
1032 * DrawTest/English.lproj/MainMenu.nib/classes.nib: Added.
1033 * DrawTest/English.lproj/MainMenu.nib/info.nib: Added.
1034 * DrawTest/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
1035 * DrawTest/English.lproj/TestViewer.nib/classes.nib: Added.
1036 * DrawTest/English.lproj/TestViewer.nib/info.nib: Added.
1037 * DrawTest/English.lproj/TestViewer.nib/keyedobjects.nib: Added.
1038 * DrawTest/Info.plist: Added.
1039 * DrawTest/SVGTest.h: Added.
1040 * DrawTest/SVGTest.m: Added.
1041 * DrawTest/ScalingImageView.h: Added.
1042 * DrawTest/ScalingImageView.m: Added.
1043 * DrawTest/TestController.h: Added.
1044 * DrawTest/TestController.m: Added.
1045 * DrawTest/TestViewerSplitView.h: Added.
1046 * DrawTest/TestViewerSplitView.m: Added.
1047 * DrawTest/main.m: Added.
1048 Adding simple cocoa app for testing SVG rendering, interaction.
1049 http://bugzilla.opendarwin.org/show_bug.cgi?id=4157
1051 2005-07-28 Eric Seidel <eseidel@apple.com>
1055 * svg2png/svg2png.m: Added.
1056 * svg2png/svg2png.xcodeproj/project.pbxproj: Added.
1057 * svg2png/svg2png_Prefix.pch: Added.
1058 Added a simple test tool which dumps a PNG from an SVG using
1059 WebCore+SVG's SVG rendering support.
1060 http://bugzilla.opendarwin.org/show_bug.cgi?id=4156
1062 2005-07-26 Maciej Stachowiak <mjs@apple.com>
1066 - new script to review the DOM layout test results and see where we stand
1067 on actual success and failure
1069 * Scripts/check-dom-results: Added.
1071 2005-07-25 Darin Adler <darin@apple.com>
1073 * Scripts/webkitdirs.pm: Check in missing line of code.
1075 2005-07-25 Darin Adler <darin@apple.com>
1077 - fixed problem that was causing JavaScriptCore test to fail
1078 (except for people who had set DYLD_FRAMEWORK_PATH)
1080 * Scripts/run-javascriptcore-tests: Add code to set DYLD_FRAMEWORK_PATH.
1081 Add code to parse configuration parameter so you can pass --deployment if you like.
1082 * Scripts/run-webkit-tests: Add code to parse configuration parameter.
1084 * Scripts/update-javascriptcore-test-results: Add license header.
1086 * Scripts/webkitdirs.pm: Change code that reads configuration option to remove it
1087 from @ARGV. This lets us use this option in commands that take other options and
1088 pass them along to a subsequent tool.
1090 2005-07-25 Darin Adler <darin@apple.com>
1092 Reviewed by Geoff Garen.
1094 - Fixed run-safari and gdb-safari to use the Safari application in the build results
1095 directory, if any, falling back to the one in the Applications directory otherwise.
1096 Does no harm for open source contributors who don't build Safari, and helps out the
1097 Safari team, since we do build Safari.
1099 * Scripts/webkitdirs.pm: Added safariPath function that uses WEBKIT_SAFARI environment
1100 variable, and if that's not present, looks in either the build results directory or
1101 /Applications; factors code that was in both scripts before into a shared function.
1102 Also removed some Xcode 2.0 support which is no longer relevant since our projects are
1103 now in Xcode 2.1 format and incompatible with older versions of Xcode.
1105 * Scripts/gdb-safari: Use safariPath.
1106 * Scripts/run-safari: Use safariPath.
1108 2005-07-22 Geoffrey Garen <ggaren@apple.com>
1110 Moved Tools/Scripts/run-mozilla-tests to WebKitTools/Scripts/run-javascriptcore-tests.
1111 run-javascriptcore-tests now passes its command-line arguments to jsDriver.pl
1113 Moved Tools/Scripts/update-mozilla-js-test-results to
1114 WebKitTools/Scripts/update-javascriptcore-test-results.
1118 * Scripts/run-javascriptcore-tests: Added.
1120 2005-07-21 Geoffrey Garen <ggaren@apple.com>
1124 * Scripts/build-dumprendertree: changed XCode 2.0 project file reference to 2.1
1126 2005-07-21 Geoffrey Garen <ggaren@apple.com>
1128 * DumpRenderTree/DumpRenderTree.xcode/.cvsignore: Removed.
1130 2005-07-21 Geoffrey Garen <ggaren@apple.com>
1132 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Removed.
1134 2005-07-21 Geoffrey Garen <ggaren@apple.com>
1136 * DumpRenderTree/DumpRenderTree.xcodeproj/.cvsignore: Added.
1138 2005-07-21 Geoffrey Garen <ggaren@apple.com>
1140 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added.
1142 2005-07-21 Geoffrey Garen <ggaren@apple.com>
1144 * Scripts/build-webkit:
1146 2005-07-12 Eric Seidel <eseidel@apple.com>
1150 * checkout-svg: Fixed error with symlink creation.
1152 2005-07-12 Eric Seidel <eseidel@apple.com>
1156 * checkout-svg: Added.
1157 Script to check out WebCore+SVG
1159 2005-06-30 Darin Adler <darin@apple.com>
1161 Changes based on input from Michael Kahl.
1163 * Scripts/cvs-create-patch: Use "-f" so we are compatible with .cvsrc files that
1164 specify different style of "diff".
1165 * Scripts/webkitdirs.pm: Add missing call to determineBaseProductDir, so that
1166 determineConfigurationProductDir works in all cases.
1168 2005-06-29 Darin Adler <darin@apple.com>
1170 - fixed bug which would result in multiple unwanted dumps in a single layout test
1172 * DumpRenderTree/DumpRenderTree.m:
1173 (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]): Set new
1175 (-[LayoutTestController waitUntilDone]): Update for name change.
1176 (-[LayoutTestController notifyDone]): Dump only if ready.
1177 (dumpRenderTree): Set up new boolean and update for name change.
1179 2005-06-29 Darin Adler <darin@apple.com>
1181 Changes by Timothy Hatcher.
1184 * Scripts/run-webkit-app: Added script to open an arbritrary application with
1185 a CVS built WebKit. Example: ./run-webkit-app Colloquy
1187 * Scripts/gdb-safari: Added support for WEBKIT_SAFARI environment variable to specify
1188 a custom location to the Safari.app bundle. This is optional, script defaults to the stock location.
1189 * Scripts/run-safari: Ditto.
1191 2005-06-26 Darin Adler <darin@apple.com>
1193 * Scripts/build-dumprendertree: Pass -project option so that having a second
1194 copy of the project (like the one Xcode 2.1 offers to make for you) that's
1195 out of date won't screw you up.
1196 * Scripts/build-webkit: Ditto.
1198 2005-06-23 Darin Adler <darin@apple.com>
1200 * Scripts/webkitdirs.pm: Fixed a regular expression in the code I just landed.
1202 2005-06-23 Darin Adler <darin@apple.com>
1204 Changes based on input from Michael Kahl.
1206 * Scripts/cvs-create-patch: Added code to handle getting changes in the top-level
1207 directory passed in.
1209 * Scripts/webkitdirs.pm: Eliminate use of changing the current directory and using
1210 getcwd() in the code to find the base product dir. Added code to handle unusual
1211 base product directory values that use SRCROOT.
1213 2005-06-22 Darin Adler <darin@apple.com>
1215 Change by Anders Carlsson.
1217 - added support for dumping title changes
1219 * DumpRenderTree/DumpRenderTree.m:
1220 (-[WaitUntilDoneDelegate webView:didReceiveTitle:forFrame:]): Added. Dump title change
1221 if requested by JavaScript.
1222 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added dumpTitleChanges.
1223 (-[LayoutTestController dumpTitleChanges]): Added, sets flag.
1224 (dumpRenderTree): Start flag as NO.
1226 2005-06-20 Darin Adler <darin@apple.com>
1228 Reviewed by Justin Garcia.
1230 * Scripts/run-webkit-tests: Report number of tests when they succeed.
1232 2005-06-18 Darin Adler <darin@apple.com>
1234 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): Add more auto-release pools
1235 in the hope of making the tool use less memory and run faster.
1237 2005-06-18 Darin Adler <darin@apple.com>
1239 * Scripts/cvs-apply: Improve handling of patches with CR characters in them.
1240 * Scripts/cvs-unapply: Ditto.
1242 2005-06-17 Maciej Stachowiak <mjs@apple.com>
1244 - added prepare-ChangeLog script which we use internally to make ChangeLogs, for
1245 benefit of all WebKit hackerdom
1247 * Scripts/prepare-ChangeLog: Added.
1249 2005-06-16 Darin Adler <darin@apple.com>
1251 - recent changes to XcodeOptions made it depend on the current directory
1252 The intent was to have the WebKitBuild directory be next to WebKitTools,
1253 not inside the various build directories. Workaround for now is to call
1254 XcodeOptions when the directory is set to the WebKit directory.
1256 * Scripts/build-dumprendertree: Use a local variable for XcodeOptions and get it
1257 at the start of the script.
1258 * Scripts/build-webkit: Ditto.
1260 2005-06-15 Darin Adler <darin@apple.com>
1262 * Scripts/webkitdirs.pm: Recognize all 1.X versions of Xcode as old too, not just 2.0.
1264 2005-06-14 Darin Adler <darin@apple.com>
1266 Changes by Anders Carlsson.
1269 - fixed <http://bugzilla.opendarwin.org/show_bug.cgi?id=3496>
1270 Add gdb-safari script to launch Safari under gdb
1272 * Scripts/gdb-safari: Added.
1274 2005-06-12 Darin Adler <darin@apple.com>
1276 Changes by Stuart Morgan.
1279 * Scripts/cvs-abandon: Use cwd instead of `pwd`.
1280 * Scripts/cvs-apply: Ditto.
1281 * Scripts/cvs-create-patch: Ditto.
1282 * Scripts/cvs-unapply: Ditto.
1283 * Scripts/run-webkit-tests: Ditto.
1284 * Scripts/webkitdirs.pm: Ditto. Also improve handling when there's no "Configuration" file.
1286 2005-06-12 Darin Adler <darin@apple.com>
1288 * Scripts/cvs-apply: Handle case of an empty patch better.
1289 * Scripts/cvs-unapply: Ditto.
1291 2005-06-12 Darin Adler <darin@apple.com>
1293 Changes by Michael Gaiman.
1296 - fixed <http://bugzilla.opendarwin.org/show_bug.cgi?id=3487>
1297 WebKit no longer builds after configuration supporting build changes
1299 * Scripts/webkitdirs.pm: Chomp off the result of `pwd`, and don't die when no Configuration file.
1301 2005-06-12 Darin Adler <darin@apple.com>
1303 * Scripts/update-webkit: Make this script work when called from any directory.
1305 2005-06-12 Darin Adler <darin@apple.com>
1308 Includes changes by Stuart Morgan as well as my own.
1310 * Scripts/build-dumprendertree: Call the new setConfiguration function, and use XcodeOptions instead of
1311 symrootXcodeOptions to set the -buildstyle option.
1312 * Scripts/build-webkit: Ditto. Also remove the old way of supporting Xcode 2.1 and the old --debug option.
1313 The new --development option does the same thing.
1314 * Scripts/run-safari: Ditto.
1315 * Scripts/run-webkit-tests: Ditto.
1316 * Scripts/update-webkit: Ditto.
1317 * Scripts/set-webkit-configuration: Added. Sets the default configuration to Development or Deployment.
1319 * Scripts/webkitdirs.pm: use FindBin to find the WebKit directory; works no matter what the current
1320 directory is when invoking a script. Add code to determine the Xcode version so we can do the right
1321 thing for 2.0 and 2.1. Change the productDir function to return the appropriate per-configuration
1322 product directory. Read the default configuration from a file, overridable by a passed-in command-line
1325 2005-06-11 Darin Adler <darin@apple.com>
1327 * Scripts/cvs-create-patch: Improve handling of directories with mixed CVS roots by going into each directory
1328 to execute the cvs diff commands.
1330 2005-06-11 Darin Adler <darin@apple.com>
1332 - added first cuts at some cvs scripts
1334 cvs-abandon is for throwing away changes; discards any local changes, reverting to the state in CVS
1335 cvs-create-patch is for making patches; runs cvs diff with all the right options and handles added/deleted files
1336 cvs-apply is for applying patches; runs patch and cvs add and cvs rm
1337 cvs-unapply is for unapplying patches; does the opposite of cvs-apply
1339 An argument against these is "waste of time if we switch to Subversion", but they should be good for a while.
1341 * Scripts/cvs-abandon: Added.
1342 * Scripts/cvs-apply: Added.
1343 * Scripts/cvs-create-patch: Added.
1344 * Scripts/cvs-unapply: Added.
1346 2005-06-09 Darin Adler <darin@apple.com>
1350 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3397
1351 Build DumpRenderTree fails with unresolved NSAutoreleasePool, etc
1353 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Change type from "folder" to "wrapper.framework"
1354 for Foundation.framework. How was it ever wrong?
1356 - finally, I tested making the default build directory work; it works now
1358 * Scripts/webkitdirs.pm: Changed structure of the code a little bit, added symrootXcodeOptions function
1359 that sets SYMROOT on the command line in case there's no product directory set in Xcode preferences.
1360 * Scripts/build-webkit: Pass symrootXcodeOptions when invoking Xcode.
1361 * Scripts/build-dumprendertree: Ditto.
1363 2005-06-09 Darin Adler <darin@apple.com>
1365 * Scripts/webkitdirs.pm: Another try at making the default build directory of ~/WebKitBuild
1366 work. Someone should try building without setting the Xcode build product directory now,
1367 and let me know if it works.
1369 2005-06-08 Darin Adler <darin@apple.com>
1371 - quick fix to try to get build scripts working again
1373 * Scripts/build-dumprendertree: Add FindBin.
1374 * Scripts/build-webkit: Ditto.
1375 * Scripts/run-safari: Ditto.
1376 * Scripts/run-webkit-tests: Ditto.
1377 * Scripts/update-webkit: Ditto.
1379 2005-06-08 Darin Adler <darin@apple.com>
1383 - some build script enhancements
1385 * Scripts/build-dumprendertree: Changed to use webkitdirs.
1386 * Scripts/build-webkit: Changed to use webkitdirs, also only copy files from WebKitLibraries if
1388 * Scripts/run-safari: Reduce number of log messages, change to respect "-d" flag and get Development
1389 before Deplyment in that case.
1390 * Scripts/run-webkit-tests: Changed to use webkitdirs.
1391 * Scripts/update-webkit: Changed to use webkitdirs.
1393 * Scripts/webkitdirs.pm: Added.
1395 2005-06-08 Maciej Stachowiak <mjs@apple.com>
1397 Code change by Toby Peterson <toby@opendarwin.org>
1400 * Scripts/run-safari: Fix to work with Xcode 2.0 again. The script would
1401 get confused because build-webkit now makes even 2.0 build directories look
1404 2005-06-07 Darin Adler <darin@apple.com>
1406 Reviewed by Adele Peterson.
1408 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Added Deployment build style.
1409 * Scripts/build-dumprendertree: For now, always use Deployment build style. This may fix things
1410 so we can run tests with Xcode 2.1.
1412 2005-06-07 Darin Adler <darin@apple.com>
1414 Reviewed by Adele Peterson.
1416 * Scripts/run-webkit-tests: Pass -L to find command to follow symlinks. This allows symlinks in the
1417 layout-tests directory to include additional sets of tests.
1419 2005-06-07 Darin Adler <darin@apple.com>
1421 * checkout: Added license.
1422 * Scripts/build-dumprendertree: Ditto.
1423 * Scripts/run-webkit-tests: Ditto.
1424 * Scripts/update-webkit: Ditto.
1426 2005-06-07 Darin Adler <darin@apple.com>
1428 Change by Toby Peterson <toby@opendarwin.org>.
1431 * Scripts/build-webkit: Changes so you can build with Xcode 2.1. (I also added a license to this file.)
1432 * Scripts/run-safari: Ditto.
1434 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1436 * Scripts/build-webkit: run ranlib on libWebKitSystemInterface.a
1438 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1440 * Scripts/build-webkit: Chop newline off of $productDir to avoid problems with logic to copy files ther.
1442 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1444 * Scripts/build-webkit: Install WebKitSystemInterface stuff into build products dir.
1446 2005-06-05 Darin Adler <darin@apple.com>
1448 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Tweak, simplify.
1449 * Scripts/build-dumprendertree: Added.
1450 * Scripts/build-webkit: Build All in the JavaScriptCore directory.
1451 * Scripts/run-webkit-tests: Build DumpRenderTree before running.
1453 2005-06-05 Darin Adler <darin@apple.com>
1455 * Scripts/run-safari: Fix path to Safari executable. Add check for frameworks.
1457 2005-06-05 Darin Adler <darin@apple.com>
1459 - add run-webkit-tests script; not working yet but the pieces are there
1461 * Scripts/run-webkit-tests: Added.
1463 * DumpRenderTree/DumpRenderTree.m: Added.
1464 * DumpRenderTree/DumpRenderTree.xcode/.cvsignore: Added.
1465 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Added.
1466 * DumpRenderTree/DumpRenderTreePrefix.h: Added.
1468 2005-06-05 Darin Adler <darin@apple.com>
1470 - created module, first cut at Web Kit Open Source Project scripts
1473 * Scripts/build-webkit: Added.
1474 * Scripts/run-safari: Added.
1475 * Scripts/update-webkit: Added.
1478 === creation of WebKitTools module ===