1 2006-09-15 Mark Rowe <opendarwin.org@bdash.net.nz>
5 http://bugzilla.opendarwin.org/show_bug.cgi?id=10635
6 Bug 10635: Buildbot configuration in SVN is out of sync with build.webkit.org
8 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Reorder build slaves within build factories in an attempt to spread the load evenly.
9 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Return to sending status emails to <svnuser>@opensource.apple.com addresses.
10 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Update configuration to match changes in Buildbot. Always do clean SVG builds.
12 2006-09-09 Sam Weinig <sam.weinig@gmail.com>
16 Patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=10791
17 Even More Objective-C DOM auto-generation cleanup
19 - Change to use new, more Objectice-C'ish version of
20 DOMKeyboardEvent's initKeyboardEvent. Fixes an error with
21 regression test for fast/events/dblclick-addEventListener.html.
23 * DumpRenderTree/EventSendingController.m:
24 (-[EventSendingController fireKeyboardEventsToElement:]):
26 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
30 Fixes last part of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10644
31 Move QtLauncher down to WebKitQt.
33 * QtLauncher/CMakeLists.txt: Removed.
34 * QtLauncher/main.cpp: Removed.
36 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
40 Fixes parts of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10644
41 Adjust DumpRenderTree to the FrameQtClient changes.
43 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
44 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
45 (WebCore::DumpRenderTree::DumpRenderTree):
46 (WebCore::DumpRenderTree::~DumpRenderTree):
47 (WebCore::DumpRenderTree::frame):
48 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h:
49 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.cpp: Added.
50 (WebCore::DumpRenderTreeClient::DumpRenderTreeClient):
51 (WebCore::DumpRenderTreeClient::~DumpRenderTreeClient):
52 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.h: Added.
54 2006-09-03 Darin Adler <darin@apple.com>
56 * Scripts/do-webcore-rename: More renaming plans.
58 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
62 http://bugzilla.opendarwin.org/show_bug.cgi?id=10693
63 Convert JavaScript arrays to AppleScript lists
65 * DumpRenderTree/AppleScriptController.m:
66 (convertAEDescToObject):
67 (-[AppleScriptController doJavaScript:]): Support printing AEDescLists.
69 2006-08-31 Darin Adler <darin@apple.com>
71 * Scripts/do-webcore-rename: Prepare for another round of renaming.
73 2006-08-29 Dan Waylonis <waylonis@google.com>
77 - Verification of exceptions thrown in a plugin. Test for bug 10114.
78 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
79 * DumpRenderTree/ObjCPlugin.m:
80 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
81 (+[ObjCPlugin webScriptNameForSelector:]):
82 (-[ObjCPlugin throwIfArgumentIsNotHello:]):
84 2006-08-30 Nikolas Zimmermann <zimmermann@kde.org>
88 Commit KDE related tweaks, to be able to
89 differentiate between a Qt-only or a KDE build.
91 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Add ksvg2/ includes.
92 * QtLauncher/CMakeLists.txt: Add ksvg2/ includes.
94 2006-08-29 Darin Adler <darin@apple.com>
96 Reviewed by Tim Hatcher.
98 * Scripts/gdb-safari: Set DYLD_FRAMEWORK_PATH inside gdb instead of setting it in gdb's environment
99 to work around what seems to be a bug in some versions of gdb.
101 2006-08-16 Tim Omernick <timo@apple.com>
103 Reviewed by John Sullivan.
105 Part of <rdar://problem/4481553> NetscapeMoviePlugIn example code scripting doesn't work in Firefox (4319)
106 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4319>: NetscapeMoviePlugIn example code scripting doesn't work
109 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
111 WebKit's NPP_GetValue() reference counting behavior has been changed to match Firefox. NPObject return values
112 are expected to be retained by the plug-in, and released by the caller.
114 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org>
116 Reviewed by Tim Hatcher.
118 Fixes one chunk of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10604
120 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
121 (WebCore::DumpRenderTree::checkLoaded): Faster polling for isLoaded() in
124 * Scripts/run-webkit-tests:
125 Use -expected-qt.txt etc.. output in run-webkit-test if isQt().
127 2006-08-28 Darin Adler <darin@apple.com>
129 Reviewed by Tim Hatcher.
131 * Scripts/build-drosera: Fix behavior when there are multiple options.
133 2006-08-27 Timothy Hatcher <timothy@apple.com>
137 Drosera will be built when you type make.
139 * Drosera/Makefile: Added.
141 * Makefile.shared: Added.
143 2006-08-27 Anders Carlsson <acarlsson@apple.com>
147 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
148 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
149 (WebCore::DumpRenderTree::DumpRenderTree):
150 (WebCore::DumpRenderTree::~DumpRenderTree):
151 (WebCore::DumpRenderTree::open):
152 (WebCore::DumpRenderTree::readStdin):
153 (WebCore::DumpRenderTree::checkLoaded):
154 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
155 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
158 2006-08-27 Nikolas Zimmermann <zimmermann@kde.org>
160 Reviewed by Eric, landed by Anders.
162 Add DumpRenderTree support for Qt/Linux.
164 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
165 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
166 (WebCore::DumpRenderTree::DumpRenderTree):
167 (WebCore::DumpRenderTree::~DumpRenderTree):
168 (WebCore::DumpRenderTree::open):
169 (WebCore::DumpRenderTree::readStdin):
170 (WebCore::DumpRenderTree::checkLoaded):
171 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
172 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
174 * Scripts/build-dumprendertree:
175 * Scripts/run-webkit-tests:
176 * Scripts/webkitdirs.pm:
178 2006-08-24 Nikolas Zimmermann <zimmermann@kde.org>
180 Reviewed by Eric. Landed by rwlbuis.
182 Add QtLauncher (was testunity before), which provides a
183 standalone "browser" to test the Qt platform stuff.
185 * QtLauncher/CMakeLists.txt: Added.
186 * QtLauncher/main.cpp: Added.
189 2006-08-22 Trey Matteson <trey@usa.net>
193 Added support for a new set of browser navigation tests. The main feature
194 is the ability for a test to queue up a set of future actions that will
195 happen after that first page is loaded. This is used to simulate a sequence
196 of user actions such as filling out forms, loading additional pages or
197 going back. In addition we can now dump out the state of the back/forward
198 list, and the scroll position is dumped if not at 0,0.
200 * DumpRenderTree/DumpRenderTree.m:
201 (main): Init new state
202 (compareHistoryItems): New utility to support sorting.
203 (dumpHistoryItem): Write out a WebHistoryItem and kids.
204 (dumpFrameScrollPosition): Write out the scroll position.
205 (dump): Optionally write b/f list or scroll position.
206 (-[WaitUntilDoneDelegate processWork:]): Perform queued work.
207 (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]):
208 Kick off any queued actions. Fixed for the case of loads started in
209 a subframe instead of the root frame.
210 (-[WaitUntilDoneDelegate webView:didStartProvisionalLoadForFrame:]):
211 Grab the topmost frame that is being loaded. Do this as early as possible,
212 instead of in didCommitLoadForFrame.
213 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
214 Noting a load has started now happens in previous method.
215 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Boilerplate
216 (+[LayoutTestController webScriptNameForSelector:]): Boilerplate
217 (-[LayoutTestController notifyDone]): readyToDump var is subsumed by
219 (-[LayoutTestController dumpBackForwardList]): New impl, just set a bit.
220 (-[LayoutTestController _addWorkForTarget:selector:arg1:arg2:]):
221 Add new work to the queue.
222 (-[LayoutTestController _doLoad:target:]): Do a queued load.
223 (-[LayoutTestController _doBackOrForwardNav:]): Do a queued back/forward.
224 (-[LayoutTestController scheduleBackNav:]): Ways for scripts to queue actions
225 (-[LayoutTestController scheduleForwardNav:]):
226 (-[LayoutTestController scheduleReload]):
227 (-[LayoutTestController scheduleScript:]):
228 (-[LayoutTestController scheduleLoad:target:]):
229 (runTest): Clear new state for each test. Renamed from "dumpRenderTree"
230 since it's not one of the functions that does any dumping.
232 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
236 - added a function to create a few DOMKeyboardEvents and dispatch
237 them to a specified HTML element
238 http://bugzilla.opendarwin.org/show_bug.cgi?id=9736
240 * DumpRenderTree/EventSendingController.m:
241 (+[EventSendingController isSelectorExcludedFromWebScript:]):
242 (+[EventSendingController webScriptNameForSelector:]):
243 (-[EventSendingController fireKeyboardEventsToElement:]):
245 2006-08-15 Duncan Wilcox <duncan@mclink.it>
247 Reviewed and tweaked by Darin.
249 - added DumpRenderTree support so editing delegate can be made to refuse edits
250 to enable tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10129
252 * DumpRenderTree/DumpRenderTree.m:
253 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Add setAcceptsEditing:
254 to the list of methods.
255 (+[LayoutTestController webScriptNameForSelector:]): Use the name setAcceptsEditing,
256 without the colon, for the JavaScript name.
257 (-[LayoutTestController setAcceptsEditing:]): Added. Calls through to the editing
259 (dumpRenderTree): Set the acceptsEditing flag to YES before each test.
261 * DumpRenderTree/EditingDelegate.h: Added an "acceptsEditing" flag and getter and
262 setter methods to the class.
263 * DumpRenderTree/EditingDelegate.m:
264 (-[EditingDelegate init]): Initialize acceptsEditing to YES.
265 (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]): Instead of always returning YES,
266 return the value of acceptsEditing.
267 (-[EditingDelegate webView:shouldEndEditingInDOMRange:]): Ditto.
268 (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]): Ditto.
269 (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]): Ditto.
270 (-[EditingDelegate webView:shouldDeleteDOMRange:]): Ditto.
271 (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]):
273 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): Ditto.
274 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): Ditto.
275 (-[EditingDelegate setAcceptsEditing:]): Added.
277 2006-08-03 Mark Rowe <opendarwin.org@bdash.net.nz>
281 Bug 10224: [Drosera] Drosera icon should be set on DroseraLauncher so it appears in nightly builds
282 http://bugzilla.opendarwin.org/show_bug.cgi?id=10224
284 * Drosera/Drosera.xcodeproj/project.pbxproj:
285 * Drosera/LauncherInfo.plist:
287 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
289 - fix ASSERTION FAILURE: draggingDocumentView == nil in -[WebViewPrivate dealloc]
290 when a test performs an unsuccessful drag and drop operation.
292 * DumpRenderTree/EventSendingController.m:
293 (-[EventSendingController mouseUp]): Added a call to -draggingExited: if the
294 drag operation for the mouse release is NSDragOperationNone.
296 2006-08-02 Timothy Hatcher <timothy@apple.com>
300 Bug 9632: [Drosera] syntax highlighting is slow (reproducible 40 second hang)
301 http://bugzilla.opendarwin.org/show_bug.cgi?id=9632
303 Do not change the file source when normalizing the line endings.
304 We use this file source to compare against new versions of the source
305 as it comes in, so we can skip re-syntax highlighting if they are the same.
306 The problem is apparent on yahoo.com since they have mixed line endings and
307 once we normalize them the source will always be different. This was
308 compounded by the fact that yahoo has around 40 inline scripts. Each
309 inline script causes us to check if the main document has more loaded,
310 that is when we compare the source strings. Since they are always different
311 we would syntax highlight yahoo.com 40 times! We do check source length before
312 doing a more expensive string comparison, but the lengths were the same.
314 * Drosera/debugger.js:
316 2006-08-02 Niels Leenheer <niels.leenheer@gmail.com>
320 Bug 9931: [Drosera] Needs a cool icon
321 http://bugzilla.opendarwin.org/show_bug.cgi?id=9931
323 * Drosera/Drosera.icns: Added.
324 * Drosera/Drosera.xcodeproj/project.pbxproj:
325 * Drosera/Info.plist:
327 2006-08-01 Darin Adler <darin@apple.com>
329 - fix a bug in my recent change where the mouse position at the end of
330 the last test would affect the results of the next test
332 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): Set lastMousePosition to 0.
334 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
338 http://bugzilla.opendarwin.org/show_bug.cgi?id=10182
339 Bug 10182: [Drosera] Evaluating expressions in Console is slow when current frame has many variables
341 * Drosera/console.js: String.indexOf returns -1 when the string is not found.
342 Correct the logic to not reload local variable list unless an '=' character is in the expression.
344 2006-07-31 Darin Adler <darin@apple.com>
348 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10171
349 REGRESSION: failing layout test: fast/events/objc-event-api.html
351 * DumpRenderTree/DumpRenderTree.m:
352 (main): Add pose so we can implement +[NSEvent mouseLocation]. Put the window at a predictable
353 location in flipped coordinates, since those are the coordinates that we use.
354 (+[DumpRenderTreeEvent mouseLocation]): Implement this, since it's used for mouse event handling
357 * DumpRenderTree/EventSendingController.m:
358 (+[EventSendingController initialize]): Removed unused webkitDomEventProperties array.
359 (-[EventSendingController init]): Removed, since the whole thing was a no-op.
360 (-[EventSendingController mouseMoveToX:Y:]): Convert the x,y pair to window coordinates. The old code
361 probably worked OK, but this is needed to be correct.
362 (-[EventSendingController handleEvent:]): Put clientX/Y before screenX/Y and removed the flipping
363 code from screenY. We didn't really need to flip screenY -- what was actually happening was that the
364 position that DumpRenderTree chose was in non-flipped coordinates, and with that fixed we can just
365 dump the screenY as-is.
367 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
371 http://bugzilla.opendarwin.org/show_bug.cgi?id=10178
372 Bug 10178: [Drosera] Selecting a frame in the stack list should take you to that location in the source
374 * Drosera/debugger.js: Keep a stack that contains the source file and line number references for outer
375 frames. Use this stack to determine which file and line to highlight when a stack frame is selected.
377 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
381 http://bugzilla.opendarwin.org/show_bug.cgi?id=10175
382 Bug 10175: [Drosera] Anonymous functions show up as "(global scope)" in stack list
384 * Drosera/DebuggerDocument.m:
385 (-[WebScriptObject currentFunctionStack]): If the frame has a caller it isn't the global scope.
387 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
391 http://bugzilla.opendarwin.org/show_bug.cgi?id=10167
392 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
394 * DumpRenderTree/EventSendingController.m: Don't set the mouse down flag
397 2006-07-30 Mark Rowe <opendarwin.org@bdash.net.nz>
401 Bug 9686: [Drosera] Need the ability to break into Drosera on Javascript exceptions
402 http://bugzilla.opendarwin.org/show_bug.cgi?id=9686
404 * Drosera/DebuggerDocument.m:
405 (-[WebScriptObject switchToServerNamed:]): Remove as listener before resuming to
406 ensure that the server does not try and notify us of events related to the resumption.
407 (-[WebScriptObject webView:exceptionWasRaised:sourceId:line:forWebFrame:]): Delegate
408 call through to JavaScript.
409 * Drosera/debugger.js: Pause debugger when exception is raised.
411 2006-07-29 Mike Emmel <mike.emmel@gmail.com>
415 - fixes for Linux build
417 * GdkLauncher/mk: Added call to bakefile_gen before calling make.
418 * GdkLauncher/gdklauncher.bkl: Tweak comment.
420 2006-07-24 Dan Waylonis <waylonis@google.com>
422 Reviewed and tweaked a bit by Darin.
424 * DumpRenderTree/ObjCPlugin.m:
425 (+[ObjCPlugin isSelectorExcludedFromWebScript:]): Added "echo:".
426 (+[ObjCPlugin webScriptNameForSelector:]): Use the name "echo" for
427 "echo:" so it's nice to call from JavaScript.
428 (-[ObjCPlugin echo:]): Just returns the same object -- can be used
429 to test a round trip through Objective-C types.
431 2006-07-24 Alexey Proskuryakov <ap@nypop.com>
435 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10060
436 Improve iExploder results parsing
438 * Scripts/run-iexploder-tests: Fix Apach logs parsing to produce a correct results
441 2006-07-18 David Kilzer <ddkilzer@kilzer.net>
445 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=9964
446 Add switch to prepare-ChangeLog to skip svn update of ChangeLog files
448 * Scripts/prepare-ChangeLog: Added --[no-]update switch.
450 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
454 * BuildSlaveSupport/build.webkit.org-config/buildbot.css:
455 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
457 Removed "Property changes" that snuck in as part of the "apply patch" process.
459 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
463 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=9875
464 Teach svn-apply and svn-unapply to use patch(1) for additions and deletions
467 (addDirectoriesIfNeeded): Don't try to add a directory that's already in svn.
469 (patch): Use patch(1) for non-binary additions and deletions.
470 * Scripts/svn-unapply:
472 (patch): Use patch(1) for reverting non-binary additions and deletions.
473 (revertDirectories): Don't try to revert a directory that hasn't changed in svn.
475 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
479 Bug 9889: [Drosera] Stepping out when paused after last statement in function skips a frame
480 http://bugzilla.opendarwin.org/show_bug.cgi?id=9889
482 * Drosera/debugger.js: Track whether we paused during the execution of willLeaveFrame. If
483 so, have stepOut pause on the next call to willExecuteStatement rather than second.
485 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
489 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=9848
490 Teach svn-create-patch and friends to fix ChangeLog patches
492 * Scripts/svn-apply: Added fixChangeLogPatch() and invoked it in the proper place.
493 * Scripts/svn-create-patch: Ditto.
494 * Scripts/svn-unapply: Ditto.
496 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
500 Bug 9869: [Drosera] JS Console fails to evaluate input when paused in global scope
501 http://bugzilla.opendarwin.org/show_bug.cgi?id=9869
503 * Drosera/DebuggerDocument.m:
504 (-[WebScriptObject currentFunctionStack]): Include the global frame in the stack.
506 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
510 Bug 9863: Drosera needs to show something at launch
511 http://bugzilla.opendarwin.org/show_bug.cgi?id=9863
513 * Drosera/DebuggerApplication.m:
514 (-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
516 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
520 Lets Drosera build universal for the nightlies. Right now it is not
521 possible to build a universal binary on a PPC machine because of a
522 conflict with the universal SDK.
524 * BuildSlaveSupport/build-launcher-app:
525 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
527 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
531 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
532 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
534 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
535 (pluginInvoke): treat getURL() with one parameter as if the second parameter were NULL -
536 should open a new stream and deliver the data to the current instance.
538 2006-07-11 Timothy Hatcher <timothy@apple.com>
542 Bug 9598: [Drosera] add a JavaScript evaluator console
543 http://bugzilla.opendarwin.org/show_bug.cgi?id=9598
545 * Drosera/DebuggerApplication.h:
546 * Drosera/DebuggerApplication.m:
547 (-[DebuggerApplication knownServers]):
548 * Drosera/DebuggerDocument.h:
549 * Drosera/DebuggerDocument.m:
550 (-[WebScriptObject evaluateScript:inCallFrame:]):
551 (-[WebScriptObject showConsole:]):
552 (-[WebScriptObject toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
553 (-[WebScriptObject toolbarDefaultItemIdentifiers:]):
554 (-[WebScriptObject toolbarAllowedItemIdentifiers:]):
555 (-[WebScriptObject webView:createWebViewWithRequest:]):
556 (-[WebScriptObject webViewShow:]):
557 (-[WebScriptObject webViewAreToolbarsVisible:]):
558 (-[WebScriptObject webView:setToolbarsVisible:]):
559 (-[WebScriptObject webView:setResizable:]):
560 (-[WebScriptObject webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:]):
561 (-[WebScriptObject scriptConfirmSheetDidEnd:returnCode:contextInfo:]):
562 (-[WebScriptObject webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:]):
563 (-[WebScriptObject webView:windowScriptObjectAvailable:]):
564 (-[WebScriptObject webView:didFinishLoadForFrame:]):
565 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
566 * Drosera/Drosera.xcodeproj/project.pbxproj:
567 * Drosera/Images/console.png: Added.
568 * Drosera/console.css: Added.
569 * Drosera/console.html: Added.
570 * Drosera/console.js: Added.
572 2006-07-11 Timothy Hatcher <timothy@apple.com>
574 Reviewed by a tired Geoff.
576 Bug 9597: [Drosera] hook up the variables table to show stack variables
577 http://bugzilla.opendarwin.org/show_bug.cgi?id=9597
579 * Drosera/DebuggerDocument.m:
580 (-[WebScriptObject isSelectorExcludedFromWebScript:]):
581 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
582 (-[WebScriptObject localScopeVariableNamesForCallFrame:]):
583 (-[WebScriptObject valueForScopeVariableNamed:inCallFrame:]):
584 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
585 (-[WebScriptObject webView:didLoadMainResourceForDataSource:]):
586 (-[WebScriptObject webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
587 (-[WebScriptObject webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
588 (-[WebScriptObject webView:willExecuteStatement:sourceId:line:forWebFrame:]):
589 (-[WebScriptObject webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
590 * Drosera/debugger.css:
591 * Drosera/debugger.html:
592 * Drosera/debugger.js:
594 2006-07-10 Tim Omernick <timo@apple.com>
596 Reviewed by Beth Dakin.
598 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9844>:
599 Add DOM access test to DumpRenderTree's Netscape plug-in
601 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
605 2006-07-10 Mark Rowe <opendarwin.org@bdash.net.nz>
609 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9839
610 Bug 9839: Nightly launcher fails to detect extensions when extension causes crash on load
612 Now track three states: initializing, running, and closed. If we are launched and the previous
613 state was initializing then we likely just experienced a crash on launch.
615 * WebKitLauncher/WebKitNightlyEnabler.m:
616 (myApplicationWillFinishLaunching): Improve wording of dialog. Update to set new running state.
617 (myApplicationWillTerminate): Update to use new states.
618 (cleanUpAfterOurselves): Display alert if previous state was initializing. Set state as
619 initializing as early as practical.
620 (symbol_lookup): Bring code up to speed with formatting guidelines.
621 (GDSymbolLookup): Ditto.
623 2006-07-10 Darin Adler <darin@apple.com>
625 - try to fix Windows build
627 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
628 Remove include paths with "khtml" in them. Add one for "html" subdir or WebCore.
630 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
632 Build fix. Reviewed by NOBODY.
634 - Backed out http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
635 devenv.com not available in VC++ Express installations
637 * Scripts/webkitdirs.pm: Backed out previous change.
639 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
643 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9693
644 svn-apply should set ChangeLog date correctly when applying patches
646 * Scripts/svn-apply: Set the ChangeLog entry date using a configurable timezone
647 before applying the patch.
648 * Scripts/svn-unapply: Reset the ChangeLog entry date before unapplying the patch.
650 2006-07-09 Darin Adler <darin@apple.com>
652 * Scripts/do-webcore-rename: Final version of this round of renaming for posterity.
654 2006-07-09 Darin Adler <darin@apple.com>
656 * Scripts/do-webcore-rename: Next round of renaming. (Last round was done.)
658 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
660 Reviewed by NOBODY (build fix).
662 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
663 devenv.com not available in VC++ Express installations
665 * Scripts/webkitdirs.pm: Restore Hyatt's original logic to make buildbot
666 work again. Add VC++ Express check as the fallback.
668 2006-07-09 Bjoern Graf <bjoern.graf@gmail.com>
670 Reviewed by Timothy Hatcher.
672 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
673 devenv.com not available in VC++ Express installations
675 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
677 2006-07-09 Joost de Valk <jdevalk@opendarwin.org>
681 Fixes bug http://bugzilla.opendarwin.org/show_bug.cgi?id=9804 .
682 Patch by coldwinter@katamail.com.
684 In the congratulations message, "capatibilies" should be "capabilities".
686 * Scripts/build-webkit:
688 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
690 Reviewed by Timothy Hatcher.
692 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9794
693 Teach run-webkit-tests how to ignore tests with performance improvements
695 * Scripts/run-webkit-tests: Speed up test list generation, implement --ignore-tests
696 feature, and minor clean up.
698 2006-07-08 Darin Adler <darin@apple.com>
700 Reviewed by Geoff (well, half of it at least).
702 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
703 storage leaks in Objective-C tests
705 * DumpRenderTree/DumpRenderTree.m: (-[LayoutTestController keepWebHistory]):
706 * DumpRenderTree/ObjCPlugin.m: (-[ObjCPlugin removeBridgeRestrictions:]):
707 Add a release to fix a storage leak.
709 2006-07-08 Darin Adler <darin@apple.com>
711 * Scripts/do-webcore-rename: A few more.
713 2006-07-08 Darin Adler <darin@apple.com>
715 * Scripts/do-webcore-rename: Another cut at renames. About ready to go (later today).
717 2006-07-04 Maciej Stachowiak <mjs@apple.com>
721 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
722 - add support for dumping non-HTML as text - in this case use textContent
725 * DumpRenderTree/DumpRenderTree.m:
728 2006-07-02 Timothy Hatcher <timothy@apple.com>
732 Bug 9631: [Drosera] Add "Step Over" and "Step Out"
733 http://bugzilla.opendarwin.org/show_bug.cgi?id=9631
735 Adds step over and step out. Along with a little code cleanup
736 that was minor enough to piggyback on this fix.
738 * Drosera/DebuggerDocument.h:
739 * Drosera/DebuggerDocument.m:
740 (-[DebuggerDocument stepOver:]):
741 (-[DebuggerDocument stepOut:]):
742 (-[DebuggerDocument windowDidLoad]):
743 (-[DebuggerDocument windowWillClose:]):
744 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
745 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
746 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
747 (-[DebuggerDocument validateUserInterfaceItem:]):
748 * Drosera/Drosera.xcodeproj/project.pbxproj:
749 * Drosera/debugger.html:
750 * Drosera/debugger.js:
751 * Drosera/viewer.css:
753 2006-07-02 Timothy Hatcher <timothy@apple.com>
757 Bug 9628: [Drosera] Split Views acting oddly
758 http://bugzilla.opendarwin.org/show_bug.cgi?id=9628
760 Only update the last X or Y coordinate if the new
761 size was not constrained. Also adds the resize cursor to
762 the body during the drag incase there is a constrained
763 over drag off of the resizer element.
765 * Drosera/debugger.js:
767 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
769 Reviewed by Alexy Proskuryakov.
771 Bug 9692: Warning about Safari extensions on every launch is obnoxious
772 http://bugzilla.opendarwin.org/show_bug.cgi?id=9692
774 * WebKitLauncher/WebKitNightlyEnabler.m:
775 (myApplicationWillTerminate): Note that we are exiting cleanly.
776 (cleanUpAfterOurselves): Install bundle load tracking only if we failed
777 to exit cleanly on our last invocation. This doesn't play nicely with
778 multiple concurrent instances of WebKit.app so it can be disabled via
779 defaults write com.apple.Safari WKNEShouldMonitorShutdowns -bool NO.
781 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
783 Reviewed by Alexy Proskuryakov.
785 Bug 9654: Refresh Loop when accessing feed URLs
786 http://bugzilla.opendarwin.org/show_bug.cgi?id=9654
788 * WebKitLauncher/Info.plist: Don't claim to handle feed:// URLs.
790 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
792 Reviewed by Timothy Hatcher.
794 Bug 9689: Nightly builds should warn a user about potential problems when using
796 http://bugzilla.opendarwin.org/show_bug.cgi?id=9689
798 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
799 * WebKitLauncher/WebKitNightlyEnabler.m:
800 (myBundleDidLoad): Keep track of if any bundles that are loaded.
801 (myApplicationWillFinishLaunching): Notify user if any bundles are loaded.
802 (cleanUpAfterOurselves): Register for NSBundleDidLoadNotification and
803 NSApplicationWillFinishLaunchingNotification notifications so that we can
804 track bundle loads and notify the user at launch completion.
806 2006-06-30 Mike Emmel <mike.emmel@gmail.com>
810 - first check-in of a Gdk shell for testing WebKit
812 * GdkLauncher: Added.
814 2006-06-29 Timothy Hatcher <timothy@apple.com>
818 Need to call window close so WebView tears-down completly.
820 * DumpRenderTree/DumpRenderTree.m:
821 (main): call [window close]
823 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
827 Bug 9615: Buildbot configuration should be in SVN repository
828 http://bugzilla.opendarwin.org/show_bug.cgi?id=9615
830 Import BuildBot configuration files as used by build.webkit.org.
831 auth.py has been stubbed out so that slave passwords are not disclosed.
833 * BuildSlaveSupport/build.webkit.org-config/Makefile: Added.
834 * BuildSlaveSupport/build.webkit.org-config/buildbot.css: Added.
835 * BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Added.
836 * BuildSlaveSupport/build.webkit.org-config/master.cfg: Added.
837 * BuildSlaveSupport/build.webkit.org-config/webkit/__init__.py: Added.
838 * BuildSlaveSupport/build.webkit.org-config/webkit/auth.py: Added.
839 * BuildSlaveSupport/build.webkit.org-config/webkit/basesteps.py: Added.
840 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Added.
841 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Added.
842 * BuildSlaveSupport/build.webkit.org-config/webkit/schedulers.py: Added.
843 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Added.
844 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Added.
846 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
850 Bug 9614: Nightly builds should notify user if a newer build is available
851 http://bugzilla.opendarwin.org/show_bug.cgi?id=9614
853 * BuildSlaveSupport/build-launcher-app: Write revision number to WebKit.app's VERSION file.
854 * BuildSlaveSupport/build-launcher-dmg: Pass revision number to server-side nightly maintenance
855 script so it can keep track of the latest revision.
856 * Scripts/run-webkit-tests: Pass build-dumprendertree's exit status through correctly.
857 * WebKitLauncher/VERSION: Added. Placeholder for SVN revision number
858 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
859 * WebKitLauncher/start.html: Retrieve revision number from VERSION file, and pass it through to
860 the nightly start page.
862 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
866 Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to screenY output
867 http://bugzilla.opendarwin.org/show_bug.cgi?id=9579
869 Report screenY values as (height of zero screen - screenY)
871 * DumpRenderTree/EventSendingController.m: (-[EventSendingController handleEvent:]):
873 2006-06-25 Timothy Hatcher <timothy@apple.com>
877 Bug 9591: [Drosera] breakpoints should be dragable and deletable by dragging off the gutter
878 http://bugzilla.opendarwin.org/show_bug.cgi?id=9591
880 Makes breakpoints dragable. If dragged off the gutter they are deleted.
882 * Drosera/debugger.js:
883 * Drosera/viewer.css:
885 2006-06-25 Timothy Hatcher <timothy@apple.com>
889 Bug 9568: assertion failure in Safari after quitting Drosera
890 http://bugzilla.opendarwin.org/show_bug.cgi?id=9568
892 Call switchToServerNamed:nil and not removeLister to make sure
893 the server object is set to nil to prevent further removeListener calls.
895 * Drosera/DebuggerDocument.m:
896 (-[DebuggerDocument applicationTerminating:]):
898 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
902 * Scripts/svn-apply: Speed up isDirectoryEmptyForRemoval() by returning as soon as we find
903 that the directory is not empty instead of reading in every single file and directory first,
904 then checking the count. Avoid warning in removeDirectoriesIfNeeded() if $svnOutput is not
907 2006-06-25 Darin Adler <darin@apple.com>
909 * Scripts/svn-apply: Tweak comments.
910 * Scripts/svn-create-patch: Ditto.
911 * Scripts/svn-unapply: Ditto.
913 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
915 Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY.
917 http://bugzilla.opendarwin.org/show_bug.cgi?id=9571#c2
919 * Scripts/svn-apply: Formatting fix.
921 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
925 http://bugzilla.opendarwin.org/show_bug.cgi?id=9571
926 Teach svn-apply and svn-unapply to handle directory adds and removes better
928 * Scripts/svn-apply: Handle directory adds more intelligently. Handle directory removes.
929 * Scripts/svn-unapply: Handle undoing both directory adds and removes.
931 2006-06-25 Timothy Hatcher <timothy@apple.com>
935 Bug 9574: Drosera should show inline scripts within the original HTML
936 http://bugzilla.opendarwin.org/show_bug.cgi?id=9574
938 Refactor the JavaScript code to have a distinction between files
939 and scripts. Show the script in the context of the HTML file if
940 it's URL is the same as the frame's main resource. At the time of
941 the disParseScript callback the main resource might not be completely
942 loaded, but Drosera needs to show whatever we have at the time. Once
943 the main resource is finished, update the file source and reload the file.
945 * Drosera/DebuggerDocument.m:
946 (-[DebuggerDocument pause]):
947 (-[DebuggerDocument webView:didLoadMainResourceForDataSource:]):
948 (-[DebuggerDocument webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
949 (-[DebuggerDocument webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:]):
950 * Drosera/debugger.css:
951 * Drosera/debugger.js:
953 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
957 http://bugzilla.opendarwin.org/show_bug.cgi?id=9570
958 Teach prepare-ChangeLog to operate on a list of files or directories
960 * Scripts/prepare-ChangeLog: Accept a list of files and/or directories when running.
961 * Scripts/svn-create-patch: Code refactoring.
963 2006-06-24 James G. Speth <speth@end.com>
967 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
968 add a way to build Objective-C test cases in HTML
970 Tests running in DumpRenderTree can choose to relax some restrictions of the JavaScript/Objective-C bridge
971 allowing more extensive testing of the Obj-C API. (and by more extensive, I mean this lets scripts do
972 pretty much whatever they want, including acting as delegates, generating events, instantiating obj-c
975 * DumpRenderTree/ObjCPlugin.h:
976 * DumpRenderTree/ObjCPlugin.m: this ability is only exposed to scripts running in DumpRenderTree
977 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
978 (+[ObjCPlugin webScriptNameForSelector:]):
979 (-[ObjCPlugin removeBridgeRestrictions:]): scripts call this to open up obj-c for extensive testing
980 (+[NSObject setAllowsScriptsFullAccess:]): makes NSObject allow all selectors to be invoked from script
981 (+[NSObject allowsScriptsFullAccess]):
982 (+[NSObject isSelectorExcludedFromWebScript:]): when full access is enabled, no selector is excluded
983 (+[NSObject webScriptNameForSelector:]): always return nil for the default selector mutation
984 (-[JSObjC classNameOfObject:isSelectorExcludedFromWebScript:]):
985 (+[JSObjC webScriptNameForSelector:]):
986 (-[JSObjC invokeDefaultMethodWithArguments:]): shortcut for accessing classes
987 (-[JSObjC lookUpClass:]): allow scripts to retrieve obj-c classes by name
988 (-[JSObjC log:]): access to NSLog function
989 (-[JSObjC retainObject:]): useful obj-c functions that are otherwise hard to reach from javascript
990 (-[JSObjC classOfObject:]):
991 (-[JSObjC classNameOfObject:]):
993 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
997 * DrawTest/Info.plist: Added copyright statement.
998 * Drosera/Info.plist: Ditto.
999 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Ditto.
1000 * WebKitLauncher/Info.plist: Ditto.
1002 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1004 Build fix. Reviewed by NOBODY.
1006 - Backed out http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
1007 devenv.com not available in VC++ Express installations
1009 * Scripts/webkitdirs.pm: Backed out previous change.
1011 2006-06-24 Bjoern Graf <bjoern.graf@gmail.com>
1015 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802
1016 devenv.com not available in VC++ Express installations
1018 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
1020 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
1024 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9564
1025 A bunch of fixes to run-webkit-httpd
1027 - Add an -all-interfaces (-a) flag to bind to all interfaces, not just
1028 127.0.0.1. Useful for testing with WinIE running on another machine;
1029 - don't call checkFrameworks() - we do not need a built WebKit here;
1030 - changed tabs to spaces;
1031 - disable HTTP keepalive (since Apache doesn't spawn sub-processes in
1032 interactive mode, they were a hassle when testing with several browsers, as one
1033 had to wait for connection to expire);
1034 - remove httpd.pid when done, so that Apache doesn't complain next time.
1036 * Scripts/run-webkit-httpd:
1038 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
1040 Reviewed by ggaren, landed by ap.
1042 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
1043 Complete DOMUIEvent Obj-C API to reflect UIEvent
1045 Add function to enable logging of all events of one DOM node to stdout.
1047 * DumpRenderTree/EventSendingController.h:
1048 * DumpRenderTree/EventSendingController.m:
1049 (+[EventSendingController initialize]):
1050 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1051 (+[EventSendingController webScriptNameForSelector:]):
1052 (-[EventSendingController enableDOMUIEventLogging:]):
1053 (-[EventSendingController handleEvent:]):
1055 2006-06-23 Kevin Decker <kdecker@apple.com>
1057 Reviewed by Tim Hatcher.
1059 - Made column headers in Drosera resizable.
1061 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1065 - see http://bugzilla.opendarwin.org/show_bug.cgi?id=9539
1066 Another case error preventing build
1068 * Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
1070 2006-06-22 Timothy Hatcher <timothy@apple.com>
1074 Adds a native toolbar to Drosera to be a good citizen.
1075 Adds a Debug menu with key-commands for Continue, Pause and Step Into.
1076 Fixes a dragging bug from an earlier fix to the divider code.
1077 Fixes some poor indenting in debugger.js.
1079 * Drosera/DebuggerDocument.h:
1080 * Drosera/DebuggerDocument.m:
1081 (-[DebuggerDocument stepInto]):
1082 (-[DebuggerDocument pause:]):
1083 (-[DebuggerDocument resume:]):
1084 (-[DebuggerDocument stepInto:]):
1085 (-[DebuggerDocument windowDidLoad]):
1086 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1087 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
1088 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
1089 (-[DebuggerDocument validateUserInterfaceItem:]):
1090 * Drosera/English.lproj/MainMenu.nib/classes.nib:
1091 * Drosera/English.lproj/MainMenu.nib/info.nib:
1092 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
1093 * Drosera/debugger.css:
1094 * Drosera/debugger.html:
1095 * Drosera/debugger.js:
1096 * Drosera/viewer.html:
1098 2006-06-22 Kevin Decker <kdecker@apple.com>
1102 - Added pressed column header image.
1103 - Made column headers behave more like Xcode.
1105 2006-06-22 Timothy Hatcher <timothy@apple.com>
1107 Reviewed by Kevin Decker.
1109 Code clean up. Adds the stackframe and makes only the body
1110 of the tables scrollable keeping the header visible.
1111 Shows the current function stack when paused or stepping.
1113 * Drosera/DebuggerApplication.m:
1114 (-[DebuggerApplication awakeFromNib]):
1115 (-[DebuggerApplication numberOfRowsInTableView:]):
1116 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1117 * Drosera/DebuggerDocument.h:
1118 * Drosera/DebuggerDocument.m:
1119 (-[DebuggerDocument dealloc]):
1120 (-[DebuggerDocument currentFrame]):
1121 (-[DebuggerDocument currentFrameFunctionName]):
1122 (-[DebuggerDocument currentFunctionStack]):
1123 (-[DebuggerDocument log:]):
1124 (-[DebuggerDocument windowWillClose:]):
1125 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1126 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1127 * Drosera/Drosera.xcodeproj/project.pbxproj:
1128 * Drosera/debugger.css:
1129 * Drosera/debugger.html:
1130 * Drosera/debugger.js:
1132 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1136 Teach run-webkit-httpd to properly look for webkitdirs.pm.
1138 * Scripts/run-webkit-httpd:
1140 2006-06-22 Kevin Decker <kdecker@apple.com>
1142 Reviewed by Tim Hatcher.
1144 - More progress toward Javascript Debugger.
1145 - Added some new images to the project.
1147 2006-06-21 Alexey Proskuryakov <ap@nypop.com>
1151 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9516
1152 Would like a script to run a httpd server with the same configuration as run-webkit-tests http
1154 * Scripts/run-webkit-httpd: Added.
1156 2006-06-20 Timothy Hatcher <timothy@apple.com>
1160 Builds Drosera and a launcher to include with the nightly.
1162 * BuildSlaveSupport/build-launcher-app:
1163 * BuildSlaveSupport/build-launcher-dmg:
1164 * Drosera/Drosera.xcodeproj/project.pbxproj:
1165 * Drosera/Info.plist:
1166 * Drosera/LauncherInfo.plist: Added.
1167 * Drosera/launcher.m: Added.
1168 (displayErrorAndQuit):
1169 (checkMacOSXVersion):
1172 * Scripts/build-drosera
1173 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1174 * WebKitLauncher/main.m:
1177 2006-06-20 Timothy Hatcher <timothy@apple.com>
1181 Adds a JavaScript debugger, called Drosera. Named after
1182 a genus of bug eating plants.
1184 * Drosera/DebuggerApplication.h: Added.
1185 * Drosera/DebuggerApplication.m: Added.
1186 (-[DebuggerApplication applicationDidFinishLaunching:]):
1187 (-[DebuggerApplication serverLoaded:]):
1188 (-[DebuggerApplication serverUnloaded:]):
1189 (-[DebuggerApplication awakeFromNib]):
1190 (-[DebuggerApplication showAttachPanel:]):
1191 (-[DebuggerApplication attach:]):
1192 (-[DebuggerApplication numberOfRowsInTableView:]):
1193 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1194 (-[DebuggerApplication tableView:willDisplayCell:forTableColumn:row:]):
1195 (-[DebuggerApplication tableViewSelectionDidChange:]):
1196 * Drosera/DebuggerDocument.h: Added.
1197 * Drosera/DebuggerDocument.m: Added.
1198 (+[WebScriptCallFrame isSelectorExcludedFromWebScript:]):
1199 (+[WebScriptCallFrame isKeyExcludedFromWebScript:]):
1200 (+[DebuggerDocument isSelectorExcludedFromWebScript:]):
1201 (+[DebuggerDocument isKeyExcludedFromWebScript:]):
1202 (-[DebuggerDocument initWithServerName:]):
1203 (-[DebuggerDocument windowWillClose:]):
1204 (-[DebuggerDocument dealloc]):
1205 (-[DebuggerDocument isPaused]):
1206 (-[DebuggerDocument pause]):
1207 (-[DebuggerDocument resume]):
1208 (-[DebuggerDocument step]):
1209 (-[DebuggerDocument windowNibName]):
1210 (-[DebuggerDocument windowDidLoad]):
1211 (-[DebuggerDocument switchToServerNamed:]):
1212 (-[DebuggerDocument applicationTerminating:]):
1213 (-[DebuggerDocument serverConnectionDidDie:]):
1214 (-[DebuggerDocument webView:windowScriptObjectAvailable:]):
1215 (-[DebuggerDocument webView:didFinishLoadForFrame:]):
1216 (-[DebuggerDocument webView:didParseSource:fromURL:sourceId:forWebFrame:]):
1217 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1218 (-[DebuggerDocument webView:willExecuteStatement:sourceId:line:forWebFrame:]):
1219 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1220 * Drosera/Drosera.pch: Added.
1221 * Drosera/Drosera.xcodeproj/project.pbxproj: Added.
1222 * Drosera/English.lproj/Debugger.nib/classes.nib: Added.
1223 * Drosera/English.lproj/Debugger.nib/info.nib: Added.
1224 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Added.
1225 * Drosera/English.lproj/MainMenu.nib/classes.nib: Added.
1226 * Drosera/English.lproj/MainMenu.nib/info.nib: Added.
1227 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
1228 * Drosera/Images/breakPoint.tif: Added.
1229 * Drosera/Images/breakPointDisabled.tif: Added.
1230 * Drosera/Images/continue.tif: Added.
1231 * Drosera/Images/finishFunction.tif: Added.
1232 * Drosera/Images/glossyFooterFill.tif: Added.
1233 * Drosera/Images/glossyHeader.png: Added.
1234 * Drosera/Images/gradientBackground.png: Added.
1235 * Drosera/Images/gutter.png: Added.
1236 * Drosera/Images/navLeftDisabled.png: Added.
1237 * Drosera/Images/navLeftNormal.png: Added.
1238 * Drosera/Images/navLeftPressed.png: Added.
1239 * Drosera/Images/navRightDisabled.png: Added.
1240 * Drosera/Images/navRightNormal.png: Added.
1241 * Drosera/Images/navRightPressed.png: Added.
1242 * Drosera/Images/pause.tif: Added.
1243 * Drosera/Images/popUpArrows.png: Added.
1244 * Drosera/Images/programCounter.tif: Added.
1245 * Drosera/Images/programCounterBreakPoint.tif: Added.
1246 * Drosera/Images/programCounterBreakPointDisabled.tif: Added.
1247 * Drosera/Images/run.tif: Added.
1248 * Drosera/Images/splitterBar.tif: Added.
1249 * Drosera/Images/splitterDimple.tif: Added.
1250 * Drosera/Images/step.tif: Added.
1251 * Drosera/Images/stepOver.tif: Added.
1252 * Drosera/Images/stop.tif: Added.
1253 * Drosera/Images/toolbarBackground.png: Added.
1254 * Drosera/Info.plist: Added.
1255 * Drosera/debugger.css: Added.
1256 * Drosera/debugger.html: Added.
1257 * Drosera/debugger.js: Added.
1258 * Drosera/main.m: Added.
1260 * Drosera/viewer.css: Added.
1261 * Drosera/viewer.html: Added.
1263 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1267 http://bugzilla.opendarwin.org/show_bug.cgi?id=9485
1268 Teach svn-apply and svn-unapply to use full path names
1270 * Scripts/svn-apply: Changed to use full path names. Cleaned up code.
1271 * Scripts/svn-unapply: Ditto.
1273 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1277 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
1278 DumpRenderTree should be able to keep URL history during runs
1280 Test: LayoutTests/fast/history/clicked-link-is-visited.html
1282 * DumpRenderTree/DumpRenderTree.m: Add keepWebHistory function to layoutTestController
1283 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Updated for keepWebHistory.
1284 (-[LayoutTestController keepWebHistory]): Added. We only set optional shared history if
1285 it is currently nil since keepWebHistory() might be called more than once incidentally
1287 (dumpRenderTree): Set optional shared history in WebHistory to nil by default.
1288 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Xcode 2.3 clean up.
1290 2006-06-11 David Kilzer <ddkilzer@kilzer.net>
1294 http://bugzilla.opendarwin.org/show_bug.cgi?id=9395
1295 Make prepare-ChangeLog faster
1297 * Scripts/prepare-ChangeLog: Use "svn diff" instead of "svn stat" to find changed files,
1298 then save the diff output for reuse. Keep a status variable if changes are made to
1299 LayoutTests so "svn diff LayoutTests" doesn't have to be run to check for changes when
1300 WebCore is updated. Added -h|--help command-line switch and help message. Move test
1301 for no changed files closer to the beginning of the program.
1303 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
1305 Reviewed and landed by ap.
1307 - make DumpRenderTree build
1309 * DumpRenderTree/DumpRenderTree.m:
1310 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Changed _updateFocusState to _updateActiveState
1311 (-[WaitUntilDoneDelegate webViewFocus:]): Ditto.
1312 (-[LayoutTestController setWindowIsKey:]): Ditto.
1313 (-[LayoutTestController setMainFrameIsFirstResponder:]): Ditto.
1315 2006-06-09 David Kilzer <ddkilzer@kilzer.net>
1317 Reviewed by Darin, landed by Geoff.
1319 http://bugzilla.opendarwin.org/show_bug.cgi?id=9350
1320 Use pathcmp() when sorting paths in svn-create-patch
1322 * Scripts/run-webkit-tests: Fixed splitpath() to use File::Basename subroutines instead of regex.
1323 * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.
1324 Changed sort() functions to use pathcmp(). Added subroutine prototypes. Added -h command-line
1325 switch and printUsage() subroutine.
1327 2006-06-06 David Kilzer <ddkilzer@kilzer.net>
1331 http://bugzilla.opendarwin.org/show_bug.cgi?id=9322
1332 Teach svn-create-patch to sort its output
1334 * Scripts/svn-create-patch: Clean up perl code. Sort patch output alphabetically
1335 by text files first, then by binary files.
1337 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1341 http://bugzilla.opendarwin.org/show_bug.cgi?id=9299
1342 Teach svn-create-patch and friends to work with binary files
1344 * Scripts/svn-apply: Updated to use base64-encoded text for binary files when applying patches.
1345 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
1346 * Scripts/svn-unapply: Updated to recognize binary files when unapplying patches.
1348 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
1352 http://bugzilla.opendarwin.org/show_bug.cgi?id=9296
1353 Performance improvement for svn-create-patch
1355 * Scripts/svn-create-patch: Undef $indexPath after all paths have been fixed for a given patch.
1357 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
1361 http://bugzilla.opendarwin.org/show_bug.cgi?id=9290
1362 Teach svn-apply and svn-unapply to patch ChangeLogs cleanly
1364 * Scripts/svn-apply: Fixed to apply ChangeLog patches without failing.
1365 * Scripts/svn-unapply: Ditto. Also simplified reversing a deletion.
1367 2006-06-03 Steve Falkenburg <sfalken@apple.com>
1371 Switch Spinneret to new hosting mechanism
1373 * Spinneret/Spinneret.sln:
1374 * Spinneret/Spinneret/Spinneret.cpp:
1375 (SpinneretWebHost::updateAddressBar):
1376 (SpinneretWebHost::QueryInterface):
1377 (SpinneretWebHost::AddRef):
1378 (SpinneretWebHost::Release):
1385 * Spinneret/Spinneret/Spinneret.h:
1386 (SpinneretWebHost::didStartProvisionalLoadForFrame):
1387 (SpinneretWebHost::didReceiveServerRedirectForProvisionalLoadForFrame):
1388 (SpinneretWebHost::didFailProvisionalLoadWithError):
1389 (SpinneretWebHost::didCommitLoadForFrame):
1390 (SpinneretWebHost::didReceiveTitle):
1391 (SpinneretWebHost::didReceiveIcon):
1392 (SpinneretWebHost::didFinishLoadForFrame):
1393 (SpinneretWebHost::didFailLoadWithError):
1394 (SpinneretWebHost::didChangeLocationWithinPageForFrame):
1395 (SpinneretWebHost::willPerformClientRedirectToURL):
1396 (SpinneretWebHost::didCancelClientRedirectForFrame):
1397 (SpinneretWebHost::willCloseFrame):
1398 (SpinneretWebHost::windowScriptObjectAvailable):
1399 * Spinneret/Spinneret/Spinneret.vcproj:
1401 2006-06-02 Steve Falkenburg <sfalken@apple.com>
1405 Updated build script
1407 * Scripts/build-webkit:
1409 2006-06-01 Anders Carlsson <acarlsson@apple.com>
1413 * DumpRenderTree/DumpRenderTree.m:
1414 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1415 (-[LayoutTestController clearBackForwardList]):
1416 Add clearBackForwardList function to layoutTestController
1418 2006-06-01 Anders Carlsson <acarlsson@apple.com>
1422 http://bugzilla.opendarwin.org/show_bug.cgi?id=8996
1423 slow-utf8-text layout test case failing (no longer deterministic?)
1425 * DumpRenderTree/DumpRenderTree.m:
1427 Dump as text when the response MIME type is text/plain
1429 2006-05-26 Steve Falkenburg <sfalken@apple.com>
1433 * Spinneret/Spinneret.sln:
1434 * Spinneret/Spinneret/Spinneret.vcproj:
1436 2006-05-24 Geoffrey Garen <ggaren@apple.com>
1440 Added 'GCController' to DRT to support garbage collection layout tests.
1442 GCController.collect() and GCController.collectOnAlternateThread() do
1443 what you would expect. The latter takes a boolean argument sepcifying
1444 whether to wait for garbage collection to finish before continuing to
1447 * DumpRenderTree/DumpRenderTree.m:
1448 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
1449 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1450 * DumpRenderTree/GCController.h: Added.
1451 * DumpRenderTree/GCController.mm: Added.
1452 (+[GCController isSelectorExcludedFromWebScript:]):
1453 (+[GCController webScriptNameForSelector:]):
1454 (-[GCController collect]):
1455 (-[GCController collectOnAlternateThread:]):
1457 2006-05-23 John Sullivan <sullivan@apple.com>
1461 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1462 Newer Xcode removed some obsolete cruft
1464 * DumpRenderTree/TextInputController.m:
1465 (-[TextInputController textInput]):
1466 added (id) cast to make newer compiler happy
1468 2006-05-22 Steve Falkenburg <sfalken@apple.com>
1474 * Spinneret/Spinneret.sln:
1476 2006-05-18 Darin Adler <darin@apple.com>
1478 - try to fix no-SVG, no-XPATH build, again
1480 * Scripts/build-webkit: Use FEATURE_DEFINES= instead of FEATURE_DEFINES=''.
1482 2006-05-18 Darin Adler <darin@apple.com>
1484 - try to fix no-SVG, no-XPATH build
1486 * Scripts/build-webkit: Pass FEATURE_DEFINES rather than GCC_PREPROCESSOR_DEFINITIONS,
1487 since the former is what's used in the WebCore project now.
1489 2006-05-17 Darin Adler <darin@apple.com>
1491 * Scripts/do-webcore-rename: Some more future renames.
1493 2006-05-16 Adele Peterson <adele@apple.com>
1497 * Scripts/do-webcore-rename: Added RenderTextField => RenderTextControl and
1498 HTMLTextFieldInnerElement => HTMLTextControlInnerElement to list for future renames.
1500 2006-05-15 Alexey Proskuryakov <ap@nypop.com>
1502 * Scripts/install-unix-extras: Changed to be executable and removed
1503 text in the file generated by "svn diff".
1504 * Scripts/regenerate-makefiles: Ditto.
1506 2006-05-13 Kevin M. Ollivier <kevino@theolliviers.com>
1508 Reviewed by Darin, landed by ap.
1510 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8528
1511 Bakefiles (and generated Makefiles) for wx and gdk ports
1513 * Scripts/install-unix-extras: Added.
1514 * Scripts/regenerate-makefiles: Added.
1516 2006-05-10 Steve Falkenburg <sfalken@apple.com>
1520 Fix registry usage from perl script. Turns out libwin32's
1521 SetRegValueEx, even for REG_DWORD, always takes its value as a string!
1523 * Scripts/install-win-extras:
1525 2006-05-09 Steve Falkenburg <sfalken@apple.com>
1528 Add load ended callback.
1532 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Fix include paths
1533 * Scripts/build-webkit: Build WebKitWin instead of WebCore/JavaScriptCore (WebKitWin builds those indirectly).
1534 * Spinneret/Spinneret/Spinneret.cpp:
1535 (SpinneretWebHost::loadEnd): Add callback for loadEnd() to determine success/failure of page load.
1536 (_tWinMain): Load built-in test content here instead of in lower-level code.
1537 * Spinneret/Spinneret/Spinneret.h: Add loadEnd() callback.
1539 2006-05-08 Maciej Stachowiak <mjs@apple.com>
1543 * Scripts/extract-localizable-strings: Update for correct names of log macros.
1545 2006-05-09 Anders Carlsson <acarlsson@apple.com>
1549 * Scripts/check-dom-results:
1550 Add XPath to the list of results.
1552 2006-05-08 Darin Adler <darin@apple.com>
1554 * Scripts/do-webcore-rename: Add another rename.
1556 2006-05-01 Steve Falkenburg <sfalken@apple.com>
1560 Spinneret now links against the new separate lib.
1562 * Spinneret/Spinneret.sln:
1563 * Spinneret/Spinneret/Spinneret.cpp:
1564 (SpinneretWebHost::updateLocationBar):
1566 * Spinneret/Spinneret/Spinneret.h:
1567 * Spinneret/Spinneret/Spinneret.vcproj:
1568 * Spinneret/Spinneret/WebFrame.cpp: Removed.
1569 * Spinneret/Spinneret/WebFrame.h: Removed.
1570 * Spinneret/Spinneret/WebView.cpp: Removed.
1571 * Spinneret/Spinneret/WebView.h: Removed.
1573 2006-04-28 Steve Falkenburg <sfalken@apple.com>
1577 Modify error reporting registry keys to disable Dr. Watson.
1578 This allows Javascript test cases to complete without blocking UI.
1580 * Scripts/install-win-extras:
1581 - Use Perl Win32 registry functions to disable blocking UI
1584 2006-04-28 Steve Falkenburg <sfalken@apple.com>
1588 Turned off C++ exceptions, fixed memory leaks
1590 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
1591 * Spinneret/Spinneret.sln:
1592 * Spinneret/Spinneret/Spinneret.cpp:
1594 * Spinneret/Spinneret/Spinneret.vcproj:
1595 * Spinneret/Spinneret/WebFrame.cpp:
1596 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
1597 (WebKit::WebFrame::WebFrame):
1598 (WebKit::WebFrame::~WebFrame):
1599 (WebKit::WebFrame::impl):
1600 * Spinneret/Spinneret/WebFrame.h:
1601 * Spinneret/Spinneret/WebView.cpp:
1602 * Spinneret/Spinneret/stdafx.h:
1604 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
1608 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8633
1609 DumpRenderTree should reset the URL cache
1611 * DumpRenderTree/DumpRenderTree.m:
1612 (main): Call [[NSURLCache sharedURLCache] removeAllCachedResponses].
1614 2006-04-28 Eric Seidel <eseidel@apple.com>
1616 Reviewed by andersca.
1618 * Scripts/do-webcore-rename: rename KCanvasContainer too
1619 * Scripts/run-webkit-tests: output total time
1621 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
1623 Reviewed by hyatt. Landed by eseidel.
1625 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8549
1626 Enable detection of excessive repainting with DumpRenderTree
1628 * DumpRenderTree/DumpRenderTree.m:
1629 (-[LayoutTestController display]):
1631 2006-04-23 Mitz Pettel <opendarwin.org@mitzpettel.com>
1635 - http://bugzilla.opendarwin.org/show_bug.cgi?id=6905
1636 DumpRenderTree needs a way to force painting (to allow invalidation tests)
1638 * DumpRenderTree/DumpRenderTree.m:
1639 (dump): If display() has been called during the test, grab the pixels from
1640 the view, after letting it repaint invalidated rects.
1641 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1642 (-[LayoutTestController display]): Added. Calls -display on the view
1643 and changes the subsequent behavior of dump().
1646 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
1650 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8532
1651 Update iExploder to 1.3.2
1653 Test case numbers are not compatible with iExploder 1.2.
1655 * Scripts/run-iexploder-tests: Print the numbers of the last five tests that were accessed.
1657 * iExploder/CHANGELOG.txt: Added.
1658 * iExploder/LICENSE.txt: Changed to a standard zlib/png license.
1659 * iExploder/README.txt: Added some performance hints.
1661 * iExploder/htdocs/config.rb: Added.
1662 * iExploder/htdocs/cssproperties.in:
1663 * iExploder/htdocs/cssvalues.in:
1664 * iExploder/htdocs/htmlattrs.in:
1665 * iExploder/htdocs/htmltags.in:
1666 * iExploder/htdocs/iexploder.cgi:
1667 - Updated to support the latest HTML & CSS tags, properties, and values from both
1668 the WebKit and Mozilla CVS tree
1669 - cssproperties.in cleanup
1670 - Modularized the code a little bit.
1671 - Fix subtest bug that was causing last 5 tags to be missed
1672 - new subtest algorithm to deal better with larger tag counts
1673 - default HTML_MAX_TAGS increased from 32 to 96
1675 * iExploder/htdocs/index.html: Updated version to 1.3.2.
1676 * iExploder/htdocs/webserver.rb: Added. New standalone webserver, can be used as an
1677 alternative to our run-iexploder-tests.
1678 * iExploder/tools/showtest.rb: Added. Similar to run-iexploder-tests --get.
1679 * iExploder/htdocs/iexploder.rb: Added. Used by webserver.rb.
1680 * iExploder/tools/osx_last_crash.rb: Find logs modified in the last two days.
1682 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
1684 - commit Scripts/run-mangleme-tests (missed it the previous time).
1686 2006-04-18 Darin Adler <darin@apple.com>
1688 - attempt to fix Windows buildbot
1690 * Scripts/install-win-extras: Temporarily changed URLs to fr.rpmfind.net.
1691 We need a better long-term solution for this.
1693 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1697 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8444
1698 Integrate mangleme test script.
1700 Works in a similar way to run-iexploder-tests.
1702 * Scripts/run-mangleme-tests: Added.
1704 * mangleme/Makefile: Added.
1705 * mangleme/README: Added.
1706 * mangleme/mangle.cgi.c: Added.
1707 * mangleme/remangle.cgi.c: Added.
1708 * mangleme/tags.h: Added.
1710 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1714 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8443
1715 An easier way to save iExploder tests.
1717 * Scripts/run-iexploder-tests: Added a --get option to save a test into a file.
1719 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1723 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8421
1724 Integrate iExploder test script.
1726 This script generates artificially mangled HTML documents, to test that the browser
1727 doesn't crash when handling ill-formed code.
1730 run-iexploder-tests Open an interactive test page in Safari+ToT.
1731 run-iexploder-tests nnnnn Open test #nnnnn.
1733 Command line options:
1734 --guard-malloc (-g) Use Guard Malloc.
1735 --port=nnnn Run Apache on port nnnn (default is 8000).
1737 To save a crashing test, you can use curl while the crash reporter dialog is on the screen
1738 (thus, Apache is still running), e.g.:
1739 curl -o iexploder293.html "http://127.0.0.1:8000/iexploder.cgi?lookup=1&test=293"
1741 Additionally, there are some useful scripts in WebKitTools/iExploder/tools directory.
1743 * Scripts/run-iexploder-tests: Added.
1745 * iExploder/LICENSE.txt: Added.
1746 * iExploder/README.txt: Added.
1747 * iExploder/htdocs: Added.
1748 * iExploder/htdocs/cssproperties.in: Added.
1749 * iExploder/htdocs/cssvalues.in: Added.
1750 * iExploder/htdocs/htmlattrs.in: Added.
1751 * iExploder/htdocs/htmltags.in: Added.
1752 * iExploder/htdocs/htmlvalues.in: Added.
1753 * iExploder/htdocs/iexploder.cgi: Added.
1754 * iExploder/htdocs/index.html: Added.
1755 * iExploder/tools: Added.
1756 * iExploder/tools/lasthit.rb: Added.
1757 * iExploder/tools/osx_last_crash.rb: Added.
1759 2006-04-16 Alexey Proskuryakov <ap@nypop.com>
1763 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8412
1764 Restore color profile after a crash
1766 * DumpRenderTree/DumpRenderTree.m:
1767 (crashHandler): Added a handler for signals that are raised on a crash. Keeping separate
1768 from the existing handler for manual interruption (SIGINT/SIGHUP/SIGTERM), because
1769 I'm trying to find a way to prevent the Crash Reporter dialog from appearing on crash,
1770 and this code may change significantly.
1772 (main): Install crashHandler.
1774 (setDefaultColorProfileToRGB): Properly convert CFStringRef to a char buffer
1775 (CFStringGetCStringPtr should NEVER EVER be used!).
1777 2006-04-15 Darin Adler <darin@apple.com>
1781 * Scripts/install-win-extras: Try to fix the Windows build by fixing the URLs here.
1782 Seems xmlsoft.org's HTTP no longer has what we need.
1784 2006-04-13 Mark Rowe <opendarwin.org@bdash.net.nz>
1786 Rubber-stamped by Darin.
1788 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8348
1789 upload-disk-image stage on buildslaves fail with "No space left on device"
1791 * BuildSlaveSupport/build-launcher-dmg: Use the -srcfolder option to
1792 'hdiutil create'. This creates the initial disk image based on the size of
1793 the source folder, and copies the contents to the new disk image. The file
1794 extension on the temporary uncompressed disk image has also been altered from
1795 ".uncompressed" to ".uncompressed.dmg" as hdiutil on 10.4.6 Intel fails when
1796 the extension is not ".dmg".
1798 2006-04-12 Eric Seidel <eseidel@apple.com>
1802 * Scripts/update-webkit: Make this return non-zero when svn fails.
1804 2006-04-10 Alexey Proskuryakov <ap@nypop.com>
1808 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8157
1809 Make HTTP tests using Perl use .pl extension
1811 * Scripts/run-webkit-tests: Added support for running .pl and .php tests,
1812 removed support for .text. Reduced the number of places that explicitly list supported
1813 extensions. Some of the changes come from bug 8121, the patch for which got landed only
1816 2006-04-06 Darin Adler <darin@apple.com>
1818 Changes requested by Mark Rowe.
1820 * BuildSlaveSupport/build-launcher-app: Set executable bit, removed property change
1821 trash at the end of the file.
1822 * BuildSlaveSupport/build-launcher-dmg: Ditto.
1824 * WebKitLauncher/main.m: Removed trash at end of file.
1826 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Let Xcode update comments
1829 2006-04-06 Mark Rowe <opendarwin.org@bdash.net.nz>
1831 Reviewed by Darin, landed by Maciej.
1833 * BuildSlaveSupport/build-launcher-app: Added. Builds WebKit.app from WebKitLauncher
1834 and bundles the WebKit frameworks inside it.
1835 * BuildSlaveSupport/build-launcher-dmg: Added. Builds, and optionally uploads, a disk image
1836 containing WebKit.app.
1837 * BuildSlaveSupport/run-performance-tests: Use currentSVNRevision.
1838 * Scripts/webkitdirs.pm: Add currentSVNRevision to retrieve the revision
1839 number of the SVN working copy.
1840 * WebKitLauncher: Added.
1841 * WebKitLauncher/Info.plist: Added.
1842 * WebKitLauncher/WebKitLauncher.xcodeproj: Added.
1843 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Added.
1844 * WebKitLauncher/WebKitNightlyEnabler.m: Added. This makes
1845 up the WebKitNightlyEnabler dylib which is loaded into Safari's address space
1846 to cause LaunchServices to treat Safari.app as WebKit.app when it is run from
1847 the nightly launcher.
1848 * WebKitLauncher/main.m: Added. The WebKit.app launcher.
1849 It sets up the environment to have Safari use the bundled frameworks
1850 and load the WebKitNightlyEnabler dylib before exec'ing Safari
1851 * WebKitLauncher/start.html: Added.
1852 * WebKitLauncher/webkit.icns: Added.
1854 2006-04-05 Darin Adler <darin@apple.com>
1858 * Scripts/check-for-global-initializers: Remove StringImpl from the list of files that
1859 are allowed to have global initializers.
1861 2006-04-05 Geoffrey Garen <ggaren@apple.com>
1863 Reviewed by OMG BETH
1865 * Scripts/run-testkjs:
1866 - pipe STDERR to /dev/null by default; new --verbose option overrides
1868 - set DYLD_FRAMEWORK_PATH to the webkit-configured path
1869 - output run command in a format that can be copied and pasted into the
1870 terminal to run manually
1872 2006-04-03 Justin Garcia <justin.garcia@apple.com>
1874 Reviewed by harrison
1876 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7567>
1877 A drag and drop in DumpRenderTree copies the source, instead of cutting it
1879 Tell the source that the drag is over after the drag is performed, not before.
1881 * DumpRenderTree/EventSendingController.m:
1882 (-[EventSendingController mouseUp]):
1884 2006-04-01 Darin Adler <darin@apple.com>
1888 * DumpRenderTree/EventSendingController.m: (-[EventSendingController keyDown:withModifiers:]):
1889 Fixed keyDown function so that it will work if you don't pass an array of modifiers or if
1890 elements in that array are not strings.
1892 2006-03-31 Darin Adler <darin@apple.com>
1894 Reviewed by John Sullivan.
1896 - added a "--reset-results" option to run-webkit-tests so you can reset
1897 the results without first deleting expected results
1898 - <rdar://problem/4185878> add scroll position to dumpRenderTree
1900 * Scripts/run-webkit-tests: Rearranged the code a bit to make the sequence
1901 more logical. Moved all the subroutines to the end of the file. Added a
1904 * DumpRenderTree/DumpRenderTree.m:
1905 (main): Added a new --dump-all-pixels option, used when forcing run-webkit-tests
1906 to generate new output for all tests it runs.
1907 (dump): Dump the scroll position if it's non-zero. Always dump the image when
1908 the --dump-all-pixels option is passed. Also tightened up the image dumping
1909 code and replaced the incorrect use of +[NSGraphicsContext saveGraphicsState]
1910 with code to save and restore the context.
1912 * DumpRenderTree/DumpRenderTree.h: Tweaked includes a bit and added (void).
1913 * DumpRenderTree/EventSendingController.m: Added now-needed include.
1915 2006-03-30 Tim Omernick <timo@apple.com>
1917 Reviewed by NOBODY (just fixing copyrights)
1919 * DumpRenderTree/ObjCPlugin.h:
1921 * DumpRenderTree/ObjCPlugin.m: ditto
1922 * DumpRenderTree/ObjCPluginFunction.h: ditto
1923 * DumpRenderTree/ObjCPluginFunction.m: ditto
1925 2006-03-30 Tim Omernick <timo@apple.com>
1929 * DumpRenderTree/DumpRenderTree.m:
1930 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
1931 Add "objCPlugin", "objCPluginFunction" properties to the window. objCPlugin simulates
1932 an Objective C object exposed to JS; objCPluginFunction simulates an Objective C method
1933 exposed to JS as a callable object.
1935 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1936 Added ObjCPlugin.[hm], ObjCPluginFunction.[hm].
1938 * DumpRenderTree/ObjCPlugin.h: Added.
1939 * DumpRenderTree/ObjCPlugin.m: Added.
1940 * DumpRenderTree/ObjCPluginFunction.h: Added.
1941 * DumpRenderTree/ObjCPluginFunction.m: Added.
1943 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1944 Added a new method, "removeDefaultMethod", which removes the default method from the
1945 plugin object's class. The effect is that the plugin object is mutated from a callable
1946 function to a simple object.
1948 Handle "removeDefaultMethod".
1949 (pluginInvokeDefault):
1950 Made the default method actually do something (return 1).
1952 2006-03-30 Eric Seidel <eseidel@apple.com>
1956 Remove WebFrame::viewImpl(), setMainFrame on page.
1958 * Spinneret/Spinneret/WebFrame.cpp:
1959 (WebKit::WebFrame::WebFrame):
1960 * Spinneret/Spinneret/WebFrame.h:
1961 * Spinneret/Spinneret/WebView.cpp:
1962 (WebKit::WebView::mouseMoved):
1963 (WebKit::WebView::mouseDown):
1964 (WebKit::WebView::mouseUp):
1965 (WebKit::WebView::mouseDoubleClick):
1966 (WebKit::WebViewWndProc):
1968 2006-03-30 Eric Seidel <eseidel@apple.com>
1972 Fix html editing input & basic form submission.
1974 * Spinneret/Spinneret/WebFrame.cpp:
1975 (WebKit::WebFrame::submitForm):
1976 (WebKit::WebFrame::loadURL):
1977 * Spinneret/Spinneret/WebFrame.h:
1978 * Spinneret/Spinneret/WebView.cpp:
1979 (WebKit::WebView::keyPress):
1980 (WebKit::WebViewWndProc):
1982 2006-03-28 Justin Garcia <justin.garcia@apple.com>
1986 <rdar://problem/4402375>
1987 REGRESSION (417.8-TOT): selectionRect sometimes includes adjacent images
1989 Added an option to draw the selectionRect.
1991 * DumpRenderTree/DumpRenderTree.m:
1993 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1994 (-[LayoutTestController dumpSelectionRect]):
1997 2006-03-29 Darin Adler <darin@apple.com>
1999 Reviewed by Tim Hatcher.
2001 - make the global initializer check work on Xcode 2.1 (although it's better on 2.2)
2003 * Scripts/check-for-global-initializers: Use NATIVE_ARCH if there is no CURRENT_ARCH.
2005 2006-03-28 Eric Seidel <eseidel@apple.com>
2009 * Scripts/check-for-global-initializers: remove svg exceptions.
2011 2006-03-28 Timothy Hatcher <timothy@apple.com>
2015 Exit gracefully if $ENV{'CURRENT_ARCH'} is undefined. Rolling out my previous change.
2017 * Scripts/check-for-global-initializers:
2019 2006-03-28 Timothy Hatcher <timothy@apple.com>
2021 Build fix. Turn off uninitialized warnings for the first block of code.
2023 * Scripts/check-for-global-initializers:
2025 2006-03-28 Darin Adler <darin@apple.com>
2029 * Scripts/check-for-global-initializers: Added.
2031 2006-03-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2033 Reviewed by darin. Landed by eseidel.
2035 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7947
2036 Add repaint testing support to run-webkit-tests
2038 * DumpRenderTree/DumpRenderTree.m:
2039 (main): Added --repaint and --horizontal-sweep options.
2040 (dump): Repaint line-by-line or column-by-column when the appropriate option
2042 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added testRepaint()
2043 and repaintSweepHorizontally() methods to layoutTestController.
2044 (-[LayoutTestController testRepaint]):
2045 (-[LayoutTestController repaintSweepHorizontally]):
2047 * Scripts/run-webkit-tests: Added --repaint and --horizontal-sweep options
2048 to force these settings on tests that do not ask for them.
2050 2006-03-24 Eric Seidel <eseidel@apple.com>
2056 * Spinneret/Spinneret/WebFrame.cpp:
2057 (WebKit::WebFrame::openURL): replace QString with DeprecatedString
2059 2006-03-21 Beth Dakin <bdakin@apple.com>
2063 Add support for keyDown() to DumpRenderTree.
2065 * DumpRenderTree/DumpRenderTree.m:
2066 (main): Set the preference for tabbing to links.
2067 * DumpRenderTree/EventSendingController.m:
2068 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2069 (+[EventSendingController webScriptNameForSelector:]):
2070 (-[EventSendingController keyDown:withModifiers:]):
2072 2006-03-20 Eric Seidel <eseidel@apple.com>
2078 * Spinneret/Spinneret/Spinneret.vcproj:
2079 * Spinneret/Spinneret/WebFrame.h:
2080 * Spinneret/Spinneret/WebView.cpp:
2081 (WebKit::WebView::mouseMoved):
2082 (WebKit::WebView::mouseDown):
2083 (WebKit::WebView::mouseUp):
2084 (WebKit::WebView::mouseDoubleClick):
2085 (WebKit::WebView::keyPress):
2086 (WebKit::WebViewWndProc):
2088 2006-03-19 Darin Adler <darin@apple.com>
2092 * DumpRenderTree/DumpRenderTree.m: (main): Turn on pop-up blocking so that
2093 we can test it in layout tests. We don't really need tests that run with
2094 pop-up blocking off at the moment. If we do some day, we can add some
2095 API for turning it off in the layout test controller.
2097 * Scripts/run-webkit-tests: Since we don't use NSLanguage at all any more,
2098 don't ignore the leak; it should no longer show up.
2100 2006-03-17 Anders Carlsson <andersca@mac.com>
2104 * Scripts/install-win-extras:
2105 Fetch "Program Files" location from the environment.
2107 2006-03-17 Eric Seidel <eseidel@apple.com>
2111 Fix Spinneret to pass Events as const & not as pointers.
2113 * Spinneret/Spinneret/WebView.cpp:
2114 (WebKit::WebView::mouseMoved):
2115 (WebKit::WebView::mouseDown):
2116 (WebKit::WebView::mouseUp):
2117 (WebKit::WebView::mouseDoubleClick):
2118 (WebKit::WebView::keyPress):
2120 2006-03-17 Eric Seidel <eseidel@apple.com>
2122 Reviewed by justing.
2124 Add support for basic HTML editing.
2126 * Spinneret/Spinneret/WebView.cpp:
2127 (WebKit::WebView::WebView):
2128 (WebKit::WebView::keyPress):
2130 2006-03-17 Eric Seidel <eseidel@apple.com>
2132 Rubber-stamped by ggaren.
2134 Break DumpRenderTree.m up into several files to make the code more readable.
2136 * DumpRenderTree/DumpRenderTree.h: Added.
2137 * DumpRenderTree/DumpRenderTree.m:
2138 (doneLoading): new accessor function for "done" global.
2139 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2140 * DumpRenderTree/DumpRenderTreeDraggingInfo.h: Added.
2141 * DumpRenderTree/DumpRenderTreeDraggingInfo.m: Added.
2142 * DumpRenderTree/EditingDelegate.h: Added.
2143 * DumpRenderTree/EditingDelegate.m: Added.
2144 (-[EditingDelegate webViewDidChangeSelection:]):
2145 * DumpRenderTree/EventSendingController.h: Added.
2146 * DumpRenderTree/EventSendingController.m: Added.
2148 2006-03-16 Eric Seidel <eseidel@apple.com>
2152 Add resize, scroll event support.
2154 * Spinneret/Spinneret/WebView.cpp:
2155 (WebKit::WebView::mouseMoved):
2156 (WebKit::WebView::mouseDown):
2157 (WebKit::WebView::mouseUp):
2158 (WebKit::WebView::mouseDoubleClick):
2159 (WebKit::WebView::keyPress):
2160 (WebKit::WebViewWndProc):
2161 * Spinneret/Spinneret/WebView.h:
2163 2006-03-16 Eric Seidel <eseidel@apple.com>
2167 Make build-webkit print correctly to stdout on windows.
2169 * Scripts/webkitdirs.pm: Fix to use devenv.com instead of devenv.exe
2171 2006-03-15 Eric Seidel <eseidel@apple.com>
2175 Fix eventSender.mouseClick() to update lastClick timestamp.
2177 * DumpRenderTree/DumpRenderTree.m:
2178 (-[EventSendingController mouseClick]):
2180 2006-03-15 Darin Adler <darin@apple.com>
2184 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Fix path
2185 that had a lowercase "i" in it so this builds on case-sensitive
2188 2006-03-15 Geoffrey Garen <ggaren@apple.com>
2192 Added run-testkjs and compare-timing-files scripts, to support super
2195 * Scripts/compare-timing-files: Added.
2196 * Scripts/run-testkjs: Added.
2198 2006-03-14 Eric Seidel <eseidel@apple.com>
2202 Make the URL bar relinquish focus on page load.
2204 * Spinneret/Spinneret/Spinneret.cpp:
2207 2006-03-14 Eric Seidel <eseidel@apple.com>
2211 Fix WebView to allow KeyFocus.
2212 Add handling of space and shift-space for scrolling.
2214 * Spinneret/Spinneret/WebView.cpp:
2215 (WebKit::scrollMessageForKey):
2216 (WebKit::WebViewWndProc):
2218 2006-03-10 Eric Seidel <eseidel@apple.com>
2222 Add scrolling support into Spinneret.
2224 * Spinneret/Spinneret/WebFrame.cpp:
2225 (WebKit::WebFrame::paint):
2226 * Spinneret/Spinneret/WebView.cpp:
2227 (WebKit::WebView::createWebView):
2228 (WebKit::calculateScrollDelta):
2229 (WebKit::scrollMessageForKey):
2230 (WebKit::WebViewWndProc):
2232 2006-03-13 Eric Seidel <eseidel@apple.com>
2236 Fix checksum generation on Intel machines.
2237 Also moved to CGImage APIs instead of NSBitmapImageRep, may possibly
2238 give a small speed boost now that it uses a shared buffer.
2240 * DumpRenderTree/DumpRenderTree.m:
2243 (md5HashStringForBitmap):
2244 * DumpRenderTree/ImageDiff.m:
2245 (computePercentageDifferent):
2247 2006-03-13 Darin Adler <darin@apple.com>
2249 Reviewed by Tim Hatcher.
2251 * Scripts/run-webkit-tests: Fix httpd handling to work on systems that
2252 have it named httpd-1.3 instead.
2254 2006-03-13 Alexey Proskuryakov <ap@nypop.com>
2256 Fix proposed by Mitz Pettel, reviewed by Darin.
2258 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7718
2259 run-webkit-tests fast/dom/HTMLObjectElement/ hangs
2261 * Scripts/run-webkit-tests: Make test paths canonical, to form proper URLs
2262 (sequences of slashes are equivalent to a single slash in POSIX paths, but not
2265 2006-03-09 Darin Adler <darin@apple.com>
2267 Reviewed by John Sullivan.
2269 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7681
2270 memory leak in the plug-in tests
2272 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
2273 (NPP_Destroy): Added code to release the plug-in object. This is the leak fix.
2274 (NPP_SetWindow): Remove unneeded code to store the window pointer.
2276 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2277 Moved the browser global in here since it's declared in this file's header.
2278 Changed the code to set up the pluginClass structure to not use function
2279 pointer casts. Those are dangerous because they can hide many types of mismatch.
2280 And indeed when I did this I discovered that many functions were missing their
2281 boolean return values or had parameter declarations with the wrong types.
2282 (pluginGetProperty): Use STRINGZ_TO_NPVARIANT macro for greater simplicity and
2283 clarity. Added boolean return value: return true when successful and false when not.
2284 (pluginSetProperty): Added boolean return value, return false since we have no
2285 properties we can set.
2286 (pluginInvoke): Added boolean return value. Return true when successful and false
2287 when not. Use NPVARIANT macros where appropriate. Added a missing release for the
2288 return value from calling the browser. Changed code to put the strings in malloc
2289 buffers instead of relying on GCC's extension that allows variable-sized arrays
2291 (pluginInvokeDefault): Added boolean return value, return false since we have no
2292 default function to call.
2293 (pluginInvalidate): Added missing parameter. Removed comment.
2294 (pluginAllocate): Removed unneeded cast. This is C code, not C++, so you don't have
2295 to cast the result of malloc.
2296 (pluginDeallocate): Removed uneeded cast.
2298 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Removed some unneeded
2299 includes. Changed our PluginObject to use NPObject instead of re-declaring fields
2300 that match NPObject's fields. Removed unused NPWindow pointer.
2302 2006-03-09 Mitz Pettel <opendarwin.org@mitzpettel.com>
2304 Test: fast/events/event-sender-mouse-click.html
2308 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7583
2309 DRT hangs when doing eventSender.mouseDown on native widgets
2311 * DumpRenderTree/DumpRenderTree.m:
2312 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2313 (-[EventSendingController mouseClick]): Simulates a click in a native
2314 widget by queueing a mouseUp before sending the mouseDown, so that
2315 the widget's mouse tracking event loop doesn't hang indefinitely.
2317 2006-03-09 Maciej Stachowiak <mjs@apple.com>
2321 - make link clicks work by handling link click requests
2324 * Spinneret/Spinneret/Spinneret.cpp:
2325 (updateLocationBar):
2326 * Spinneret/Spinneret/Spinneret.h:
2327 * Spinneret/Spinneret/WebFrame.cpp:
2328 (WebKit::WebFrame::WebFrame):
2329 (WebKit::WebFrame::openURL):
2330 (WebKit::WebFrame::loadURL):
2331 * Spinneret/Spinneret/WebFrame.h:
2333 2006-03-08 Eric Seidel <eseidel@apple.com>
2337 Focus URL bar on Spinneret launch, remove border from WebView.
2338 Stop WebFrame from deleting the job (prevent crash).
2340 * Spinneret/Spinneret/Spinneret.cpp:
2342 * Spinneret/Spinneret/WebFrame.cpp:
2343 (WebKit::WebFrame::receivedAllData):
2344 (WebKit::WebFrame::paint):
2345 * Spinneret/Spinneret/WebView.cpp:
2346 (WebKit::WebView::createWebView):
2348 2006-03-09 Alexey Proskuryakov <ap@nypop.com>
2352 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2353 (pluginInvoke): Added a method to test getURL.
2355 2006-03-08 Maciej Stachowiak <mjs@apple.com>
2359 - load URLs, not file paths, in Spinneret
2361 * Spinneret/Spinneret/Spinneret.cpp:
2363 * Spinneret/Spinneret/Spinneret.vcproj:
2364 * Spinneret/Spinneret/WebFrame.cpp:
2365 (WebKit::WebFrame::loadURL):
2366 (WebKit::WebFrame::receivedData):
2367 (WebKit::WebFrame::receivedAllData):
2368 * Spinneret/Spinneret/WebFrame.h:
2369 * Spinneret/Spinneret/WebView.cpp:
2370 (WebKit::WebView::WebView):
2372 2006-03-08 Darin Adler <darin@apple.com>
2376 - fixed AppleScript layout test results to not be endian-dependent
2377 (Hyatt complained to me about this one)
2379 * DumpRenderTree/AppleScriptController.m: (-[AppleScriptController doJavaScript:]):
2380 Added specific code for dumping LongDateTime, instead of dumping the raw bytes
2381 (which are endian-dependent).
2383 2006-03-07 Darin Adler <darin@apple.com>
2387 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7655
2388 unwanted output while running layout tests
2390 * DumpRenderTree/DumpRenderTree.m:
2391 (checkedMalloc): Added.
2392 (checkedRealloc): Added.
2393 (makeLargeMallocFailSilently): Added.
2394 (main): Call makeLargeMallocFailSilently.
2396 2006-03-06 Darin Adler <darin@apple.com>
2398 * Scripts/do-webcore-rename: Add some more planned renaming.
2400 2006-03-06 Eric Seidel <eseidel@apple.com>
2404 * Spinneret/Spinneret/WebFrame.cpp:
2405 (WebKit::WebFrame::paint): force layout before painting
2407 2006-03-06 Justin Garcia <justin.garcia@apple.com>
2411 Sent the windowNumber when sending events.
2412 Added leapForward so that we don't have to spend time waiting
2413 in layout tests that do mouse operations that require delays.
2415 * DumpRenderTree/DumpRenderTree.m:
2416 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2417 (+[EventSendingController webScriptNameForSelector:]):
2418 (-[EventSendingController currentEventTime]):
2419 (-[EventSendingController leapForward:]):
2420 (-[EventSendingController mouseDown]):
2421 (-[EventSendingController mouseUp]):
2422 (-[EventSendingController mouseMoveToX:Y:]):
2424 2006-03-05 Darin Adler <darin@apple.com>
2426 * Scripts/do-webcore-rename: Fix a couple of things found while testing.
2427 Script now works (after landing my two pending patches).
2429 2006-03-05 Darin Adler <darin@apple.com>
2431 - check in a script to do a "big" rename in WebCore
2432 (can be run whenever we're ready to do it)
2434 * Scripts/do-webcore-rename: Added.
2436 2006-03-05 Maciej Stachowiak <mjs@apple.com>
2440 * Spinneret/Spinneret/WebFrame.cpp:
2441 (WebKit::WebFrame::loadFilePath): Close file when done.
2443 2006-03-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
2445 Reviewed by Darin, landed by ap.
2447 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7589
2448 Mouse moved events do not work in DumpRenderTree
2450 Test: fast/events/event-sender-mouse-moved.html
2452 * DumpRenderTree/DumpRenderTree.m:
2453 (-[EventSendingController mouseMoveToX:Y:]): Pass the correct windowNumber in the event.
2455 2006-03-04 Eric Seidel <eseidel@apple.com>
2459 Take advantage of new GraphicsContext constructor to implement double buffering to avoid tearing.
2460 Disable background erase to avoid tearing.
2461 Fix potential memory smasher from extra long urls.
2463 * Spinneret/Spinneret/Spinneret.cpp:
2465 * Spinneret/Spinneret/Spinneret.vcproj:
2466 * Spinneret/Spinneret/WebFrame.cpp:
2467 (WebKit::WebFrame::loadFilePath):
2468 (WebKit::WebFrame::paint):
2469 * Spinneret/Spinneret/WebView.cpp:
2470 (WebKit::registerWebViewWithInstance):
2472 2006-03-04 Eric Seidel <eseidel@apple.com>
2476 Hang WebView pointer off of HWND (gets rid of global hack).
2477 Remove MessageBox displayed on url change.
2479 * Spinneret/Spinneret/Spinneret.cpp:
2482 * Spinneret/Spinneret/WebView.cpp:
2483 (WebKit::registerWebViewWithInstance):
2484 (WebKit::WebView::createWebView):
2485 (WebKit::WebViewWndProc):
2487 2006-03-04 Alexey Proskuryakov <ap@nypop.com>
2491 Automatically kill httpd if it appears to be already running.
2493 * Scripts/run-webkit-tests:
2495 2006-03-04 Maciej Stachowiak <mjs@apple.com>
2499 * Spinneret/Spinneret/WebFrame.cpp:
2500 (WebKit::WebFrame::loadFilePath): Improved local file loading.
2502 2006-03-03 Eric Seidel <eseidel@apple.com>
2506 A few more fixes to make run-webkit-tests really work on win32.
2508 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2510 * Scripts/run-webkit-tests:
2512 2006-03-03 Eric Seidel <eseidel@apple.com>
2516 Make run-webkit-tests work on win32.
2518 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2520 (dumpRenderTreeMain):
2521 (dumpRenderTreeToStdOut):
2522 (serializeToStdOut):
2524 * Scripts/run-webkit-tests:
2525 * Scripts/webkitdirs.pm:
2526 * Spinneret/Spinneret/WebView.cpp:
2527 (WebKit::WebView::WebView):
2529 2006-03-03 Eric Seidel <eseidel@apple.com>
2533 Add WebFrame class (to hold Frame and FrameView).
2534 Add Location bar support to Spinneret.
2536 * Spinneret/Spinneret/Spinneret.cpp:
2541 * Spinneret/Spinneret/Spinneret.vcproj:
2542 * Spinneret/Spinneret/WebFrame.cpp: Added.
2543 (WebKit::WebFrame::WebFramePrivate::WebFramePrivate):
2544 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
2545 (WebKit::WebFrame::WebFrame):
2546 (WebKit::WebFrame::loadFilePath):
2547 (WebKit::WebFrame::loadHTMLString):
2548 (WebKit::WebFrame::paint):
2549 (WebKit::WebFrame::impl):
2550 (WebKit::WebFrame::viewImpl):
2551 * Spinneret/Spinneret/WebFrame.h: Added.
2552 * Spinneret/Spinneret/WebView.cpp:
2553 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
2554 (WebKit::WebView::WebView):
2555 (WebKit::WebView::windowHandle):
2556 (WebKit::WebView::mainFrame):
2557 (WebKit::WebView::mouseMoved):
2558 (WebKit::WebView::mouseDown):
2559 (WebKit::WebView::mouseUp):
2560 (WebKit::WebView::mouseDoubleClick):
2561 (WebKit::WebViewWndProc):
2562 * Spinneret/Spinneret/WebView.h:
2564 2006-03-02 Eric Seidel <eseidel@apple.com>
2568 * Spinneret/Spinneret/WebView.cpp:
2569 (WebKit::registerWebViewWithInstance):
2570 (WebKit::WebView::WebView):
2571 (WebKit::WebView::mouseMoved):
2572 (WebKit::WebView::mouseDown):
2573 (WebKit::WebView::mouseUp):
2574 (WebKit::WebView::mouseDoubleClick):
2575 (WebKit::WebViewWndProc):
2576 * Spinneret/Spinneret/WebView.h:
2578 2006-03-01 Eric Seidel <eseidel@apple.com>
2580 Reviewed by andersca.
2582 Make spinneret take advantage of the new GraphicsContextCairo.
2584 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2585 (main): updated to match style guidelines.
2586 * Spinneret/Spinneret/Spinneret.cpp:
2588 * Spinneret/Spinneret/WebView.cpp:
2589 (WebKit::registerWebViewWithInstance):
2590 (WebKit::WebView::WebView):
2591 (WebKit::WebView::~WebView):
2592 (WebKit::WebView::drawRect):
2594 * Spinneret/Spinneret/WebView.h:
2596 2006-03-01 Justin Garcia <justin.garcia@apple.com>
2600 Give the events that eventSender sends a unique eventNumber
2602 * DumpRenderTree/DumpRenderTree.m:
2603 (-[EventSendingController mouseDown]):
2604 (-[EventSendingController mouseUp]):
2605 (-[EventSendingController mouseMoveToX:Y:]):
2607 2006-03-01 Eric Seidel <eseidel@apple.com>
2611 Add a stub win32 application to test WebCore drawing on windows.
2614 * Spinneret/Spinneret: Added.
2615 * Spinneret/Spinneret.sln: Added.
2616 * Spinneret/Spinneret/Resource.h: Added.
2617 * Spinneret/Spinneret/Spinneret.cpp: Added.
2623 * Spinneret/Spinneret/Spinneret.h: Added.
2624 * Spinneret/Spinneret/Spinneret.ico: Added.
2625 * Spinneret/Spinneret/Spinneret.rc: Added.
2626 * Spinneret/Spinneret/Spinneret.vcproj: Added.
2627 * Spinneret/Spinneret/WebView.cpp: Added.
2628 (WebKit::WebView::WebViewPrivate::WebViewPrivate):
2629 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
2630 (WebKit::registerWebViewWithInstance):
2631 (WebKit::WebView::createWebView):
2632 (WebKit::WebView::WebView):
2633 (WebKit::WebView::~WebView):
2634 (WebKit::WebView::drawRect):
2635 (WebKit::WebView::windowHandle):
2637 * Spinneret/Spinneret/WebView.h: Added.
2638 * Spinneret/Spinneret/small.ico: Added.
2639 * Spinneret/Spinneret/stdafx.cpp: Added.
2640 * Spinneret/Spinneret/stdafx.h: Added.
2642 2006-02-28 Eric Seidel <eseidel@apple.com>
2646 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2647 (main): add ability to dump render tree and read from a local file.
2649 2006-02-27 Eric Seidel <eseidel@apple.com>
2653 * Scripts/install-win-extras: fix dll permissions & download zlib too.
2655 2006-02-27 Eric Seidel <eseidel@apple.com>
2659 Test new KConfig -> PlugInInfoStore change.
2660 http://bugzilla.opendarwin.org/show_bug.cgi?id=7498
2662 * DumpRenderTree/DumpRenderTree.m:
2663 (main): load test netscape plugin
2664 * Scripts/run-webkit-tests: style update
2666 2006-02-24 Eric Seidel <eseidel@apple.com>
2670 Make DumpRenderTree link against icu.
2672 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2674 2006-02-24 Eric Seidel <eseidel@apple.com>
2678 Make DumpRenderTree link against libxml, etc.
2680 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2682 2006-02-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2684 Reviewed and landed by Anders.
2686 Prevent rendering to the offscreen window. -[NSWindow displayIfNeeded] was
2687 getting called from the run loop, making the view render each test and thus slowing
2690 * DumpRenderTree/DumpRenderTree.m:
2691 (main): Set the offscreen window to not autodisplay.
2693 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
2697 - Turn http tests back on by default.
2698 - Wait for Apache to actually start serving requests.
2699 - Get user id from a built-in variable rather than an external command;
2700 don't pass the group.
2702 * Scripts/run-webkit-tests:
2704 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
2706 Suggested by Mitz Pettel, reviewed by Darin.
2708 * Scripts/run-webkit-tests: Pass User and Group directives, so that Apache
2709 can run CGIs even if the permissions are 700 or 600.
2711 2006-02-23 Darin Adler <darin@apple.com>
2713 Collaborating with Alexey.
2715 - turn off http tests by default until we figure out how to get them
2716 to run even when permissions on CGI files are 700 instead of 755
2718 * Scripts/run-webkit-tests: Set $testHTTP to 0 instead of 1 for now.
2720 2006-02-23 Eric Seidel <eseidel@apple.com>
2722 Add *.user to ignore list.
2724 2006-02-23 Eric Seidel <eseidel@apple.com>
2726 Remove binary file which shouldn't have been commited (and add to ignore list).
2728 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Removed.
2729 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Removed.
2731 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
2735 * Scripts/run-webkit-tests: Put Apache log files in the right directory.
2737 2006-02-22 Eric Seidel <eseidel@apple.com>
2739 Reviewed by Tim Hatcher.
2741 Fix install-win-extras to not try to re-install setx if installed.
2743 * Scripts/install-win-extras:
2745 2006-02-22 Eric Seidel <eseidel@apple.com>
2747 One more file possibly missing from previous commit?
2749 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb:
2750 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2752 2006-02-22 Eric Seidel <eseidel@apple.com>
2754 Reviewed by justing.
2756 Files missing from previous commit.
2758 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2759 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2761 2006-02-22 Eric Seidel <eseidel@apple.com>
2763 Rubber-stamped by justing.
2765 Corrected path for DumpRenderTree.intermediate files
2767 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2769 2006-02-22 Eric Seidel <eseidel@apple.com>
2771 Reviewed by justing.
2773 Fixed build-dumprendertree to exit with correct error codes.
2775 * Scripts/build-dumprendertree:
2777 2006-02-22 Eric Seidel <eseidel@apple.com>
2779 Reviewed by justing.
2781 Update build scripts to generalize building on Win32, and allow
2782 building of DumpRenderTree on Win32 from build-dumprendertree.
2784 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2786 * Scripts/build-dumprendertree:
2787 * Scripts/build-webkit:
2788 * Scripts/webkitdirs.pm:
2790 2006-02-22 Eric Seidel <eseidel@apple.com>
2794 * DumpRenderTree/DumpRenderTree.vcproj: Added.
2795 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree: Added.
2796 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Added.
2797 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.sln: Added.
2798 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Added.
2799 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: Added.
2801 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Added.
2802 * Scripts/build-webkit: make build-webkit cleanup after itself
2804 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
2808 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7409
2809 Some minor fixes to http tests.
2811 * Scripts/run-webkit-tests: Pass CustomLog and ErrorLog directives to httpd.
2813 2006-02-21 Alexey Proskuryakov <ap@nypop.com>
2817 - http://bugzilla.opendarwin.org/show_bug.cgi?id=6197
2818 Would like to use locally installed Apache for testing.
2820 Added two run-webkit-tests options:
2821 --http (--nohttp) - whether to launch Apache (defaults to yes);
2822 --port - which port to listen on (defaults to 8000).
2824 Tests in LayoutTests/http are not run directly, and Apache is used instead.
2825 For example, http/tests/xmlhttprequest/post-content-type.html is loaded as
2826 http://127.0.0.1:8000/xmlhttprequest/post-content-type.html.
2828 Also added support for .shtml and .text files. Text files give an empty
2829 *-expected.txt, but a correct image.
2831 Apache only listens on the loopback interface. It writes logs to /tmp/WebKit.
2833 * Scripts/run-webkit-tests:
2835 2006-02-21 Darin Adler <darin@apple.com>
2837 Suggested by Mark Rowe.
2839 * Scripts/run-webkit-tests: Don't include the number of excluded leaks when
2840 reporting leak counts.
2842 2006-02-18 Maciej Stachowiak <mjs@apple.com>
2846 - Added install-win-extras script which installs some extra
2847 programs and libraries, and does Windows first-time setup.
2849 * Scripts/build-webkit: Add a newline between build results.
2850 * Scripts/install-win-extras: Added.
2852 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
2856 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7308
2857 DumpRenderTree should be able to load files via HTTP
2859 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree):
2860 Handle tests starting with "http://" as real URLs, not file system paths.
2862 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
2866 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7357
2867 REGRESSION: Warnings from WebKit scripts if PBXProductDirectory is undefined
2869 * Scripts/webkitdirs.pm: only call chomp if PBXProductDirectory is configured.
2871 2006-02-18 Darin Adler <darin@apple.com>
2873 * Scripts/commit-log-editor: Added.
2875 2006-02-17 Eric Seidel <eseidel@apple.com>
2879 Make Win32 have the same default "WebKitBuild" directory behavior.
2881 * Scripts/build-webkit:
2882 * Scripts/webkitdirs.pm:
2884 2006-02-17 Eric Seidel <eseidel@apple.com>
2888 * Scripts/build-webkit: make win32 actually report errors
2890 2006-02-17 Eric Seidel <eseidel@apple.com>
2894 * Scripts/run-webkit-tests: Ignore quicktime plugin leaks
2896 2006-02-17 Eric Seidel <eseidel@apple.com>
2900 * Scripts/run-webkit-tests: Ignore flash leaks
2902 2006-02-15 Justin Garcia <justin.garcia@apple.com>
2906 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7148>
2907 Add drag and drop support to DumpRenderTree
2909 Intercept the drag start using the new UI delegate method, package an NSDraggingInfo,
2910 and send dragging updates. Put DumpRenderTree's WebView into an offscreen window.
2912 * DumpRenderTree/DumpRenderTree.m:
2914 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
2915 (-[WaitUntilDoneDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
2916 (-[WaitUntilDoneDelegate webViewFocus:]):
2917 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2918 (+[LayoutTestController webScriptNameForSelector:]):
2919 (-[LayoutTestController setWindowIsKey:]):
2920 (-[LayoutTestController setMainFrameIsFirstResponder:]):
2921 (-[EventSendingController init]):
2922 (-[EventSendingController mouseDown]):
2923 (-[EventSendingController mouseUp]):
2924 (-[EventSendingController mouseMoveToX:Y:]):
2926 (-[DumpRenderTreeWindow isKeyWindow]):
2927 (-[DumpRenderTreeDraggingInfo initWithImage:offset:pasteboard:source:]):
2928 (-[DumpRenderTreeDraggingInfo dealloc]):
2929 (-[DumpRenderTreeDraggingInfo draggingDestinationWindow]):
2930 (-[DumpRenderTreeDraggingInfo draggingSourceOperationMask]):
2931 (-[DumpRenderTreeDraggingInfo draggingLocation]):
2932 (-[DumpRenderTreeDraggingInfo draggedImageLocation]):
2933 (-[DumpRenderTreeDraggingInfo draggedImage]):
2934 (-[DumpRenderTreeDraggingInfo draggingPasteboard]):
2935 (-[DumpRenderTreeDraggingInfo draggingSource]):
2936 (-[DumpRenderTreeDraggingInfo draggingSequenceNumber]):
2937 (-[DumpRenderTreeDraggingInfo slideDraggedImageTo:]):
2938 (-[DumpRenderTreeDraggingInfo namesOfPromisedFilesDroppedAtDestination:]):
2939 * DumpRenderTree/TextInputController.m:
2940 (-[TextInputController firstRectForCharactersFrom:length:]):
2941 (-[TextInputController characterIndexForPointX:Y:]):
2943 2006-02-15 Geoffrey Garen <ggaren@apple.com>
2947 * DumpRenderTree/DumpRenderTree.m:
2948 (-[LayoutTestController invokeUndefinedMethodFromWebScript:withArguments:]):
2949 Added a dummy method for the sake of LayoutTests/plugins/
2950 undefined-property-crash.html. (It tests a crash due to fallback
2951 object use. WebCore won't create a fallback object if the method is
2954 2006-02-14 Eric Seidel <eseidel@apple.com>
2958 * Scripts/run-webkit-tests: added --results-directory (-o) option
2960 2006-02-09 Eric Seidel <eseidel@apple.com>
2962 Rubber-stamped by mjs.
2964 Renamed split-class to split-file-by-class.
2966 * Scripts/build-webkit: Updated copyright.
2967 * Scripts/split-class: Removed.
2968 * Scripts/split-file-by-class: Added.
2970 2006-02-08 Eric Seidel <eseidel@apple.com>
2972 Rubber-stamped by mjs.
2974 Adding new script for splitting multi-class files.
2975 Also adding supporting perl module with space removing heuristics.
2977 * Scripts/SpacingHeuristics.pm: Added.
2978 * Scripts/build-drawtest: updated copyright header
2979 * Scripts/split-class: Added.
2981 2006-02-08 Justin Garcia <justin.garcia@apple.com>
2983 Reviewed by thatcher
2985 Changes to test fix for:
2986 <http://bugzilla.opendarwin.org/show_bug.cgi?id=3982>
2987 webViewDidBeginEditing, webViewDidEndEditing notification methods not called on delegate
2989 * DumpRenderTree/DumpRenderTree.m:
2990 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
2991 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2992 (+[LayoutTestController webScriptNameForSelector:]):
2993 (-[LayoutTestController setWindowHasFocus:]):
2994 (-[LayoutTestController setDisplaysWithFocusAttributes:]):
2996 2006-02-07 Alexey Proskuryakov <ap@nypop.com>
2998 Reviewed by Timothy.
3000 Support automated testing of AppleScript "do JavaScript" command
3001 http://bugzilla.opendarwin.org/show_bug.cgi?id=7012
3003 * DumpRenderTree/AppleScriptController.h: Added.
3004 * DumpRenderTree/AppleScriptController.m: Added.
3005 * DumpRenderTree/DumpRenderTree.m:
3006 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
3007 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3009 2006-02-06 Eric Seidel <eseidel@apple.com>
3013 Fix build-webkit for use on win32 (unblocks buildbot usage).
3014 http://bugzilla.opendarwin.org/show_bug.cgi?id=7122
3016 * Scripts/build-webkit: use ifCygwin() to conditionalize builds
3017 * Scripts/webkitdirs.pm: add ifOSX() and ifCygwin()
3019 2006-02-06 Eric Seidel <eseidel@apple.com>
3021 Rubber-stamped by darin & mjs.
3023 Added new support directory for build slave scripts.
3024 Committing the first script, for use by the PLT's build slave.
3025 This script is used to kick of the PLT (Page Load Test) slave.
3027 * BuildSlaveSupport: Added.
3028 * BuildSlaveSupport/run-performance-tests: Added.
3030 2006-02-06 Eric Seidel <eseidel@apple.com>
3032 Rubber-stamped by darin.
3034 Adding setSourceDir for scripts stored in non-standard locations.
3036 * Scripts/webkitdirs.pm:
3038 2006-02-04 Darin Adler <darin@apple.com>
3040 * Scripts/webkitdirs.pm: Add a compatibilty hack for people with old
3041 Configuration files that say Development or Deployment in them.
3043 2006-02-04 Darin Adler <darin@apple.com>
3045 * Scripts/make-js-test-wrappers: Don't create a wrapper if there's a disabled
3046 wrapper already in the directory.
3047 * Scripts/svn-apply: Handle additions and deletions properly -- I've been noticing
3048 these haven't been working at all.
3049 * Scripts/svn-unapply: Ditto.
3051 2006-02-03 Timothy Hatcher <timothy@apple.com>
3055 Renamed configuration names to Debug, Release and Production.
3057 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3058 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3059 * Scripts/set-webkit-configuration:
3060 * Scripts/webkitdirs.pm:
3062 2006-02-02 Justin Garcia <justin.garcia@apple.com>
3064 Reviewed by thatcher
3066 Enabled spell checking for layout tests.
3068 * DumpRenderTree/DumpRenderTree.m:
3071 2006-01-29 Darin Adler <darin@apple.com>
3073 * Scripts/svn-apply: Added comments about things we should do to improve.
3074 * Scripts/svn-create-patch: Ditto.
3075 * Scripts/svn-unapply: Ditto.
3077 2006-01-28 Darin Adler <darin@apple.com>
3079 * DumpRenderTree/DumpRenderTree.m: (dump): Dump the image if it's not
3080 already there, even if the checksum is correct.
3082 2006-01-27 Eric Seidel <eseidel@apple.com>
3086 * Scripts/run-webkit-tests: make new tests use absolute urls
3088 2006-01-27 Eric Seidel <eseidel@apple.com>
3092 make run-webkit-tests output total leaks count
3094 * Scripts/run-webkit-tests:
3096 2006-01-27 Eric Seidel <eseidel@apple.com>
3100 run-webkit-test --leaks crashes (malloc logging runs out of memory)
3101 http://bugzilla.opendarwin.org/show_bug.cgi?id=6869
3103 * Scripts/run-webkit-tests: fix --leaks to not crash
3105 2006-01-26 Eric Seidel <eseidel@apple.com>
3109 run-webkit-tests should produce a self-contained results directory
3110 http://bugzilla.opendarwin.org/show_bug.cgi?id=6864
3112 * Scripts/run-webkit-tests: copy failing items to results dir.
3114 2006-01-23 Darin Adler <darin@apple.com>
3116 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=3608
3117 need script to update localizable strings file in WebKit
3119 * Scripts/update-webkit-localizable-strings: Added.
3121 2006-01-23 Darin Adler <darin@apple.com>
3123 - added a couple of scripts -- more about these two soon
3125 * Scripts/extract-localizable-strings: Added.
3126 * Scripts/merge-changelog: Added.
3128 2006-01-22 Mark Rowe <opendarwin.org@bdash.net.nz>
3132 Build fix. build-webkit dies with "invalid build action: (empty string)"
3134 * Scripts/build-webkit:
3135 Use svgOptions in an array context so xcodebuild doesn't choke on an empty argument.
3137 2006-01-22 Eric Seidel <eseidel@apple.com>
3141 Fix --no-svg option to use XCode flags instead of gcc flags.
3143 * Scripts/build-webkit:
3145 2006-01-22 Eric Seidel <eseidel@apple.com>
3149 Update build-webkit to use -USVG_SUPPORT instead of -no-SVG target.
3151 * Scripts/build-webkit:
3153 2006-01-20 David Kilzer <ddkilzer@kilzer.net>
3155 Reviewed by eseidel.
3157 - fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=6682
3158 Call to checkWebCoreSVGSupport() broken in build-drawtest and run-drawtest
3160 * Scripts/build-drawtest: Changed bareword 'true' to 1.
3161 * Scripts/run-drawtest: Changed bareword 'true' to 1.
3163 2006-01-19 Darin Adler <darin@apple.com>
3165 * Scripts/report-include-statistics: Added a new script.
3167 2006-01-19 Timothy Hatcher <timothy@apple.com>
3169 * Scripts/build-webkit: include JavaScriptGlue in the build
3171 2006-01-19 Darin Adler <darin@apple.com>
3173 * Scripts/webkitdirs.pm: Changed SVG check to work even if the path has
3174 spaces in it by using the form of open that treats each argument as a string
3175 rather than backtick syntax for reading the output of the nm tool.
3177 2006-01-12 Maciej Stachowiak <mjs@apple.com>
3181 - make prepare-ChangeLog way faster by using svn diff instead of svn status to
3182 detect if there are any new tests
3184 * Scripts/prepare-ChangeLog:
3186 2006-01-12 Darin Adler <darin@apple.com>
3188 - removed some of the cvs-specific scripts -- not needed for this project any more
3190 * Scripts/cvs-abandon: Removed.
3191 * Scripts/cvs-apply: Removed.
3192 * Scripts/cvs-create-patch: Removed.
3193 * Scripts/cvs-unapply: Removed.
3195 2006-01-10 Mark Rowe <opendarwin.org@bdash.net.nz>
3197 Reviewed by eseidel. Committed by eseidel.
3199 - run-webkit-tests always launches Safari when tests fail
3200 http://bugzilla.opendarwin.org/show_bug.cgi?id=6456
3202 * Scripts/run-webkit-tests:
3203 Add a command-line flag to prevent Safari being launched to display failed
3204 tests. Always exit with non-zero status when tests have failed.
3206 2006-01-10 Mark Rowe <opendarwin.org@bdash.net.nz>
3208 Reviewed by eseidel. Committed by eseidel.
3210 - build-webkit should exit with non-zero status when build fails
3211 http://bugzilla.opendarwin.org/show_bug.cgi?id=6459
3213 * Scripts/build-webkit:
3214 Use correct bits of subprocess exit code when passing back through
3215 as build-webkit's exit code.
3217 2006-01-10 Eric Seidel <eseidel@apple.com>
3219 Restored corrupted nibs from TOT CVS.
3221 * DrawTest/English.lproj/DrawTestDocument.nib: Replaced.
3222 * DrawTest/English.lproj/DrawTestDocument.nib/classes.nib: Replaced.
3223 * DrawTest/English.lproj/DrawTestDocument.nib/info.nib: Replaced.
3224 * DrawTest/English.lproj/DrawTestDocument.nib/keyedobjects.nib: Replaced.
3225 * DrawTest/English.lproj/Inspector.nib: Replaced.
3226 * DrawTest/English.lproj/Inspector.nib/classes.nib: Replaced.
3227 * DrawTest/English.lproj/Inspector.nib/info.nib: Replaced.
3228 * DrawTest/English.lproj/Inspector.nib/keyedobjects.nib: Replaced.
3229 * DrawTest/English.lproj/MainMenu.nib: Replaced.
3230 * DrawTest/English.lproj/MainMenu.nib/classes.nib: Replaced.
3231 * DrawTest/English.lproj/MainMenu.nib/info.nib: Replaced.
3232 * DrawTest/English.lproj/MainMenu.nib/keyedobjects.nib: Replaced.
3233 * DrawTest/English.lproj/TestViewer.nib: Replaced.
3234 * DrawTest/English.lproj/TestViewer.nib/classes.nib: Replaced.
3235 * DrawTest/English.lproj/TestViewer.nib/info.nib: Replaced.
3236 * DrawTest/English.lproj/TestViewer.nib/keyedobjects.nib: Replaced.
3238 2006-01-10 Nefaur Khandker <nefaurk@gmail.com>
3240 Reviewed by eseidel. Committed by eseidel.
3242 DrawTestView now subclasses WebView instead of DrawView.
3244 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3245 * DrawTest/DrawTestDocument.h:
3246 * DrawTest/DrawTestDocument.m:
3247 (-[DrawTestDocument dealloc]):
3248 (-[DrawTestDocument readFromFile:ofType:]):
3249 (-[DrawTestDocument windowControllerDidLoadNib:]):
3250 (-[DrawTestDocument dumpSVGToConsole:]):
3251 (-[DrawTestDocument openSourceForSelection:]):
3252 (-[DrawTestDocument dataRepresentationOfType:]):
3253 * DrawTest/DrawTestToolbarController.h:
3254 * DrawTest/DrawTestToolbarController.m:
3255 (-[DrawTestToolbarController initWithDrawView:]):
3256 (-[DrawTestToolbarController clickedToolbarItem:]):
3257 (-[DrawTestToolbarController validateToolbarItem:]):
3258 * DrawTest/DrawTestView.h:
3259 * DrawTest/DrawTestView.m:
3260 (-[DrawTestView initWithFrame:]):
3261 (-[DrawTestView setDocument:]):
3262 * DrawTest/SVGTest.h:
3263 * DrawTest/SVGTest.m:
3264 (+[SVGTest sharedDrawView]):
3265 (-[SVGTest generateCompositeIfNecessary]):
3266 * DrawTest/TestController.h:
3267 * DrawTest/TestController.m:
3268 (-[TestController awakeFromNib]):
3269 (-[TestController setSelectedTest:]):
3270 (-[TestController openTestViewerForSelection:]):
3271 (-[TestController toggleViewersScaleRule:]):
3272 * DrawTest/TestViewerSplitView.m:
3273 (-[TestViewerSplitView drawRect:]):
3275 2006-01-10 Anders Carlsson <andersca@mac.com>
3277 Reviewed by Timothy.
3279 * DumpRenderTree/DumpRenderTree.m:
3280 (main): Set the default language to "en", so language tests will work.
3282 2006-01-08 Maciej Stachowiak <mjs@apple.com>
3286 - script to generate HTML wrappers for JS tests
3287 http://bugzilla.opendarwin.org/show_bug.cgi?id=6441
3289 * Scripts/make-js-test-wrappers: Added.
3291 2006-01-08 Maciej Stachowiak <mjs@apple.com>
3295 * Scripts/svn-create-patch: Fix to work when passed directory names.
3297 2006-01-08 Geoffrey Garen <ggaren@apple.com>
3301 - Added back/forward navigation support to DumpRenderTree. Hopefully we
3302 can start writing automated loader tests now. I have one in the works.
3304 * DumpRenderTree/DumpRenderTree.m:
3305 (main): Construct global navigationController on entry, destroy on exit.
3306 Set frame to nil on exit too, to match all the other global objects.
3307 (Probably academic, since the process is exiting, anyway.)
3308 (-[WaitUntilDoneDelegate webView:didFinishLoadForFrame:]): Notify the
3309 navigationController, in case it wants to kick off a load.
3310 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]): Expose
3311 the navigationController to scripting.
3313 New class, should be straightforward:
3315 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3316 * DumpRenderTree/NavigationController.h: Added.
3317 * DumpRenderTree/NavigationController.m: Added.
3319 (+[NavigationController isSelectorExcludedFromWebScript:]):
3320 (+[NavigationController webScriptNameForSelector:]):
3321 (-[NavigationController setPendingScript:]):
3322 (-[NavigationController setPendingRequest:]):
3323 (-[NavigationController evaluateWebScript:afterBackForwardNavigation:]):
3324 (-[NavigationController webView:didFinishLoadForFrame:]):
3325 (-[NavigationController dealloc]):
3327 2006-01-08 Timothy Hatcher <timothy@apple.com>
3329 Removed this script, no longer needs with the Subversion switch.
3331 * checkout: Removed.
3333 2006-01-08 Timothy Hatcher <timothy@apple.com>
3335 Removes some stray tabs.
3337 * Scripts/update-webkit:
3339 2005-01-07 Eric Seidel <eseidel@apple.com>
3343 build-webkit should pass on build arguments from command line
3344 http://bugzilla.opendarwin.org/show_bug.cgi?id=5854
3346 * Scripts/build-webkit:
3348 2006-01-07 Eric Seidel <eseidel@apple.com>
3350 Reviewed by mjs & xenon.
3352 * Scripts/update-webkit: support Internal updates as well
3354 2006-01-06 Geoffrey Garen <ggaren@apple.com>
3356 Temporarily rolling out plugin support from DumpRenderTree because it
3357 caused lots of layout test regressions.
3359 * DumpRenderTree/DumpRenderTree.m:
3360 (main): Remove invisible window added to support plugins.
3362 2006-01-06 Geoffrey Garen <ggaren@apple.com>
3366 - Fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=6361
3367 Add plugin support to DumpRenderTree
3369 Also wrote first test plugin.
3371 * DumpRenderTree/DumpRenderTree.m:
3373 (1) Put the WebView in an invisible window, because PlugIns are
3374 optimized not to load if there's no parent window.
3375 (2) Tell WebKit to load any PlugIns in the directory from which we
3376 loaded. This means we can build nasty PlugIns alongside DumpRenderTree
3377 and they'll load automagically during layout testing, but they won't be
3378 added to the user's system, hosing apps like Safari.
3380 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added new
3381 test PlugIn to project.
3383 PlugIn added to project:
3385 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Added.
3386 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: Added.
3388 (initializeIdentifiers):
3389 (pluginHasProperty):
3391 (pluginGetProperty):
3392 (pluginSetProperty):
3394 (pluginInvokeDefault):
3398 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Added.
3399 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c: Added.
3401 (NP_GetEntryPoints):
3407 (NPP_DestroyStream):
3417 2006-01-04 Timothy Hatcher <timothy@apple.com>
3421 Tweaked and tested by me.
3423 New scripts to work with Subversion when the switch happens.
3424 These will replace cvs-apply, cvs-unapply, and cvs-create-patch.
3426 * Scripts/svn-apply: Added.
3427 * Scripts/svn-create-patch: Added.
3428 * Scripts/svn-unapply: Added.
3430 2005-12-30 Eric Seidel <eseidel@apple.com>
3434 Move WebView width/height logic into DumpRenderTree to support
3435 running the W3C SVG 1.1 tests along side other tests. The W3C
3436 SVG 1.1 tests require a 480x360 view.
3438 * DumpRenderTree/DumpRenderTree.m:
3439 (main): don't accept width/height
3440 (dump): override width/height for SVG/W3C
3441 * Scripts/run-webkit-tests: don't pass width/height
3443 2005-12-30 Eric Seidel <eseidel@apple.com>
3445 No review, only removing dead code.
3447 * DumpKCanvasTree/DumpKCanvasTree.m: Removed.
3448 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj: Removed.
3450 2005-12-30 Eric Seidel <eseidel@apple.com>
3454 DumpRenderTree should set a consistent color profile while running
3455 http://bugzilla.opendarwin.org/show_bug.cgi?id=6155
3457 Creates consistent colormatched renderings on every test machine
3458 using the only way possible with Tiger APIs: by setting the
3459 system color profile on the test machine for the duration of the
3460 tests. This will (unfortunately) cause colors to change while
3461 running DumpRenderTree. This can also cause "permanent" color
3462 changes to occur if DRT is to crash (SIGSEGV, etc.) while running.
3463 This is far from ideal, but it's be best way we've found to deal
3464 with the issue for now.
3466 * DumpRenderTree/DumpRenderTree.m:
3467 (restoreColorSpace):
3468 (setDefaultColorProfileToRGB):
3471 2005-12-20 Alexey Proskuryakov <ap@nypop.com>
3473 Reviewed by Darin Adler.
3475 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=5846
3476 cvs-create-patch --include produces incorrect paths
3478 * Scripts/cvs-create-patch: Handle newly-added directories using chdir.
3480 2005-12-19 Eric Seidel <eseidel@apple.com>
3484 * Scripts/run-webkit-tests: stop /etc/catalog warnings
3486 2005-12-19 Darin Adler <darin@apple.com>
3488 Reviewed by Eric Seidel.
3490 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4990
3491 WebKit needs to use a local pasteboard during testing
3493 * DumpRenderTree/DumpRenderTree.m:
3494 (main): Call poseAs to substitute our NSPasteboard class for the default one.
3495 Create a local pasteboard (really a global one with a unique name) and release
3496 it when exiting from the function so we don't leave it in the pasteboard server.
3497 (dumpRenderTree): Added an autorelease pool around one small bit of code that
3498 ddn't have one. Fixed a leak in an unlikely error case.
3499 (+[DumpRenderTreePasteboard generalPasteboard]): Override the default version
3500 of this method to return our local pasteboard.
3502 2005-12-15 Eric Seidel <eseidel@apple.com>
3504 Reviewed by Tim Hatcher.
3506 * Scripts/build-webkit: --svg is now default!
3508 2005-12-15 Eric Seidel <eseidel@apple.com>
3512 Don't run svg test automatically if +SVG is built (yet).
3514 * Scripts/run-webkit-tests:
3516 2005-12-15 Darin Adler <darin@apple.com>
3518 * Scripts/run-webkit-tests: Don't run tests in directories named "svg" if SVG
3519 support is not compiled in. Report the 10 slowest tests if "--slowest" is
3520 passed on the command line.
3522 2005-12-06 John Sullivan <sullivan@apple.com>
3524 Reviewed by Darin Adler.
3526 * Scripts/prepare-ChangeLog:
3527 Remove special-case handling for nib files. This avoided trouble with cvs diff
3528 when we were using wrappers for nib files. Now that we aren't using wrappers,
3529 there's no reason to avoid adding the modified nib files to the file list that
3532 2005-12-05 Eric Seidel <eseidel@apple.com>
3536 Script updates for SVG files move (remove references to SVGSupport)
3538 * Scripts/build-webkit: remove SVGSupport
3539 * Scripts/run-webkit-tests: Resources -> resources for --svg
3540 * Scripts/update-webkit: remove SVGSupport
3542 2005-12-05 Eric Seidel <eseidel@apple.com>
3546 * checkout: remove --svg support, SVG is now checked out by default
3548 2005-11-29 Eric Seidel <eseidel@apple.com>
3552 Update scripts to run SVG tests automatically (w/o --svg) if
3553 WebCore is built with SVG support.
3555 * Scripts/build-drawtest: SVG support required
3556 * Scripts/build-dumpkcanvastree: Removed.
3557 * Scripts/run-drawtest: SVG support required to run
3558 * Scripts/run-webkit-tests: pass *.svg files if WebCore has support
3559 * Scripts/webkitdirs.pm: changed CheckWebCoreSVGSupport
3561 2005-11-28 Alexey Proskuryakov <ap@nypop.com>
3563 Reviewed by Darin. Committed by Maciej.
3565 - fixed "DumpRenderTree should test for Ahem before doing anything else"
3566 (http://bugzilla.opendarwin.org/show_bug.cgi?id=5838)
3568 * DumpRenderTree/DumpRenderTree.m:
3571 2005-11-28 Eric Seidel <eseidel@apple.com>
3573 Reviewed by sullivan and GGAREN.
3575 Minor additions to make error messages more clear from cvs-apply.
3577 * Scripts/cvs-apply: make errors more clear
3579 2005-11-27 Oliver Hunt <ojh16@student.canterbury.ac.nz>
3581 Reviewed and committed by Maciej.
3583 - fixed cvs-create-patch --include produces incorrect paths
3584 (http://bugzilla.opendarwin.org/show_bug.cgi?id=5846)
3586 * Scripts/cvs-create-patch: produce proper paths for new files.
3588 2005-11-21 Eric Seidel <eseidel@apple.com>
3592 Some simple fixes to the build/test scripts now that SVG uses the
3593 WebCore DOM. JSC+SVG is no longer needed, nor is RTTI support
3594 or symlinks for KDOM.
3596 * Scripts/build-webkit: No longer builds JavaScriptCore+SVG
3597 * Scripts/prepare-ChangeLog: handles missing LayoutTests directory
3598 * Scripts/run-webkit-tests: now runs SVG tests using DRT
3599 * Scripts/webkitdirs.pm: use SVG symbols instead of RTTI
3600 * checkout: no longer symlink kdom
3602 2005-11-10 Eric Seidel <eseidel@apple.com>
3606 * Scripts/build-webkit: Pass through options to xcodebuild
3608 2005-11-07 Darin Adler <darin@apple.com>
3610 * Scripts/cvs-apply: Fix case where the patch has files at the top level.
3612 2005-11-03 John Sullivan <sullivan@apple.com>