1 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
5 Bug 9869: [Drosera] JS Console fails to evaluate input when paused in global scope
6 http://bugzilla.opendarwin.org/show_bug.cgi?id=9869
8 * Drosera/DebuggerDocument.m:
9 (-[WebScriptObject currentFunctionStack]): Include the global frame in the stack.
11 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
15 Bug 9863: Drosera needs to show something at launch
16 http://bugzilla.opendarwin.org/show_bug.cgi?id=9863
18 * Drosera/DebuggerApplication.m:
19 (-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
21 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
25 Lets Drosera build universal for the nightlies. Right now it is not
26 possible to build a universal binary on a PPC machine because of a
27 conflict with the universal SDK.
29 * BuildSlaveSupport/build-launcher-app:
30 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
32 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
36 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
37 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
39 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
40 (pluginInvoke): treat getURL() with one parameter as if the second parameter were NULL -
41 should open a new stream and deliver the data to the current instance.
43 2006-07-11 Timothy Hatcher <timothy@apple.com>
47 Bug 9598: [Drosera] add a JavaScript evaluator console
48 http://bugzilla.opendarwin.org/show_bug.cgi?id=9598
50 * Drosera/DebuggerApplication.h:
51 * Drosera/DebuggerApplication.m:
52 (-[DebuggerApplication knownServers]):
53 * Drosera/DebuggerDocument.h:
54 * Drosera/DebuggerDocument.m:
55 (-[WebScriptObject evaluateScript:inCallFrame:]):
56 (-[WebScriptObject showConsole:]):
57 (-[WebScriptObject toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
58 (-[WebScriptObject toolbarDefaultItemIdentifiers:]):
59 (-[WebScriptObject toolbarAllowedItemIdentifiers:]):
60 (-[WebScriptObject webView:createWebViewWithRequest:]):
61 (-[WebScriptObject webViewShow:]):
62 (-[WebScriptObject webViewAreToolbarsVisible:]):
63 (-[WebScriptObject webView:setToolbarsVisible:]):
64 (-[WebScriptObject webView:setResizable:]):
65 (-[WebScriptObject webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:]):
66 (-[WebScriptObject scriptConfirmSheetDidEnd:returnCode:contextInfo:]):
67 (-[WebScriptObject webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:]):
68 (-[WebScriptObject webView:windowScriptObjectAvailable:]):
69 (-[WebScriptObject webView:didFinishLoadForFrame:]):
70 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
71 * Drosera/Drosera.xcodeproj/project.pbxproj:
72 * Drosera/Images/console.png: Added.
73 * Drosera/console.css: Added.
74 * Drosera/console.html: Added.
75 * Drosera/console.js: Added.
77 2006-07-11 Timothy Hatcher <timothy@apple.com>
79 Reviewed by a tired Geoff.
81 Bug 9597: [Drosera] hook up the variables table to show stack variables
82 http://bugzilla.opendarwin.org/show_bug.cgi?id=9597
84 * Drosera/DebuggerDocument.m:
85 (-[WebScriptObject isSelectorExcludedFromWebScript:]):
86 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
87 (-[WebScriptObject localScopeVariableNamesForCallFrame:]):
88 (-[WebScriptObject valueForScopeVariableNamed:inCallFrame:]):
89 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
90 (-[WebScriptObject webView:didLoadMainResourceForDataSource:]):
91 (-[WebScriptObject webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
92 (-[WebScriptObject webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
93 (-[WebScriptObject webView:willExecuteStatement:sourceId:line:forWebFrame:]):
94 (-[WebScriptObject webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
95 * Drosera/debugger.css:
96 * Drosera/debugger.html:
97 * Drosera/debugger.js:
99 2006-07-10 Tim Omernick <timo@apple.com>
101 Reviewed by Beth Dakin.
103 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9844>:
104 Add DOM access test to DumpRenderTree's Netscape plug-in
106 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
110 2006-07-10 Mark Rowe <opendarwin.org@bdash.net.nz>
114 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9839
115 Bug 9839: Nightly launcher fails to detect extensions when extension causes crash on load
117 Now track three states: initializing, running, and closed. If we are launched and the previous
118 state was initializing then we likely just experienced a crash on launch.
120 * WebKitLauncher/WebKitNightlyEnabler.m:
121 (myApplicationWillFinishLaunching): Improve wording of dialog. Update to set new running state.
122 (myApplicationWillTerminate): Update to use new states.
123 (cleanUpAfterOurselves): Display alert if previous state was initializing. Set state as
124 initializing as early as practical.
125 (symbol_lookup): Bring code up to speed with formatting guidelines.
126 (GDSymbolLookup): Ditto.
128 2006-07-10 Darin Adler <darin@apple.com>
130 - try to fix Windows build
132 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
133 Remove include paths with "khtml" in them. Add one for "html" subdir or WebCore.
135 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
137 Build fix. Reviewed by NOBODY.
139 - Backed out http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
140 devenv.com not available in VC++ Express installations
142 * Scripts/webkitdirs.pm: Backed out previous change.
144 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
148 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9693
149 svn-apply should set ChangeLog date correctly when applying patches
151 * Scripts/svn-apply: Set the ChangeLog entry date using a configurable timezone
152 before applying the patch.
153 * Scripts/svn-unapply: Reset the ChangeLog entry date before unapplying the patch.
155 2006-07-09 Darin Adler <darin@apple.com>
157 * Scripts/do-webcore-rename: Final version of this round of renaming for posterity.
159 2006-07-09 Darin Adler <darin@apple.com>
161 * Scripts/do-webcore-rename: Next round of renaming. (Last round was done.)
163 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
165 Reviewed by NOBODY (build fix).
167 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
168 devenv.com not available in VC++ Express installations
170 * Scripts/webkitdirs.pm: Restore Hyatt's original logic to make buildbot
171 work again. Add VC++ Express check as the fallback.
173 2006-07-09 Bjoern Graf <bjoern.graf@gmail.com>
175 Reviewed by Timothy Hatcher.
177 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
178 devenv.com not available in VC++ Express installations
180 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
182 2006-07-09 Joost de Valk <jdevalk@opendarwin.org>
186 Fixes bug http://bugzilla.opendarwin.org/show_bug.cgi?id=9804 .
187 Patch by coldwinter@katamail.com.
189 In the congratulations message, "capatibilies" should be "capabilities".
191 * Scripts/build-webkit:
193 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
195 Reviewed by Timothy Hatcher.
197 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9794
198 Teach run-webkit-tests how to ignore tests with performance improvements
200 * Scripts/run-webkit-tests: Speed up test list generation, implement --ignore-tests
201 feature, and minor clean up.
203 2006-07-08 Darin Adler <darin@apple.com>
205 Reviewed by Geoff (well, half of it at least).
207 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
208 storage leaks in Objective-C tests
210 * DumpRenderTree/DumpRenderTree.m: (-[LayoutTestController keepWebHistory]):
211 * DumpRenderTree/ObjCPlugin.m: (-[ObjCPlugin removeBridgeRestrictions:]):
212 Add a release to fix a storage leak.
214 2006-07-08 Darin Adler <darin@apple.com>
216 * Scripts/do-webcore-rename: A few more.
218 2006-07-08 Darin Adler <darin@apple.com>
220 * Scripts/do-webcore-rename: Another cut at renames. About ready to go (later today).
222 2006-07-04 Maciej Stachowiak <mjs@apple.com>
226 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
227 - add support for dumping non-HTML as text - in this case use textContent
230 * DumpRenderTree/DumpRenderTree.m:
233 2006-07-02 Timothy Hatcher <timothy@apple.com>
237 Bug 9631: [Drosera] Add "Step Over" and "Step Out"
238 http://bugzilla.opendarwin.org/show_bug.cgi?id=9631
240 Adds step over and step out. Along with a little code cleanup
241 that was minor enough to piggyback on this fix.
243 * Drosera/DebuggerDocument.h:
244 * Drosera/DebuggerDocument.m:
245 (-[DebuggerDocument stepOver:]):
246 (-[DebuggerDocument stepOut:]):
247 (-[DebuggerDocument windowDidLoad]):
248 (-[DebuggerDocument windowWillClose:]):
249 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
250 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
251 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
252 (-[DebuggerDocument validateUserInterfaceItem:]):
253 * Drosera/Drosera.xcodeproj/project.pbxproj:
254 * Drosera/debugger.html:
255 * Drosera/debugger.js:
256 * Drosera/viewer.css:
258 2006-07-02 Timothy Hatcher <timothy@apple.com>
262 Bug 9628: [Drosera] Split Views acting oddly
263 http://bugzilla.opendarwin.org/show_bug.cgi?id=9628
265 Only update the last X or Y coordinate if the new
266 size was not constrained. Also adds the resize cursor to
267 the body during the drag incase there is a constrained
268 over drag off of the resizer element.
270 * Drosera/debugger.js:
272 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
274 Reviewed by Alexy Proskuryakov.
276 Bug 9692: Warning about Safari extensions on every launch is obnoxious
277 http://bugzilla.opendarwin.org/show_bug.cgi?id=9692
279 * WebKitLauncher/WebKitNightlyEnabler.m:
280 (myApplicationWillTerminate): Note that we are exiting cleanly.
281 (cleanUpAfterOurselves): Install bundle load tracking only if we failed
282 to exit cleanly on our last invocation. This doesn't play nicely with
283 multiple concurrent instances of WebKit.app so it can be disabled via
284 defaults write com.apple.Safari WKNEShouldMonitorShutdowns -bool NO.
286 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
288 Reviewed by Alexy Proskuryakov.
290 Bug 9654: Refresh Loop when accessing feed URLs
291 http://bugzilla.opendarwin.org/show_bug.cgi?id=9654
293 * WebKitLauncher/Info.plist: Don't claim to handle feed:// URLs.
295 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
297 Reviewed by Timothy Hatcher.
299 Bug 9689: Nightly builds should warn a user about potential problems when using
301 http://bugzilla.opendarwin.org/show_bug.cgi?id=9689
303 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
304 * WebKitLauncher/WebKitNightlyEnabler.m:
305 (myBundleDidLoad): Keep track of if any bundles that are loaded.
306 (myApplicationWillFinishLaunching): Notify user if any bundles are loaded.
307 (cleanUpAfterOurselves): Register for NSBundleDidLoadNotification and
308 NSApplicationWillFinishLaunchingNotification notifications so that we can
309 track bundle loads and notify the user at launch completion.
311 2006-06-30 Mike Emmel <mike.emmel@gmail.com>
315 - first check-in of a Gdk shell for testing WebKit
317 * GdkLauncher: Added.
319 2006-06-29 Timothy Hatcher <timothy@apple.com>
323 Need to call window close so WebView tears-down completly.
325 * DumpRenderTree/DumpRenderTree.m:
326 (main): call [window close]
328 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
332 Bug 9615: Buildbot configuration should be in SVN repository
333 http://bugzilla.opendarwin.org/show_bug.cgi?id=9615
335 Import BuildBot configuration files as used by build.webkit.org.
336 auth.py has been stubbed out so that slave passwords are not disclosed.
338 * BuildSlaveSupport/build.webkit.org-config/Makefile: Added.
339 * BuildSlaveSupport/build.webkit.org-config/buildbot.css: Added.
340 * BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Added.
341 * BuildSlaveSupport/build.webkit.org-config/master.cfg: Added.
342 * BuildSlaveSupport/build.webkit.org-config/webkit/__init__.py: Added.
343 * BuildSlaveSupport/build.webkit.org-config/webkit/auth.py: Added.
344 * BuildSlaveSupport/build.webkit.org-config/webkit/basesteps.py: Added.
345 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Added.
346 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Added.
347 * BuildSlaveSupport/build.webkit.org-config/webkit/schedulers.py: Added.
348 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Added.
349 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Added.
351 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
355 Bug 9614: Nightly builds should notify user if a newer build is available
356 http://bugzilla.opendarwin.org/show_bug.cgi?id=9614
358 * BuildSlaveSupport/build-launcher-app: Write revision number to WebKit.app's VERSION file.
359 * BuildSlaveSupport/build-launcher-dmg: Pass revision number to server-side nightly maintenance
360 script so it can keep track of the latest revision.
361 * Scripts/run-webkit-tests: Pass build-dumprendertree's exit status through correctly.
362 * WebKitLauncher/VERSION: Added. Placeholder for SVN revision number
363 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
364 * WebKitLauncher/start.html: Retrieve revision number from VERSION file, and pass it through to
365 the nightly start page.
367 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
371 Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to screenY output
372 http://bugzilla.opendarwin.org/show_bug.cgi?id=9579
374 Report screenY values as (height of zero screen - screenY)
376 * DumpRenderTree/EventSendingController.m: (-[EventSendingController handleEvent:]):
378 2006-06-25 Timothy Hatcher <timothy@apple.com>
382 Bug 9591: [Drosera] breakpoints should be dragable and deletable by dragging off the gutter
383 http://bugzilla.opendarwin.org/show_bug.cgi?id=9591
385 Makes breakpoints dragable. If dragged off the gutter they are deleted.
387 * Drosera/debugger.js:
388 * Drosera/viewer.css:
390 2006-06-25 Timothy Hatcher <timothy@apple.com>
394 Bug 9568: assertion failure in Safari after quitting Drosera
395 http://bugzilla.opendarwin.org/show_bug.cgi?id=9568
397 Call switchToServerNamed:nil and not removeLister to make sure
398 the server object is set to nil to prevent further removeListener calls.
400 * Drosera/DebuggerDocument.m:
401 (-[DebuggerDocument applicationTerminating:]):
403 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
407 * Scripts/svn-apply: Speed up isDirectoryEmptyForRemoval() by returning as soon as we find
408 that the directory is not empty instead of reading in every single file and directory first,
409 then checking the count. Avoid warning in removeDirectoriesIfNeeded() if $svnOutput is not
412 2006-06-25 Darin Adler <darin@apple.com>
414 * Scripts/svn-apply: Tweak comments.
415 * Scripts/svn-create-patch: Ditto.
416 * Scripts/svn-unapply: Ditto.
418 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
420 Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY.
422 http://bugzilla.opendarwin.org/show_bug.cgi?id=9571#c2
424 * Scripts/svn-apply: Formatting fix.
426 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
430 http://bugzilla.opendarwin.org/show_bug.cgi?id=9571
431 Teach svn-apply and svn-unapply to handle directory adds and removes better
433 * Scripts/svn-apply: Handle directory adds more intelligently. Handle directory removes.
434 * Scripts/svn-unapply: Handle undoing both directory adds and removes.
436 2006-06-25 Timothy Hatcher <timothy@apple.com>
440 Bug 9574: Drosera should show inline scripts within the original HTML
441 http://bugzilla.opendarwin.org/show_bug.cgi?id=9574
443 Refactor the JavaScript code to have a distinction between files
444 and scripts. Show the script in the context of the HTML file if
445 it's URL is the same as the frame's main resource. At the time of
446 the disParseScript callback the main resource might not be completely
447 loaded, but Drosera needs to show whatever we have at the time. Once
448 the main resource is finished, update the file source and reload the file.
450 * Drosera/DebuggerDocument.m:
451 (-[DebuggerDocument pause]):
452 (-[DebuggerDocument webView:didLoadMainResourceForDataSource:]):
453 (-[DebuggerDocument webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
454 (-[DebuggerDocument webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:]):
455 * Drosera/debugger.css:
456 * Drosera/debugger.js:
458 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
462 http://bugzilla.opendarwin.org/show_bug.cgi?id=9570
463 Teach prepare-ChangeLog to operate on a list of files or directories
465 * Scripts/prepare-ChangeLog: Accept a list of files and/or directories when running.
466 * Scripts/svn-create-patch: Code refactoring.
468 2006-06-24 James G. Speth <speth@end.com>
472 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
473 add a way to build Objective-C test cases in HTML
475 Tests running in DumpRenderTree can choose to relax some restrictions of the JavaScript/Objective-C bridge
476 allowing more extensive testing of the Obj-C API. (and by more extensive, I mean this lets scripts do
477 pretty much whatever they want, including acting as delegates, generating events, instantiating obj-c
480 * DumpRenderTree/ObjCPlugin.h:
481 * DumpRenderTree/ObjCPlugin.m: this ability is only exposed to scripts running in DumpRenderTree
482 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
483 (+[ObjCPlugin webScriptNameForSelector:]):
484 (-[ObjCPlugin removeBridgeRestrictions:]): scripts call this to open up obj-c for extensive testing
485 (+[NSObject setAllowsScriptsFullAccess:]): makes NSObject allow all selectors to be invoked from script
486 (+[NSObject allowsScriptsFullAccess]):
487 (+[NSObject isSelectorExcludedFromWebScript:]): when full access is enabled, no selector is excluded
488 (+[NSObject webScriptNameForSelector:]): always return nil for the default selector mutation
489 (-[JSObjC classNameOfObject:isSelectorExcludedFromWebScript:]):
490 (+[JSObjC webScriptNameForSelector:]):
491 (-[JSObjC invokeDefaultMethodWithArguments:]): shortcut for accessing classes
492 (-[JSObjC lookUpClass:]): allow scripts to retrieve obj-c classes by name
493 (-[JSObjC log:]): access to NSLog function
494 (-[JSObjC retainObject:]): useful obj-c functions that are otherwise hard to reach from javascript
495 (-[JSObjC classOfObject:]):
496 (-[JSObjC classNameOfObject:]):
498 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
502 * DrawTest/Info.plist: Added copyright statement.
503 * Drosera/Info.plist: Ditto.
504 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Ditto.
505 * WebKitLauncher/Info.plist: Ditto.
507 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
509 Build fix. Reviewed by NOBODY.
511 - Backed out http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
512 devenv.com not available in VC++ Express installations
514 * Scripts/webkitdirs.pm: Backed out previous change.
516 2006-06-24 Bjoern Graf <bjoern.graf@gmail.com>
520 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
521 devenv.com not available in VC++ Express installations
523 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
525 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
529 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9564
530 A bunch of fixes to run-webkit-httpd
532 - Add an -all-interfaces (-a) flag to bind to all interfaces, not just
533 127.0.0.1. Useful for testing with WinIE running on another machine;
534 - don't call checkFrameworks() - we do not need a built WebKit here;
535 - changed tabs to spaces;
536 - disable HTTP keepalive (since Apache doesn't spawn sub-processes in
537 interactive mode, they were a hassle when testing with several browsers, as one
538 had to wait for connection to expire);
539 - remove httpd.pid when done, so that Apache doesn't complain next time.
541 * Scripts/run-webkit-httpd:
543 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
545 Reviewed by ggaren, landed by ap.
547 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
548 Complete DOMUIEvent Obj-C API to reflect UIEvent
550 Add function to enable logging of all events of one DOM node to stdout.
552 * DumpRenderTree/EventSendingController.h:
553 * DumpRenderTree/EventSendingController.m:
554 (+[EventSendingController initialize]):
555 (+[EventSendingController isSelectorExcludedFromWebScript:]):
556 (+[EventSendingController webScriptNameForSelector:]):
557 (-[EventSendingController enableDOMUIEventLogging:]):
558 (-[EventSendingController handleEvent:]):
560 2006-06-23 Kevin Decker <kdecker@apple.com>
562 Reviewed by Tim Hatcher.
564 - Made column headers in Drosera resizable.
566 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
570 - see http://bugzilla.opendarwin.org/show_bug.cgi?id=9539
571 Another case error preventing build
573 * Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
575 2006-06-22 Timothy Hatcher <timothy@apple.com>
579 Adds a native toolbar to Drosera to be a good citizen.
580 Adds a Debug menu with key-commands for Continue, Pause and Step Into.
581 Fixes a dragging bug from an earlier fix to the divider code.
582 Fixes some poor indenting in debugger.js.
584 * Drosera/DebuggerDocument.h:
585 * Drosera/DebuggerDocument.m:
586 (-[DebuggerDocument stepInto]):
587 (-[DebuggerDocument pause:]):
588 (-[DebuggerDocument resume:]):
589 (-[DebuggerDocument stepInto:]):
590 (-[DebuggerDocument windowDidLoad]):
591 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
592 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
593 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
594 (-[DebuggerDocument validateUserInterfaceItem:]):
595 * Drosera/English.lproj/MainMenu.nib/classes.nib:
596 * Drosera/English.lproj/MainMenu.nib/info.nib:
597 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
598 * Drosera/debugger.css:
599 * Drosera/debugger.html:
600 * Drosera/debugger.js:
601 * Drosera/viewer.html:
603 2006-06-22 Kevin Decker <kdecker@apple.com>
607 - Added pressed column header image.
608 - Made column headers behave more like Xcode.
610 2006-06-22 Timothy Hatcher <timothy@apple.com>
612 Reviewed by Kevin Decker.
614 Code clean up. Adds the stackframe and makes only the body
615 of the tables scrollable keeping the header visible.
616 Shows the current function stack when paused or stepping.
618 * Drosera/DebuggerApplication.m:
619 (-[DebuggerApplication awakeFromNib]):
620 (-[DebuggerApplication numberOfRowsInTableView:]):
621 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
622 * Drosera/DebuggerDocument.h:
623 * Drosera/DebuggerDocument.m:
624 (-[DebuggerDocument dealloc]):
625 (-[DebuggerDocument currentFrame]):
626 (-[DebuggerDocument currentFrameFunctionName]):
627 (-[DebuggerDocument currentFunctionStack]):
628 (-[DebuggerDocument log:]):
629 (-[DebuggerDocument windowWillClose:]):
630 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
631 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
632 * Drosera/Drosera.xcodeproj/project.pbxproj:
633 * Drosera/debugger.css:
634 * Drosera/debugger.html:
635 * Drosera/debugger.js:
637 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
641 Teach run-webkit-httpd to properly look for webkitdirs.pm.
643 * Scripts/run-webkit-httpd:
645 2006-06-22 Kevin Decker <kdecker@apple.com>
647 Reviewed by Tim Hatcher.
649 - More progress toward Javascript Debugger.
650 - Added some new images to the project.
652 2006-06-21 Alexey Proskuryakov <ap@nypop.com>
656 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9516
657 Would like a script to run a httpd server with the same configuration as run-webkit-tests http
659 * Scripts/run-webkit-httpd: Added.
661 2006-06-20 Timothy Hatcher <timothy@apple.com>
665 Builds Drosera and a launcher to include with the nightly.
667 * BuildSlaveSupport/build-launcher-app:
668 * BuildSlaveSupport/build-launcher-dmg:
669 * Drosera/Drosera.xcodeproj/project.pbxproj:
670 * Drosera/Info.plist:
671 * Drosera/LauncherInfo.plist: Added.
672 * Drosera/launcher.m: Added.
673 (displayErrorAndQuit):
674 (checkMacOSXVersion):
677 * Scripts/build-drosera
678 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
679 * WebKitLauncher/main.m:
682 2006-06-20 Timothy Hatcher <timothy@apple.com>
686 Adds a JavaScript debugger, called Drosera. Named after
687 a genus of bug eating plants.
689 * Drosera/DebuggerApplication.h: Added.
690 * Drosera/DebuggerApplication.m: Added.
691 (-[DebuggerApplication applicationDidFinishLaunching:]):
692 (-[DebuggerApplication serverLoaded:]):
693 (-[DebuggerApplication serverUnloaded:]):
694 (-[DebuggerApplication awakeFromNib]):
695 (-[DebuggerApplication showAttachPanel:]):
696 (-[DebuggerApplication attach:]):
697 (-[DebuggerApplication numberOfRowsInTableView:]):
698 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
699 (-[DebuggerApplication tableView:willDisplayCell:forTableColumn:row:]):
700 (-[DebuggerApplication tableViewSelectionDidChange:]):
701 * Drosera/DebuggerDocument.h: Added.
702 * Drosera/DebuggerDocument.m: Added.
703 (+[WebScriptCallFrame isSelectorExcludedFromWebScript:]):
704 (+[WebScriptCallFrame isKeyExcludedFromWebScript:]):
705 (+[DebuggerDocument isSelectorExcludedFromWebScript:]):
706 (+[DebuggerDocument isKeyExcludedFromWebScript:]):
707 (-[DebuggerDocument initWithServerName:]):
708 (-[DebuggerDocument windowWillClose:]):
709 (-[DebuggerDocument dealloc]):
710 (-[DebuggerDocument isPaused]):
711 (-[DebuggerDocument pause]):
712 (-[DebuggerDocument resume]):
713 (-[DebuggerDocument step]):
714 (-[DebuggerDocument windowNibName]):
715 (-[DebuggerDocument windowDidLoad]):
716 (-[DebuggerDocument switchToServerNamed:]):
717 (-[DebuggerDocument applicationTerminating:]):
718 (-[DebuggerDocument serverConnectionDidDie:]):
719 (-[DebuggerDocument webView:windowScriptObjectAvailable:]):
720 (-[DebuggerDocument webView:didFinishLoadForFrame:]):
721 (-[DebuggerDocument webView:didParseSource:fromURL:sourceId:forWebFrame:]):
722 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
723 (-[DebuggerDocument webView:willExecuteStatement:sourceId:line:forWebFrame:]):
724 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
725 * Drosera/Drosera.pch: Added.
726 * Drosera/Drosera.xcodeproj/project.pbxproj: Added.
727 * Drosera/English.lproj/Debugger.nib/classes.nib: Added.
728 * Drosera/English.lproj/Debugger.nib/info.nib: Added.
729 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Added.
730 * Drosera/English.lproj/MainMenu.nib/classes.nib: Added.
731 * Drosera/English.lproj/MainMenu.nib/info.nib: Added.
732 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
733 * Drosera/Images/breakPoint.tif: Added.
734 * Drosera/Images/breakPointDisabled.tif: Added.
735 * Drosera/Images/continue.tif: Added.
736 * Drosera/Images/finishFunction.tif: Added.
737 * Drosera/Images/glossyFooterFill.tif: Added.
738 * Drosera/Images/glossyHeader.png: Added.
739 * Drosera/Images/gradientBackground.png: Added.
740 * Drosera/Images/gutter.png: Added.
741 * Drosera/Images/navLeftDisabled.png: Added.
742 * Drosera/Images/navLeftNormal.png: Added.
743 * Drosera/Images/navLeftPressed.png: Added.
744 * Drosera/Images/navRightDisabled.png: Added.
745 * Drosera/Images/navRightNormal.png: Added.
746 * Drosera/Images/navRightPressed.png: Added.
747 * Drosera/Images/pause.tif: Added.
748 * Drosera/Images/popUpArrows.png: Added.
749 * Drosera/Images/programCounter.tif: Added.
750 * Drosera/Images/programCounterBreakPoint.tif: Added.
751 * Drosera/Images/programCounterBreakPointDisabled.tif: Added.
752 * Drosera/Images/run.tif: Added.
753 * Drosera/Images/splitterBar.tif: Added.
754 * Drosera/Images/splitterDimple.tif: Added.
755 * Drosera/Images/step.tif: Added.
756 * Drosera/Images/stepOver.tif: Added.
757 * Drosera/Images/stop.tif: Added.
758 * Drosera/Images/toolbarBackground.png: Added.
759 * Drosera/Info.plist: Added.
760 * Drosera/debugger.css: Added.
761 * Drosera/debugger.html: Added.
762 * Drosera/debugger.js: Added.
763 * Drosera/main.m: Added.
765 * Drosera/viewer.css: Added.
766 * Drosera/viewer.html: Added.
768 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
772 http://bugzilla.opendarwin.org/show_bug.cgi?id=9485
773 Teach svn-apply and svn-unapply to use full path names
775 * Scripts/svn-apply: Changed to use full path names. Cleaned up code.
776 * Scripts/svn-unapply: Ditto.
778 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
782 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
783 DumpRenderTree should be able to keep URL history during runs
785 Test: LayoutTests/fast/history/clicked-link-is-visited.html
787 * DumpRenderTree/DumpRenderTree.m: Add keepWebHistory function to layoutTestController
788 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Updated for keepWebHistory.
789 (-[LayoutTestController keepWebHistory]): Added. We only set optional shared history if
790 it is currently nil since keepWebHistory() might be called more than once incidentally
792 (dumpRenderTree): Set optional shared history in WebHistory to nil by default.
793 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Xcode 2.3 clean up.
795 2006-06-11 David Kilzer <ddkilzer@kilzer.net>
799 http://bugzilla.opendarwin.org/show_bug.cgi?id=9395
800 Make prepare-ChangeLog faster
802 * Scripts/prepare-ChangeLog: Use "svn diff" instead of "svn stat" to find changed files,
803 then save the diff output for reuse. Keep a status variable if changes are made to
804 LayoutTests so "svn diff LayoutTests" doesn't have to be run to check for changes when
805 WebCore is updated. Added -h|--help command-line switch and help message. Move test
806 for no changed files closer to the beginning of the program.
808 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
810 Reviewed and landed by ap.
812 - make DumpRenderTree build
814 * DumpRenderTree/DumpRenderTree.m:
815 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Changed _updateFocusState to _updateActiveState
816 (-[WaitUntilDoneDelegate webViewFocus:]): Ditto.
817 (-[LayoutTestController setWindowIsKey:]): Ditto.
818 (-[LayoutTestController setMainFrameIsFirstResponder:]): Ditto.
820 2006-06-09 David Kilzer <ddkilzer@kilzer.net>
822 Reviewed by Darin, landed by Geoff.
824 http://bugzilla.opendarwin.org/show_bug.cgi?id=9350
825 Use pathcmp() when sorting paths in svn-create-patch
827 * Scripts/run-webkit-tests: Fixed splitpath() to use File::Basename subroutines instead of regex.
828 * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.
829 Changed sort() functions to use pathcmp(). Added subroutine prototypes. Added -h command-line
830 switch and printUsage() subroutine.
832 2006-06-06 David Kilzer <ddkilzer@kilzer.net>
836 http://bugzilla.opendarwin.org/show_bug.cgi?id=9322
837 Teach svn-create-patch to sort its output
839 * Scripts/svn-create-patch: Clean up perl code. Sort patch output alphabetically
840 by text files first, then by binary files.
842 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
846 http://bugzilla.opendarwin.org/show_bug.cgi?id=9299
847 Teach svn-create-patch and friends to work with binary files
849 * Scripts/svn-apply: Updated to use base64-encoded text for binary files when applying patches.
850 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
851 * Scripts/svn-unapply: Updated to recognize binary files when unapplying patches.
853 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
857 http://bugzilla.opendarwin.org/show_bug.cgi?id=9296
858 Performance improvement for svn-create-patch
860 * Scripts/svn-create-patch: Undef $indexPath after all paths have been fixed for a given patch.
862 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
866 http://bugzilla.opendarwin.org/show_bug.cgi?id=9290
867 Teach svn-apply and svn-unapply to patch ChangeLogs cleanly
869 * Scripts/svn-apply: Fixed to apply ChangeLog patches without failing.
870 * Scripts/svn-unapply: Ditto. Also simplified reversing a deletion.
872 2006-06-03 Steve Falkenburg <sfalken@apple.com>
876 Switch Spinneret to new hosting mechanism
878 * Spinneret/Spinneret.sln:
879 * Spinneret/Spinneret/Spinneret.cpp:
880 (SpinneretWebHost::updateAddressBar):
881 (SpinneretWebHost::QueryInterface):
882 (SpinneretWebHost::AddRef):
883 (SpinneretWebHost::Release):
890 * Spinneret/Spinneret/Spinneret.h:
891 (SpinneretWebHost::didStartProvisionalLoadForFrame):
892 (SpinneretWebHost::didReceiveServerRedirectForProvisionalLoadForFrame):
893 (SpinneretWebHost::didFailProvisionalLoadWithError):
894 (SpinneretWebHost::didCommitLoadForFrame):
895 (SpinneretWebHost::didReceiveTitle):
896 (SpinneretWebHost::didReceiveIcon):
897 (SpinneretWebHost::didFinishLoadForFrame):
898 (SpinneretWebHost::didFailLoadWithError):
899 (SpinneretWebHost::didChangeLocationWithinPageForFrame):
900 (SpinneretWebHost::willPerformClientRedirectToURL):
901 (SpinneretWebHost::didCancelClientRedirectForFrame):
902 (SpinneretWebHost::willCloseFrame):
903 (SpinneretWebHost::windowScriptObjectAvailable):
904 * Spinneret/Spinneret/Spinneret.vcproj:
906 2006-06-02 Steve Falkenburg <sfalken@apple.com>
912 * Scripts/build-webkit:
914 2006-06-01 Anders Carlsson <acarlsson@apple.com>
918 * DumpRenderTree/DumpRenderTree.m:
919 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
920 (-[LayoutTestController clearBackForwardList]):
921 Add clearBackForwardList function to layoutTestController
923 2006-06-01 Anders Carlsson <acarlsson@apple.com>
927 http://bugzilla.opendarwin.org/show_bug.cgi?id=8996
928 slow-utf8-text layout test case failing (no longer deterministic?)
930 * DumpRenderTree/DumpRenderTree.m:
932 Dump as text when the response MIME type is text/plain
934 2006-05-26 Steve Falkenburg <sfalken@apple.com>
938 * Spinneret/Spinneret.sln:
939 * Spinneret/Spinneret/Spinneret.vcproj:
941 2006-05-24 Geoffrey Garen <ggaren@apple.com>
945 Added 'GCController' to DRT to support garbage collection layout tests.
947 GCController.collect() and GCController.collectOnAlternateThread() do
948 what you would expect. The latter takes a boolean argument sepcifying
949 whether to wait for garbage collection to finish before continuing to
952 * DumpRenderTree/DumpRenderTree.m:
953 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
954 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
955 * DumpRenderTree/GCController.h: Added.
956 * DumpRenderTree/GCController.mm: Added.
957 (+[GCController isSelectorExcludedFromWebScript:]):
958 (+[GCController webScriptNameForSelector:]):
959 (-[GCController collect]):
960 (-[GCController collectOnAlternateThread:]):
962 2006-05-23 John Sullivan <sullivan@apple.com>
966 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
967 Newer Xcode removed some obsolete cruft
969 * DumpRenderTree/TextInputController.m:
970 (-[TextInputController textInput]):
971 added (id) cast to make newer compiler happy
973 2006-05-22 Steve Falkenburg <sfalken@apple.com>
979 * Spinneret/Spinneret.sln:
981 2006-05-18 Darin Adler <darin@apple.com>
983 - try to fix no-SVG, no-XPATH build, again
985 * Scripts/build-webkit: Use FEATURE_DEFINES= instead of FEATURE_DEFINES=''.
987 2006-05-18 Darin Adler <darin@apple.com>
989 - try to fix no-SVG, no-XPATH build
991 * Scripts/build-webkit: Pass FEATURE_DEFINES rather than GCC_PREPROCESSOR_DEFINITIONS,
992 since the former is what's used in the WebCore project now.
994 2006-05-17 Darin Adler <darin@apple.com>
996 * Scripts/do-webcore-rename: Some more future renames.
998 2006-05-16 Adele Peterson <adele@apple.com>
1002 * Scripts/do-webcore-rename: Added RenderTextField => RenderTextControl and
1003 HTMLTextFieldInnerElement => HTMLTextControlInnerElement to list for future renames.
1005 2006-05-15 Alexey Proskuryakov <ap@nypop.com>
1007 * Scripts/install-unix-extras: Changed to be executable and removed
1008 text in the file generated by "svn diff".
1009 * Scripts/regenerate-makefiles: Ditto.
1011 2006-05-13 Kevin M. Ollivier <kevino@theolliviers.com>
1013 Reviewed by Darin, landed by ap.
1015 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8528
1016 Bakefiles (and generated Makefiles) for wx and gdk ports
1018 * Scripts/install-unix-extras: Added.
1019 * Scripts/regenerate-makefiles: Added.
1021 2006-05-10 Steve Falkenburg <sfalken@apple.com>
1025 Fix registry usage from perl script. Turns out libwin32's
1026 SetRegValueEx, even for REG_DWORD, always takes its value as a string!
1028 * Scripts/install-win-extras:
1030 2006-05-09 Steve Falkenburg <sfalken@apple.com>
1033 Add load ended callback.
1037 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Fix include paths
1038 * Scripts/build-webkit: Build WebKitWin instead of WebCore/JavaScriptCore (WebKitWin builds those indirectly).
1039 * Spinneret/Spinneret/Spinneret.cpp:
1040 (SpinneretWebHost::loadEnd): Add callback for loadEnd() to determine success/failure of page load.
1041 (_tWinMain): Load built-in test content here instead of in lower-level code.
1042 * Spinneret/Spinneret/Spinneret.h: Add loadEnd() callback.
1044 2006-05-08 Maciej Stachowiak <mjs@apple.com>
1048 * Scripts/extract-localizable-strings: Update for correct names of log macros.
1050 2006-05-09 Anders Carlsson <acarlsson@apple.com>
1054 * Scripts/check-dom-results:
1055 Add XPath to the list of results.
1057 2006-05-08 Darin Adler <darin@apple.com>
1059 * Scripts/do-webcore-rename: Add another rename.
1061 2006-05-01 Steve Falkenburg <sfalken@apple.com>
1065 Spinneret now links against the new separate lib.
1067 * Spinneret/Spinneret.sln:
1068 * Spinneret/Spinneret/Spinneret.cpp:
1069 (SpinneretWebHost::updateLocationBar):
1071 * Spinneret/Spinneret/Spinneret.h:
1072 * Spinneret/Spinneret/Spinneret.vcproj:
1073 * Spinneret/Spinneret/WebFrame.cpp: Removed.
1074 * Spinneret/Spinneret/WebFrame.h: Removed.
1075 * Spinneret/Spinneret/WebView.cpp: Removed.
1076 * Spinneret/Spinneret/WebView.h: Removed.
1078 2006-04-28 Steve Falkenburg <sfalken@apple.com>
1082 Modify error reporting registry keys to disable Dr. Watson.
1083 This allows Javascript test cases to complete without blocking UI.
1085 * Scripts/install-win-extras:
1086 - Use Perl Win32 registry functions to disable blocking UI
1089 2006-04-28 Steve Falkenburg <sfalken@apple.com>
1093 Turned off C++ exceptions, fixed memory leaks
1095 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
1096 * Spinneret/Spinneret.sln:
1097 * Spinneret/Spinneret/Spinneret.cpp:
1099 * Spinneret/Spinneret/Spinneret.vcproj:
1100 * Spinneret/Spinneret/WebFrame.cpp:
1101 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
1102 (WebKit::WebFrame::WebFrame):
1103 (WebKit::WebFrame::~WebFrame):
1104 (WebKit::WebFrame::impl):
1105 * Spinneret/Spinneret/WebFrame.h:
1106 * Spinneret/Spinneret/WebView.cpp:
1107 * Spinneret/Spinneret/stdafx.h:
1109 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
1113 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8633
1114 DumpRenderTree should reset the URL cache
1116 * DumpRenderTree/DumpRenderTree.m:
1117 (main): Call [[NSURLCache sharedURLCache] removeAllCachedResponses].
1119 2006-04-28 Eric Seidel <eseidel@apple.com>
1121 Reviewed by andersca.
1123 * Scripts/do-webcore-rename: rename KCanvasContainer too
1124 * Scripts/run-webkit-tests: output total time
1126 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
1128 Reviewed by hyatt. Landed by eseidel.
1130 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8549
1131 Enable detection of excessive repainting with DumpRenderTree
1133 * DumpRenderTree/DumpRenderTree.m:
1134 (-[LayoutTestController display]):
1136 2006-04-23 Mitz Pettel <opendarwin.org@mitzpettel.com>
1140 - http://bugzilla.opendarwin.org/show_bug.cgi?id=6905
1141 DumpRenderTree needs a way to force painting (to allow invalidation tests)
1143 * DumpRenderTree/DumpRenderTree.m:
1144 (dump): If display() has been called during the test, grab the pixels from
1145 the view, after letting it repaint invalidated rects.
1146 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1147 (-[LayoutTestController display]): Added. Calls -display on the view
1148 and changes the subsequent behavior of dump().
1151 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
1155 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8532
1156 Update iExploder to 1.3.2
1158 Test case numbers are not compatible with iExploder 1.2.
1160 * Scripts/run-iexploder-tests: Print the numbers of the last five tests that were accessed.
1162 * iExploder/CHANGELOG.txt: Added.
1163 * iExploder/LICENSE.txt: Changed to a standard zlib/png license.
1164 * iExploder/README.txt: Added some performance hints.
1166 * iExploder/htdocs/config.rb: Added.
1167 * iExploder/htdocs/cssproperties.in:
1168 * iExploder/htdocs/cssvalues.in:
1169 * iExploder/htdocs/htmlattrs.in:
1170 * iExploder/htdocs/htmltags.in:
1171 * iExploder/htdocs/iexploder.cgi:
1172 - Updated to support the latest HTML & CSS tags, properties, and values from both
1173 the WebKit and Mozilla CVS tree
1174 - cssproperties.in cleanup
1175 - Modularized the code a little bit.
1176 - Fix subtest bug that was causing last 5 tags to be missed
1177 - new subtest algorithm to deal better with larger tag counts
1178 - default HTML_MAX_TAGS increased from 32 to 96
1180 * iExploder/htdocs/index.html: Updated version to 1.3.2.
1181 * iExploder/htdocs/webserver.rb: Added. New standalone webserver, can be used as an
1182 alternative to our run-iexploder-tests.
1183 * iExploder/tools/showtest.rb: Added. Similar to run-iexploder-tests --get.
1184 * iExploder/htdocs/iexploder.rb: Added. Used by webserver.rb.
1185 * iExploder/tools/osx_last_crash.rb: Find logs modified in the last two days.
1187 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
1189 - commit Scripts/run-mangleme-tests (missed it the previous time).
1191 2006-04-18 Darin Adler <darin@apple.com>
1193 - attempt to fix Windows buildbot
1195 * Scripts/install-win-extras: Temporarily changed URLs to fr.rpmfind.net.
1196 We need a better long-term solution for this.
1198 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1202 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8444
1203 Integrate mangleme test script.
1205 Works in a similar way to run-iexploder-tests.
1207 * Scripts/run-mangleme-tests: Added.
1209 * mangleme/Makefile: Added.
1210 * mangleme/README: Added.
1211 * mangleme/mangle.cgi.c: Added.
1212 * mangleme/remangle.cgi.c: Added.
1213 * mangleme/tags.h: Added.
1215 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1219 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8443
1220 An easier way to save iExploder tests.
1222 * Scripts/run-iexploder-tests: Added a --get option to save a test into a file.
1224 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1228 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8421
1229 Integrate iExploder test script.
1231 This script generates artificially mangled HTML documents, to test that the browser
1232 doesn't crash when handling ill-formed code.
1235 run-iexploder-tests Open an interactive test page in Safari+ToT.
1236 run-iexploder-tests nnnnn Open test #nnnnn.
1238 Command line options:
1239 --guard-malloc (-g) Use Guard Malloc.
1240 --port=nnnn Run Apache on port nnnn (default is 8000).
1242 To save a crashing test, you can use curl while the crash reporter dialog is on the screen
1243 (thus, Apache is still running), e.g.:
1244 curl -o iexploder293.html "http://127.0.0.1:8000/iexploder.cgi?lookup=1&test=293"
1246 Additionally, there are some useful scripts in WebKitTools/iExploder/tools directory.
1248 * Scripts/run-iexploder-tests: Added.
1250 * iExploder/LICENSE.txt: Added.
1251 * iExploder/README.txt: Added.
1252 * iExploder/htdocs: Added.
1253 * iExploder/htdocs/cssproperties.in: Added.
1254 * iExploder/htdocs/cssvalues.in: Added.
1255 * iExploder/htdocs/htmlattrs.in: Added.
1256 * iExploder/htdocs/htmltags.in: Added.
1257 * iExploder/htdocs/htmlvalues.in: Added.
1258 * iExploder/htdocs/iexploder.cgi: Added.
1259 * iExploder/htdocs/index.html: Added.
1260 * iExploder/tools: Added.
1261 * iExploder/tools/lasthit.rb: Added.
1262 * iExploder/tools/osx_last_crash.rb: Added.
1264 2006-04-16 Alexey Proskuryakov <ap@nypop.com>
1268 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8412
1269 Restore color profile after a crash
1271 * DumpRenderTree/DumpRenderTree.m:
1272 (crashHandler): Added a handler for signals that are raised on a crash. Keeping separate
1273 from the existing handler for manual interruption (SIGINT/SIGHUP/SIGTERM), because
1274 I'm trying to find a way to prevent the Crash Reporter dialog from appearing on crash,
1275 and this code may change significantly.
1277 (main): Install crashHandler.
1279 (setDefaultColorProfileToRGB): Properly convert CFStringRef to a char buffer
1280 (CFStringGetCStringPtr should NEVER EVER be used!).
1282 2006-04-15 Darin Adler <darin@apple.com>
1286 * Scripts/install-win-extras: Try to fix the Windows build by fixing the URLs here.
1287 Seems xmlsoft.org's HTTP no longer has what we need.
1289 2006-04-13 Mark Rowe <opendarwin.org@bdash.net.nz>
1291 Rubber-stamped by Darin.
1293 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8348
1294 upload-disk-image stage on buildslaves fail with "No space left on device"
1296 * BuildSlaveSupport/build-launcher-dmg: Use the -srcfolder option to
1297 'hdiutil create'. This creates the initial disk image based on the size of
1298 the source folder, and copies the contents to the new disk image. The file
1299 extension on the temporary uncompressed disk image has also been altered from
1300 ".uncompressed" to ".uncompressed.dmg" as hdiutil on 10.4.6 Intel fails when
1301 the extension is not ".dmg".
1303 2006-04-12 Eric Seidel <eseidel@apple.com>
1307 * Scripts/update-webkit: Make this return non-zero when svn fails.
1309 2006-04-10 Alexey Proskuryakov <ap@nypop.com>
1313 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8157
1314 Make HTTP tests using Perl use .pl extension
1316 * Scripts/run-webkit-tests: Added support for running .pl and .php tests,
1317 removed support for .text. Reduced the number of places that explicitly list supported
1318 extensions. Some of the changes come from bug 8121, the patch for which got landed only
1321 2006-04-06 Darin Adler <darin@apple.com>
1323 Changes requested by Mark Rowe.
1325 * BuildSlaveSupport/build-launcher-app: Set executable bit, removed property change
1326 trash at the end of the file.
1327 * BuildSlaveSupport/build-launcher-dmg: Ditto.
1329 * WebKitLauncher/main.m: Removed trash at end of file.
1331 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Let Xcode update comments
1334 2006-04-06 Mark Rowe <opendarwin.org@bdash.net.nz>
1336 Reviewed by Darin, landed by Maciej.
1338 * BuildSlaveSupport/build-launcher-app: Added. Builds WebKit.app from WebKitLauncher
1339 and bundles the WebKit frameworks inside it.
1340 * BuildSlaveSupport/build-launcher-dmg: Added. Builds, and optionally uploads, a disk image
1341 containing WebKit.app.
1342 * BuildSlaveSupport/run-performance-tests: Use currentSVNRevision.
1343 * Scripts/webkitdirs.pm: Add currentSVNRevision to retrieve the revision
1344 number of the SVN working copy.
1345 * WebKitLauncher: Added.
1346 * WebKitLauncher/Info.plist: Added.
1347 * WebKitLauncher/WebKitLauncher.xcodeproj: Added.
1348 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Added.
1349 * WebKitLauncher/WebKitNightlyEnabler.m: Added. This makes
1350 up the WebKitNightlyEnabler dylib which is loaded into Safari's address space
1351 to cause LaunchServices to treat Safari.app as WebKit.app when it is run from
1352 the nightly launcher.
1353 * WebKitLauncher/main.m: Added. The WebKit.app launcher.
1354 It sets up the environment to have Safari use the bundled frameworks
1355 and load the WebKitNightlyEnabler dylib before exec'ing Safari
1356 * WebKitLauncher/start.html: Added.
1357 * WebKitLauncher/webkit.icns: Added.
1359 2006-04-05 Darin Adler <darin@apple.com>
1363 * Scripts/check-for-global-initializers: Remove StringImpl from the list of files that
1364 are allowed to have global initializers.
1366 2006-04-05 Geoffrey Garen <ggaren@apple.com>
1368 Reviewed by OMG BETH
1370 * Scripts/run-testkjs:
1371 - pipe STDERR to /dev/null by default; new --verbose option overrides
1373 - set DYLD_FRAMEWORK_PATH to the webkit-configured path
1374 - output run command in a format that can be copied and pasted into the
1375 terminal to run manually
1377 2006-04-03 Justin Garcia <justin.garcia@apple.com>
1379 Reviewed by harrison
1381 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7567>
1382 A drag and drop in DumpRenderTree copies the source, instead of cutting it
1384 Tell the source that the drag is over after the drag is performed, not before.
1386 * DumpRenderTree/EventSendingController.m:
1387 (-[EventSendingController mouseUp]):
1389 2006-04-01 Darin Adler <darin@apple.com>
1393 * DumpRenderTree/EventSendingController.m: (-[EventSendingController keyDown:withModifiers:]):
1394 Fixed keyDown function so that it will work if you don't pass an array of modifiers or if
1395 elements in that array are not strings.
1397 2006-03-31 Darin Adler <darin@apple.com>
1399 Reviewed by John Sullivan.
1401 - added a "--reset-results" option to run-webkit-tests so you can reset
1402 the results without first deleting expected results
1403 - <rdar://problem/4185878> add scroll position to dumpRenderTree
1405 * Scripts/run-webkit-tests: Rearranged the code a bit to make the sequence
1406 more logical. Moved all the subroutines to the end of the file. Added a
1409 * DumpRenderTree/DumpRenderTree.m:
1410 (main): Added a new --dump-all-pixels option, used when forcing run-webkit-tests
1411 to generate new output for all tests it runs.
1412 (dump): Dump the scroll position if it's non-zero. Always dump the image when
1413 the --dump-all-pixels option is passed. Also tightened up the image dumping
1414 code and replaced the incorrect use of +[NSGraphicsContext saveGraphicsState]
1415 with code to save and restore the context.
1417 * DumpRenderTree/DumpRenderTree.h: Tweaked includes a bit and added (void).
1418 * DumpRenderTree/EventSendingController.m: Added now-needed include.
1420 2006-03-30 Tim Omernick <timo@apple.com>
1422 Reviewed by NOBODY (just fixing copyrights)
1424 * DumpRenderTree/ObjCPlugin.h:
1426 * DumpRenderTree/ObjCPlugin.m: ditto
1427 * DumpRenderTree/ObjCPluginFunction.h: ditto
1428 * DumpRenderTree/ObjCPluginFunction.m: ditto
1430 2006-03-30 Tim Omernick <timo@apple.com>
1434 * DumpRenderTree/DumpRenderTree.m:
1435 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
1436 Add "objCPlugin", "objCPluginFunction" properties to the window. objCPlugin simulates
1437 an Objective C object exposed to JS; objCPluginFunction simulates an Objective C method
1438 exposed to JS as a callable object.
1440 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1441 Added ObjCPlugin.[hm], ObjCPluginFunction.[hm].
1443 * DumpRenderTree/ObjCPlugin.h: Added.
1444 * DumpRenderTree/ObjCPlugin.m: Added.
1445 * DumpRenderTree/ObjCPluginFunction.h: Added.
1446 * DumpRenderTree/ObjCPluginFunction.m: Added.
1448 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1449 Added a new method, "removeDefaultMethod", which removes the default method from the
1450 plugin object's class. The effect is that the plugin object is mutated from a callable
1451 function to a simple object.
1453 Handle "removeDefaultMethod".
1454 (pluginInvokeDefault):
1455 Made the default method actually do something (return 1).
1457 2006-03-30 Eric Seidel <eseidel@apple.com>
1461 Remove WebFrame::viewImpl(), setMainFrame on page.
1463 * Spinneret/Spinneret/WebFrame.cpp:
1464 (WebKit::WebFrame::WebFrame):
1465 * Spinneret/Spinneret/WebFrame.h:
1466 * Spinneret/Spinneret/WebView.cpp:
1467 (WebKit::WebView::mouseMoved):
1468 (WebKit::WebView::mouseDown):
1469 (WebKit::WebView::mouseUp):
1470 (WebKit::WebView::mouseDoubleClick):
1471 (WebKit::WebViewWndProc):
1473 2006-03-30 Eric Seidel <eseidel@apple.com>
1477 Fix html editing input & basic form submission.
1479 * Spinneret/Spinneret/WebFrame.cpp:
1480 (WebKit::WebFrame::submitForm):
1481 (WebKit::WebFrame::loadURL):
1482 * Spinneret/Spinneret/WebFrame.h:
1483 * Spinneret/Spinneret/WebView.cpp:
1484 (WebKit::WebView::keyPress):
1485 (WebKit::WebViewWndProc):
1487 2006-03-28 Justin Garcia <justin.garcia@apple.com>
1491 <rdar://problem/4402375>
1492 REGRESSION (417.8-TOT): selectionRect sometimes includes adjacent images
1494 Added an option to draw the selectionRect.
1496 * DumpRenderTree/DumpRenderTree.m:
1498 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1499 (-[LayoutTestController dumpSelectionRect]):
1502 2006-03-29 Darin Adler <darin@apple.com>
1504 Reviewed by Tim Hatcher.
1506 - make the global initializer check work on Xcode 2.1 (although it's better on 2.2)
1508 * Scripts/check-for-global-initializers: Use NATIVE_ARCH if there is no CURRENT_ARCH.
1510 2006-03-28 Eric Seidel <eseidel@apple.com>
1514 * Scripts/check-for-global-initializers: remove svg exceptions.
1516 2006-03-28 Timothy Hatcher <timothy@apple.com>
1520 Exit gracefully if $ENV{'CURRENT_ARCH'} is undefined. Rolling out my previous change.
1522 * Scripts/check-for-global-initializers:
1524 2006-03-28 Timothy Hatcher <timothy@apple.com>
1526 Build fix. Turn off uninitialized warnings for the first block of code.
1528 * Scripts/check-for-global-initializers:
1530 2006-03-28 Darin Adler <darin@apple.com>
1534 * Scripts/check-for-global-initializers: Added.
1536 2006-03-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1538 Reviewed by darin. Landed by eseidel.
1540 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7947
1541 Add repaint testing support to run-webkit-tests
1543 * DumpRenderTree/DumpRenderTree.m:
1544 (main): Added --repaint and --horizontal-sweep options.
1545 (dump): Repaint line-by-line or column-by-column when the appropriate option
1547 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added testRepaint()
1548 and repaintSweepHorizontally() methods to layoutTestController.
1549 (-[LayoutTestController testRepaint]):
1550 (-[LayoutTestController repaintSweepHorizontally]):
1552 * Scripts/run-webkit-tests: Added --repaint and --horizontal-sweep options
1553 to force these settings on tests that do not ask for them.
1555 2006-03-24 Eric Seidel <eseidel@apple.com>
1561 * Spinneret/Spinneret/WebFrame.cpp:
1562 (WebKit::WebFrame::openURL): replace QString with DeprecatedString
1564 2006-03-21 Beth Dakin <bdakin@apple.com>
1568 Add support for keyDown() to DumpRenderTree.
1570 * DumpRenderTree/DumpRenderTree.m:
1571 (main): Set the preference for tabbing to links.
1572 * DumpRenderTree/EventSendingController.m:
1573 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1574 (+[EventSendingController webScriptNameForSelector:]):
1575 (-[EventSendingController keyDown:withModifiers:]):
1577 2006-03-20 Eric Seidel <eseidel@apple.com>
1583 * Spinneret/Spinneret/Spinneret.vcproj:
1584 * Spinneret/Spinneret/WebFrame.h:
1585 * Spinneret/Spinneret/WebView.cpp:
1586 (WebKit::WebView::mouseMoved):
1587 (WebKit::WebView::mouseDown):
1588 (WebKit::WebView::mouseUp):
1589 (WebKit::WebView::mouseDoubleClick):
1590 (WebKit::WebView::keyPress):
1591 (WebKit::WebViewWndProc):
1593 2006-03-19 Darin Adler <darin@apple.com>
1597 * DumpRenderTree/DumpRenderTree.m: (main): Turn on pop-up blocking so that
1598 we can test it in layout tests. We don't really need tests that run with
1599 pop-up blocking off at the moment. If we do some day, we can add some
1600 API for turning it off in the layout test controller.
1602 * Scripts/run-webkit-tests: Since we don't use NSLanguage at all any more,
1603 don't ignore the leak; it should no longer show up.
1605 2006-03-17 Anders Carlsson <andersca@mac.com>
1609 * Scripts/install-win-extras:
1610 Fetch "Program Files" location from the environment.
1612 2006-03-17 Eric Seidel <eseidel@apple.com>
1616 Fix Spinneret to pass Events as const & not as pointers.
1618 * Spinneret/Spinneret/WebView.cpp:
1619 (WebKit::WebView::mouseMoved):
1620 (WebKit::WebView::mouseDown):
1621 (WebKit::WebView::mouseUp):
1622 (WebKit::WebView::mouseDoubleClick):
1623 (WebKit::WebView::keyPress):
1625 2006-03-17 Eric Seidel <eseidel@apple.com>
1627 Reviewed by justing.
1629 Add support for basic HTML editing.
1631 * Spinneret/Spinneret/WebView.cpp:
1632 (WebKit::WebView::WebView):
1633 (WebKit::WebView::keyPress):
1635 2006-03-17 Eric Seidel <eseidel@apple.com>
1637 Rubber-stamped by ggaren.
1639 Break DumpRenderTree.m up into several files to make the code more readable.
1641 * DumpRenderTree/DumpRenderTree.h: Added.
1642 * DumpRenderTree/DumpRenderTree.m:
1643 (doneLoading): new accessor function for "done" global.
1644 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1645 * DumpRenderTree/DumpRenderTreeDraggingInfo.h: Added.
1646 * DumpRenderTree/DumpRenderTreeDraggingInfo.m: Added.
1647 * DumpRenderTree/EditingDelegate.h: Added.
1648 * DumpRenderTree/EditingDelegate.m: Added.
1649 (-[EditingDelegate webViewDidChangeSelection:]):
1650 * DumpRenderTree/EventSendingController.h: Added.
1651 * DumpRenderTree/EventSendingController.m: Added.
1653 2006-03-16 Eric Seidel <eseidel@apple.com>
1657 Add resize, scroll event support.
1659 * Spinneret/Spinneret/WebView.cpp:
1660 (WebKit::WebView::mouseMoved):
1661 (WebKit::WebView::mouseDown):
1662 (WebKit::WebView::mouseUp):
1663 (WebKit::WebView::mouseDoubleClick):
1664 (WebKit::WebView::keyPress):
1665 (WebKit::WebViewWndProc):
1666 * Spinneret/Spinneret/WebView.h:
1668 2006-03-16 Eric Seidel <eseidel@apple.com>
1672 Make build-webkit print correctly to stdout on windows.
1674 * Scripts/webkitdirs.pm: Fix to use devenv.com instead of devenv.exe
1676 2006-03-15 Eric Seidel <eseidel@apple.com>
1680 Fix eventSender.mouseClick() to update lastClick timestamp.
1682 * DumpRenderTree/DumpRenderTree.m:
1683 (-[EventSendingController mouseClick]):
1685 2006-03-15 Darin Adler <darin@apple.com>
1689 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Fix path
1690 that had a lowercase "i" in it so this builds on case-sensitive
1693 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1697 Added run-testkjs and compare-timing-files scripts, to support super
1700 * Scripts/compare-timing-files: Added.
1701 * Scripts/run-testkjs: Added.
1703 2006-03-14 Eric Seidel <eseidel@apple.com>
1707 Make the URL bar relinquish focus on page load.
1709 * Spinneret/Spinneret/Spinneret.cpp:
1712 2006-03-14 Eric Seidel <eseidel@apple.com>
1716 Fix WebView to allow KeyFocus.
1717 Add handling of space and shift-space for scrolling.
1719 * Spinneret/Spinneret/WebView.cpp:
1720 (WebKit::scrollMessageForKey):
1721 (WebKit::WebViewWndProc):
1723 2006-03-10 Eric Seidel <eseidel@apple.com>
1727 Add scrolling support into Spinneret.
1729 * Spinneret/Spinneret/WebFrame.cpp:
1730 (WebKit::WebFrame::paint):
1731 * Spinneret/Spinneret/WebView.cpp:
1732 (WebKit::WebView::createWebView):
1733 (WebKit::calculateScrollDelta):
1734 (WebKit::scrollMessageForKey):
1735 (WebKit::WebViewWndProc):
1737 2006-03-13 Eric Seidel <eseidel@apple.com>
1741 Fix checksum generation on Intel machines.
1742 Also moved to CGImage APIs instead of NSBitmapImageRep, may possibly
1743 give a small speed boost now that it uses a shared buffer.
1745 * DumpRenderTree/DumpRenderTree.m:
1748 (md5HashStringForBitmap):
1749 * DumpRenderTree/ImageDiff.m:
1750 (computePercentageDifferent):
1752 2006-03-13 Darin Adler <darin@apple.com>
1754 Reviewed by Tim Hatcher.
1756 * Scripts/run-webkit-tests: Fix httpd handling to work on systems that
1757 have it named httpd-1.3 instead.
1759 2006-03-13 Alexey Proskuryakov <ap@nypop.com>
1761 Fix proposed by Mitz Pettel, reviewed by Darin.
1763 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7718
1764 run-webkit-tests fast/dom/HTMLObjectElement/ hangs
1766 * Scripts/run-webkit-tests: Make test paths canonical, to form proper URLs
1767 (sequences of slashes are equivalent to a single slash in POSIX paths, but not
1770 2006-03-09 Darin Adler <darin@apple.com>
1772 Reviewed by John Sullivan.
1774 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7681
1775 memory leak in the plug-in tests
1777 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
1778 (NPP_Destroy): Added code to release the plug-in object. This is the leak fix.
1779 (NPP_SetWindow): Remove unneeded code to store the window pointer.
1781 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1782 Moved the browser global in here since it's declared in this file's header.
1783 Changed the code to set up the pluginClass structure to not use function
1784 pointer casts. Those are dangerous because they can hide many types of mismatch.
1785 And indeed when I did this I discovered that many functions were missing their
1786 boolean return values or had parameter declarations with the wrong types.
1787 (pluginGetProperty): Use STRINGZ_TO_NPVARIANT macro for greater simplicity and
1788 clarity. Added boolean return value: return true when successful and false when not.
1789 (pluginSetProperty): Added boolean return value, return false since we have no
1790 properties we can set.
1791 (pluginInvoke): Added boolean return value. Return true when successful and false
1792 when not. Use NPVARIANT macros where appropriate. Added a missing release for the
1793 return value from calling the browser. Changed code to put the strings in malloc
1794 buffers instead of relying on GCC's extension that allows variable-sized arrays
1796 (pluginInvokeDefault): Added boolean return value, return false since we have no
1797 default function to call.
1798 (pluginInvalidate): Added missing parameter. Removed comment.
1799 (pluginAllocate): Removed unneeded cast. This is C code, not C++, so you don't have
1800 to cast the result of malloc.
1801 (pluginDeallocate): Removed uneeded cast.
1803 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Removed some unneeded
1804 includes. Changed our PluginObject to use NPObject instead of re-declaring fields
1805 that match NPObject's fields. Removed unused NPWindow pointer.
1807 2006-03-09 Mitz Pettel <opendarwin.org@mitzpettel.com>
1809 Test: fast/events/event-sender-mouse-click.html
1813 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7583
1814 DRT hangs when doing eventSender.mouseDown on native widgets
1816 * DumpRenderTree/DumpRenderTree.m:
1817 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1818 (-[EventSendingController mouseClick]): Simulates a click in a native
1819 widget by queueing a mouseUp before sending the mouseDown, so that
1820 the widget's mouse tracking event loop doesn't hang indefinitely.
1822 2006-03-09 Maciej Stachowiak <mjs@apple.com>
1826 - make link clicks work by handling link click requests
1829 * Spinneret/Spinneret/Spinneret.cpp:
1830 (updateLocationBar):
1831 * Spinneret/Spinneret/Spinneret.h:
1832 * Spinneret/Spinneret/WebFrame.cpp:
1833 (WebKit::WebFrame::WebFrame):
1834 (WebKit::WebFrame::openURL):
1835 (WebKit::WebFrame::loadURL):
1836 * Spinneret/Spinneret/WebFrame.h:
1838 2006-03-08 Eric Seidel <eseidel@apple.com>
1842 Focus URL bar on Spinneret launch, remove border from WebView.
1843 Stop WebFrame from deleting the job (prevent crash).
1845 * Spinneret/Spinneret/Spinneret.cpp:
1847 * Spinneret/Spinneret/WebFrame.cpp:
1848 (WebKit::WebFrame::receivedAllData):
1849 (WebKit::WebFrame::paint):
1850 * Spinneret/Spinneret/WebView.cpp:
1851 (WebKit::WebView::createWebView):
1853 2006-03-09 Alexey Proskuryakov <ap@nypop.com>
1857 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1858 (pluginInvoke): Added a method to test getURL.
1860 2006-03-08 Maciej Stachowiak <mjs@apple.com>
1864 - load URLs, not file paths, in Spinneret
1866 * Spinneret/Spinneret/Spinneret.cpp:
1868 * Spinneret/Spinneret/Spinneret.vcproj:
1869 * Spinneret/Spinneret/WebFrame.cpp:
1870 (WebKit::WebFrame::loadURL):
1871 (WebKit::WebFrame::receivedData):
1872 (WebKit::WebFrame::receivedAllData):
1873 * Spinneret/Spinneret/WebFrame.h:
1874 * Spinneret/Spinneret/WebView.cpp:
1875 (WebKit::WebView::WebView):
1877 2006-03-08 Darin Adler <darin@apple.com>
1881 - fixed AppleScript layout test results to not be endian-dependent
1882 (Hyatt complained to me about this one)
1884 * DumpRenderTree/AppleScriptController.m: (-[AppleScriptController doJavaScript:]):
1885 Added specific code for dumping LongDateTime, instead of dumping the raw bytes
1886 (which are endian-dependent).
1888 2006-03-07 Darin Adler <darin@apple.com>
1892 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7655
1893 unwanted output while running layout tests
1895 * DumpRenderTree/DumpRenderTree.m:
1896 (checkedMalloc): Added.
1897 (checkedRealloc): Added.
1898 (makeLargeMallocFailSilently): Added.
1899 (main): Call makeLargeMallocFailSilently.
1901 2006-03-06 Darin Adler <darin@apple.com>
1903 * Scripts/do-webcore-rename: Add some more planned renaming.
1905 2006-03-06 Eric Seidel <eseidel@apple.com>
1909 * Spinneret/Spinneret/WebFrame.cpp:
1910 (WebKit::WebFrame::paint): force layout before painting
1912 2006-03-06 Justin Garcia <justin.garcia@apple.com>
1916 Sent the windowNumber when sending events.
1917 Added leapForward so that we don't have to spend time waiting
1918 in layout tests that do mouse operations that require delays.
1920 * DumpRenderTree/DumpRenderTree.m:
1921 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1922 (+[EventSendingController webScriptNameForSelector:]):
1923 (-[EventSendingController currentEventTime]):
1924 (-[EventSendingController leapForward:]):
1925 (-[EventSendingController mouseDown]):
1926 (-[EventSendingController mouseUp]):
1927 (-[EventSendingController mouseMoveToX:Y:]):
1929 2006-03-05 Darin Adler <darin@apple.com>
1931 * Scripts/do-webcore-rename: Fix a couple of things found while testing.
1932 Script now works (after landing my two pending patches).
1934 2006-03-05 Darin Adler <darin@apple.com>
1936 - check in a script to do a "big" rename in WebCore
1937 (can be run whenever we're ready to do it)
1939 * Scripts/do-webcore-rename: Added.
1941 2006-03-05 Maciej Stachowiak <mjs@apple.com>
1945 * Spinneret/Spinneret/WebFrame.cpp:
1946 (WebKit::WebFrame::loadFilePath): Close file when done.
1948 2006-03-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
1950 Reviewed by Darin, landed by ap.
1952 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7589
1953 Mouse moved events do not work in DumpRenderTree
1955 Test: fast/events/event-sender-mouse-moved.html
1957 * DumpRenderTree/DumpRenderTree.m:
1958 (-[EventSendingController mouseMoveToX:Y:]): Pass the correct windowNumber in the event.
1960 2006-03-04 Eric Seidel <eseidel@apple.com>
1964 Take advantage of new GraphicsContext constructor to implement double buffering to avoid tearing.
1965 Disable background erase to avoid tearing.
1966 Fix potential memory smasher from extra long urls.
1968 * Spinneret/Spinneret/Spinneret.cpp:
1970 * Spinneret/Spinneret/Spinneret.vcproj:
1971 * Spinneret/Spinneret/WebFrame.cpp:
1972 (WebKit::WebFrame::loadFilePath):
1973 (WebKit::WebFrame::paint):
1974 * Spinneret/Spinneret/WebView.cpp:
1975 (WebKit::registerWebViewWithInstance):
1977 2006-03-04 Eric Seidel <eseidel@apple.com>
1981 Hang WebView pointer off of HWND (gets rid of global hack).
1982 Remove MessageBox displayed on url change.
1984 * Spinneret/Spinneret/Spinneret.cpp:
1987 * Spinneret/Spinneret/WebView.cpp:
1988 (WebKit::registerWebViewWithInstance):
1989 (WebKit::WebView::createWebView):
1990 (WebKit::WebViewWndProc):
1992 2006-03-04 Alexey Proskuryakov <ap@nypop.com>
1996 Automatically kill httpd if it appears to be already running.
1998 * Scripts/run-webkit-tests:
2000 2006-03-04 Maciej Stachowiak <mjs@apple.com>
2004 * Spinneret/Spinneret/WebFrame.cpp:
2005 (WebKit::WebFrame::loadFilePath): Improved local file loading.
2007 2006-03-03 Eric Seidel <eseidel@apple.com>
2011 A few more fixes to make run-webkit-tests really work on win32.
2013 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2015 * Scripts/run-webkit-tests:
2017 2006-03-03 Eric Seidel <eseidel@apple.com>
2021 Make run-webkit-tests work on win32.
2023 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2025 (dumpRenderTreeMain):
2026 (dumpRenderTreeToStdOut):
2027 (serializeToStdOut):
2029 * Scripts/run-webkit-tests:
2030 * Scripts/webkitdirs.pm:
2031 * Spinneret/Spinneret/WebView.cpp:
2032 (WebKit::WebView::WebView):
2034 2006-03-03 Eric Seidel <eseidel@apple.com>
2038 Add WebFrame class (to hold Frame and FrameView).
2039 Add Location bar support to Spinneret.
2041 * Spinneret/Spinneret/Spinneret.cpp:
2046 * Spinneret/Spinneret/Spinneret.vcproj:
2047 * Spinneret/Spinneret/WebFrame.cpp: Added.
2048 (WebKit::WebFrame::WebFramePrivate::WebFramePrivate):
2049 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
2050 (WebKit::WebFrame::WebFrame):
2051 (WebKit::WebFrame::loadFilePath):
2052 (WebKit::WebFrame::loadHTMLString):
2053 (WebKit::WebFrame::paint):
2054 (WebKit::WebFrame::impl):
2055 (WebKit::WebFrame::viewImpl):
2056 * Spinneret/Spinneret/WebFrame.h: Added.
2057 * Spinneret/Spinneret/WebView.cpp:
2058 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
2059 (WebKit::WebView::WebView):
2060 (WebKit::WebView::windowHandle):
2061 (WebKit::WebView::mainFrame):
2062 (WebKit::WebView::mouseMoved):
2063 (WebKit::WebView::mouseDown):
2064 (WebKit::WebView::mouseUp):
2065 (WebKit::WebView::mouseDoubleClick):
2066 (WebKit::WebViewWndProc):
2067 * Spinneret/Spinneret/WebView.h:
2069 2006-03-02 Eric Seidel <eseidel@apple.com>
2073 * Spinneret/Spinneret/WebView.cpp:
2074 (WebKit::registerWebViewWithInstance):
2075 (WebKit::WebView::WebView):
2076 (WebKit::WebView::mouseMoved):
2077 (WebKit::WebView::mouseDown):
2078 (WebKit::WebView::mouseUp):
2079 (WebKit::WebView::mouseDoubleClick):
2080 (WebKit::WebViewWndProc):
2081 * Spinneret/Spinneret/WebView.h:
2083 2006-03-01 Eric Seidel <eseidel@apple.com>
2085 Reviewed by andersca.
2087 Make spinneret take advantage of the new GraphicsContextCairo.
2089 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2090 (main): updated to match style guidelines.
2091 * Spinneret/Spinneret/Spinneret.cpp:
2093 * Spinneret/Spinneret/WebView.cpp:
2094 (WebKit::registerWebViewWithInstance):
2095 (WebKit::WebView::WebView):
2096 (WebKit::WebView::~WebView):
2097 (WebKit::WebView::drawRect):
2099 * Spinneret/Spinneret/WebView.h:
2101 2006-03-01 Justin Garcia <justin.garcia@apple.com>
2105 Give the events that eventSender sends a unique eventNumber
2107 * DumpRenderTree/DumpRenderTree.m:
2108 (-[EventSendingController mouseDown]):
2109 (-[EventSendingController mouseUp]):
2110 (-[EventSendingController mouseMoveToX:Y:]):
2112 2006-03-01 Eric Seidel <eseidel@apple.com>
2116 Add a stub win32 application to test WebCore drawing on windows.
2119 * Spinneret/Spinneret: Added.
2120 * Spinneret/Spinneret.sln: Added.
2121 * Spinneret/Spinneret/Resource.h: Added.
2122 * Spinneret/Spinneret/Spinneret.cpp: Added.
2128 * Spinneret/Spinneret/Spinneret.h: Added.
2129 * Spinneret/Spinneret/Spinneret.ico: Added.
2130 * Spinneret/Spinneret/Spinneret.rc: Added.
2131 * Spinneret/Spinneret/Spinneret.vcproj: Added.
2132 * Spinneret/Spinneret/WebView.cpp: Added.
2133 (WebKit::WebView::WebViewPrivate::WebViewPrivate):
2134 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
2135 (WebKit::registerWebViewWithInstance):
2136 (WebKit::WebView::createWebView):
2137 (WebKit::WebView::WebView):
2138 (WebKit::WebView::~WebView):
2139 (WebKit::WebView::drawRect):
2140 (WebKit::WebView::windowHandle):
2142 * Spinneret/Spinneret/WebView.h: Added.
2143 * Spinneret/Spinneret/small.ico: Added.
2144 * Spinneret/Spinneret/stdafx.cpp: Added.
2145 * Spinneret/Spinneret/stdafx.h: Added.
2147 2006-02-28 Eric Seidel <eseidel@apple.com>
2151 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2152 (main): add ability to dump render tree and read from a local file.
2154 2006-02-27 Eric Seidel <eseidel@apple.com>
2158 * Scripts/install-win-extras: fix dll permissions & download zlib too.
2160 2006-02-27 Eric Seidel <eseidel@apple.com>
2164 Test new KConfig -> PlugInInfoStore change.
2165 http://bugzilla.opendarwin.org/show_bug.cgi?id=7498
2167 * DumpRenderTree/DumpRenderTree.m:
2168 (main): load test netscape plugin
2169 * Scripts/run-webkit-tests: style update
2171 2006-02-24 Eric Seidel <eseidel@apple.com>
2175 Make DumpRenderTree link against icu.
2177 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2179 2006-02-24 Eric Seidel <eseidel@apple.com>
2183 Make DumpRenderTree link against libxml, etc.
2185 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2187 2006-02-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2189 Reviewed and landed by Anders.
2191 Prevent rendering to the offscreen window. -[NSWindow displayIfNeeded] was
2192 getting called from the run loop, making the view render each test and thus slowing
2195 * DumpRenderTree/DumpRenderTree.m:
2196 (main): Set the offscreen window to not autodisplay.
2198 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
2202 - Turn http tests back on by default.
2203 - Wait for Apache to actually start serving requests.
2204 - Get user id from a built-in variable rather than an external command;
2205 don't pass the group.
2207 * Scripts/run-webkit-tests:
2209 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
2211 Suggested by Mitz Pettel, reviewed by Darin.
2213 * Scripts/run-webkit-tests: Pass User and Group directives, so that Apache
2214 can run CGIs even if the permissions are 700 or 600.
2216 2006-02-23 Darin Adler <darin@apple.com>
2218 Collaborating with Alexey.
2220 - turn off http tests by default until we figure out how to get them
2221 to run even when permissions on CGI files are 700 instead of 755
2223 * Scripts/run-webkit-tests: Set $testHTTP to 0 instead of 1 for now.
2225 2006-02-23 Eric Seidel <eseidel@apple.com>
2227 Add *.user to ignore list.
2229 2006-02-23 Eric Seidel <eseidel@apple.com>
2231 Remove binary file which shouldn't have been commited (and add to ignore list).
2233 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Removed.
2234 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Removed.
2236 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
2240 * Scripts/run-webkit-tests: Put Apache log files in the right directory.
2242 2006-02-22 Eric Seidel <eseidel@apple.com>
2244 Reviewed by Tim Hatcher.
2246 Fix install-win-extras to not try to re-install setx if installed.
2248 * Scripts/install-win-extras:
2250 2006-02-22 Eric Seidel <eseidel@apple.com>
2252 One more file possibly missing from previous commit?
2254 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb:
2255 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2257 2006-02-22 Eric Seidel <eseidel@apple.com>
2259 Reviewed by justing.
2261 Files missing from previous commit.
2263 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2264 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2266 2006-02-22 Eric Seidel <eseidel@apple.com>
2268 Rubber-stamped by justing.
2270 Corrected path for DumpRenderTree.intermediate files
2272 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2274 2006-02-22 Eric Seidel <eseidel@apple.com>
2276 Reviewed by justing.
2278 Fixed build-dumprendertree to exit with correct error codes.
2280 * Scripts/build-dumprendertree:
2282 2006-02-22 Eric Seidel <eseidel@apple.com>
2284 Reviewed by justing.
2286 Update build scripts to generalize building on Win32, and allow
2287 building of DumpRenderTree on Win32 from build-dumprendertree.
2289 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2291 * Scripts/build-dumprendertree:
2292 * Scripts/build-webkit:
2293 * Scripts/webkitdirs.pm:
2295 2006-02-22 Eric Seidel <eseidel@apple.com>
2299 * DumpRenderTree/DumpRenderTree.vcproj: Added.
2300 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree: Added.
2301 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Added.
2302 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.sln: Added.
2303 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Added.
2304 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: Added.
2306 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Added.
2307 * Scripts/build-webkit: make build-webkit cleanup after itself
2309 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
2313 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7409
2314 Some minor fixes to http tests.
2316 * Scripts/run-webkit-tests: Pass CustomLog and ErrorLog directives to httpd.
2318 2006-02-21 Alexey Proskuryakov <ap@nypop.com>
2322 - http://bugzilla.opendarwin.org/show_bug.cgi?id=6197
2323 Would like to use locally installed Apache for testing.
2325 Added two run-webkit-tests options:
2326 --http (--nohttp) - whether to launch Apache (defaults to yes);
2327 --port - which port to listen on (defaults to 8000).
2329 Tests in LayoutTests/http are not run directly, and Apache is used instead.
2330 For example, http/tests/xmlhttprequest/post-content-type.html is loaded as
2331 http://127.0.0.1:8000/xmlhttprequest/post-content-type.html.
2333 Also added support for .shtml and .text files. Text files give an empty
2334 *-expected.txt, but a correct image.
2336 Apache only listens on the loopback interface. It writes logs to /tmp/WebKit.
2338 * Scripts/run-webkit-tests:
2340 2006-02-21 Darin Adler <darin@apple.com>
2342 Suggested by Mark Rowe.
2344 * Scripts/run-webkit-tests: Don't include the number of excluded leaks when
2345 reporting leak counts.
2347 2006-02-18 Maciej Stachowiak <mjs@apple.com>
2351 - Added install-win-extras script which installs some extra
2352 programs and libraries, and does Windows first-time setup.
2354 * Scripts/build-webkit: Add a newline between build results.
2355 * Scripts/install-win-extras: Added.
2357 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
2361 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7308
2362 DumpRenderTree should be able to load files via HTTP
2364 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree):
2365 Handle tests starting with "http://" as real URLs, not file system paths.
2367 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
2371 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7357
2372 REGRESSION: Warnings from WebKit scripts if PBXProductDirectory is undefined
2374 * Scripts/webkitdirs.pm: only call chomp if PBXProductDirectory is configured.
2376 2006-02-18 Darin Adler <darin@apple.com>
2378 * Scripts/commit-log-editor: Added.
2380 2006-02-17 Eric Seidel <eseidel@apple.com>
2384 Make Win32 have the same default "WebKitBuild" directory behavior.
2386 * Scripts/build-webkit:
2387 * Scripts/webkitdirs.pm:
2389 2006-02-17 Eric Seidel <eseidel@apple.com>
2393 * Scripts/build-webkit: make win32 actually report errors
2395 2006-02-17 Eric Seidel <eseidel@apple.com>
2399 * Scripts/run-webkit-tests: Ignore quicktime plugin leaks
2401 2006-02-17 Eric Seidel <eseidel@apple.com>
2405 * Scripts/run-webkit-tests: Ignore flash leaks
2407 2006-02-15 Justin Garcia <justin.garcia@apple.com>
2411 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7148>
2412 Add drag and drop support to DumpRenderTree
2414 Intercept the drag start using the new UI delegate method, package an NSDraggingInfo,
2415 and send dragging updates. Put DumpRenderTree's WebView into an offscreen window.
2417 * DumpRenderTree/DumpRenderTree.m:
2419 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
2420 (-[WaitUntilDoneDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
2421 (-[WaitUntilDoneDelegate webViewFocus:]):
2422 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2423 (+[LayoutTestController webScriptNameForSelector:]):
2424 (-[LayoutTestController setWindowIsKey:]):
2425 (-[LayoutTestController setMainFrameIsFirstResponder:]):
2426 (-[EventSendingController init]):
2427 (-[EventSendingController mouseDown]):
2428 (-[EventSendingController mouseUp]):
2429 (-[EventSendingController mouseMoveToX:Y:]):
2431 (-[DumpRenderTreeWindow isKeyWindow]):
2432 (-[DumpRenderTreeDraggingInfo initWithImage:offset:pasteboard:source:]):
2433 (-[DumpRenderTreeDraggingInfo dealloc]):
2434 (-[DumpRenderTreeDraggingInfo draggingDestinationWindow]):
2435 (-[DumpRenderTreeDraggingInfo draggingSourceOperationMask]):
2436 (-[DumpRenderTreeDraggingInfo draggingLocation]):
2437 (-[DumpRenderTreeDraggingInfo draggedImageLocation]):
2438 (-[DumpRenderTreeDraggingInfo draggedImage]):
2439 (-[DumpRenderTreeDraggingInfo draggingPasteboard]):
2440 (-[DumpRenderTreeDraggingInfo draggingSource]):
2441 (-[DumpRenderTreeDraggingInfo draggingSequenceNumber]):
2442 (-[DumpRenderTreeDraggingInfo slideDraggedImageTo:]):
2443 (-[DumpRenderTreeDraggingInfo namesOfPromisedFilesDroppedAtDestination:]):
2444 * DumpRenderTree/TextInputController.m:
2445 (-[TextInputController firstRectForCharactersFrom:length:]):
2446 (-[TextInputController characterIndexForPointX:Y:]):
2448 2006-02-15 Geoffrey Garen <ggaren@apple.com>
2452 * DumpRenderTree/DumpRenderTree.m:
2453 (-[LayoutTestController invokeUndefinedMethodFromWebScript:withArguments:]):
2454 Added a dummy method for the sake of LayoutTests/plugins/
2455 undefined-property-crash.html. (It tests a crash due to fallback
2456 object use. WebCore won't create a fallback object if the method is
2459 2006-02-14 Eric Seidel <eseidel@apple.com>
2463 * Scripts/run-webkit-tests: added --results-directory (-o) option
2465 2006-02-09 Eric Seidel <eseidel@apple.com>
2467 Rubber-stamped by mjs.
2469 Renamed split-class to split-file-by-class.
2471 * Scripts/build-webkit: Updated copyright.
2472 * Scripts/split-class: Removed.
2473 * Scripts/split-file-by-class: Added.
2475 2006-02-08 Eric Seidel <eseidel@apple.com>
2477 Rubber-stamped by mjs.
2479 Adding new script for splitting multi-class files.
2480 Also adding supporting perl module with space removing heuristics.
2482 * Scripts/SpacingHeuristics.pm: Added.
2483 * Scripts/build-drawtest: updated copyright header
2484 * Scripts/split-class: Added.
2486 2006-02-08 Justin Garcia <justin.garcia@apple.com>
2488 Reviewed by thatcher
2490 Changes to test fix for:
2491 <http://bugzilla.opendarwin.org/show_bug.cgi?id=3982>
2492 webViewDidBeginEditing, webViewDidEndEditing notification methods not called on delegate
2494 * DumpRenderTree/DumpRenderTree.m:
2495 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
2496 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2497 (+[LayoutTestController webScriptNameForSelector:]):
2498 (-[LayoutTestController setWindowHasFocus:]):
2499 (-[LayoutTestController setDisplaysWithFocusAttributes:]):
2501 2006-02-07 Alexey Proskuryakov <ap@nypop.com>
2503 Reviewed by Timothy.
2505 Support automated testing of AppleScript "do JavaScript" command
2506 http://bugzilla.opendarwin.org/show_bug.cgi?id=7012
2508 * DumpRenderTree/AppleScriptController.h: Added.
2509 * DumpRenderTree/AppleScriptController.m: Added.
2510 * DumpRenderTree/DumpRenderTree.m:
2511 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
2512 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2514 2006-02-06 Eric Seidel <eseidel@apple.com>
2518 Fix build-webkit for use on win32 (unblocks buildbot usage).
2519 http://bugzilla.opendarwin.org/show_bug.cgi?id=7122
2521 * Scripts/build-webkit: use ifCygwin() to conditionalize builds
2522 * Scripts/webkitdirs.pm: add ifOSX() and ifCygwin()
2524 2006-02-06 Eric Seidel <eseidel@apple.com>
2526 Rubber-stamped by darin & mjs.
2528 Added new support directory for build slave scripts.
2529 Committing the first script, for use by the PLT's build slave.
2530 This script is used to kick of the PLT (Page Load Test) slave.
2532 * BuildSlaveSupport: Added.
2533 * BuildSlaveSupport/run-performance-tests: Added.
2535 2006-02-06 Eric Seidel <eseidel@apple.com>
2537 Rubber-stamped by darin.
2539 Adding setSourceDir for scripts stored in non-standard locations.
2541 * Scripts/webkitdirs.pm:
2543 2006-02-04 Darin Adler <darin@apple.com>
2545 * Scripts/webkitdirs.pm: Add a compatibilty hack for people with old
2546 Configuration files that say Development or Deployment in them.
2548 2006-02-04 Darin Adler <darin@apple.com>
2550 * Scripts/make-js-test-wrappers: Don't create a wrapper if there's a disabled
2551 wrapper already in the directory.
2552 * Scripts/svn-apply: Handle additions and deletions properly -- I've been noticing
2553 these haven't been working at all.
2554 * Scripts/svn-unapply: Ditto.
2556 2006-02-03 Timothy Hatcher <timothy@apple.com>
2560 Renamed configuration names to Debug, Release and Production.
2562 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
2563 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2564 * Scripts/set-webkit-configuration:
2565 * Scripts/webkitdirs.pm:
2567 2006-02-02 Justin Garcia <justin.garcia@apple.com>
2569 Reviewed by thatcher
2571 Enabled spell checking for layout tests.
2573 * DumpRenderTree/DumpRenderTree.m:
2576 2006-01-29 Darin Adler <darin@apple.com>
2578 * Scripts/svn-apply: Added comments about things we should do to improve.
2579 * Scripts/svn-create-patch: Ditto.
2580 * Scripts/svn-unapply: Ditto.
2582 2006-01-28 Darin Adler <darin@apple.com>
2584 * DumpRenderTree/DumpRenderTree.m: (dump): Dump the image if it's not
2585 already there, even if the checksum is correct.
2587 2006-01-27 Eric Seidel <eseidel@apple.com>
2591 * Scripts/run-webkit-tests: make new tests use absolute urls
2593 2006-01-27 Eric Seidel <eseidel@apple.com>
2597 make run-webkit-tests output total leaks count
2599 * Scripts/run-webkit-tests:
2601 2006-01-27 Eric Seidel <eseidel@apple.com>
2605 run-webkit-test --leaks crashes (malloc logging runs out of memory)
2606 http://bugzilla.opendarwin.org/show_bug.cgi?id=6869
2608 * Scripts/run-webkit-tests: fix --leaks to not crash
2610 2006-01-26 Eric Seidel <eseidel@apple.com>
2614 run-webkit-tests should produce a self-contained results directory
2615 http://bugzilla.opendarwin.org/show_bug.cgi?id=6864
2617 * Scripts/run-webkit-tests: copy failing items to results dir.
2619 2006-01-23 Darin Adler <darin@apple.com>
2621 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=3608
2622 need script to update localizable strings file in WebKit
2624 * Scripts/update-webkit-localizable-strings: Added.
2626 2006-01-23 Darin Adler <darin@apple.com>
2628 - added a couple of scripts -- more about these two soon
2630 * Scripts/extract-localizable-strings: Added.
2631 * Scripts/merge-changelog: Added.
2633 2006-01-22 Mark Rowe <opendarwin.org@bdash.net.nz>
2637 Build fix. build-webkit dies with "invalid build action: (empty string)"
2639 * Scripts/build-webkit:
2640 Use svgOptions in an array context so xcodebuild doesn't choke on an empty argument.
2642 2006-01-22 Eric Seidel <eseidel@apple.com>
2646 Fix --no-svg option to use XCode flags instead of gcc flags.
2648 * Scripts/build-webkit:
2650 2006-01-22 Eric Seidel <eseidel@apple.com>
2654 Update build-webkit to use -USVG_SUPPORT instead of -no-SVG target.
2656 * Scripts/build-webkit:
2658 2006-01-20 David Kilzer <ddkilzer@kilzer.net>
2660 Reviewed by eseidel.
2662 - fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=6682
2663 Call to checkWebCoreSVGSupport() broken in build-drawtest and run-drawtest
2665 * Scripts/build-drawtest: Changed bareword 'true' to 1.
2666 * Scripts/run-drawtest: Changed bareword 'true' to 1.
2668 2006-01-19 Darin Adler <darin@apple.com>
2670 * Scripts/report-include-statistics: Added a new script.
2672 2006-01-19 Timothy Hatcher <timothy@apple.com>
2674 * Scripts/build-webkit: include JavaScriptGlue in the build
2676 2006-01-19 Darin Adler <darin@apple.com>
2678 * Scripts/webkitdirs.pm: Changed SVG check to work even if the path has
2679 spaces in it by using the form of open that treats each argument as a string
2680 rather than backtick syntax for reading the output of the nm tool.
2682 2006-01-12 Maciej Stachowiak <mjs@apple.com>
2686 - make prepare-ChangeLog way faster by using svn diff instead of svn status to
2687 detect if there are any new tests
2689 * Scripts/prepare-ChangeLog:
2691 2006-01-12 Darin Adler <darin@apple.com>
2693 - removed some of the cvs-specific scripts -- not needed for this project any more
2695 * Scripts/cvs-abandon: Removed.
2696 * Scripts/cvs-apply: Removed.
2697 * Scripts/cvs-create-patch: Removed.
2698 * Scripts/cvs-unapply: Removed.
2700 2006-01-10 Mark Rowe <opendarwin.org@bdash.net.nz>
2702 Reviewed by eseidel. Committed by eseidel.
2704 - run-webkit-tests always launches Safari when tests fail
2705 http://bugzilla.opendarwin.org/show_bug.cgi?id=6456
2707 * Scripts/run-webkit-tests:
2708 Add a command-line flag to prevent Safari being launched to display failed
2709 tests. Always exit with non-zero status when tests have failed.
2711 2006-01-10 Mark Rowe <opendarwin.org@bdash.net.nz>
2713 Reviewed by eseidel. Committed by eseidel.
2715 - build-webkit should exit with non-zero status when build fails
2716 http://bugzilla.opendarwin.org/show_bug.cgi?id=6459
2718 * Scripts/build-webkit:
2719 Use correct bits of subprocess exit code when passing back through
2720 as build-webkit's exit code.
2722 2006-01-10 Eric Seidel <eseidel@apple.com>
2724 Restored corrupted nibs from TOT CVS.
2726 * DrawTest/English.lproj/DrawTestDocument.nib: Replaced.
2727 * DrawTest/English.lproj/DrawTestDocument.nib/classes.nib: Replaced.
2728 * DrawTest/English.lproj/DrawTestDocument.nib/info.nib: Replaced.
2729 * DrawTest/English.lproj/DrawTestDocument.nib/keyedobjects.nib: Replaced.
2730 * DrawTest/English.lproj/Inspector.nib: Replaced.
2731 * DrawTest/English.lproj/Inspector.nib/classes.nib: Replaced.
2732 * DrawTest/English.lproj/Inspector.nib/info.nib: Replaced.
2733 * DrawTest/English.lproj/Inspector.nib/keyedobjects.nib: Replaced.
2734 * DrawTest/English.lproj/MainMenu.nib: Replaced.
2735 * DrawTest/English.lproj/MainMenu.nib/classes.nib: Replaced.
2736 * DrawTest/English.lproj/MainMenu.nib/info.nib: Replaced.
2737 * DrawTest/English.lproj/MainMenu.nib/keyedobjects.nib: Replaced.
2738 * DrawTest/English.lproj/TestViewer.nib: Replaced.
2739 * DrawTest/English.lproj/TestViewer.nib/classes.nib: Replaced.
2740 * DrawTest/English.lproj/TestViewer.nib/info.nib: Replaced.
2741 * DrawTest/English.lproj/TestViewer.nib/keyedobjects.nib: Replaced.
2743 2006-01-10 Nefaur Khandker <nefaurk@gmail.com>
2745 Reviewed by eseidel. Committed by eseidel.
2747 DrawTestView now subclasses WebView instead of DrawView.
2749 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
2750 * DrawTest/DrawTestDocument.h:
2751 * DrawTest/DrawTestDocument.m:
2752 (-[DrawTestDocument dealloc]):
2753 (-[DrawTestDocument readFromFile:ofType:]):
2754 (-[DrawTestDocument windowControllerDidLoadNib:]):
2755 (-[DrawTestDocument dumpSVGToConsole:]):
2756 (-[DrawTestDocument openSourceForSelection:]):
2757 (-[DrawTestDocument dataRepresentationOfType:]):
2758 * DrawTest/DrawTestToolbarController.h:
2759 * DrawTest/DrawTestToolbarController.m:
2760 (-[DrawTestToolbarController initWithDrawView:]):
2761 (-[DrawTestToolbarController clickedToolbarItem:]):
2762 (-[DrawTestToolbarController validateToolbarItem:]):
2763 * DrawTest/DrawTestView.h:
2764 * DrawTest/DrawTestView.m:
2765 (-[DrawTestView initWithFrame:]):
2766 (-[DrawTestView setDocument:]):
2767 * DrawTest/SVGTest.h:
2768 * DrawTest/SVGTest.m:
2769 (+[SVGTest sharedDrawView]):
2770 (-[SVGTest generateCompositeIfNecessary]):
2771 * DrawTest/TestController.h:
2772 * DrawTest/TestController.m:
2773 (-[TestController awakeFromNib]):
2774 (-[TestController setSelectedTest:]):
2775 (-[TestController openTestViewerForSelection:]):
2776 (-[TestController toggleViewersScaleRule:]):
2777 * DrawTest/TestViewerSplitView.m:
2778 (-[TestViewerSplitView drawRect:]):
2780 2006-01-10 Anders Carlsson <andersca@mac.com>
2782 Reviewed by Timothy.
2784 * DumpRenderTree/DumpRenderTree.m:
2785 (main): Set the default language to "en", so language tests will work.
2787 2006-01-08 Maciej Stachowiak <mjs@apple.com>
2791 - script to generate HTML wrappers for JS tests
2792 http://bugzilla.opendarwin.org/show_bug.cgi?id=6441
2794 * Scripts/make-js-test-wrappers: Added.
2796 2006-01-08 Maciej Stachowiak <mjs@apple.com>
2800 * Scripts/svn-create-patch: Fix to work when passed directory names.
2802 2006-01-08 Geoffrey Garen <ggaren@apple.com>
2806 - Added back/forward navigation support to DumpRenderTree. Hopefully we
2807 can start writing automated loader tests now. I have one in the works.
2809 * DumpRenderTree/DumpRenderTree.m:
2810 (main): Construct global navigationController on entry, destroy on exit.
2811 Set frame to nil on exit too, to match all the other global objects.
2812 (Probably academic, since the process is exiting, anyway.)
2813 (-[WaitUntilDoneDelegate webView:didFinishLoadForFrame:]): Notify the
2814 navigationController, in case it wants to kick off a load.
2815 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]): Expose
2816 the navigationController to scripting.
2818 New class, should be straightforward:
2820 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2821 * DumpRenderTree/NavigationController.h: Added.
2822 * DumpRenderTree/NavigationController.m: Added.
2824 (+[NavigationController isSelectorExcludedFromWebScript:]):
2825 (+[NavigationController webScriptNameForSelector:]):
2826 (-[NavigationController setPendingScript:]):
2827 (-[NavigationController setPendingRequest:]):
2828 (-[NavigationController evaluateWebScript:afterBackForwardNavigation:]):
2829 (-[NavigationController webView:didFinishLoadForFrame:]):
2830 (-[NavigationController dealloc]):
2832 2006-01-08 Timothy Hatcher <timothy@apple.com>
2834 Removed this script, no longer needs with the Subversion switch.
2836 * checkout: Removed.
2838 2006-01-08 Timothy Hatcher <timothy@apple.com>
2840 Removes some stray tabs.
2842 * Scripts/update-webkit:
2844 2005-01-07 Eric Seidel <eseidel@apple.com>
2848 build-webkit should pass on build arguments from command line
2849 http://bugzilla.opendarwin.org/show_bug.cgi?id=5854
2851 * Scripts/build-webkit:
2853 2006-01-07 Eric Seidel <eseidel@apple.com>
2855 Reviewed by mjs & xenon.
2857 * Scripts/update-webkit: support Internal updates as well
2859 2006-01-06 Geoffrey Garen <ggaren@apple.com>
2861 Temporarily rolling out plugin support from DumpRenderTree because it
2862 caused lots of layout test regressions.
2864 * DumpRenderTree/DumpRenderTree.m:
2865 (main): Remove invisible window added to support plugins.
2867 2006-01-06 Geoffrey Garen <ggaren@apple.com>
2871 - Fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=6361
2872 Add plugin support to DumpRenderTree
2874 Also wrote first test plugin.
2876 * DumpRenderTree/DumpRenderTree.m:
2878 (1) Put the WebView in an invisible window, because PlugIns are
2879 optimized not to load if there's no parent window.
2880 (2) Tell WebKit to load any PlugIns in the directory from which we
2881 loaded. This means we can build nasty PlugIns alongside DumpRenderTree
2882 and they'll load automagically during layout testing, but they won't be
2883 added to the user's system, hosing apps like Safari.
2885 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added new
2886 test PlugIn to project.
2888 PlugIn added to project:
2890 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Added.
2891 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: Added.
2893 (initializeIdentifiers):
2894 (pluginHasProperty):
2896 (pluginGetProperty):
2897 (pluginSetProperty):
2899 (pluginInvokeDefault):
2903 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Added.
2904 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c: Added.
2906 (NP_GetEntryPoints):
2912 (NPP_DestroyStream):
2922 2006-01-04 Timothy Hatcher <timothy@apple.com>
2926 Tweaked and tested by me.
2928 New scripts to work with Subversion when the switch happens.
2929 These will replace cvs-apply, cvs-unapply, and cvs-create-patch.
2931 * Scripts/svn-apply: Added.
2932 * Scripts/svn-create-patch: Added.
2933 * Scripts/svn-unapply: Added.
2935 2005-12-30 Eric Seidel <eseidel@apple.com>
2939 Move WebView width/height logic into DumpRenderTree to support
2940 running the W3C SVG 1.1 tests along side other tests. The W3C
2941 SVG 1.1 tests require a 480x360 view.
2943 * DumpRenderTree/DumpRenderTree.m:
2944 (main): don't accept width/height
2945 (dump): override width/height for SVG/W3C
2946 * Scripts/run-webkit-tests: don't pass width/height
2948 2005-12-30 Eric Seidel <eseidel@apple.com>
2950 No review, only removing dead code.
2952 * DumpKCanvasTree/DumpKCanvasTree.m: Removed.
2953 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj: Removed.
2955 2005-12-30 Eric Seidel <eseidel@apple.com>
2959 DumpRenderTree should set a consistent color profile while running
2960 http://bugzilla.opendarwin.org/show_bug.cgi?id=6155
2962 Creates consistent colormatched renderings on every test machine
2963 using the only way possible with Tiger APIs: by setting the
2964 system color profile on the test machine for the duration of the
2965 tests. This will (unfortunately) cause colors to change while
2966 running DumpRenderTree. This can also cause "permanent" color
2967 changes to occur if DRT is to crash (SIGSEGV, etc.) while running.
2968 This is far from ideal, but it's be best way we've found to deal
2969 with the issue for now.
2971 * DumpRenderTree/DumpRenderTree.m:
2972 (restoreColorSpace):
2973 (setDefaultColorProfileToRGB):
2976 2005-12-20 Alexey Proskuryakov <ap@nypop.com>
2978 Reviewed by Darin Adler.
2980 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=5846
2981 cvs-create-patch --include produces incorrect paths
2983 * Scripts/cvs-create-patch: Handle newly-added directories using chdir.
2985 2005-12-19 Eric Seidel <eseidel@apple.com>
2989 * Scripts/run-webkit-tests: stop /etc/catalog warnings
2991 2005-12-19 Darin Adler <darin@apple.com>
2993 Reviewed by Eric Seidel.
2995 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4990
2996 WebKit needs to use a local pasteboard during testing
2998 * DumpRenderTree/DumpRenderTree.m:
2999 (main): Call poseAs to substitute our NSPasteboard class for the default one.
3000 Create a local pasteboard (really a global one with a unique name) and release
3001 it when exiting from the function so we don't leave it in the pasteboard server.
3002 (dumpRenderTree): Added an autorelease pool around one small bit of code that
3003 ddn't have one. Fixed a leak in an unlikely error case.
3004 (+[DumpRenderTreePasteboard generalPasteboard]): Override the default version
3005 of this method to return our local pasteboard.
3007 2005-12-15 Eric Seidel <eseidel@apple.com>
3009 Reviewed by Tim Hatcher.
3011 * Scripts/build-webkit: --svg is now default!
3013 2005-12-15 Eric Seidel <eseidel@apple.com>
3017 Don't run svg test automatically if +SVG is built (yet).
3019 * Scripts/run-webkit-tests:
3021 2005-12-15 Darin Adler <darin@apple.com>
3023 * Scripts/run-webkit-tests: Don't run tests in directories named "svg" if SVG
3024 support is not compiled in. Report the 10 slowest tests if "--slowest" is
3025 passed on the command line.
3027 2005-12-06 John Sullivan <sullivan@apple.com>
3029 Reviewed by Darin Adler.
3031 * Scripts/prepare-ChangeLog:
3032 Remove special-case handling for nib files. This avoided trouble with cvs diff
3033 when we were using wrappers for nib files. Now that we aren't using wrappers,
3034 there's no reason to avoid adding the modified nib files to the file list that
3037 2005-12-05 Eric Seidel <eseidel@apple.com>
3041 Script updates for SVG files move (remove references to SVGSupport)
3043 * Scripts/build-webkit: remove SVGSupport
3044 * Scripts/run-webkit-tests: Resources -> resources for --svg
3045 * Scripts/update-webkit: remove SVGSupport
3047 2005-12-05 Eric Seidel <eseidel@apple.com>
3051 * checkout: remove --svg support, SVG is now checked out by default
3053 2005-11-29 Eric Seidel <eseidel@apple.com>
3057 Update scripts to run SVG tests automatically (w/o --svg) if
3058 WebCore is built with SVG support.
3060 * Scripts/build-drawtest: SVG support required
3061 * Scripts/build-dumpkcanvastree: Removed.
3062 * Scripts/run-drawtest: SVG support required to run
3063 * Scripts/run-webkit-tests: pass *.svg files if WebCore has support
3064 * Scripts/webkitdirs.pm: changed CheckWebCoreSVGSupport
3066 2005-11-28 Alexey Proskuryakov <ap@nypop.com>
3068 Reviewed by Darin. Committed by Maciej.
3070 - fixed "DumpRenderTree should test for Ahem before doing anything else"
3071 (http://bugzilla.opendarwin.org/show_bug.cgi?id=5838)
3073 * DumpRenderTree/DumpRenderTree.m:
3076 2005-11-28 Eric Seidel <eseidel@apple.com>
3078 Reviewed by sullivan and GGAREN.
3080 Minor additions to make error messages more clear from cvs-apply.
3082 * Scripts/cvs-apply: make errors more clear
3084 2005-11-27 Oliver Hunt <ojh16@student.canterbury.ac.nz>
3086 Reviewed and committed by Maciej.
3088 - fixed cvs-create-patch --include produces incorrect paths
3089 (http://bugzilla.opendarwin.org/show_bug.cgi?id=5846)
3091 * Scripts/cvs-create-patch: produce proper paths for new files.
3093 2005-11-21 Eric Seidel <eseidel@apple.com>
3097 Some simple fixes to the build/test scripts now that SVG uses the
3098 WebCore DOM. JSC+SVG is no longer needed, nor is RTTI support
3099 or symlinks for KDOM.
3101 * Scripts/build-webkit: No longer builds JavaScriptCore+SVG
3102 * Scripts/prepare-ChangeLog: handles missing LayoutTests directory
3103 * Scripts/run-webkit-tests: now runs SVG tests using DRT
3104 * Scripts/webkitdirs.pm: use SVG symbols instead of RTTI
3105 * checkout: no longer symlink kdom
3107 2005-11-10 Eric Seidel <eseidel@apple.com>
3111 * Scripts/build-webkit: Pass through options to xcodebuild
3113 2005-11-07 Darin Adler <darin@apple.com>
3115 * Scripts/cvs-apply: Fix case where the patch has files at the top level.
3117 2005-11-03 John Sullivan <sullivan@apple.com>
3121 * Scripts/run-safari:
3122 changed message to say "Starting Safari" instead of odd "Start Safari"
3123 * Scripts/run-webkit-tests:
3124 changed the way we pass the file parameter to use -NSOpen rather than relying on
3125 unlabeled arguments being treated as files. This was failing on some machines that
3126 (mysteriously) had NSTreatUnknownArgumentsAsOpen set to NO in com.apple.Safari.plist.
3128 2005-10-27 Geoffrey Garen <ggaren@apple.com>
3130 Patch by Alexey Proskuryakov.
3134 Fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=5303
3135 TextInputController should support attributed strings
3137 * DumpRenderTree/TextInputController.m:
3138 (+[NSMutableAttributedString isSelectorExcludedFromWebScript:]):
3139 (+[NSMutableAttributedString webScriptNameForSelector:]):
3140 (-[NSMutableAttributedString getLength]):
3141 (-[NSMutableAttributedString attributeNamesAtIndex:]):
3142 (-[NSMutableAttributedString valueOfAttribute:atIndex:]):
3143 (-[NSMutableAttributedString addAttribute:value:]):
3144 (-[NSMutableAttributedString addAttribute:value:from:length:]):
3145 (-[NSMutableAttributedString addColorAttribute:red:green:blue:alpha:]):
3146 (-[NSMutableAttributedString addColorAttribute:red:green:blue:alpha:from:length:]):
3147 (-[NSMutableAttributedString addFontAttribute:fontName:size:]):
3148 (-[NSMutableAttributedString addFontAttribute:fontName:size:from:length:]):
3149 (+[TextInputController isSelectorExcludedFromWebScript:]):
3150 (+[TextInputController webScriptNameForSelector:]):
3151 (-[TextInputController insertText:]):
3152 (-[TextInputController attributedSubstringFrom:length:]):
3153 (-[TextInputController attributedStringWithString:]):
3155 2005-10-11 Eric Seidel <eseidel@apple.com>
3159 Checks for leaks in ImageDiff too.
3161 * Scripts/run-webkit-tests:
3163 2005-10-09 Darin Adler <darin@apple.com>
3165 * Scripts/check-dom-results: Dump ".xhtml" for tests in the xhtml directory.
3166 * Scripts/cvs-apply: Handle added/deleted files in the current directory.
3167 * Scripts/cvs-unapply: Ditto.
3168 * Scripts/run-webkit-tests: Add a few more false-positive leaks.
3170 2005-10-08 Alexey Proskuryakov <ap@nypop.com>
3172 Reviewed, rearranged and landed by Darin.
3174 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4707
3175 Need a way to automatically test for regressions in NSTextInput implementation
3177 * DumpRenderTree/DumpRenderTree.m:
3178 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
3179 Create a text input controller and put it in a property of the window object.
3181 * DumpRenderTree/TextInputController.h: Added.
3182 * DumpRenderTree/TextInputController.m: Added.
3183 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added files.
3185 2005-10-06 Darin Adler <darin@apple.com>
3187 * Scripts/cvs-apply: Fixed merge option to work better when not all directories
3188 are controlled by cvs, or when changes cross multiple repositories.
3189 * Scripts/update-webkit: Don't print messages if the "quiet" flag is set.
3191 2005-10-03 Eric Seidel <eseidel@apple.com>
3195 Make mouseDown and mouseUp force layout before acting.
3196 This is used by a new test case for 4233558.
3198 * DumpRenderTree/DumpRenderTree.m:
3199 (-[EventSendingController mouseDown]): force layout
3200 (-[EventSendingController mouseUp]): force layout
3202 2005-09-30 Eric Seidel <eseidel@apple.com>
3206 Updated all the scripts for the move:
3207 WebCore/layout-tests -> LayoutTests
3209 * Scripts/check-dom-results:
3210 * Scripts/prepare-ChangeLog:
3211 * Scripts/run-webkit-tests:
3212 * Scripts/update-webkit: added --no-tests
3213 * checkout: added --no-tests
3215 2005-09-28 Darin Adler <darin@apple.com>
3217 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=5144
3218 pixel test should run even if render trees differ
3220 * Scripts/run-webkit-tests: Don't check if the text dump matches.
3222 2005-09-27 Eric Seidel <eseidel@apple.com>
3224 No review needed, SVG build fix only.
3226 * DumpKCanvasTree/DumpKCanvasTree.m:
3227 Missed one in my previous checkin.
3228 http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
3230 2005-09-26 Eric Seidel <eseidel@apple.com>
3232 No review needed, SVG build fix only.
3234 * DrawTest/DrawTestDocument.m:
3235 * DrawTest/DrawTestToolbarController.m:
3236 * DrawTest/DrawTestView.h:
3237 * DrawTest/DrawTestView.m:
3238 * DrawTest/SVGTest.m:
3239 * DrawTest/TestController.m:
3240 Updated for WebCore+SVG -> WebCore rename.
3241 http://bugzilla.opendarwin.org/show_bug.cgi?id=5141
3243 2005-09-26 Eric Seidel <eseidel@apple.com>
3247 * DumpRenderTree/DumpRenderTree.m:
3248 (dump): updated error message
3249 * Scripts/check-dom-results: now includes xhtml
3250 Tool updates for xhtml.
3251 http://bugzilla.opendarwin.org/show_bug.cgi?id=4907
3253 2005-09-22 Duncan Wilcox <duncan@mclink.it>
3258 - patch for <http://bugzilla.opendarwin.org/show_bug.cgi?id=4963>
3259 "Would like to simulate human interaction with webview"
3261 * DumpRenderTree/DumpRenderTree.m:
3262 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
3263 (+[EventSendingController isSelectorExcludedFromWebScript:]):
3264 (+[EventSendingController webScriptNameForSelector:]):
3265 (-[EventSendingController init]):
3266 (-[EventSendingController mouseDown]):
3267 (-[EventSendingController mouseUp]):
3268 (-[EventSendingController mouseMoveToX:Y:]):
3269 Add eventSender javascript object, that sends fake mouse events to the webview.
3271 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3272 link with Carbon.framework
3274 2005-09-22 Eric Seidel <eseidel@apple.com>
3278 Update tools for WebCore+SVG -> WebCore rename.
3279 Also fold several SVG specific tools into their original
3280 WebCore counterparts.
3281 http://bugzilla.opendarwin.org/show_bug.cgi?id=5003
3283 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3284 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj:
3285 * Scripts/build-drawtest:
3286 * Scripts/build-dumpkcanvastree:
3287 * Scripts/build-webcore-svg: Removed.
3288 * Scripts/build-webkit: added --svg option
3289 * Scripts/run-drawtest:
3290 * Scripts/run-webkit-tests:
3291 * Scripts/webkitdirs.pm: various additions.
3292 * checkout: added --svg option
3293 * checkout-svg: Removed.
3295 2005-09-19 Eric Seidel <eseidel@apple.com>
3299 * Scripts/run-webkit-tests: added --guard-malloc option
3300 http://bugzilla.opendarwin.org/show_bug.cgi?id=4613
3302 2005-09-16 Justin Garcia <justin.garcia@apple.com>
3306 Removed a script that is only used by apple internal developers
3308 * Scripts/update-webkitsysteminterface: Removed.
3310 2005-09-16 Adele Peterson <adele@apple.com>
3314 * Scripts/prepare-ChangeLog: Allow semicolons for protocols too.
3316 2005-09-14 Darin Adler <darin@apple.com>
3318 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4291
3319 dumpAsText doesn't work with XHTML documents
3321 * DumpRenderTree/DumpRenderTree.m: (dump): Dump the innerText of the document element
3322 rather than of the body element. This works with typical XHTML documents. We can probably
3323 do something even better in the long run, but this fixes the immediate issue.
3327 * Scripts/run-webkit-tests: Show the results in the current built Safari by using
3328 run-safari instead of just using "open", which often runs another copy of Safari instead.
3330 2005-09-11 Mark Rowe <opendarwin.org@bdash.net.nz>
3332 Reviewed, tweaked, and landed by Darin.
3334 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4286
3335 .Mac prefpane crashes when Safari using CVS WebKit is running
3337 * Scripts/run-safari: Set WEBKIT_UNSET_DYLD_FRAMEWORK_PATH.
3338 * Scripts/run-webkit-app: Ditto.
3340 2005-09-11 Darin Adler <darin@apple.com>
3342 * Scripts/run-webkit-tests: Oops. Use spaces, not tabs.
3344 2005-09-11 Darin Adler <darin@apple.com>
3348 * Scripts/run-webkit-tests: Sort tests with a new "pathcmp" function that's better in
3349 two ways: 1) puts all files in a directory before any files in a subdirectory, and
3350 2) sort file names with numeric digits in them in a logical way, so test-33 will come
3353 2005-09-08 Justin Garcia <justin.garcia@apple.com>
3357 * Scripts/update-webkitsysteminterface: Added.
3358 Builds webkitsysteminterface and moves the built product and header into WebKitLibraries
3360 2005-09-01 John Sullivan <sullivan@apple.com>
3362 * Scripts/run-webkit-tests:
3363 Excluded a known system leak to reduce noise; added comments about which leaks
3366 2005-09-01 Tim Omernick <tomernick@apple.com>
3368 Change made by Darin, reviewed by John and myself.
3370 - Allow semicolons at the end of method declarations (this is for method implementations; the semicolon is required for interface declarations).
3372 * Scripts/prepare-ChangeLog:
3374 2005-08-31 Maciej Stachowiak <mjs@apple.com>
3378 - set color variant and font settings to a consistent value.
3379 (http://bugzilla.opendarwin.org/show_bug.cgi?id=4769)
3381 * DumpRenderTree/DumpRenderTree.m:
3384 2005-08-30 Eric Seidel <eseidel@apple.com>
3388 * Scripts/build-svg2png: Removed.
3389 * svg2png/ImageDiff.h: Removed.
3390 * svg2png/ImageDiff.m: Removed.
3391 * svg2png/svg2png.m: Removed.
3392 * svg2png/svg2png.xcodeproj/project.pbxproj: Removed.
3393 * svg2png/svg2png_Prefix.pch: Removed.
3394 svg2png is no longer needed.
3396 2005-08-30 Darin Adler <darin@apple.com>
3398 * Scripts/check-dom-results: Special case 100% to say something nice.
3399 * Scripts/cvs-apply: Added "--merge" which automatically rolls back the tree before
3400 applying the patch (need a better name).
3401 * Scripts/find-extra-includes: Added. Experimental tool to find unneeded includes.
3403 2005-08-30 Darin Adler <darin@apple.com>
3405 * Scripts/run-webkit-tests: Small formatting fix for leaks mode.
3407 2005-08-29 Maciej Stachowiak <mjs@apple.com>
3411 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4723
3412 (some pixel tests fail when AA settings are changed)
3414 * DumpRenderTree/DumpRenderTree.m:
3415 (main): set AA settings to the default values
3417 2005-08-29 Darin Adler <darin@apple.com>
3419 Reviewed by John Sullivan.
3421 * Scripts/run-webkit-tests: Added a mode where each test is run with a separate
3422 executable -- much slower but can help pinpoint leaks. Changed formatting of some
3425 2005-08-28 Maciej Stachowiak <mjs@apple.com>
3429 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4720
3430 (webkit pixel tests don't give consistent results with changed scrollbar arrow setting)
3432 * DumpRenderTree/DumpRenderTree.m:
3433 (main): set scrollbar arrow setting to a consistent value
3435 2005-08-27 Jussi Hagman <juhagman@abo.fi>
3437 Reviewed and landed by Darin.
3439 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4676
3440 output of update-webkit is too verbose
3442 * Scripts/update-webkit:
3443 Added option --quiet (-q) to decrease the amount of output.
3445 2005-08-27 Darin Adler <darin@apple.com>
3447 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4596
3448 cvs-create-patch --include-unknowns should ignore hidden files
3450 * Scripts/cvs-create-patch: Add code to check for files starting with ".".
3452 2005-08-25 Ben La Monica <ben.lamonica@gmail.com>
3454 Reviewed, tweaked, and landed by Darin.
3456 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4585
3457 update-webkit doesn't notice when you have SVGSupport and update properly
3459 * Scripts/update-webkit: Build SVGSupport directory if it's present.
3461 2005-08-25 Anders Carlsson <andersca@mac.com>
3463 Reviewed and landed by Darin.
3465 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4572
3466 layout test machinery can't handle tests with applets that have code attributes
3468 * DumpRenderTree/DumpRenderTree.m: (main): Disable Java while running tests.
3470 2005-08-24 Darin Adler <darin@apple.com>
3474 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4625
3475 DumpRenderTree --pixel-tests crash
3476 - landed some other small changes I had sitting in my tree
3478 * DumpRenderTree/DumpRenderTree.m:
3479 (main): Don't bother saving and restoring the preferences. Not sure
3480 why this was ever done since the preferences are specific to DumpRenderTree.
3481 Clear delegates before releasing the WebView, because you can't count on the
3482 order of object deallocation.
3483 (dumpRenderTree): Fix code that releases a string before storing it in a
3486 * Scripts/run-webkit-tests: Use "-s" rather than a function to get the size
3487 of a file. Fix lots of cases that were using tabs for indenting to use spaces instead.
3489 2005-08-23 Eric Seidel <eseidel@apple.com>
3493 * Scripts/run-webkit-tests:
3494 Made --leaks option more readable by printing to a file.
3495 http://bugzilla.opendarwin.org/show_bug.cgi?id=4590
3497 2005-08-22 Eric Seidel <eseidel@apple.com>
3498 Fix by Tobias Lidskog <tobiaslidskog@mac.com>
3502 * Scripts/run-webkit-tests: hides "expected actual diffs" links
3503 when they are not needed (for pixel-only failures)
3504 http://bugzilla.opendarwin.org/show_bug.cgi?id=4584
3506 2005-08-22 Eric Seidel <eseidel@apple.com>
3510 * Scripts/run-webkit-tests: Added the ability to display more than
3511 just two images as part of the image-diff "slideshow".
3512 Added display of "-w3c.png" baseline images for SVG.
3513 http://bugzilla.opendarwin.org/show_bug.cgi?id=4581
3515 2005-08-20 Eric Seidel <eseidel@apple.com>
3517 * Scripts/run-webkit-tests:
3518 "build" fix after committing incorrect version.
3520 2005-08-20 Eric Seidel <eseidel@apple.com>
3524 * DumpRenderTree/DumpRenderTree.m:
3525 (main): cleans up delegates
3526 (dumpRenderTree): closes CFString/CFURL leak
3527 * Scripts/run-webkit-tests:
3528 Adds --leaks option to run-webkit-tests
3529 http://bugzilla.opendarwin.org/show_bug.cgi?id=4542
3531 2005-08-19 Ben La Monica <ben.lamonica@gmail.com>
3535 * Scripts/cvs-create-patch: Add an --include-unknowns option that will cause
3536 new files to be included in the patch even without "cvs add".
3538 2005-08-19 Darin Adler <darin@apple.com>
3540 * Scripts/cvs-apply: Fix to not garble patches that are mix of cvs-style and
3541 non-cvs-generated patches. Anders has been creating these, so it's bad that
3542 the script can't handle them.
3543 * Scripts/cvs-unapply: Ditto.
3545 2005-08-18 Darin Adler <darin@apple.com>
3547 * Scripts/webkitdirs.pm: Fix version checking to work on Xcode versions with
3548 "." in them -- based on complaint by someone here at Apple.
3550 2005-08-18 Eric Seidel <eseidel@apple.com>
3554 * Scripts/run-webkit-tests:
3555 Made --svg imply --pixel-tests (pixel tests on-by-default for svg).
3557 2005-08-17 Maciej Stachowiak <mjs@apple.com>
3559 - add file that I forgot in the last checkin
3561 * DumpRenderTree/ImageDiff.m: Added.
3563 (getImageFromStdin):
3565 (getDifferenceBitmap):
3566 (computePercentageDifferent):
3568 2005-08-17 Maciej Stachowiak <mjs@apple.com>
3570 Changes by Ben Lamonica and Eric Seidel, reviewed mostly by Eric and
3571 somewhat by me, and also tweaked by me a little bit.
3573 - better support for pixel-dumping
3574 - use checksums of the images so the tests are fast
3575 - change output format to make the tests run faster
3576 - don't dump pixel results for tests that dump as text
3578 * DumpKCanvasTree/DumpKCanvasTree.m:
3581 (md5HashStringForBitmap):
3583 (constrainSizeToMaximum):
3584 (getBitmapImageRepForSVGDocument):
3585 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj:
3586 * DumpRenderTree/DumpRenderTree.m:
3590 (md5HashStringForBitmap):
3591 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3592 * Scripts/run-webkit-tests:
3594 2005-08-17 Maciej Stachowiak <mjs@apple.com>
3598 - hacked DumpRenderTree to make the scrollbars appear and disappear properly.
3600 * DumpRenderTree/DumpRenderTree.m:
3603 2005-08-14 Oliver Hunt <ojh16@student.canterbury.ac.nz>
3605 Reviewed and landed by Darin.
3607 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4251
3608 Ideally would be able to pass arguments to apps using run-safari and run-webkit-app scripts
3610 * Scripts/run-safari: Pass arguments through to Safari on command line.
3611 * Scripts/run-webkit-app: Pass arguments through to "open" tool on command line.
3613 2005-08-11 Eric Seidel <eseidel@apple.com>
3614 Fix by Tobias Lidskog <tobiaslidskog@mac.com>
3616 Reviewed by eseidel.
3618 * DrawTest/TestController.m:
3619 (-[TestController imagePathForSVGPath:]):
3620 Fixed support for using TextViewer with the layout-tests.
3621 http://bugzilla.opendarwin.org/show_bug.cgi?id=4385
3623 2005-08-11 Maciej Stachowiak <mjs@apple.com>
3625 At Least Roughly Glanced At by Anders.
3627 - fix change with totally breaks the layout tests.
3629 * DumpRenderTree/DumpRenderTree.m:
3630 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Make tests unready if you start another
3631 load, to avoid dumping twice accidentally.
3633 2005-08-10 Eric Seidel <eseidel@apple.com>
3634 Fixed made by Mitz Pettel <opendarwin.org@mitzpettel.com>
3638 * DumpRenderTree/DumpRenderTree.m:
3639 Added support for rendering to a PNG file.
3640 http://bugzilla.opendarwin.org/show_bug.cgi?id=3840
3642 2005-08-07 Eric Seidel <eseidel@apple.com>
3646 * Scripts/run-webkit-tests: added --svg option
3647 * Scripts/run-webkit-tests-svg: Removed.
3648 http://bugzilla.opendarwin.org/show_bug.cgi?id=4300
3650 2005-08-07 Eric Seidel <eseidel@apple.com>
3651 Changes by Ben La Monica <ben.lamonica@gmail.com>
3655 * svg2png/ImageDiff.h: Added.
3656 * svg2png/ImageDiff.m: Added.
3657 (getDifferenceBitmap):
3658 (computePercentageDifferent):
3659 (saveAnimatedGIFToFile):
3660 * svg2png/svg2png.m:
3661 (usage): added several new options
3662 (getBitmapForSVG): added NSBitmapImageRep generation
3663 (main): various argument changes.
3664 * svg2png/svg2png.xcodeproj/project.pbxproj:
3665 Several additions to provide image differencing functionality.
3666 http://bugzilla.opendarwin.org/show_bug.cgi?id=4193
3668 2005-08-07 Eric Seidel <eseidel@apple.com>
3672 * Scripts/run-webkit-tests-svg: now uses WebCore/svg-tests
3673 * checkout-svg: links WebCore/svg-tests to SVGSupport/layout-tests
3674 Adding the first SVG layout tests:
3675 http://bugzilla.opendarwin.org/show_bug.cgi?id=4303
3677 2005-08-07 Darin Adler <darin@apple.com>
3679 * Scripts/cvs-create-patch: Do all the directories at once, for speed.
3681 2005-08-06 Eric Seidel <eseidel@apple.com>
3685 * DumpKCanvasTree/DumpKCanvasTree.m: Added.
3686 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj: Added.
3687 * Scripts/build-dumpkcanvastree: Added.
3688 * Scripts/run-webkit-tests-svg: Added.
3689 Adds a DumpRenderTree-like tool for SVG which allows us to do
3690 text-based layout regression testing. This (like most of the
3691 SVG specific stuff) is temporary and will be replaced by
3692 DumpRenderTree once the DOMs and RenderTrees merge.
3693 http://bugzilla.opendarwin.org/show_bug.cgi?id=3917
3695 2005-08-06 Eric Seidel <eseidel@apple.com>
3699 * DrawTest/DrawTestView.m:
3700 (-[DrawTestView toggleFilterSupport:]): missing negation.
3701 One half of fix for toggling filter support.
3702 http://bugzilla.opendarwin.org/show_bug.cgi?id=4252
3704 2005-08-04 Eric Seidel <eseidel@apple.com>
3708 * Scripts/build-drawtest:
3709 * Scripts/build-dumprendertree:
3710 * Scripts/build-svg2png:
3711 * Scripts/build-webcore-svg:
3712 * Scripts/build-webkit:
3713 * Scripts/webkitdirs.pm: added checkRequiredSystemConfig()
3714 Added checkRequiredSystemConfig and made all the build-* scripts
3715 use it to print a pretty warning when trying to compile on an
3716 unsupported system (less than 10.4, Xcode 2.1).
3717 http://bugzilla.opendarwin.org/show_bug.cgi?id=4280
3719 2005-08-04 Darin Adler <darin@apple.com>
3721 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Bring this file back from
3722 the dead. It was removed by accident when someone was trying to work on the branch.
3724 2005-07-31 Darin Adler <darin@apple.com>
3726 - a little tools cleanup
3728 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Moved options from target to
3729 project as a whole. Removed unused Default configuration.
3731 * Scripts/check-dom-results: Added license header, comment to explain purpose of tool.
3733 2005-07-31 Duncan Wilcox <duncan@mclink.it>
3735 Reviewed and landed by Darin Adler.
3737 Add logging of editing delegate calls for regression checking.
3739 * DumpRenderTree/DumpRenderTree.m:
3741 setup editing delegate
3743 (-[DOMNode dumpPath]):
3745 utility for editing delegate logging
3747 (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]):
3748 (-[EditingDelegate webView:shouldEndEditingInDOMRange:]):
3749 (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]):
3750 (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]):
3751 (-[EditingDelegate webView:shouldDeleteDOMRange:]):
3752 (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]):
3753 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]):
3754 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
3755 (-[EditingDelegate webViewDidBeginEditing:]):
3756 (-[EditingDelegate webViewDidChange:]):
3757 (-[EditingDelegate webViewDidEndEditing:]):
3758 (-[EditingDelegate webViewDidChangeTypingStyle:]):
3759 log corresponding editing delegate methods
3761 (-[EditingDelegate webViewDidChangeSelection:]):
3762 log selection except when clearing selection after end of test (uses existing "done" flag)
3765 added clearing of selection after test
3767 2005-07-31 Eric Seidel <eseidel@apple.com>
3771 * Scripts/build-drawtest: Added.
3772 * Scripts/build-svg2png: Added.
3773 * Scripts/build-webcore-svg: Added.
3774 * Scripts/run-drawtest: Added.
3775 * Scripts/webkitdirs.pm: added checkSVGFrameworks
3776 Made it much easier to build WebCore+SVG.
3777 http://bugzilla.opendarwin.org/show_bug.cgi?id=4208
3779 2005-07-29 Eric Seidel <eseidel@apple.com>
3783 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3784 Build fix. Removed bad path.
3786 2005-07-29 Eric Seidel <eseidel@apple.com>
3788 Reviewed by sullivan.
3790 * DrawTest/AppDelegate.h: Added.
3791 * DrawTest/AppDelegate.m: Added.
3792 * DrawTest/DrawTest.xcodeproj/project.pbxproj: Added.
3793 * DrawTest/DrawTestDocument.h: Added.
3794 * DrawTest/DrawTestDocument.m: Added.
3795 * DrawTest/DrawTestInspectorController.h: Added.
3796 * DrawTest/DrawTestInspectorController.m: Added.
3797 * DrawTest/DrawTestToolbarController.h: Added.
3798 * DrawTest/DrawTestToolbarController.m: Added.
3799 * DrawTest/DrawTestView.h: Added.
3800 * DrawTest/DrawTestView.m: Added.
3801 * DrawTest/DrawTest_Prefix.pch: Added.
3802 * DrawTest/English.lproj/DrawTestDocument.nib/classes.nib: Added.
3803 * DrawTest/English.lproj/DrawTestDocument.nib/info.nib: Added.
3804 * DrawTest/English.lproj/DrawTestDocument.nib/keyedobjects.nib: Added.
3805 * DrawTest/English.lproj/InfoPlist.strings: Added.
3806 * DrawTest/English.lproj/Inspector.nib/classes.nib: Added.
3807 * DrawTest/English.lproj/Inspector.nib/info.nib: Added.
3808 * DrawTest/English.lproj/Inspector.nib/keyedobjects.nib: Added.
3809 * DrawTest/English.lproj/MainMenu.nib/classes.nib: Added.
3810 * DrawTest/English.lproj/MainMenu.nib/info.nib: Added.
3811 * DrawTest/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
3812 * DrawTest/English.lproj/TestViewer.nib/classes.nib: Added.
3813 * DrawTest/English.lproj/TestViewer.nib/info.nib: Added.
3814 * DrawTest/English.lproj/TestViewer.nib/keyedobjects.nib: Added.
3815 * DrawTest/Info.plist: Added.
3816 * DrawTest/SVGTest.h: Added.
3817 * DrawTest/SVGTest.m: Added.
3818 * DrawTest/ScalingImageView.h: Added.
3819 * DrawTest/ScalingImageView.m: Added.
3820 * DrawTest/TestController.h: Added.
3821 * DrawTest/TestController.m: Added.
3822 * DrawTest/TestViewerSplitView.h: Added.
3823 * DrawTest/TestViewerSplitView.m: Added.
3824 * DrawTest/main.m: Added.
3825 Adding simple cocoa app for testing SVG rendering, interaction.
3826 http://bugzilla.opendarwin.org/show_bug.cgi?id=4157
3828 2005-07-28 Eric Seidel <eseidel@apple.com>
3832 * svg2png/svg2png.m: Added.
3833 * svg2png/svg2png.xcodeproj/project.pbxproj: Added.
3834 * svg2png/svg2png_Prefix.pch: Added.
3835 Added a simple test tool which dumps a PNG from an SVG using
3836 WebCore+SVG's SVG rendering support.
3837 http://bugzilla.opendarwin.org/show_bug.cgi?id=4156
3839 2005-07-26 Maciej Stachowiak <mjs@apple.com>
3843 - new script to review the DOM layout test results and see where we stand
3844 on actual success and failure
3846 * Scripts/check-dom-results: Added.
3848 2005-07-25 Darin Adler <darin@apple.com>
3850 * Scripts/webkitdirs.pm: Check in missing line of code.
3852 2005-07-25 Darin Adler <darin@apple.com>
3854 - fixed problem that was causing JavaScriptCore test to fail
3855 (except for people who had set DYLD_FRAMEWORK_PATH)
3857 * Scripts/run-javascriptcore-tests: Add code to set DYLD_FRAMEWORK_PATH.
3858 Add code to parse configuration parameter so you can pass --deployment if you like.
3859 * Scripts/run-webkit-tests: Add code to parse configuration parameter.
3861 * Scripts/update-javascriptcore-test-results: Add license header.
3863 * Scripts/webkitdirs.pm: Change code that reads configuration option to remove it
3864 from @ARGV. This lets us use this option in commands that take other options and
3865 pass them along to a subsequent tool.
3867 2005-07-25 Darin Adler <darin@apple.com>
3869 Reviewed by Geoff Garen.
3871 - Fixed run-safari and gdb-safari to use the Safari application in the build results
3872 directory, if any, falling back to the one in the Applications directory otherwise.
3873 Does no harm for open source contributors who don't build Safari, and helps out the
3874 Safari team, since we do build Safari.
3876 * Scripts/webkitdirs.pm: Added safariPath function that uses WEBKIT_SAFARI environment
3877 variable, and if that's not present, looks in either the build results directory or
3878 /Applications; factors code that was in both scripts before into a shared function.
3879 Also removed some Xcode 2.0 support which is no longer relevant since our projects are
3880 now in Xcode 2.1 format and incompatible with older versions of Xcode.
3882 * Scripts/gdb-safari: Use safariPath.
3883 * Scripts/run-safari: Use safariPath.
3885 2005-07-22 Geoffrey Garen <ggaren@apple.com>
3887 Moved Tools/Scripts/run-mozilla-tests to WebKitTools/Scripts/run-javascriptcore-tests.
3888 run-javascriptcore-tests now passes its command-line arguments to jsDriver.pl
3890 Moved Tools/Scripts/update-mozilla-js-test-results to
3891 WebKitTools/Scripts/update-javascriptcore-test-results.
3895 * Scripts/run-javascriptcore-tests: Added.
3897 2005-07-21 Geoffrey Garen <ggaren@apple.com>
3901 * Scripts/build-dumprendertree: changed XCode 2.0 project file reference to 2.1
3903 2005-07-21 Geoffrey Garen <ggaren@apple.com>
3905 * DumpRenderTree/DumpRenderTree.xcode/.cvsignore: Removed.
3907 2005-07-21 Geoffrey Garen <ggaren@apple.com>
3909 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Removed.
3911 2005-07-21 Geoffrey Garen <ggaren@apple.com>
3913 * DumpRenderTree/DumpRenderTree.xcodeproj/.cvsignore: Added.
3915 2005-07-21 Geoffrey Garen <ggaren@apple.com>
3917 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added.
3919 2005-07-21 Geoffrey Garen <ggaren@apple.com>
3921 * Scripts/build-webkit:
3923 2005-07-12 Eric Seidel <eseidel@apple.com>
3927 * checkout-svg: Fixed error with symlink creation.
3929 2005-07-12 Eric Seidel <eseidel@apple.com>
3933 * checkout-svg: Added.
3934 Script to check out WebCore+SVG
3936 2005-06-30 Darin Adler <darin@apple.com>
3938 Changes based on input from Michael Kahl.
3940 * Scripts/cvs-create-patch: Use "-f" so we are compatible with .cvsrc files that
3941 specify different style of "diff".
3942 * Scripts/webkitdirs.pm: Add missing call to determineBaseProductDir, so that
3943 determineConfigurationProductDir works in all cases.
3945 2005-06-29 Darin Adler <darin@apple.com>
3947 - fixed bug which would result in multiple unwanted dumps in a single layout test
3949 * DumpRenderTree/DumpRenderTree.m:
3950 (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]): Set new
3952 (-[LayoutTestController waitUntilDone]): Update for name change.
3953 (-[LayoutTestController notifyDone]): Dump only if ready.
3954 (dumpRenderTree): Set up new boolean and update for name change.
3956 2005-06-29 Darin Adler <darin@apple.com>
3958 Changes by Timothy Hatcher.
3961 * Scripts/run-webkit-app: Added script to open an arbritrary application with
3962 a CVS built WebKit. Example: ./run-webkit-app Colloquy
3964 * Scripts/gdb-safari: Added support for WEBKIT_SAFARI environment variable to specify
3965 a custom location to the Safari.app bundle. This is optional, script defaults to the stock location.
3966 * Scripts/run-safari: Ditto.
3968 2005-06-26 Darin Adler <darin@apple.com>
3970 * Scripts/build-dumprendertree: Pass -project option so that having a second
3971 copy of the project (like the one Xcode 2.1 offers to make for you) that's
3972 out of date won't screw you up.
3973 * Scripts/build-webkit: Ditto.
3975 2005-06-23 Darin Adler <darin@apple.com>
3977 * Scripts/webkitdirs.pm: Fixed a regular expression in the code I just landed.
3979 2005-06-23 Darin Adler <darin@apple.com>
3981 Changes based on input from Michael Kahl.
3983 * Scripts/cvs-create-patch: Added code to handle getting changes in the top-level
3984 directory passed in.
3986 * Scripts/webkitdirs.pm: Eliminate use of changing the current directory and using
3987 getcwd() in the code to find the base product dir. Added code to handle unusual
3988 base product directory values that use SRCROOT.
3990 2005-06-22 Darin Adler <darin@apple.com>
3992 Change by Anders Carlsson.
3994 - added support for dumping title changes
3996 * DumpRenderTree/DumpRenderTree.m:
3997 (-[WaitUntilDoneDelegate webView:didReceiveTitle:forFrame:]): Added. Dump title change
3998 if requested by JavaScript.
3999 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added dumpTitleChanges.
4000 (-[LayoutTestController dumpTitleChanges]): Added, sets flag.
4001 (dumpRenderTree): Start flag as NO.
4003 2005-06-20 Darin Adler <darin@apple.com>
4005 Reviewed by Justin Garcia.
4007 * Scripts/run-webkit-tests: Report number of tests when they succeed.
4009 2005-06-18 Darin Adler <darin@apple.com>
4011 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): Add more auto-release pools
4012 in the hope of making the tool use less memory and run faster.
4014 2005-06-18 Darin Adler <darin@apple.com>
4016 * Scripts/cvs-apply: Improve handling of patches with CR characters in them.
4017 * Scripts/cvs-unapply: Ditto.
4019 2005-06-17 Maciej Stachowiak <mjs@apple.com>
4021 - added prepare-ChangeLog script which we use internally to make ChangeLogs, for
4022 benefit of all WebKit hackerdom
4024 * Scripts/prepare-ChangeLog: Added.
4026 2005-06-16 Darin Adler <darin@apple.com>
4028 - recent changes to XcodeOptions made it depend on the current directory
4029 The intent was to have the WebKitBuild directory be next to WebKitTools,
4030 not inside the various build directories. Workaround for now is to call
4031 XcodeOptions when the directory is set to the WebKit directory.
4033 * Scripts/build-dumprendertree: Use a local variable for XcodeOptions and get it
4034 at the start of the script.
4035 * Scripts/build-webkit: Ditto.
4037 2005-06-15 Darin Adler <darin@apple.com>
4039 * Scripts/webkitdirs.pm: Recognize all 1.X versions of Xcode as old too, not just 2.0.
4041 2005-06-14 Darin Adler <darin@apple.com>
4043 Changes by Anders Carlsson.
4046 - fixed <http://bugzilla.opendarwin.org/show_bug.cgi?id=3496>
4047 Add gdb-safari script to launch Safari under gdb
4049 * Scripts/gdb-safari: Added.
4051 2005-06-12 Darin Adler <darin@apple.com>
4053 Changes by Stuart Morgan.
4056 * Scripts/cvs-abandon: Use cwd instead of `pwd`.
4057 * Scripts/cvs-apply: Ditto.
4058 * Scripts/cvs-create-patch: Ditto.
4059 * Scripts/cvs-unapply: Ditto.
4060 * Scripts/run-webkit-tests: Ditto.
4061 * Scripts/webkitdirs.pm: Ditto. Also improve handling when there's no "Configuration" file.
4063 2005-06-12 Darin Adler <darin@apple.com>
4065 * Scripts/cvs-apply: Handle case of an empty patch better.
4066 * Scripts/cvs-unapply: Ditto.
4068 2005-06-12 Darin Adler <darin@apple.com>
4070 Changes by Michael Gaiman.
4073 - fixed <http://bugzilla.opendarwin.org/show_bug.cgi?id=3487>
4074 WebKit no longer builds after configuration supporting build changes
4076 * Scripts/webkitdirs.pm: Chomp off the result of `pwd`, and don't die when no Configuration file.
4078 2005-06-12 Darin Adler <darin@apple.com>
4080 * Scripts/update-webkit: Make this script work when called from any directory.
4082 2005-06-12 Darin Adler <darin@apple.com>
4085 Includes changes by Stuart Morgan as well as my own.
4087 * Scripts/build-dumprendertree: Call the new setConfiguration function, and use XcodeOptions instead of
4088 symrootXcodeOptions to set the -buildstyle option.
4089 * Scripts/build-webkit: Ditto. Also remove the old way of supporting Xcode 2.1 and the old --debug option.
4090 The new --development option does the same thing.
4091 * Scripts/run-safari: Ditto.
4092 * Scripts/run-webkit-tests: Ditto.
4093 * Scripts/update-webkit: Ditto.
4094 * Scripts/set-webkit-configuration: Added. Sets the default configuration to Development or Deployment.
4096 * Scripts/webkitdirs.pm: use FindBin to find the WebKit directory; works no matter what the current
4097 directory is when invoking a script. Add code to determine the Xcode version so we can do the right
4098 thing for 2.0 and 2.1. Change the productDir function to return the appropriate per-configuration
4099 product directory. Read the default configuration from a file, overridable by a passed-in command-line
4102 2005-06-11 Darin Adler <darin@apple.com>
4104 * Scripts/cvs-create-patch: Improve handling of directories with mixed CVS roots by going into each directory
4105 to execute the cvs diff commands.
4107 2005-06-11 Darin Adler <darin@apple.com>
4109 - added first cuts at some cvs scripts
4111 cvs-abandon is for throwing away changes; discards any local changes, reverting to the state in CVS
4112 cvs-create-patch is for making patches; runs cvs diff with all the right options and handles added/deleted files
4113 cvs-apply is for applying patches; runs patch and cvs add and cvs rm
4114 cvs-unapply is for unapplying patches; does the opposite of cvs-apply
4116 An argument against these is "waste of time if we switch to Subversion", but they should be good for a while.
4118 * Scripts/cvs-abandon: Added.
4119 * Scripts/cvs-apply: Added.
4120 * Scripts/cvs-create-patch: Added.
4121 * Scripts/cvs-unapply: Added.
4123 2005-06-09 Darin Adler <darin@apple.com>
4127 - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3397
4128 Build DumpRenderTree fails with unresolved NSAutoreleasePool, etc
4130 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Change type from "folder" to "wrapper.framework"
4131 for Foundation.framework. How was it ever wrong?
4133 - finally, I tested making the default build directory work; it works now
4135 * Scripts/webkitdirs.pm: Changed structure of the code a little bit, added symrootXcodeOptions function
4136 that sets SYMROOT on the command line in case there's no product directory set in Xcode preferences.
4137 * Scripts/build-webkit: Pass symrootXcodeOptions when invoking Xcode.
4138 * Scripts/build-dumprendertree: Ditto.
4140 2005-06-09 Darin Adler <darin@apple.com>
4142 * Scripts/webkitdirs.pm: Another try at making the default build directory of ~/WebKitBuild
4143 work. Someone should try building without setting the Xcode build product directory now,
4144 and let me know if it works.
4146 2005-06-08 Darin Adler <darin@apple.com>
4148 - quick fix to try to get build scripts working again
4150 * Scripts/build-dumprendertree: Add FindBin.
4151 * Scripts/build-webkit: Ditto.
4152 * Scripts/run-safari: Ditto.
4153 * Scripts/run-webkit-tests: Ditto.
4154 * Scripts/update-webkit: Ditto.
4156 2005-06-08 Darin Adler <darin@apple.com>
4160 - some build script enhancements
4162 * Scripts/build-dumprendertree: Changed to use webkitdirs.
4163 * Scripts/build-webkit: Changed to use webkitdirs, also only copy files from WebKitLibraries if
4165 * Scripts/run-safari: Reduce number of log messages, change to respect "-d" flag and get Development
4166 before Deplyment in that case.
4167 * Scripts/run-webkit-tests: Changed to use webkitdirs.
4168 * Scripts/update-webkit: Changed to use webkitdirs.
4170 * Scripts/webkitdirs.pm: Added.
4172 2005-06-08 Maciej Stachowiak <mjs@apple.com>
4174 Code change by Toby Peterson <toby@opendarwin.org>
4177 * Scripts/run-safari: Fix to work with Xcode 2.0 again. The script would
4178 get confused because build-webkit now makes even 2.0 build directories look
4181 2005-06-07 Darin Adler <darin@apple.com>
4183 Reviewed by Adele Peterson.
4185 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Added Deployment build style.
4186 * Scripts/build-dumprendertree: For now, always use Deployment build style. This may fix things
4187 so we can run tests with Xcode 2.1.
4189 2005-06-07 Darin Adler <darin@apple.com>
4191 Reviewed by Adele Peterson.
4193 * Scripts/run-webkit-tests: Pass -L to find command to follow symlinks. This allows symlinks in the
4194 layout-tests directory to include additional sets of tests.
4196 2005-06-07 Darin Adler <darin@apple.com>
4198 * checkout: Added license.
4199 * Scripts/build-dumprendertree: Ditto.
4200 * Scripts/run-webkit-tests: Ditto.
4201 * Scripts/update-webkit: Ditto.
4203 2005-06-07 Darin Adler <darin@apple.com>
4205 Change by Toby Peterson <toby@opendarwin.org>.
4208 * Scripts/build-webkit: Changes so you can build with Xcode 2.1. (I also added a license to this file.)
4209 * Scripts/run-safari: Ditto.
4211 2005-06-06 Maciej Stachowiak <mjs@apple.com>
4213 * Scripts/build-webkit: run ranlib on libWebKitSystemInterface.a
4215 2005-06-06 Maciej Stachowiak <mjs@apple.com>
4217 * Scripts/build-webkit: Chop newline off of $productDir to avoid problems with logic to copy files ther.
4219 2005-06-06 Maciej Stachowiak <mjs@apple.com>
4221 * Scripts/build-webkit: Install WebKitSystemInterface stuff into build products dir.
4223 2005-06-05 Darin Adler <darin@apple.com>
4225 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Tweak, simplify.
4226 * Scripts/build-dumprendertree: Added.
4227 * Scripts/build-webkit: Build All in the JavaScriptCore directory.
4228 * Scripts/run-webkit-tests: Build DumpRenderTree before running.
4230 2005-06-05 Darin Adler <darin@apple.com>
4232 * Scripts/run-safari: Fix path to Safari executable. Add check for frameworks.
4234 2005-06-05 Darin Adler <darin@apple.com>
4236 - add run-webkit-tests script; not working yet but the pieces are there
4238 * Scripts/run-webkit-tests: Added.
4240 * DumpRenderTree/DumpRenderTree.m: Added.
4241 * DumpRenderTree/DumpRenderTree.xcode/.cvsignore: Added.
4242 * DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Added.
4243 * DumpRenderTree/DumpRenderTreePrefix.h: Added.
4245 2005-06-05 Darin Adler <darin@apple.com>
4247 - created module, first cut at Web Kit Open Source Project scripts
4250 * Scripts/build-webkit: Added.
4251 * Scripts/run-safari: Added.