1 2006-10-04 Anders Carlsson <acarlsson@apple.com>
5 * Scripts/run-webkit-tests:
6 Add an environment variable, WebKitExpectedTestResultsDirectory, which controls where expected test
9 2006-10-05 Nikolas Zimmermann <zimmermann@kde.org>
11 Reviewed and landed by ap.
13 Cmake: make it possible to install the libraries after having built using 'build-webkit'.
14 Just set the "WebKitInstallationPrefix" environment variable to your desired prefix.
16 * Scripts/webkitdirs.pm:
18 2006-10-04 Mark Rowe <bdash@webkit.org>
20 Reviewed by Stephanie.
22 Switch the Qt buildbot to the standard set of build steps.
23 Have JavaScriptCoreTest check the output of run-javascriptcore-tests to
24 see if any regressions were spotted, and fail the test if so.
26 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py:
27 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py:
28 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py:
30 2006-10-04 Timothy Hatcher <timothy@apple.com>
32 Reviewed by Mitz Pettel!
34 Bug 10708: [Drosera] Make the console input plaintext-only
35 http://bugs.webkit.org/show_bug.cgi?id=10708
37 Change the console input -webkit-user-modify property to
38 read-write-plaintext-only.
40 * Drosera/console.css:
42 2006-10-04 David Smith <catfish.man@gmail.com>
46 Bug 10473: [Drosera] Overlapping text in JavaScript Console
47 http://bugs.webkit.org/show_bug.cgi?id=10473
49 Using min-height instead of height to avoid overlapping text.
52 * Drosera/console.css:
54 2006-10-04 David Smith <catfish.man@gmail.com>
58 Added a bash-style command history.
62 2006-10-03 Anders Carlsson <acarlsson@apple.com>
64 Reviewed by Adam and Brady.
66 * DumpRenderTree/DumpRenderTree.m:
68 Update URL to Ahem.ttf
70 2006-10-03 Darin Adler <darin@apple.com>
72 * Scripts/commit-log-editor: Added missing "close" call. Oops!
74 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
76 Reviewed by eseidel. Landed by eseidel.
78 Offer a way for BuildBot to not colorize the cmake output, when building
79 with the 'build-webkit' script. Add "--color" / "--no-color" option pair.
81 Default is colorize output, though only Qt platform handles this for now.
83 * Scripts/build-dumprendertree:
84 * Scripts/build-webkit:
85 * Scripts/webkitdirs.pm:
87 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
89 Reviewed by eseidel. Landed by eseidel.
91 Make all important scripts work with Qt/Linux.
93 You can safely use this now:
94 set-configuration-release --debug && build-webkit && run-javascriptcore-tests && run-webkit-tests
96 * Scripts/build-dumprendertree:
97 * Scripts/run-javascriptcore-tests:
98 * Scripts/run-webkit-tests:
99 * Scripts/webkitdirs.pm:
101 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
105 build-webkit tweak: Use WebKitBuild/$config as output dir (Release/Debug).
107 * Scripts/webkitdirs.pm:
109 2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
111 Reviewed/landed by Adam.
113 Proper build-webkit support for Qt/Linux.
115 Compilation process is similar to OSX now, aka.
116 the build directory is RootCheckoutDir/WebKitBuild now.
118 * Scripts/build-webkit: Recognize Qt.
119 * Scripts/webkitdirs.pm: Add buildCMakeProject() logic.
121 2006-10-01 Mark Rowe <opendarwin.org@bdash.net.nz>
125 Add QT build slave to Buildbot.
127 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Add QT build slave, fix existing errors.
128 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Add QT build factory.
129 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Disable forcing of builds via web interface to prevent spamming. Use the IRC bot in #webkit-build instead.
130 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Add CMake build step.
132 2006-09-28 David Harrison <harrison@apple.com>
136 Moved an extern declaration from inside a method to the top of the file.
138 * DumpRenderTree/EventSendingController.m:
139 (-[EventSendingController clearKillRing]):
141 2006-09-28 David Harrison <harrison@apple.com>
145 Add clearKillRing so we can test emacs support with empty kill ring.
147 * DumpRenderTree/EventSendingController.m:
148 (+[EventSendingController isSelectorExcludedFromWebScript:]):
149 (+[EventSendingController webScriptNameForSelector:]):
150 (-[EventSendingController clearKillRing]):
152 2006-09-27 MorganL <morganl.webkit@yahoo.com>
154 Reviewed by Maciej, landed by Brady
156 Fix URL bar updating.
158 * Spinneret/Spinneret/Spinneret.h:
159 (SpinneretWebHost::didStartProvisionalLoadForFrame):
160 (SpinneretWebHost::didCommitLoadForFrame):
161 (SpinneretWebHost::didFinishLoadForFrame):
163 2006-09-23 Sam Weinig <sam.weinig@gmail.com>
169 * DumpRenderTree/EventSendingController.m:
170 (-[EventSendingController enableDOMUIEventLogging:]):
172 2006-09-22 Justin Garcia <justin.garcia@apple.com>
176 * Scripts/do-webcore-rename:
178 2006-09-21 Timothy Hatcher <timothy@apple.com>
182 Bug 10923: Frame scroll layout test failures on the buildbot
183 http://bugs.webkit.org/show_bug.cgi?id=10923
185 Added a new method that will toggle on the recursive dump of
186 child frame scroll positions.
188 * DumpRenderTree/DumpRenderTree.m:
189 (dumpFrameScrollPosition):
190 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
191 (-[LayoutTestController dumpChildFrameScrollPositions]):
193 2006-09-19 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
195 Reviewed by eseidel. Landed by eseidel.
197 Detect that close button was pressed and exit cleanly.
199 * GdkLauncher/main.cpp:
203 2006-09-17 Adam Roben <aroben@apple.com>
205 Reviewed by hyatt, sfalken.
207 Get DumpRenderTree compiling and limping along on Windows.
209 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
210 (loadResourceIntoArray): Added this function that WebCore::ImageWin needs from WebKit
211 (main): Add NULL argument to Page constructor.
212 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Remove incorrect "wininet.dll" argument to CC, fix JavaScriptCore.lib path, add *_SECURE_NO_DEPRECATE #defines
213 * Scripts/webkitdirs.pm: Fix JavaScriptCore.lib path
215 2006-09-15 Mark Rowe <opendarwin.org@bdash.net.nz>
219 http://bugs.webkit.org/show_bug.cgi?id=10635
220 Bug 10635: Buildbot configuration in SVN is out of sync with build.webkit.org
222 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Reorder build slaves within build factories in an attempt to spread the load evenly.
223 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Return to sending status emails to <svnuser>@opensource.apple.com addresses.
224 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Update configuration to match changes in Buildbot. Always do clean SVG builds.
226 2006-09-09 Sam Weinig <sam.weinig@gmail.com>
230 Patch for http://bugs.webkit.org/show_bug.cgi?id=10791
231 Even More Objective-C DOM auto-generation cleanup
233 - Change to use new, more Objectice-C'ish version of
234 DOMKeyboardEvent's initKeyboardEvent. Fixes an error with
235 regression test for fast/events/dblclick-addEventListener.html.
237 * DumpRenderTree/EventSendingController.m:
238 (-[EventSendingController fireKeyboardEventsToElement:]):
240 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
244 Fixes last part of: http://bugs.webkit.org/show_bug.cgi?id=10644
245 Move QtLauncher down to WebKitQt.
247 * QtLauncher/CMakeLists.txt: Removed.
248 * QtLauncher/main.cpp: Removed.
250 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
254 Fixes parts of: http://bugs.webkit.org/show_bug.cgi?id=10644
255 Adjust DumpRenderTree to the FrameQtClient changes.
257 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
258 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
259 (WebCore::DumpRenderTree::DumpRenderTree):
260 (WebCore::DumpRenderTree::~DumpRenderTree):
261 (WebCore::DumpRenderTree::frame):
262 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h:
263 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.cpp: Added.
264 (WebCore::DumpRenderTreeClient::DumpRenderTreeClient):
265 (WebCore::DumpRenderTreeClient::~DumpRenderTreeClient):
266 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.h: Added.
268 2006-09-03 Darin Adler <darin@apple.com>
270 * Scripts/do-webcore-rename: More renaming plans.
272 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
276 http://bugs.webkit.org/show_bug.cgi?id=10693
277 Convert JavaScript arrays to AppleScript lists
279 * DumpRenderTree/AppleScriptController.m:
280 (convertAEDescToObject):
281 (-[AppleScriptController doJavaScript:]): Support printing AEDescLists.
283 2006-08-31 Darin Adler <darin@apple.com>
285 * Scripts/do-webcore-rename: Prepare for another round of renaming.
287 2006-08-29 Dan Waylonis <waylonis@google.com>
291 - Verification of exceptions thrown in a plugin. Test for bug 10114.
292 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
293 * DumpRenderTree/ObjCPlugin.m:
294 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
295 (+[ObjCPlugin webScriptNameForSelector:]):
296 (-[ObjCPlugin throwIfArgumentIsNotHello:]):
298 2006-08-30 Nikolas Zimmermann <zimmermann@kde.org>
302 Commit KDE related tweaks, to be able to
303 differentiate between a Qt-only or a KDE build.
305 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Add ksvg2/ includes.
306 * QtLauncher/CMakeLists.txt: Add ksvg2/ includes.
308 2006-08-29 Darin Adler <darin@apple.com>
310 Reviewed by Tim Hatcher.
312 * Scripts/gdb-safari: Set DYLD_FRAMEWORK_PATH inside gdb instead of setting it in gdb's environment
313 to work around what seems to be a bug in some versions of gdb.
315 2006-08-16 Tim Omernick <timo@apple.com>
317 Reviewed by John Sullivan.
319 Part of <rdar://problem/4481553> NetscapeMoviePlugIn example code scripting doesn't work in Firefox (4319)
320 <http://bugs.webkit.org/show_bug.cgi?id=4319>: NetscapeMoviePlugIn example code scripting doesn't work
323 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
325 WebKit's NPP_GetValue() reference counting behavior has been changed to match Firefox. NPObject return values
326 are expected to be retained by the plug-in, and released by the caller.
328 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org>
330 Reviewed by Tim Hatcher.
332 Fixes one chunk of: http://bugs.webkit.org/show_bug.cgi?id=10604
334 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
335 (WebCore::DumpRenderTree::checkLoaded): Faster polling for isLoaded() in
338 * Scripts/run-webkit-tests:
339 Use -expected-qt.txt etc.. output in run-webkit-test if isQt().
341 2006-08-28 Darin Adler <darin@apple.com>
343 Reviewed by Tim Hatcher.
345 * Scripts/build-drosera: Fix behavior when there are multiple options.
347 2006-08-27 Timothy Hatcher <timothy@apple.com>
351 Drosera will be built when you type make.
353 * Drosera/Makefile: Added.
355 * Makefile.shared: Added.
357 2006-08-27 Anders Carlsson <acarlsson@apple.com>
361 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
362 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
363 (WebCore::DumpRenderTree::DumpRenderTree):
364 (WebCore::DumpRenderTree::~DumpRenderTree):
365 (WebCore::DumpRenderTree::open):
366 (WebCore::DumpRenderTree::readStdin):
367 (WebCore::DumpRenderTree::checkLoaded):
368 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
369 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
372 2006-08-27 Nikolas Zimmermann <zimmermann@kde.org>
374 Reviewed by Eric, landed by Anders.
376 Add DumpRenderTree support for Qt/Linux.
378 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
379 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
380 (WebCore::DumpRenderTree::DumpRenderTree):
381 (WebCore::DumpRenderTree::~DumpRenderTree):
382 (WebCore::DumpRenderTree::open):
383 (WebCore::DumpRenderTree::readStdin):
384 (WebCore::DumpRenderTree::checkLoaded):
385 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
386 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
388 * Scripts/build-dumprendertree:
389 * Scripts/run-webkit-tests:
390 * Scripts/webkitdirs.pm:
392 2006-08-24 Nikolas Zimmermann <zimmermann@kde.org>
394 Reviewed by Eric. Landed by rwlbuis.
396 Add QtLauncher (was testunity before), which provides a
397 standalone "browser" to test the Qt platform stuff.
399 * QtLauncher/CMakeLists.txt: Added.
400 * QtLauncher/main.cpp: Added.
403 2006-08-22 Trey Matteson <trey@usa.net>
407 Added support for a new set of browser navigation tests. The main feature
408 is the ability for a test to queue up a set of future actions that will
409 happen after that first page is loaded. This is used to simulate a sequence
410 of user actions such as filling out forms, loading additional pages or
411 going back. In addition we can now dump out the state of the back/forward
412 list, and the scroll position is dumped if not at 0,0.
414 * DumpRenderTree/DumpRenderTree.m:
415 (main): Init new state
416 (compareHistoryItems): New utility to support sorting.
417 (dumpHistoryItem): Write out a WebHistoryItem and kids.
418 (dumpFrameScrollPosition): Write out the scroll position.
419 (dump): Optionally write b/f list or scroll position.
420 (-[WaitUntilDoneDelegate processWork:]): Perform queued work.
421 (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]):
422 Kick off any queued actions. Fixed for the case of loads started in
423 a subframe instead of the root frame.
424 (-[WaitUntilDoneDelegate webView:didStartProvisionalLoadForFrame:]):
425 Grab the topmost frame that is being loaded. Do this as early as possible,
426 instead of in didCommitLoadForFrame.
427 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
428 Noting a load has started now happens in previous method.
429 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Boilerplate
430 (+[LayoutTestController webScriptNameForSelector:]): Boilerplate
431 (-[LayoutTestController notifyDone]): readyToDump var is subsumed by
433 (-[LayoutTestController dumpBackForwardList]): New impl, just set a bit.
434 (-[LayoutTestController _addWorkForTarget:selector:arg1:arg2:]):
435 Add new work to the queue.
436 (-[LayoutTestController _doLoad:target:]): Do a queued load.
437 (-[LayoutTestController _doBackOrForwardNav:]): Do a queued back/forward.
438 (-[LayoutTestController scheduleBackNav:]): Ways for scripts to queue actions
439 (-[LayoutTestController scheduleForwardNav:]):
440 (-[LayoutTestController scheduleReload]):
441 (-[LayoutTestController scheduleScript:]):
442 (-[LayoutTestController scheduleLoad:target:]):
443 (runTest): Clear new state for each test. Renamed from "dumpRenderTree"
444 since it's not one of the functions that does any dumping.
446 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
450 - added a function to create a few DOMKeyboardEvents and dispatch
451 them to a specified HTML element
452 http://bugs.webkit.org/show_bug.cgi?id=9736
454 * DumpRenderTree/EventSendingController.m:
455 (+[EventSendingController isSelectorExcludedFromWebScript:]):
456 (+[EventSendingController webScriptNameForSelector:]):
457 (-[EventSendingController fireKeyboardEventsToElement:]):
459 2006-08-15 Duncan Wilcox <duncan@mclink.it>
461 Reviewed and tweaked by Darin.
463 - added DumpRenderTree support so editing delegate can be made to refuse edits
464 to enable tests for http://bugs.webkit.org/show_bug.cgi?id=10129
466 * DumpRenderTree/DumpRenderTree.m:
467 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Add setAcceptsEditing:
468 to the list of methods.
469 (+[LayoutTestController webScriptNameForSelector:]): Use the name setAcceptsEditing,
470 without the colon, for the JavaScript name.
471 (-[LayoutTestController setAcceptsEditing:]): Added. Calls through to the editing
473 (dumpRenderTree): Set the acceptsEditing flag to YES before each test.
475 * DumpRenderTree/EditingDelegate.h: Added an "acceptsEditing" flag and getter and
476 setter methods to the class.
477 * DumpRenderTree/EditingDelegate.m:
478 (-[EditingDelegate init]): Initialize acceptsEditing to YES.
479 (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]): Instead of always returning YES,
480 return the value of acceptsEditing.
481 (-[EditingDelegate webView:shouldEndEditingInDOMRange:]): Ditto.
482 (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]): Ditto.
483 (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]): Ditto.
484 (-[EditingDelegate webView:shouldDeleteDOMRange:]): Ditto.
485 (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]):
487 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): Ditto.
488 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): Ditto.
489 (-[EditingDelegate setAcceptsEditing:]): Added.
491 2006-08-03 Mark Rowe <opendarwin.org@bdash.net.nz>
495 Bug 10224: [Drosera] Drosera icon should be set on DroseraLauncher so it appears in nightly builds
496 http://bugs.webkit.org/show_bug.cgi?id=10224
498 * Drosera/Drosera.xcodeproj/project.pbxproj:
499 * Drosera/LauncherInfo.plist:
501 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
503 - fix ASSERTION FAILURE: draggingDocumentView == nil in -[WebViewPrivate dealloc]
504 when a test performs an unsuccessful drag and drop operation.
506 * DumpRenderTree/EventSendingController.m:
507 (-[EventSendingController mouseUp]): Added a call to -draggingExited: if the
508 drag operation for the mouse release is NSDragOperationNone.
510 2006-08-02 Timothy Hatcher <timothy@apple.com>
514 Bug 9632: [Drosera] syntax highlighting is slow (reproducible 40 second hang)
515 http://bugs.webkit.org/show_bug.cgi?id=9632
517 Do not change the file source when normalizing the line endings.
518 We use this file source to compare against new versions of the source
519 as it comes in, so we can skip re-syntax highlighting if they are the same.
520 The problem is apparent on yahoo.com since they have mixed line endings and
521 once we normalize them the source will always be different. This was
522 compounded by the fact that yahoo has around 40 inline scripts. Each
523 inline script causes us to check if the main document has more loaded,
524 that is when we compare the source strings. Since they are always different
525 we would syntax highlight yahoo.com 40 times! We do check source length before
526 doing a more expensive string comparison, but the lengths were the same.
528 * Drosera/debugger.js:
530 2006-08-02 Niels Leenheer <niels.leenheer@gmail.com>
534 Bug 9931: [Drosera] Needs a cool icon
535 http://bugs.webkit.org/show_bug.cgi?id=9931
537 * Drosera/Drosera.icns: Added.
538 * Drosera/Drosera.xcodeproj/project.pbxproj:
539 * Drosera/Info.plist:
541 2006-08-01 Darin Adler <darin@apple.com>
543 - fix a bug in my recent change where the mouse position at the end of
544 the last test would affect the results of the next test
546 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): Set lastMousePosition to 0.
548 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
552 http://bugs.webkit.org/show_bug.cgi?id=10182
553 Bug 10182: [Drosera] Evaluating expressions in Console is slow when current frame has many variables
555 * Drosera/console.js: String.indexOf returns -1 when the string is not found.
556 Correct the logic to not reload local variable list unless an '=' character is in the expression.
558 2006-07-31 Darin Adler <darin@apple.com>
562 - fix http://bugs.webkit.org/show_bug.cgi?id=10171
563 REGRESSION: failing layout test: fast/events/objc-event-api.html
565 * DumpRenderTree/DumpRenderTree.m:
566 (main): Add pose so we can implement +[NSEvent mouseLocation]. Put the window at a predictable
567 location in flipped coordinates, since those are the coordinates that we use.
568 (+[DumpRenderTreeEvent mouseLocation]): Implement this, since it's used for mouse event handling
571 * DumpRenderTree/EventSendingController.m:
572 (+[EventSendingController initialize]): Removed unused webkitDomEventProperties array.
573 (-[EventSendingController init]): Removed, since the whole thing was a no-op.
574 (-[EventSendingController mouseMoveToX:Y:]): Convert the x,y pair to window coordinates. The old code
575 probably worked OK, but this is needed to be correct.
576 (-[EventSendingController handleEvent:]): Put clientX/Y before screenX/Y and removed the flipping
577 code from screenY. We didn't really need to flip screenY -- what was actually happening was that the
578 position that DumpRenderTree chose was in non-flipped coordinates, and with that fixed we can just
579 dump the screenY as-is.
581 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
585 http://bugs.webkit.org/show_bug.cgi?id=10178
586 Bug 10178: [Drosera] Selecting a frame in the stack list should take you to that location in the source
588 * Drosera/debugger.js: Keep a stack that contains the source file and line number references for outer
589 frames. Use this stack to determine which file and line to highlight when a stack frame is selected.
591 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
595 http://bugs.webkit.org/show_bug.cgi?id=10175
596 Bug 10175: [Drosera] Anonymous functions show up as "(global scope)" in stack list
598 * Drosera/DebuggerDocument.m:
599 (-[WebScriptObject currentFunctionStack]): If the frame has a caller it isn't the global scope.
601 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
605 http://bugs.webkit.org/show_bug.cgi?id=10167
606 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
608 * DumpRenderTree/EventSendingController.m: Don't set the mouse down flag
611 2006-07-30 Mark Rowe <opendarwin.org@bdash.net.nz>
615 Bug 9686: [Drosera] Need the ability to break into Drosera on Javascript exceptions
616 http://bugs.webkit.org/show_bug.cgi?id=9686
618 * Drosera/DebuggerDocument.m:
619 (-[WebScriptObject switchToServerNamed:]): Remove as listener before resuming to
620 ensure that the server does not try and notify us of events related to the resumption.
621 (-[WebScriptObject webView:exceptionWasRaised:sourceId:line:forWebFrame:]): Delegate
622 call through to JavaScript.
623 * Drosera/debugger.js: Pause debugger when exception is raised.
625 2006-07-29 Mike Emmel <mike.emmel@gmail.com>
629 - fixes for Linux build
631 * GdkLauncher/mk: Added call to bakefile_gen before calling make.
632 * GdkLauncher/gdklauncher.bkl: Tweak comment.
634 2006-07-24 Dan Waylonis <waylonis@google.com>
636 Reviewed and tweaked a bit by Darin.
638 * DumpRenderTree/ObjCPlugin.m:
639 (+[ObjCPlugin isSelectorExcludedFromWebScript:]): Added "echo:".
640 (+[ObjCPlugin webScriptNameForSelector:]): Use the name "echo" for
641 "echo:" so it's nice to call from JavaScript.
642 (-[ObjCPlugin echo:]): Just returns the same object -- can be used
643 to test a round trip through Objective-C types.
645 2006-07-24 Alexey Proskuryakov <ap@nypop.com>
649 Fix http://bugs.webkit.org/show_bug.cgi?id=10060
650 Improve iExploder results parsing
652 * Scripts/run-iexploder-tests: Fix Apach logs parsing to produce a correct results
655 2006-07-18 David Kilzer <ddkilzer@kilzer.net>
659 - fix http://bugs.webkit.org/show_bug.cgi?id=9964
660 Add switch to prepare-ChangeLog to skip svn update of ChangeLog files
662 * Scripts/prepare-ChangeLog: Added --[no-]update switch.
664 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
668 * BuildSlaveSupport/build.webkit.org-config/buildbot.css:
669 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
671 Removed "Property changes" that snuck in as part of the "apply patch" process.
673 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
677 - fix http://bugs.webkit.org/show_bug.cgi?id=9875
678 Teach svn-apply and svn-unapply to use patch(1) for additions and deletions
681 (addDirectoriesIfNeeded): Don't try to add a directory that's already in svn.
683 (patch): Use patch(1) for non-binary additions and deletions.
684 * Scripts/svn-unapply:
686 (patch): Use patch(1) for reverting non-binary additions and deletions.
687 (revertDirectories): Don't try to revert a directory that hasn't changed in svn.
689 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
693 Bug 9889: [Drosera] Stepping out when paused after last statement in function skips a frame
694 http://bugs.webkit.org/show_bug.cgi?id=9889
696 * Drosera/debugger.js: Track whether we paused during the execution of willLeaveFrame. If
697 so, have stepOut pause on the next call to willExecuteStatement rather than second.
699 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
703 - fix http://bugs.webkit.org/show_bug.cgi?id=9848
704 Teach svn-create-patch and friends to fix ChangeLog patches
706 * Scripts/svn-apply: Added fixChangeLogPatch() and invoked it in the proper place.
707 * Scripts/svn-create-patch: Ditto.
708 * Scripts/svn-unapply: Ditto.
710 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
714 Bug 9869: [Drosera] JS Console fails to evaluate input when paused in global scope
715 http://bugs.webkit.org/show_bug.cgi?id=9869
717 * Drosera/DebuggerDocument.m:
718 (-[WebScriptObject currentFunctionStack]): Include the global frame in the stack.
720 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
724 Bug 9863: Drosera needs to show something at launch
725 http://bugs.webkit.org/show_bug.cgi?id=9863
727 * Drosera/DebuggerApplication.m:
728 (-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
730 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
734 Lets Drosera build universal for the nightlies. Right now it is not
735 possible to build a universal binary on a PPC machine because of a
736 conflict with the universal SDK.
738 * BuildSlaveSupport/build-launcher-app:
739 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
741 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
745 - test for http://bugs.webkit.org/show_bug.cgi?id=7808
746 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
748 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
749 (pluginInvoke): treat getURL() with one parameter as if the second parameter were NULL -
750 should open a new stream and deliver the data to the current instance.
752 2006-07-11 Timothy Hatcher <timothy@apple.com>
756 Bug 9598: [Drosera] add a JavaScript evaluator console
757 http://bugs.webkit.org/show_bug.cgi?id=9598
759 * Drosera/DebuggerApplication.h:
760 * Drosera/DebuggerApplication.m:
761 (-[DebuggerApplication knownServers]):
762 * Drosera/DebuggerDocument.h:
763 * Drosera/DebuggerDocument.m:
764 (-[WebScriptObject evaluateScript:inCallFrame:]):
765 (-[WebScriptObject showConsole:]):
766 (-[WebScriptObject toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
767 (-[WebScriptObject toolbarDefaultItemIdentifiers:]):
768 (-[WebScriptObject toolbarAllowedItemIdentifiers:]):
769 (-[WebScriptObject webView:createWebViewWithRequest:]):
770 (-[WebScriptObject webViewShow:]):
771 (-[WebScriptObject webViewAreToolbarsVisible:]):
772 (-[WebScriptObject webView:setToolbarsVisible:]):
773 (-[WebScriptObject webView:setResizable:]):
774 (-[WebScriptObject webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:]):
775 (-[WebScriptObject scriptConfirmSheetDidEnd:returnCode:contextInfo:]):
776 (-[WebScriptObject webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:]):
777 (-[WebScriptObject webView:windowScriptObjectAvailable:]):
778 (-[WebScriptObject webView:didFinishLoadForFrame:]):
779 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
780 * Drosera/Drosera.xcodeproj/project.pbxproj:
781 * Drosera/Images/console.png: Added.
782 * Drosera/console.css: Added.
783 * Drosera/console.html: Added.
784 * Drosera/console.js: Added.
786 2006-07-11 Timothy Hatcher <timothy@apple.com>
788 Reviewed by a tired Geoff.
790 Bug 9597: [Drosera] hook up the variables table to show stack variables
791 http://bugs.webkit.org/show_bug.cgi?id=9597
793 * Drosera/DebuggerDocument.m:
794 (-[WebScriptObject isSelectorExcludedFromWebScript:]):
795 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
796 (-[WebScriptObject localScopeVariableNamesForCallFrame:]):
797 (-[WebScriptObject valueForScopeVariableNamed:inCallFrame:]):
798 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
799 (-[WebScriptObject webView:didLoadMainResourceForDataSource:]):
800 (-[WebScriptObject webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
801 (-[WebScriptObject webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
802 (-[WebScriptObject webView:willExecuteStatement:sourceId:line:forWebFrame:]):
803 (-[WebScriptObject webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
804 * Drosera/debugger.css:
805 * Drosera/debugger.html:
806 * Drosera/debugger.js:
808 2006-07-10 Tim Omernick <timo@apple.com>
810 Reviewed by Beth Dakin.
812 <http://bugs.webkit.org/show_bug.cgi?id=9844>:
813 Add DOM access test to DumpRenderTree's Netscape plug-in
815 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
819 2006-07-10 Mark Rowe <opendarwin.org@bdash.net.nz>
823 - http://bugs.webkit.org/show_bug.cgi?id=9839
824 Bug 9839: Nightly launcher fails to detect extensions when extension causes crash on load
826 Now track three states: initializing, running, and closed. If we are launched and the previous
827 state was initializing then we likely just experienced a crash on launch.
829 * WebKitLauncher/WebKitNightlyEnabler.m:
830 (myApplicationWillFinishLaunching): Improve wording of dialog. Update to set new running state.
831 (myApplicationWillTerminate): Update to use new states.
832 (cleanUpAfterOurselves): Display alert if previous state was initializing. Set state as
833 initializing as early as practical.
834 (symbol_lookup): Bring code up to speed with formatting guidelines.
835 (GDSymbolLookup): Ditto.
837 2006-07-10 Darin Adler <darin@apple.com>
839 - try to fix Windows build
841 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
842 Remove include paths with "khtml" in them. Add one for "html" subdir or WebCore.
844 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
846 Build fix. Reviewed by NOBODY.
848 - Backed out http://bugs.webkit.org/show_bug.cgi?id=7802
849 devenv.com not available in VC++ Express installations
851 * Scripts/webkitdirs.pm: Backed out previous change.
853 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
857 - http://bugs.webkit.org/show_bug.cgi?id=9693
858 svn-apply should set ChangeLog date correctly when applying patches
860 * Scripts/svn-apply: Set the ChangeLog entry date using a configurable timezone
861 before applying the patch.
862 * Scripts/svn-unapply: Reset the ChangeLog entry date before unapplying the patch.
864 2006-07-09 Darin Adler <darin@apple.com>
866 * Scripts/do-webcore-rename: Final version of this round of renaming for posterity.
868 2006-07-09 Darin Adler <darin@apple.com>
870 * Scripts/do-webcore-rename: Next round of renaming. (Last round was done.)
872 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
874 Reviewed by NOBODY (build fix).
876 - http://bugs.webkit.org/show_bug.cgi?id=7802
877 devenv.com not available in VC++ Express installations
879 * Scripts/webkitdirs.pm: Restore Hyatt's original logic to make buildbot
880 work again. Add VC++ Express check as the fallback.
882 2006-07-09 Bjoern Graf <bjoern.graf@gmail.com>
884 Reviewed by Timothy Hatcher.
886 - http://bugs.webkit.org/show_bug.cgi?id=7802
887 devenv.com not available in VC++ Express installations
889 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
891 2006-07-09 Joost de Valk <jdevalk@opendarwin.org>
895 Fixes bug http://bugs.webkit.org/show_bug.cgi?id=9804 .
896 Patch by coldwinter@katamail.com.
898 In the congratulations message, "capatibilies" should be "capabilities".
900 * Scripts/build-webkit:
902 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
904 Reviewed by Timothy Hatcher.
906 - http://bugs.webkit.org/show_bug.cgi?id=9794
907 Teach run-webkit-tests how to ignore tests with performance improvements
909 * Scripts/run-webkit-tests: Speed up test list generation, implement --ignore-tests
910 feature, and minor clean up.
912 2006-07-08 Darin Adler <darin@apple.com>
914 Reviewed by Geoff (well, half of it at least).
916 - http://bugs.webkit.org/show_bug.cgi?id=9788
917 storage leaks in Objective-C tests
919 * DumpRenderTree/DumpRenderTree.m: (-[LayoutTestController keepWebHistory]):
920 * DumpRenderTree/ObjCPlugin.m: (-[ObjCPlugin removeBridgeRestrictions:]):
921 Add a release to fix a storage leak.
923 2006-07-08 Darin Adler <darin@apple.com>
925 * Scripts/do-webcore-rename: A few more.
927 2006-07-08 Darin Adler <darin@apple.com>
929 * Scripts/do-webcore-rename: Another cut at renames. About ready to go (later today).
931 2006-07-04 Maciej Stachowiak <mjs@apple.com>
935 http://bugs.webkit.org/show_bug.cgi?id=9734
936 - add support for dumping non-HTML as text - in this case use textContent
939 * DumpRenderTree/DumpRenderTree.m:
942 2006-07-02 Timothy Hatcher <timothy@apple.com>
946 Bug 9631: [Drosera] Add "Step Over" and "Step Out"
947 http://bugs.webkit.org/show_bug.cgi?id=9631
949 Adds step over and step out. Along with a little code cleanup
950 that was minor enough to piggyback on this fix.
952 * Drosera/DebuggerDocument.h:
953 * Drosera/DebuggerDocument.m:
954 (-[DebuggerDocument stepOver:]):
955 (-[DebuggerDocument stepOut:]):
956 (-[DebuggerDocument windowDidLoad]):
957 (-[DebuggerDocument windowWillClose:]):
958 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
959 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
960 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
961 (-[DebuggerDocument validateUserInterfaceItem:]):
962 * Drosera/Drosera.xcodeproj/project.pbxproj:
963 * Drosera/debugger.html:
964 * Drosera/debugger.js:
965 * Drosera/viewer.css:
967 2006-07-02 Timothy Hatcher <timothy@apple.com>
971 Bug 9628: [Drosera] Split Views acting oddly
972 http://bugs.webkit.org/show_bug.cgi?id=9628
974 Only update the last X or Y coordinate if the new
975 size was not constrained. Also adds the resize cursor to
976 the body during the drag incase there is a constrained
977 over drag off of the resizer element.
979 * Drosera/debugger.js:
981 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
983 Reviewed by Alexy Proskuryakov.
985 Bug 9692: Warning about Safari extensions on every launch is obnoxious
986 http://bugs.webkit.org/show_bug.cgi?id=9692
988 * WebKitLauncher/WebKitNightlyEnabler.m:
989 (myApplicationWillTerminate): Note that we are exiting cleanly.
990 (cleanUpAfterOurselves): Install bundle load tracking only if we failed
991 to exit cleanly on our last invocation. This doesn't play nicely with
992 multiple concurrent instances of WebKit.app so it can be disabled via
993 defaults write com.apple.Safari WKNEShouldMonitorShutdowns -bool NO.
995 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
997 Reviewed by Alexy Proskuryakov.
999 Bug 9654: Refresh Loop when accessing feed URLs
1000 http://bugs.webkit.org/show_bug.cgi?id=9654
1002 * WebKitLauncher/Info.plist: Don't claim to handle feed:// URLs.
1004 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1006 Reviewed by Timothy Hatcher.
1008 Bug 9689: Nightly builds should warn a user about potential problems when using
1010 http://bugs.webkit.org/show_bug.cgi?id=9689
1012 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1013 * WebKitLauncher/WebKitNightlyEnabler.m:
1014 (myBundleDidLoad): Keep track of if any bundles that are loaded.
1015 (myApplicationWillFinishLaunching): Notify user if any bundles are loaded.
1016 (cleanUpAfterOurselves): Register for NSBundleDidLoadNotification and
1017 NSApplicationWillFinishLaunchingNotification notifications so that we can
1018 track bundle loads and notify the user at launch completion.
1020 2006-06-30 Mike Emmel <mike.emmel@gmail.com>
1024 - first check-in of a Gdk shell for testing WebKit
1026 * GdkLauncher: Added.
1028 2006-06-29 Timothy Hatcher <timothy@apple.com>
1032 Need to call window close so WebView tears-down completly.
1034 * DumpRenderTree/DumpRenderTree.m:
1035 (main): call [window close]
1037 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
1041 Bug 9615: Buildbot configuration should be in SVN repository
1042 http://bugs.webkit.org/show_bug.cgi?id=9615
1044 Import BuildBot configuration files as used by build.webkit.org.
1045 auth.py has been stubbed out so that slave passwords are not disclosed.
1047 * BuildSlaveSupport/build.webkit.org-config/Makefile: Added.
1048 * BuildSlaveSupport/build.webkit.org-config/buildbot.css: Added.
1049 * BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Added.
1050 * BuildSlaveSupport/build.webkit.org-config/master.cfg: Added.
1051 * BuildSlaveSupport/build.webkit.org-config/webkit/__init__.py: Added.
1052 * BuildSlaveSupport/build.webkit.org-config/webkit/auth.py: Added.
1053 * BuildSlaveSupport/build.webkit.org-config/webkit/basesteps.py: Added.
1054 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Added.
1055 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Added.
1056 * BuildSlaveSupport/build.webkit.org-config/webkit/schedulers.py: Added.
1057 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Added.
1058 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Added.
1060 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
1064 Bug 9614: Nightly builds should notify user if a newer build is available
1065 http://bugs.webkit.org/show_bug.cgi?id=9614
1067 * BuildSlaveSupport/build-launcher-app: Write revision number to WebKit.app's VERSION file.
1068 * BuildSlaveSupport/build-launcher-dmg: Pass revision number to server-side nightly maintenance
1069 script so it can keep track of the latest revision.
1070 * Scripts/run-webkit-tests: Pass build-dumprendertree's exit status through correctly.
1071 * WebKitLauncher/VERSION: Added. Placeholder for SVN revision number
1072 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1073 * WebKitLauncher/start.html: Retrieve revision number from VERSION file, and pass it through to
1074 the nightly start page.
1076 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
1080 Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to screenY output
1081 http://bugs.webkit.org/show_bug.cgi?id=9579
1083 Report screenY values as (height of zero screen - screenY)
1085 * DumpRenderTree/EventSendingController.m: (-[EventSendingController handleEvent:]):
1087 2006-06-25 Timothy Hatcher <timothy@apple.com>
1091 Bug 9591: [Drosera] breakpoints should be dragable and deletable by dragging off the gutter
1092 http://bugs.webkit.org/show_bug.cgi?id=9591
1094 Makes breakpoints dragable. If dragged off the gutter they are deleted.
1096 * Drosera/debugger.js:
1097 * Drosera/viewer.css:
1099 2006-06-25 Timothy Hatcher <timothy@apple.com>
1103 Bug 9568: assertion failure in Safari after quitting Drosera
1104 http://bugs.webkit.org/show_bug.cgi?id=9568
1106 Call switchToServerNamed:nil and not removeLister to make sure
1107 the server object is set to nil to prevent further removeListener calls.
1109 * Drosera/DebuggerDocument.m:
1110 (-[DebuggerDocument applicationTerminating:]):
1112 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1116 * Scripts/svn-apply: Speed up isDirectoryEmptyForRemoval() by returning as soon as we find
1117 that the directory is not empty instead of reading in every single file and directory first,
1118 then checking the count. Avoid warning in removeDirectoriesIfNeeded() if $svnOutput is not
1121 2006-06-25 Darin Adler <darin@apple.com>
1123 * Scripts/svn-apply: Tweak comments.
1124 * Scripts/svn-create-patch: Ditto.
1125 * Scripts/svn-unapply: Ditto.
1127 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1129 Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY.
1131 http://bugs.webkit.org/show_bug.cgi?id=9571#c2
1133 * Scripts/svn-apply: Formatting fix.
1135 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1139 http://bugs.webkit.org/show_bug.cgi?id=9571
1140 Teach svn-apply and svn-unapply to handle directory adds and removes better
1142 * Scripts/svn-apply: Handle directory adds more intelligently. Handle directory removes.
1143 * Scripts/svn-unapply: Handle undoing both directory adds and removes.
1145 2006-06-25 Timothy Hatcher <timothy@apple.com>
1149 Bug 9574: Drosera should show inline scripts within the original HTML
1150 http://bugs.webkit.org/show_bug.cgi?id=9574
1152 Refactor the JavaScript code to have a distinction between files
1153 and scripts. Show the script in the context of the HTML file if
1154 it's URL is the same as the frame's main resource. At the time of
1155 the disParseScript callback the main resource might not be completely
1156 loaded, but Drosera needs to show whatever we have at the time. Once
1157 the main resource is finished, update the file source and reload the file.
1159 * Drosera/DebuggerDocument.m:
1160 (-[DebuggerDocument pause]):
1161 (-[DebuggerDocument webView:didLoadMainResourceForDataSource:]):
1162 (-[DebuggerDocument webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
1163 (-[DebuggerDocument webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:]):
1164 * Drosera/debugger.css:
1165 * Drosera/debugger.js:
1167 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1171 http://bugs.webkit.org/show_bug.cgi?id=9570
1172 Teach prepare-ChangeLog to operate on a list of files or directories
1174 * Scripts/prepare-ChangeLog: Accept a list of files and/or directories when running.
1175 * Scripts/svn-create-patch: Code refactoring.
1177 2006-06-24 James G. Speth <speth@end.com>
1181 - http://bugs.webkit.org/show_bug.cgi?id=8843
1182 add a way to build Objective-C test cases in HTML
1184 Tests running in DumpRenderTree can choose to relax some restrictions of the JavaScript/Objective-C bridge
1185 allowing more extensive testing of the Obj-C API. (and by more extensive, I mean this lets scripts do
1186 pretty much whatever they want, including acting as delegates, generating events, instantiating obj-c
1189 * DumpRenderTree/ObjCPlugin.h:
1190 * DumpRenderTree/ObjCPlugin.m: this ability is only exposed to scripts running in DumpRenderTree
1191 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
1192 (+[ObjCPlugin webScriptNameForSelector:]):
1193 (-[ObjCPlugin removeBridgeRestrictions:]): scripts call this to open up obj-c for extensive testing
1194 (+[NSObject setAllowsScriptsFullAccess:]): makes NSObject allow all selectors to be invoked from script
1195 (+[NSObject allowsScriptsFullAccess]):
1196 (+[NSObject isSelectorExcludedFromWebScript:]): when full access is enabled, no selector is excluded
1197 (+[NSObject webScriptNameForSelector:]): always return nil for the default selector mutation
1198 (-[JSObjC classNameOfObject:isSelectorExcludedFromWebScript:]):
1199 (+[JSObjC webScriptNameForSelector:]):
1200 (-[JSObjC invokeDefaultMethodWithArguments:]): shortcut for accessing classes
1201 (-[JSObjC lookUpClass:]): allow scripts to retrieve obj-c classes by name
1202 (-[JSObjC log:]): access to NSLog function
1203 (-[JSObjC retainObject:]): useful obj-c functions that are otherwise hard to reach from javascript
1204 (-[JSObjC classOfObject:]):
1205 (-[JSObjC classNameOfObject:]):
1207 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1209 Reviewed by Timothy.
1211 * DrawTest/Info.plist: Added copyright statement.
1212 * Drosera/Info.plist: Ditto.
1213 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Ditto.
1214 * WebKitLauncher/Info.plist: Ditto.
1216 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1218 Build fix. Reviewed by NOBODY.
1220 - Backed out http://bugs.webkit.org/show_bug.cgi?id=7802
1221 devenv.com not available in VC++ Express installations
1223 * Scripts/webkitdirs.pm: Backed out previous change.
1225 2006-06-24 Bjoern Graf <bjoern.graf@gmail.com>
1229 - http://bugs.webkit.org/show_bug.cgi?id=7802
1230 devenv.com not available in VC++ Express installations
1232 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
1234 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
1238 - http://bugs.webkit.org/show_bug.cgi?id=9564
1239 A bunch of fixes to run-webkit-httpd
1241 - Add an -all-interfaces (-a) flag to bind to all interfaces, not just
1242 127.0.0.1. Useful for testing with WinIE running on another machine;
1243 - don't call checkFrameworks() - we do not need a built WebKit here;
1244 - changed tabs to spaces;
1245 - disable HTTP keepalive (since Apache doesn't spawn sub-processes in
1246 interactive mode, they were a hassle when testing with several browsers, as one
1247 had to wait for connection to expire);
1248 - remove httpd.pid when done, so that Apache doesn't complain next time.
1250 * Scripts/run-webkit-httpd:
1252 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
1254 Reviewed by ggaren, landed by ap.
1256 - http://bugs.webkit.org/show_bug.cgi?id=9181
1257 Complete DOMUIEvent Obj-C API to reflect UIEvent
1259 Add function to enable logging of all events of one DOM node to stdout.
1261 * DumpRenderTree/EventSendingController.h:
1262 * DumpRenderTree/EventSendingController.m:
1263 (+[EventSendingController initialize]):
1264 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1265 (+[EventSendingController webScriptNameForSelector:]):
1266 (-[EventSendingController enableDOMUIEventLogging:]):
1267 (-[EventSendingController handleEvent:]):
1269 2006-06-23 Kevin Decker <kdecker@apple.com>
1271 Reviewed by Tim Hatcher.
1273 - Made column headers in Drosera resizable.
1275 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1279 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1280 Another case error preventing build
1282 * Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
1284 2006-06-22 Timothy Hatcher <timothy@apple.com>
1288 Adds a native toolbar to Drosera to be a good citizen.
1289 Adds a Debug menu with key-commands for Continue, Pause and Step Into.
1290 Fixes a dragging bug from an earlier fix to the divider code.
1291 Fixes some poor indenting in debugger.js.
1293 * Drosera/DebuggerDocument.h:
1294 * Drosera/DebuggerDocument.m:
1295 (-[DebuggerDocument stepInto]):
1296 (-[DebuggerDocument pause:]):
1297 (-[DebuggerDocument resume:]):
1298 (-[DebuggerDocument stepInto:]):
1299 (-[DebuggerDocument windowDidLoad]):
1300 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1301 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
1302 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
1303 (-[DebuggerDocument validateUserInterfaceItem:]):
1304 * Drosera/English.lproj/MainMenu.nib/classes.nib:
1305 * Drosera/English.lproj/MainMenu.nib/info.nib:
1306 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
1307 * Drosera/debugger.css:
1308 * Drosera/debugger.html:
1309 * Drosera/debugger.js:
1310 * Drosera/viewer.html:
1312 2006-06-22 Kevin Decker <kdecker@apple.com>
1316 - Added pressed column header image.
1317 - Made column headers behave more like Xcode.
1319 2006-06-22 Timothy Hatcher <timothy@apple.com>
1321 Reviewed by Kevin Decker.
1323 Code clean up. Adds the stackframe and makes only the body
1324 of the tables scrollable keeping the header visible.
1325 Shows the current function stack when paused or stepping.
1327 * Drosera/DebuggerApplication.m:
1328 (-[DebuggerApplication awakeFromNib]):
1329 (-[DebuggerApplication numberOfRowsInTableView:]):
1330 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1331 * Drosera/DebuggerDocument.h:
1332 * Drosera/DebuggerDocument.m:
1333 (-[DebuggerDocument dealloc]):
1334 (-[DebuggerDocument currentFrame]):
1335 (-[DebuggerDocument currentFrameFunctionName]):
1336 (-[DebuggerDocument currentFunctionStack]):
1337 (-[DebuggerDocument log:]):
1338 (-[DebuggerDocument windowWillClose:]):
1339 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1340 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1341 * Drosera/Drosera.xcodeproj/project.pbxproj:
1342 * Drosera/debugger.css:
1343 * Drosera/debugger.html:
1344 * Drosera/debugger.js:
1346 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1350 Teach run-webkit-httpd to properly look for webkitdirs.pm.
1352 * Scripts/run-webkit-httpd:
1354 2006-06-22 Kevin Decker <kdecker@apple.com>
1356 Reviewed by Tim Hatcher.
1358 - More progress toward Javascript Debugger.
1359 - Added some new images to the project.
1361 2006-06-21 Alexey Proskuryakov <ap@nypop.com>
1365 - http://bugs.webkit.org/show_bug.cgi?id=9516
1366 Would like a script to run a httpd server with the same configuration as run-webkit-tests http
1368 * Scripts/run-webkit-httpd: Added.
1370 2006-06-20 Timothy Hatcher <timothy@apple.com>
1374 Builds Drosera and a launcher to include with the nightly.
1376 * BuildSlaveSupport/build-launcher-app:
1377 * BuildSlaveSupport/build-launcher-dmg:
1378 * Drosera/Drosera.xcodeproj/project.pbxproj:
1379 * Drosera/Info.plist:
1380 * Drosera/LauncherInfo.plist: Added.
1381 * Drosera/launcher.m: Added.
1382 (displayErrorAndQuit):
1383 (checkMacOSXVersion):
1386 * Scripts/build-drosera
1387 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1388 * WebKitLauncher/main.m:
1391 2006-06-20 Timothy Hatcher <timothy@apple.com>
1395 Adds a JavaScript debugger, called Drosera. Named after
1396 a genus of bug eating plants.
1398 * Drosera/DebuggerApplication.h: Added.
1399 * Drosera/DebuggerApplication.m: Added.
1400 (-[DebuggerApplication applicationDidFinishLaunching:]):
1401 (-[DebuggerApplication serverLoaded:]):
1402 (-[DebuggerApplication serverUnloaded:]):
1403 (-[DebuggerApplication awakeFromNib]):
1404 (-[DebuggerApplication showAttachPanel:]):
1405 (-[DebuggerApplication attach:]):
1406 (-[DebuggerApplication numberOfRowsInTableView:]):
1407 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1408 (-[DebuggerApplication tableView:willDisplayCell:forTableColumn:row:]):
1409 (-[DebuggerApplication tableViewSelectionDidChange:]):
1410 * Drosera/DebuggerDocument.h: Added.
1411 * Drosera/DebuggerDocument.m: Added.
1412 (+[WebScriptCallFrame isSelectorExcludedFromWebScript:]):
1413 (+[WebScriptCallFrame isKeyExcludedFromWebScript:]):
1414 (+[DebuggerDocument isSelectorExcludedFromWebScript:]):
1415 (+[DebuggerDocument isKeyExcludedFromWebScript:]):
1416 (-[DebuggerDocument initWithServerName:]):
1417 (-[DebuggerDocument windowWillClose:]):
1418 (-[DebuggerDocument dealloc]):
1419 (-[DebuggerDocument isPaused]):
1420 (-[DebuggerDocument pause]):
1421 (-[DebuggerDocument resume]):
1422 (-[DebuggerDocument step]):
1423 (-[DebuggerDocument windowNibName]):
1424 (-[DebuggerDocument windowDidLoad]):
1425 (-[DebuggerDocument switchToServerNamed:]):
1426 (-[DebuggerDocument applicationTerminating:]):
1427 (-[DebuggerDocument serverConnectionDidDie:]):
1428 (-[DebuggerDocument webView:windowScriptObjectAvailable:]):
1429 (-[DebuggerDocument webView:didFinishLoadForFrame:]):
1430 (-[DebuggerDocument webView:didParseSource:fromURL:sourceId:forWebFrame:]):
1431 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1432 (-[DebuggerDocument webView:willExecuteStatement:sourceId:line:forWebFrame:]):
1433 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1434 * Drosera/Drosera.pch: Added.
1435 * Drosera/Drosera.xcodeproj/project.pbxproj: Added.
1436 * Drosera/English.lproj/Debugger.nib/classes.nib: Added.
1437 * Drosera/English.lproj/Debugger.nib/info.nib: Added.
1438 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Added.
1439 * Drosera/English.lproj/MainMenu.nib/classes.nib: Added.
1440 * Drosera/English.lproj/MainMenu.nib/info.nib: Added.
1441 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
1442 * Drosera/Images/breakPoint.tif: Added.
1443 * Drosera/Images/breakPointDisabled.tif: Added.
1444 * Drosera/Images/continue.tif: Added.
1445 * Drosera/Images/finishFunction.tif: Added.
1446 * Drosera/Images/glossyFooterFill.tif: Added.
1447 * Drosera/Images/glossyHeader.png: Added.
1448 * Drosera/Images/gradientBackground.png: Added.
1449 * Drosera/Images/gutter.png: Added.
1450 * Drosera/Images/navLeftDisabled.png: Added.
1451 * Drosera/Images/navLeftNormal.png: Added.
1452 * Drosera/Images/navLeftPressed.png: Added.
1453 * Drosera/Images/navRightDisabled.png: Added.
1454 * Drosera/Images/navRightNormal.png: Added.
1455 * Drosera/Images/navRightPressed.png: Added.
1456 * Drosera/Images/pause.tif: Added.
1457 * Drosera/Images/popUpArrows.png: Added.
1458 * Drosera/Images/programCounter.tif: Added.
1459 * Drosera/Images/programCounterBreakPoint.tif: Added.
1460 * Drosera/Images/programCounterBreakPointDisabled.tif: Added.
1461 * Drosera/Images/run.tif: Added.
1462 * Drosera/Images/splitterBar.tif: Added.
1463 * Drosera/Images/splitterDimple.tif: Added.
1464 * Drosera/Images/step.tif: Added.
1465 * Drosera/Images/stepOver.tif: Added.
1466 * Drosera/Images/stop.tif: Added.
1467 * Drosera/Images/toolbarBackground.png: Added.
1468 * Drosera/Info.plist: Added.
1469 * Drosera/debugger.css: Added.
1470 * Drosera/debugger.html: Added.
1471 * Drosera/debugger.js: Added.
1472 * Drosera/main.m: Added.
1474 * Drosera/viewer.css: Added.
1475 * Drosera/viewer.html: Added.
1477 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1481 http://bugs.webkit.org/show_bug.cgi?id=9485
1482 Teach svn-apply and svn-unapply to use full path names
1484 * Scripts/svn-apply: Changed to use full path names. Cleaned up code.
1485 * Scripts/svn-unapply: Ditto.
1487 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1491 - http://bugs.webkit.org/show_bug.cgi?id=9150
1492 DumpRenderTree should be able to keep URL history during runs
1494 Test: LayoutTests/fast/history/clicked-link-is-visited.html
1496 * DumpRenderTree/DumpRenderTree.m: Add keepWebHistory function to layoutTestController
1497 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Updated for keepWebHistory.
1498 (-[LayoutTestController keepWebHistory]): Added. We only set optional shared history if
1499 it is currently nil since keepWebHistory() might be called more than once incidentally
1501 (dumpRenderTree): Set optional shared history in WebHistory to nil by default.
1502 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Xcode 2.3 clean up.
1504 2006-06-11 David Kilzer <ddkilzer@kilzer.net>
1508 http://bugs.webkit.org/show_bug.cgi?id=9395
1509 Make prepare-ChangeLog faster
1511 * Scripts/prepare-ChangeLog: Use "svn diff" instead of "svn stat" to find changed files,
1512 then save the diff output for reuse. Keep a status variable if changes are made to
1513 LayoutTests so "svn diff LayoutTests" doesn't have to be run to check for changes when
1514 WebCore is updated. Added -h|--help command-line switch and help message. Move test
1515 for no changed files closer to the beginning of the program.
1517 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
1519 Reviewed and landed by ap.
1521 - make DumpRenderTree build
1523 * DumpRenderTree/DumpRenderTree.m:
1524 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Changed _updateFocusState to _updateActiveState
1525 (-[WaitUntilDoneDelegate webViewFocus:]): Ditto.
1526 (-[LayoutTestController setWindowIsKey:]): Ditto.
1527 (-[LayoutTestController setMainFrameIsFirstResponder:]): Ditto.
1529 2006-06-09 David Kilzer <ddkilzer@kilzer.net>
1531 Reviewed by Darin, landed by Geoff.
1533 http://bugs.webkit.org/show_bug.cgi?id=9350
1534 Use pathcmp() when sorting paths in svn-create-patch
1536 * Scripts/run-webkit-tests: Fixed splitpath() to use File::Basename subroutines instead of regex.
1537 * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.
1538 Changed sort() functions to use pathcmp(). Added subroutine prototypes. Added -h command-line
1539 switch and printUsage() subroutine.
1541 2006-06-06 David Kilzer <ddkilzer@kilzer.net>
1545 http://bugs.webkit.org/show_bug.cgi?id=9322
1546 Teach svn-create-patch to sort its output
1548 * Scripts/svn-create-patch: Clean up perl code. Sort patch output alphabetically
1549 by text files first, then by binary files.
1551 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1555 http://bugs.webkit.org/show_bug.cgi?id=9299
1556 Teach svn-create-patch and friends to work with binary files
1558 * Scripts/svn-apply: Updated to use base64-encoded text for binary files when applying patches.
1559 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
1560 * Scripts/svn-unapply: Updated to recognize binary files when unapplying patches.
1562 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
1566 http://bugs.webkit.org/show_bug.cgi?id=9296
1567 Performance improvement for svn-create-patch
1569 * Scripts/svn-create-patch: Undef $indexPath after all paths have been fixed for a given patch.
1571 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
1575 http://bugs.webkit.org/show_bug.cgi?id=9290
1576 Teach svn-apply and svn-unapply to patch ChangeLogs cleanly
1578 * Scripts/svn-apply: Fixed to apply ChangeLog patches without failing.
1579 * Scripts/svn-unapply: Ditto. Also simplified reversing a deletion.
1581 2006-06-03 Steve Falkenburg <sfalken@apple.com>
1585 Switch Spinneret to new hosting mechanism
1587 * Spinneret/Spinneret.sln:
1588 * Spinneret/Spinneret/Spinneret.cpp:
1589 (SpinneretWebHost::updateAddressBar):
1590 (SpinneretWebHost::QueryInterface):
1591 (SpinneretWebHost::AddRef):
1592 (SpinneretWebHost::Release):
1599 * Spinneret/Spinneret/Spinneret.h:
1600 (SpinneretWebHost::didStartProvisionalLoadForFrame):
1601 (SpinneretWebHost::didReceiveServerRedirectForProvisionalLoadForFrame):
1602 (SpinneretWebHost::didFailProvisionalLoadWithError):
1603 (SpinneretWebHost::didCommitLoadForFrame):
1604 (SpinneretWebHost::didReceiveTitle):
1605 (SpinneretWebHost::didReceiveIcon):
1606 (SpinneretWebHost::didFinishLoadForFrame):
1607 (SpinneretWebHost::didFailLoadWithError):
1608 (SpinneretWebHost::didChangeLocationWithinPageForFrame):
1609 (SpinneretWebHost::willPerformClientRedirectToURL):
1610 (SpinneretWebHost::didCancelClientRedirectForFrame):
1611 (SpinneretWebHost::willCloseFrame):
1612 (SpinneretWebHost::windowScriptObjectAvailable):
1613 * Spinneret/Spinneret/Spinneret.vcproj:
1615 2006-06-02 Steve Falkenburg <sfalken@apple.com>
1619 Updated build script
1621 * Scripts/build-webkit:
1623 2006-06-01 Anders Carlsson <acarlsson@apple.com>
1627 * DumpRenderTree/DumpRenderTree.m:
1628 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1629 (-[LayoutTestController clearBackForwardList]):
1630 Add clearBackForwardList function to layoutTestController
1632 2006-06-01 Anders Carlsson <acarlsson@apple.com>
1636 http://bugs.webkit.org/show_bug.cgi?id=8996
1637 slow-utf8-text layout test case failing (no longer deterministic?)
1639 * DumpRenderTree/DumpRenderTree.m:
1641 Dump as text when the response MIME type is text/plain
1643 2006-05-26 Steve Falkenburg <sfalken@apple.com>
1647 * Spinneret/Spinneret.sln:
1648 * Spinneret/Spinneret/Spinneret.vcproj:
1650 2006-05-24 Geoffrey Garen <ggaren@apple.com>
1654 Added 'GCController' to DRT to support garbage collection layout tests.
1656 GCController.collect() and GCController.collectOnAlternateThread() do
1657 what you would expect. The latter takes a boolean argument sepcifying
1658 whether to wait for garbage collection to finish before continuing to
1661 * DumpRenderTree/DumpRenderTree.m:
1662 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
1663 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1664 * DumpRenderTree/GCController.h: Added.
1665 * DumpRenderTree/GCController.mm: Added.
1666 (+[GCController isSelectorExcludedFromWebScript:]):
1667 (+[GCController webScriptNameForSelector:]):
1668 (-[GCController collect]):
1669 (-[GCController collectOnAlternateThread:]):
1671 2006-05-23 John Sullivan <sullivan@apple.com>
1675 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
1676 Newer Xcode removed some obsolete cruft
1678 * DumpRenderTree/TextInputController.m:
1679 (-[TextInputController textInput]):
1680 added (id) cast to make newer compiler happy
1682 2006-05-22 Steve Falkenburg <sfalken@apple.com>
1688 * Spinneret/Spinneret.sln:
1690 2006-05-18 Darin Adler <darin@apple.com>
1692 - try to fix no-SVG, no-XPATH build, again
1694 * Scripts/build-webkit: Use FEATURE_DEFINES= instead of FEATURE_DEFINES=''.
1696 2006-05-18 Darin Adler <darin@apple.com>
1698 - try to fix no-SVG, no-XPATH build
1700 * Scripts/build-webkit: Pass FEATURE_DEFINES rather than GCC_PREPROCESSOR_DEFINITIONS,
1701 since the former is what's used in the WebCore project now.
1703 2006-05-17 Darin Adler <darin@apple.com>
1705 * Scripts/do-webcore-rename: Some more future renames.
1707 2006-05-16 Adele Peterson <adele@apple.com>
1711 * Scripts/do-webcore-rename: Added RenderTextField => RenderTextControl and
1712 HTMLTextFieldInnerElement => HTMLTextControlInnerElement to list for future renames.
1714 2006-05-15 Alexey Proskuryakov <ap@nypop.com>
1716 * Scripts/install-unix-extras: Changed to be executable and removed
1717 text in the file generated by "svn diff".
1718 * Scripts/regenerate-makefiles: Ditto.
1720 2006-05-13 Kevin M. Ollivier <kevino@theolliviers.com>
1722 Reviewed by Darin, landed by ap.
1724 - http://bugs.webkit.org/show_bug.cgi?id=8528
1725 Bakefiles (and generated Makefiles) for wx and gdk ports
1727 * Scripts/install-unix-extras: Added.
1728 * Scripts/regenerate-makefiles: Added.
1730 2006-05-10 Steve Falkenburg <sfalken@apple.com>
1734 Fix registry usage from perl script. Turns out libwin32's
1735 SetRegValueEx, even for REG_DWORD, always takes its value as a string!
1737 * Scripts/install-win-extras:
1739 2006-05-09 Steve Falkenburg <sfalken@apple.com>
1742 Add load ended callback.
1746 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Fix include paths
1747 * Scripts/build-webkit: Build WebKitWin instead of WebCore/JavaScriptCore (WebKitWin builds those indirectly).
1748 * Spinneret/Spinneret/Spinneret.cpp:
1749 (SpinneretWebHost::loadEnd): Add callback for loadEnd() to determine success/failure of page load.
1750 (_tWinMain): Load built-in test content here instead of in lower-level code.
1751 * Spinneret/Spinneret/Spinneret.h: Add loadEnd() callback.
1753 2006-05-08 Maciej Stachowiak <mjs@apple.com>
1757 * Scripts/extract-localizable-strings: Update for correct names of log macros.
1759 2006-05-09 Anders Carlsson <acarlsson@apple.com>
1763 * Scripts/check-dom-results:
1764 Add XPath to the list of results.
1766 2006-05-08 Darin Adler <darin@apple.com>
1768 * Scripts/do-webcore-rename: Add another rename.
1770 2006-05-01 Steve Falkenburg <sfalken@apple.com>
1774 Spinneret now links against the new separate lib.
1776 * Spinneret/Spinneret.sln:
1777 * Spinneret/Spinneret/Spinneret.cpp:
1778 (SpinneretWebHost::updateLocationBar):
1780 * Spinneret/Spinneret/Spinneret.h:
1781 * Spinneret/Spinneret/Spinneret.vcproj:
1782 * Spinneret/Spinneret/WebFrame.cpp: Removed.
1783 * Spinneret/Spinneret/WebFrame.h: Removed.
1784 * Spinneret/Spinneret/WebView.cpp: Removed.
1785 * Spinneret/Spinneret/WebView.h: Removed.
1787 2006-04-28 Steve Falkenburg <sfalken@apple.com>
1791 Modify error reporting registry keys to disable Dr. Watson.
1792 This allows Javascript test cases to complete without blocking UI.
1794 * Scripts/install-win-extras:
1795 - Use Perl Win32 registry functions to disable blocking UI
1798 2006-04-28 Steve Falkenburg <sfalken@apple.com>
1802 Turned off C++ exceptions, fixed memory leaks
1804 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
1805 * Spinneret/Spinneret.sln:
1806 * Spinneret/Spinneret/Spinneret.cpp:
1808 * Spinneret/Spinneret/Spinneret.vcproj:
1809 * Spinneret/Spinneret/WebFrame.cpp:
1810 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
1811 (WebKit::WebFrame::WebFrame):
1812 (WebKit::WebFrame::~WebFrame):
1813 (WebKit::WebFrame::impl):
1814 * Spinneret/Spinneret/WebFrame.h:
1815 * Spinneret/Spinneret/WebView.cpp:
1816 * Spinneret/Spinneret/stdafx.h:
1818 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
1822 - http://bugs.webkit.org/show_bug.cgi?id=8633
1823 DumpRenderTree should reset the URL cache
1825 * DumpRenderTree/DumpRenderTree.m:
1826 (main): Call [[NSURLCache sharedURLCache] removeAllCachedResponses].
1828 2006-04-28 Eric Seidel <eseidel@apple.com>
1830 Reviewed by andersca.
1832 * Scripts/do-webcore-rename: rename KCanvasContainer too
1833 * Scripts/run-webkit-tests: output total time
1835 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
1837 Reviewed by hyatt. Landed by eseidel.
1839 - http://bugs.webkit.org/show_bug.cgi?id=8549
1840 Enable detection of excessive repainting with DumpRenderTree
1842 * DumpRenderTree/DumpRenderTree.m:
1843 (-[LayoutTestController display]):
1845 2006-04-23 Mitz Pettel <opendarwin.org@mitzpettel.com>
1849 - http://bugs.webkit.org/show_bug.cgi?id=6905
1850 DumpRenderTree needs a way to force painting (to allow invalidation tests)
1852 * DumpRenderTree/DumpRenderTree.m:
1853 (dump): If display() has been called during the test, grab the pixels from
1854 the view, after letting it repaint invalidated rects.
1855 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
1856 (-[LayoutTestController display]): Added. Calls -display on the view
1857 and changes the subsequent behavior of dump().
1860 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
1864 - http://bugs.webkit.org/show_bug.cgi?id=8532
1865 Update iExploder to 1.3.2
1867 Test case numbers are not compatible with iExploder 1.2.
1869 * Scripts/run-iexploder-tests: Print the numbers of the last five tests that were accessed.
1871 * iExploder/CHANGELOG.txt: Added.
1872 * iExploder/LICENSE.txt: Changed to a standard zlib/png license.
1873 * iExploder/README.txt: Added some performance hints.
1875 * iExploder/htdocs/config.rb: Added.
1876 * iExploder/htdocs/cssproperties.in:
1877 * iExploder/htdocs/cssvalues.in:
1878 * iExploder/htdocs/htmlattrs.in:
1879 * iExploder/htdocs/htmltags.in:
1880 * iExploder/htdocs/iexploder.cgi:
1881 - Updated to support the latest HTML & CSS tags, properties, and values from both
1882 the WebKit and Mozilla CVS tree
1883 - cssproperties.in cleanup
1884 - Modularized the code a little bit.
1885 - Fix subtest bug that was causing last 5 tags to be missed
1886 - new subtest algorithm to deal better with larger tag counts
1887 - default HTML_MAX_TAGS increased from 32 to 96
1889 * iExploder/htdocs/index.html: Updated version to 1.3.2.
1890 * iExploder/htdocs/webserver.rb: Added. New standalone webserver, can be used as an
1891 alternative to our run-iexploder-tests.
1892 * iExploder/tools/showtest.rb: Added. Similar to run-iexploder-tests --get.
1893 * iExploder/htdocs/iexploder.rb: Added. Used by webserver.rb.
1894 * iExploder/tools/osx_last_crash.rb: Find logs modified in the last two days.
1896 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
1898 - commit Scripts/run-mangleme-tests (missed it the previous time).
1900 2006-04-18 Darin Adler <darin@apple.com>
1902 - attempt to fix Windows buildbot
1904 * Scripts/install-win-extras: Temporarily changed URLs to fr.rpmfind.net.
1905 We need a better long-term solution for this.
1907 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1911 - http://bugs.webkit.org/show_bug.cgi?id=8444
1912 Integrate mangleme test script.
1914 Works in a similar way to run-iexploder-tests.
1916 * Scripts/run-mangleme-tests: Added.
1918 * mangleme/Makefile: Added.
1919 * mangleme/README: Added.
1920 * mangleme/mangle.cgi.c: Added.
1921 * mangleme/remangle.cgi.c: Added.
1922 * mangleme/tags.h: Added.
1924 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1928 - http://bugs.webkit.org/show_bug.cgi?id=8443
1929 An easier way to save iExploder tests.
1931 * Scripts/run-iexploder-tests: Added a --get option to save a test into a file.
1933 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1937 - http://bugs.webkit.org/show_bug.cgi?id=8421
1938 Integrate iExploder test script.
1940 This script generates artificially mangled HTML documents, to test that the browser
1941 doesn't crash when handling ill-formed code.
1944 run-iexploder-tests Open an interactive test page in Safari+ToT.
1945 run-iexploder-tests nnnnn Open test #nnnnn.
1947 Command line options:
1948 --guard-malloc (-g) Use Guard Malloc.
1949 --port=nnnn Run Apache on port nnnn (default is 8000).
1951 To save a crashing test, you can use curl while the crash reporter dialog is on the screen
1952 (thus, Apache is still running), e.g.:
1953 curl -o iexploder293.html "http://127.0.0.1:8000/iexploder.cgi?lookup=1&test=293"
1955 Additionally, there are some useful scripts in WebKitTools/iExploder/tools directory.
1957 * Scripts/run-iexploder-tests: Added.
1959 * iExploder/LICENSE.txt: Added.
1960 * iExploder/README.txt: Added.
1961 * iExploder/htdocs: Added.
1962 * iExploder/htdocs/cssproperties.in: Added.
1963 * iExploder/htdocs/cssvalues.in: Added.
1964 * iExploder/htdocs/htmlattrs.in: Added.
1965 * iExploder/htdocs/htmltags.in: Added.
1966 * iExploder/htdocs/htmlvalues.in: Added.
1967 * iExploder/htdocs/iexploder.cgi: Added.
1968 * iExploder/htdocs/index.html: Added.
1969 * iExploder/tools: Added.
1970 * iExploder/tools/lasthit.rb: Added.
1971 * iExploder/tools/osx_last_crash.rb: Added.
1973 2006-04-16 Alexey Proskuryakov <ap@nypop.com>
1977 - fix http://bugs.webkit.org/show_bug.cgi?id=8412
1978 Restore color profile after a crash
1980 * DumpRenderTree/DumpRenderTree.m:
1981 (crashHandler): Added a handler for signals that are raised on a crash. Keeping separate
1982 from the existing handler for manual interruption (SIGINT/SIGHUP/SIGTERM), because
1983 I'm trying to find a way to prevent the Crash Reporter dialog from appearing on crash,
1984 and this code may change significantly.
1986 (main): Install crashHandler.
1988 (setDefaultColorProfileToRGB): Properly convert CFStringRef to a char buffer
1989 (CFStringGetCStringPtr should NEVER EVER be used!).
1991 2006-04-15 Darin Adler <darin@apple.com>
1995 * Scripts/install-win-extras: Try to fix the Windows build by fixing the URLs here.
1996 Seems xmlsoft.org's HTTP no longer has what we need.
1998 2006-04-13 Mark Rowe <opendarwin.org@bdash.net.nz>
2000 Rubber-stamped by Darin.
2002 - fix http://bugs.webkit.org/show_bug.cgi?id=8348
2003 upload-disk-image stage on buildslaves fail with "No space left on device"
2005 * BuildSlaveSupport/build-launcher-dmg: Use the -srcfolder option to
2006 'hdiutil create'. This creates the initial disk image based on the size of
2007 the source folder, and copies the contents to the new disk image. The file
2008 extension on the temporary uncompressed disk image has also been altered from
2009 ".uncompressed" to ".uncompressed.dmg" as hdiutil on 10.4.6 Intel fails when
2010 the extension is not ".dmg".
2012 2006-04-12 Eric Seidel <eseidel@apple.com>
2016 * Scripts/update-webkit: Make this return non-zero when svn fails.
2018 2006-04-10 Alexey Proskuryakov <ap@nypop.com>
2022 - fix http://bugs.webkit.org/show_bug.cgi?id=8157
2023 Make HTTP tests using Perl use .pl extension
2025 * Scripts/run-webkit-tests: Added support for running .pl and .php tests,
2026 removed support for .text. Reduced the number of places that explicitly list supported
2027 extensions. Some of the changes come from bug 8121, the patch for which got landed only
2030 2006-04-06 Darin Adler <darin@apple.com>
2032 Changes requested by Mark Rowe.
2034 * BuildSlaveSupport/build-launcher-app: Set executable bit, removed property change
2035 trash at the end of the file.
2036 * BuildSlaveSupport/build-launcher-dmg: Ditto.
2038 * WebKitLauncher/main.m: Removed trash at end of file.
2040 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Let Xcode update comments
2043 2006-04-06 Mark Rowe <opendarwin.org@bdash.net.nz>
2045 Reviewed by Darin, landed by Maciej.
2047 * BuildSlaveSupport/build-launcher-app: Added. Builds WebKit.app from WebKitLauncher
2048 and bundles the WebKit frameworks inside it.
2049 * BuildSlaveSupport/build-launcher-dmg: Added. Builds, and optionally uploads, a disk image
2050 containing WebKit.app.
2051 * BuildSlaveSupport/run-performance-tests: Use currentSVNRevision.
2052 * Scripts/webkitdirs.pm: Add currentSVNRevision to retrieve the revision
2053 number of the SVN working copy.
2054 * WebKitLauncher: Added.
2055 * WebKitLauncher/Info.plist: Added.
2056 * WebKitLauncher/WebKitLauncher.xcodeproj: Added.
2057 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Added.
2058 * WebKitLauncher/WebKitNightlyEnabler.m: Added. This makes
2059 up the WebKitNightlyEnabler dylib which is loaded into Safari's address space
2060 to cause LaunchServices to treat Safari.app as WebKit.app when it is run from
2061 the nightly launcher.
2062 * WebKitLauncher/main.m: Added. The WebKit.app launcher.
2063 It sets up the environment to have Safari use the bundled frameworks
2064 and load the WebKitNightlyEnabler dylib before exec'ing Safari
2065 * WebKitLauncher/start.html: Added.
2066 * WebKitLauncher/webkit.icns: Added.
2068 2006-04-05 Darin Adler <darin@apple.com>
2072 * Scripts/check-for-global-initializers: Remove StringImpl from the list of files that
2073 are allowed to have global initializers.
2075 2006-04-05 Geoffrey Garen <ggaren@apple.com>
2077 Reviewed by OMG BETH
2079 * Scripts/run-testkjs:
2080 - pipe STDERR to /dev/null by default; new --verbose option overrides
2082 - set DYLD_FRAMEWORK_PATH to the webkit-configured path
2083 - output run command in a format that can be copied and pasted into the
2084 terminal to run manually
2086 2006-04-03 Justin Garcia <justin.garcia@apple.com>
2088 Reviewed by harrison
2090 <http://bugs.webkit.org/show_bug.cgi?id=7567>
2091 A drag and drop in DumpRenderTree copies the source, instead of cutting it
2093 Tell the source that the drag is over after the drag is performed, not before.
2095 * DumpRenderTree/EventSendingController.m:
2096 (-[EventSendingController mouseUp]):
2098 2006-04-01 Darin Adler <darin@apple.com>
2102 * DumpRenderTree/EventSendingController.m: (-[EventSendingController keyDown:withModifiers:]):
2103 Fixed keyDown function so that it will work if you don't pass an array of modifiers or if
2104 elements in that array are not strings.
2106 2006-03-31 Darin Adler <darin@apple.com>
2108 Reviewed by John Sullivan.
2110 - added a "--reset-results" option to run-webkit-tests so you can reset
2111 the results without first deleting expected results
2112 - <rdar://problem/4185878> add scroll position to dumpRenderTree
2114 * Scripts/run-webkit-tests: Rearranged the code a bit to make the sequence
2115 more logical. Moved all the subroutines to the end of the file. Added a
2118 * DumpRenderTree/DumpRenderTree.m:
2119 (main): Added a new --dump-all-pixels option, used when forcing run-webkit-tests
2120 to generate new output for all tests it runs.
2121 (dump): Dump the scroll position if it's non-zero. Always dump the image when
2122 the --dump-all-pixels option is passed. Also tightened up the image dumping
2123 code and replaced the incorrect use of +[NSGraphicsContext saveGraphicsState]
2124 with code to save and restore the context.
2126 * DumpRenderTree/DumpRenderTree.h: Tweaked includes a bit and added (void).
2127 * DumpRenderTree/EventSendingController.m: Added now-needed include.
2129 2006-03-30 Tim Omernick <timo@apple.com>
2131 Reviewed by NOBODY (just fixing copyrights)
2133 * DumpRenderTree/ObjCPlugin.h:
2135 * DumpRenderTree/ObjCPlugin.m: ditto
2136 * DumpRenderTree/ObjCPluginFunction.h: ditto
2137 * DumpRenderTree/ObjCPluginFunction.m: ditto
2139 2006-03-30 Tim Omernick <timo@apple.com>
2143 * DumpRenderTree/DumpRenderTree.m:
2144 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
2145 Add "objCPlugin", "objCPluginFunction" properties to the window. objCPlugin simulates
2146 an Objective C object exposed to JS; objCPluginFunction simulates an Objective C method
2147 exposed to JS as a callable object.
2149 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2150 Added ObjCPlugin.[hm], ObjCPluginFunction.[hm].
2152 * DumpRenderTree/ObjCPlugin.h: Added.
2153 * DumpRenderTree/ObjCPlugin.m: Added.
2154 * DumpRenderTree/ObjCPluginFunction.h: Added.
2155 * DumpRenderTree/ObjCPluginFunction.m: Added.
2157 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2158 Added a new method, "removeDefaultMethod", which removes the default method from the
2159 plugin object's class. The effect is that the plugin object is mutated from a callable
2160 function to a simple object.
2162 Handle "removeDefaultMethod".
2163 (pluginInvokeDefault):
2164 Made the default method actually do something (return 1).
2166 2006-03-30 Eric Seidel <eseidel@apple.com>
2170 Remove WebFrame::viewImpl(), setMainFrame on page.
2172 * Spinneret/Spinneret/WebFrame.cpp:
2173 (WebKit::WebFrame::WebFrame):
2174 * Spinneret/Spinneret/WebFrame.h:
2175 * Spinneret/Spinneret/WebView.cpp:
2176 (WebKit::WebView::mouseMoved):
2177 (WebKit::WebView::mouseDown):
2178 (WebKit::WebView::mouseUp):
2179 (WebKit::WebView::mouseDoubleClick):
2180 (WebKit::WebViewWndProc):
2182 2006-03-30 Eric Seidel <eseidel@apple.com>
2186 Fix html editing input & basic form submission.
2188 * Spinneret/Spinneret/WebFrame.cpp:
2189 (WebKit::WebFrame::submitForm):
2190 (WebKit::WebFrame::loadURL):
2191 * Spinneret/Spinneret/WebFrame.h:
2192 * Spinneret/Spinneret/WebView.cpp:
2193 (WebKit::WebView::keyPress):
2194 (WebKit::WebViewWndProc):
2196 2006-03-28 Justin Garcia <justin.garcia@apple.com>
2200 <rdar://problem/4402375>
2201 REGRESSION (417.8-TOT): selectionRect sometimes includes adjacent images
2203 Added an option to draw the selectionRect.
2205 * DumpRenderTree/DumpRenderTree.m:
2207 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2208 (-[LayoutTestController dumpSelectionRect]):
2211 2006-03-29 Darin Adler <darin@apple.com>
2213 Reviewed by Tim Hatcher.
2215 - make the global initializer check work on Xcode 2.1 (although it's better on 2.2)
2217 * Scripts/check-for-global-initializers: Use NATIVE_ARCH if there is no CURRENT_ARCH.
2219 2006-03-28 Eric Seidel <eseidel@apple.com>
2223 * Scripts/check-for-global-initializers: remove svg exceptions.
2225 2006-03-28 Timothy Hatcher <timothy@apple.com>
2229 Exit gracefully if $ENV{'CURRENT_ARCH'} is undefined. Rolling out my previous change.
2231 * Scripts/check-for-global-initializers:
2233 2006-03-28 Timothy Hatcher <timothy@apple.com>
2235 Build fix. Turn off uninitialized warnings for the first block of code.
2237 * Scripts/check-for-global-initializers:
2239 2006-03-28 Darin Adler <darin@apple.com>
2243 * Scripts/check-for-global-initializers: Added.
2245 2006-03-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2247 Reviewed by darin. Landed by eseidel.
2249 - http://bugs.webkit.org/show_bug.cgi?id=7947
2250 Add repaint testing support to run-webkit-tests
2252 * DumpRenderTree/DumpRenderTree.m:
2253 (main): Added --repaint and --horizontal-sweep options.
2254 (dump): Repaint line-by-line or column-by-column when the appropriate option
2256 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added testRepaint()
2257 and repaintSweepHorizontally() methods to layoutTestController.
2258 (-[LayoutTestController testRepaint]):
2259 (-[LayoutTestController repaintSweepHorizontally]):
2261 * Scripts/run-webkit-tests: Added --repaint and --horizontal-sweep options
2262 to force these settings on tests that do not ask for them.
2264 2006-03-24 Eric Seidel <eseidel@apple.com>
2270 * Spinneret/Spinneret/WebFrame.cpp:
2271 (WebKit::WebFrame::openURL): replace QString with DeprecatedString
2273 2006-03-21 Beth Dakin <bdakin@apple.com>
2277 Add support for keyDown() to DumpRenderTree.
2279 * DumpRenderTree/DumpRenderTree.m:
2280 (main): Set the preference for tabbing to links.
2281 * DumpRenderTree/EventSendingController.m:
2282 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2283 (+[EventSendingController webScriptNameForSelector:]):
2284 (-[EventSendingController keyDown:withModifiers:]):
2286 2006-03-20 Eric Seidel <eseidel@apple.com>
2292 * Spinneret/Spinneret/Spinneret.vcproj:
2293 * Spinneret/Spinneret/WebFrame.h:
2294 * Spinneret/Spinneret/WebView.cpp:
2295 (WebKit::WebView::mouseMoved):
2296 (WebKit::WebView::mouseDown):
2297 (WebKit::WebView::mouseUp):
2298 (WebKit::WebView::mouseDoubleClick):
2299 (WebKit::WebView::keyPress):
2300 (WebKit::WebViewWndProc):
2302 2006-03-19 Darin Adler <darin@apple.com>
2306 * DumpRenderTree/DumpRenderTree.m: (main): Turn on pop-up blocking so that
2307 we can test it in layout tests. We don't really need tests that run with
2308 pop-up blocking off at the moment. If we do some day, we can add some
2309 API for turning it off in the layout test controller.
2311 * Scripts/run-webkit-tests: Since we don't use NSLanguage at all any more,
2312 don't ignore the leak; it should no longer show up.
2314 2006-03-17 Anders Carlsson <andersca@mac.com>
2318 * Scripts/install-win-extras:
2319 Fetch "Program Files" location from the environment.
2321 2006-03-17 Eric Seidel <eseidel@apple.com>
2325 Fix Spinneret to pass Events as const & not as pointers.
2327 * Spinneret/Spinneret/WebView.cpp:
2328 (WebKit::WebView::mouseMoved):
2329 (WebKit::WebView::mouseDown):
2330 (WebKit::WebView::mouseUp):
2331 (WebKit::WebView::mouseDoubleClick):
2332 (WebKit::WebView::keyPress):
2334 2006-03-17 Eric Seidel <eseidel@apple.com>
2336 Reviewed by justing.
2338 Add support for basic HTML editing.
2340 * Spinneret/Spinneret/WebView.cpp:
2341 (WebKit::WebView::WebView):
2342 (WebKit::WebView::keyPress):
2344 2006-03-17 Eric Seidel <eseidel@apple.com>
2346 Rubber-stamped by ggaren.
2348 Break DumpRenderTree.m up into several files to make the code more readable.
2350 * DumpRenderTree/DumpRenderTree.h: Added.
2351 * DumpRenderTree/DumpRenderTree.m:
2352 (doneLoading): new accessor function for "done" global.
2353 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2354 * DumpRenderTree/DumpRenderTreeDraggingInfo.h: Added.
2355 * DumpRenderTree/DumpRenderTreeDraggingInfo.m: Added.
2356 * DumpRenderTree/EditingDelegate.h: Added.
2357 * DumpRenderTree/EditingDelegate.m: Added.
2358 (-[EditingDelegate webViewDidChangeSelection:]):
2359 * DumpRenderTree/EventSendingController.h: Added.
2360 * DumpRenderTree/EventSendingController.m: Added.
2362 2006-03-16 Eric Seidel <eseidel@apple.com>
2366 Add resize, scroll event support.
2368 * Spinneret/Spinneret/WebView.cpp:
2369 (WebKit::WebView::mouseMoved):
2370 (WebKit::WebView::mouseDown):
2371 (WebKit::WebView::mouseUp):
2372 (WebKit::WebView::mouseDoubleClick):
2373 (WebKit::WebView::keyPress):
2374 (WebKit::WebViewWndProc):
2375 * Spinneret/Spinneret/WebView.h:
2377 2006-03-16 Eric Seidel <eseidel@apple.com>
2381 Make build-webkit print correctly to stdout on windows.
2383 * Scripts/webkitdirs.pm: Fix to use devenv.com instead of devenv.exe
2385 2006-03-15 Eric Seidel <eseidel@apple.com>
2389 Fix eventSender.mouseClick() to update lastClick timestamp.
2391 * DumpRenderTree/DumpRenderTree.m:
2392 (-[EventSendingController mouseClick]):
2394 2006-03-15 Darin Adler <darin@apple.com>
2398 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Fix path
2399 that had a lowercase "i" in it so this builds on case-sensitive
2402 2006-03-15 Geoffrey Garen <ggaren@apple.com>
2406 Added run-testkjs and compare-timing-files scripts, to support super
2409 * Scripts/compare-timing-files: Added.
2410 * Scripts/run-testkjs: Added.
2412 2006-03-14 Eric Seidel <eseidel@apple.com>
2416 Make the URL bar relinquish focus on page load.
2418 * Spinneret/Spinneret/Spinneret.cpp:
2421 2006-03-14 Eric Seidel <eseidel@apple.com>
2425 Fix WebView to allow KeyFocus.
2426 Add handling of space and shift-space for scrolling.
2428 * Spinneret/Spinneret/WebView.cpp:
2429 (WebKit::scrollMessageForKey):
2430 (WebKit::WebViewWndProc):
2432 2006-03-10 Eric Seidel <eseidel@apple.com>
2436 Add scrolling support into Spinneret.
2438 * Spinneret/Spinneret/WebFrame.cpp:
2439 (WebKit::WebFrame::paint):
2440 * Spinneret/Spinneret/WebView.cpp:
2441 (WebKit::WebView::createWebView):
2442 (WebKit::calculateScrollDelta):
2443 (WebKit::scrollMessageForKey):
2444 (WebKit::WebViewWndProc):
2446 2006-03-13 Eric Seidel <eseidel@apple.com>
2450 Fix checksum generation on Intel machines.
2451 Also moved to CGImage APIs instead of NSBitmapImageRep, may possibly
2452 give a small speed boost now that it uses a shared buffer.
2454 * DumpRenderTree/DumpRenderTree.m:
2457 (md5HashStringForBitmap):
2458 * DumpRenderTree/ImageDiff.m:
2459 (computePercentageDifferent):
2461 2006-03-13 Darin Adler <darin@apple.com>
2463 Reviewed by Tim Hatcher.
2465 * Scripts/run-webkit-tests: Fix httpd handling to work on systems that
2466 have it named httpd-1.3 instead.
2468 2006-03-13 Alexey Proskuryakov <ap@nypop.com>
2470 Fix proposed by Mitz Pettel, reviewed by Darin.
2472 - fix http://bugs.webkit.org/show_bug.cgi?id=7718
2473 run-webkit-tests fast/dom/HTMLObjectElement/ hangs
2475 * Scripts/run-webkit-tests: Make test paths canonical, to form proper URLs
2476 (sequences of slashes are equivalent to a single slash in POSIX paths, but not
2479 2006-03-09 Darin Adler <darin@apple.com>
2481 Reviewed by John Sullivan.
2483 - fix http://bugs.webkit.org/show_bug.cgi?id=7681
2484 memory leak in the plug-in tests
2486 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
2487 (NPP_Destroy): Added code to release the plug-in object. This is the leak fix.
2488 (NPP_SetWindow): Remove unneeded code to store the window pointer.
2490 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2491 Moved the browser global in here since it's declared in this file's header.
2492 Changed the code to set up the pluginClass structure to not use function
2493 pointer casts. Those are dangerous because they can hide many types of mismatch.
2494 And indeed when I did this I discovered that many functions were missing their
2495 boolean return values or had parameter declarations with the wrong types.
2496 (pluginGetProperty): Use STRINGZ_TO_NPVARIANT macro for greater simplicity and
2497 clarity. Added boolean return value: return true when successful and false when not.
2498 (pluginSetProperty): Added boolean return value, return false since we have no
2499 properties we can set.
2500 (pluginInvoke): Added boolean return value. Return true when successful and false
2501 when not. Use NPVARIANT macros where appropriate. Added a missing release for the
2502 return value from calling the browser. Changed code to put the strings in malloc
2503 buffers instead of relying on GCC's extension that allows variable-sized arrays
2505 (pluginInvokeDefault): Added boolean return value, return false since we have no
2506 default function to call.
2507 (pluginInvalidate): Added missing parameter. Removed comment.
2508 (pluginAllocate): Removed unneeded cast. This is C code, not C++, so you don't have
2509 to cast the result of malloc.
2510 (pluginDeallocate): Removed uneeded cast.
2512 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Removed some unneeded
2513 includes. Changed our PluginObject to use NPObject instead of re-declaring fields
2514 that match NPObject's fields. Removed unused NPWindow pointer.
2516 2006-03-09 Mitz Pettel <opendarwin.org@mitzpettel.com>
2518 Test: fast/events/event-sender-mouse-click.html
2522 - fix http://bugs.webkit.org/show_bug.cgi?id=7583
2523 DRT hangs when doing eventSender.mouseDown on native widgets
2525 * DumpRenderTree/DumpRenderTree.m:
2526 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2527 (-[EventSendingController mouseClick]): Simulates a click in a native
2528 widget by queueing a mouseUp before sending the mouseDown, so that
2529 the widget's mouse tracking event loop doesn't hang indefinitely.
2531 2006-03-09 Maciej Stachowiak <mjs@apple.com>
2535 - make link clicks work by handling link click requests
2538 * Spinneret/Spinneret/Spinneret.cpp:
2539 (updateLocationBar):
2540 * Spinneret/Spinneret/Spinneret.h:
2541 * Spinneret/Spinneret/WebFrame.cpp:
2542 (WebKit::WebFrame::WebFrame):
2543 (WebKit::WebFrame::openURL):
2544 (WebKit::WebFrame::loadURL):
2545 * Spinneret/Spinneret/WebFrame.h:
2547 2006-03-08 Eric Seidel <eseidel@apple.com>
2551 Focus URL bar on Spinneret launch, remove border from WebView.
2552 Stop WebFrame from deleting the job (prevent crash).
2554 * Spinneret/Spinneret/Spinneret.cpp:
2556 * Spinneret/Spinneret/WebFrame.cpp:
2557 (WebKit::WebFrame::receivedAllData):
2558 (WebKit::WebFrame::paint):
2559 * Spinneret/Spinneret/WebView.cpp:
2560 (WebKit::WebView::createWebView):
2562 2006-03-09 Alexey Proskuryakov <ap@nypop.com>
2566 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2567 (pluginInvoke): Added a method to test getURL.
2569 2006-03-08 Maciej Stachowiak <mjs@apple.com>
2573 - load URLs, not file paths, in Spinneret
2575 * Spinneret/Spinneret/Spinneret.cpp:
2577 * Spinneret/Spinneret/Spinneret.vcproj:
2578 * Spinneret/Spinneret/WebFrame.cpp:
2579 (WebKit::WebFrame::loadURL):
2580 (WebKit::WebFrame::receivedData):
2581 (WebKit::WebFrame::receivedAllData):
2582 * Spinneret/Spinneret/WebFrame.h:
2583 * Spinneret/Spinneret/WebView.cpp:
2584 (WebKit::WebView::WebView):
2586 2006-03-08 Darin Adler <darin@apple.com>
2590 - fixed AppleScript layout test results to not be endian-dependent
2591 (Hyatt complained to me about this one)
2593 * DumpRenderTree/AppleScriptController.m: (-[AppleScriptController doJavaScript:]):
2594 Added specific code for dumping LongDateTime, instead of dumping the raw bytes
2595 (which are endian-dependent).
2597 2006-03-07 Darin Adler <darin@apple.com>
2601 - fix http://bugs.webkit.org/show_bug.cgi?id=7655
2602 unwanted output while running layout tests
2604 * DumpRenderTree/DumpRenderTree.m:
2605 (checkedMalloc): Added.
2606 (checkedRealloc): Added.
2607 (makeLargeMallocFailSilently): Added.
2608 (main): Call makeLargeMallocFailSilently.
2610 2006-03-06 Darin Adler <darin@apple.com>
2612 * Scripts/do-webcore-rename: Add some more planned renaming.
2614 2006-03-06 Eric Seidel <eseidel@apple.com>
2618 * Spinneret/Spinneret/WebFrame.cpp:
2619 (WebKit::WebFrame::paint): force layout before painting
2621 2006-03-06 Justin Garcia <justin.garcia@apple.com>
2625 Sent the windowNumber when sending events.
2626 Added leapForward so that we don't have to spend time waiting
2627 in layout tests that do mouse operations that require delays.
2629 * DumpRenderTree/DumpRenderTree.m:
2630 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2631 (+[EventSendingController webScriptNameForSelector:]):
2632 (-[EventSendingController currentEventTime]):
2633 (-[EventSendingController leapForward:]):
2634 (-[EventSendingController mouseDown]):
2635 (-[EventSendingController mouseUp]):
2636 (-[EventSendingController mouseMoveToX:Y:]):
2638 2006-03-05 Darin Adler <darin@apple.com>
2640 * Scripts/do-webcore-rename: Fix a couple of things found while testing.
2641 Script now works (after landing my two pending patches).
2643 2006-03-05 Darin Adler <darin@apple.com>
2645 - check in a script to do a "big" rename in WebCore
2646 (can be run whenever we're ready to do it)
2648 * Scripts/do-webcore-rename: Added.
2650 2006-03-05 Maciej Stachowiak <mjs@apple.com>
2654 * Spinneret/Spinneret/WebFrame.cpp:
2655 (WebKit::WebFrame::loadFilePath): Close file when done.
2657 2006-03-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
2659 Reviewed by Darin, landed by ap.
2661 - fix http://bugs.webkit.org/show_bug.cgi?id=7589
2662 Mouse moved events do not work in DumpRenderTree
2664 Test: fast/events/event-sender-mouse-moved.html
2666 * DumpRenderTree/DumpRenderTree.m:
2667 (-[EventSendingController mouseMoveToX:Y:]): Pass the correct windowNumber in the event.
2669 2006-03-04 Eric Seidel <eseidel@apple.com>
2673 Take advantage of new GraphicsContext constructor to implement double buffering to avoid tearing.
2674 Disable background erase to avoid tearing.
2675 Fix potential memory smasher from extra long urls.
2677 * Spinneret/Spinneret/Spinneret.cpp:
2679 * Spinneret/Spinneret/Spinneret.vcproj:
2680 * Spinneret/Spinneret/WebFrame.cpp:
2681 (WebKit::WebFrame::loadFilePath):
2682 (WebKit::WebFrame::paint):
2683 * Spinneret/Spinneret/WebView.cpp:
2684 (WebKit::registerWebViewWithInstance):
2686 2006-03-04 Eric Seidel <eseidel@apple.com>
2690 Hang WebView pointer off of HWND (gets rid of global hack).
2691 Remove MessageBox displayed on url change.
2693 * Spinneret/Spinneret/Spinneret.cpp:
2696 * Spinneret/Spinneret/WebView.cpp:
2697 (WebKit::registerWebViewWithInstance):
2698 (WebKit::WebView::createWebView):
2699 (WebKit::WebViewWndProc):
2701 2006-03-04 Alexey Proskuryakov <ap@nypop.com>
2705 Automatically kill httpd if it appears to be already running.
2707 * Scripts/run-webkit-tests:
2709 2006-03-04 Maciej Stachowiak <mjs@apple.com>
2713 * Spinneret/Spinneret/WebFrame.cpp:
2714 (WebKit::WebFrame::loadFilePath): Improved local file loading.
2716 2006-03-03 Eric Seidel <eseidel@apple.com>
2720 A few more fixes to make run-webkit-tests really work on win32.
2722 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2724 * Scripts/run-webkit-tests:
2726 2006-03-03 Eric Seidel <eseidel@apple.com>
2730 Make run-webkit-tests work on win32.
2732 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2734 (dumpRenderTreeMain):
2735 (dumpRenderTreeToStdOut):
2736 (serializeToStdOut):
2738 * Scripts/run-webkit-tests:
2739 * Scripts/webkitdirs.pm:
2740 * Spinneret/Spinneret/WebView.cpp:
2741 (WebKit::WebView::WebView):
2743 2006-03-03 Eric Seidel <eseidel@apple.com>
2747 Add WebFrame class (to hold Frame and FrameView).
2748 Add Location bar support to Spinneret.
2750 * Spinneret/Spinneret/Spinneret.cpp:
2755 * Spinneret/Spinneret/Spinneret.vcproj:
2756 * Spinneret/Spinneret/WebFrame.cpp: Added.
2757 (WebKit::WebFrame::WebFramePrivate::WebFramePrivate):
2758 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
2759 (WebKit::WebFrame::WebFrame):
2760 (WebKit::WebFrame::loadFilePath):
2761 (WebKit::WebFrame::loadHTMLString):
2762 (WebKit::WebFrame::paint):
2763 (WebKit::WebFrame::impl):
2764 (WebKit::WebFrame::viewImpl):
2765 * Spinneret/Spinneret/WebFrame.h: Added.
2766 * Spinneret/Spinneret/WebView.cpp:
2767 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
2768 (WebKit::WebView::WebView):
2769 (WebKit::WebView::windowHandle):
2770 (WebKit::WebView::mainFrame):
2771 (WebKit::WebView::mouseMoved):
2772 (WebKit::WebView::mouseDown):
2773 (WebKit::WebView::mouseUp):
2774 (WebKit::WebView::mouseDoubleClick):
2775 (WebKit::WebViewWndProc):
2776 * Spinneret/Spinneret/WebView.h:
2778 2006-03-02 Eric Seidel <eseidel@apple.com>
2782 * Spinneret/Spinneret/WebView.cpp:
2783 (WebKit::registerWebViewWithInstance):
2784 (WebKit::WebView::WebView):
2785 (WebKit::WebView::mouseMoved):
2786 (WebKit::WebView::mouseDown):
2787 (WebKit::WebView::mouseUp):
2788 (WebKit::WebView::mouseDoubleClick):
2789 (WebKit::WebViewWndProc):
2790 * Spinneret/Spinneret/WebView.h:
2792 2006-03-01 Eric Seidel <eseidel@apple.com>
2794 Reviewed by andersca.
2796 Make spinneret take advantage of the new GraphicsContextCairo.
2798 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2799 (main): updated to match style guidelines.
2800 * Spinneret/Spinneret/Spinneret.cpp:
2802 * Spinneret/Spinneret/WebView.cpp:
2803 (WebKit::registerWebViewWithInstance):
2804 (WebKit::WebView::WebView):
2805 (WebKit::WebView::~WebView):
2806 (WebKit::WebView::drawRect):
2808 * Spinneret/Spinneret/WebView.h:
2810 2006-03-01 Justin Garcia <justin.garcia@apple.com>
2814 Give the events that eventSender sends a unique eventNumber
2816 * DumpRenderTree/DumpRenderTree.m:
2817 (-[EventSendingController mouseDown]):
2818 (-[EventSendingController mouseUp]):
2819 (-[EventSendingController mouseMoveToX:Y:]):
2821 2006-03-01 Eric Seidel <eseidel@apple.com>
2825 Add a stub win32 application to test WebCore drawing on windows.
2828 * Spinneret/Spinneret: Added.
2829 * Spinneret/Spinneret.sln: Added.
2830 * Spinneret/Spinneret/Resource.h: Added.
2831 * Spinneret/Spinneret/Spinneret.cpp: Added.
2837 * Spinneret/Spinneret/Spinneret.h: Added.
2838 * Spinneret/Spinneret/Spinneret.ico: Added.
2839 * Spinneret/Spinneret/Spinneret.rc: Added.
2840 * Spinneret/Spinneret/Spinneret.vcproj: Added.
2841 * Spinneret/Spinneret/WebView.cpp: Added.
2842 (WebKit::WebView::WebViewPrivate::WebViewPrivate):
2843 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
2844 (WebKit::registerWebViewWithInstance):
2845 (WebKit::WebView::createWebView):
2846 (WebKit::WebView::WebView):
2847 (WebKit::WebView::~WebView):
2848 (WebKit::WebView::drawRect):
2849 (WebKit::WebView::windowHandle):
2851 * Spinneret/Spinneret/WebView.h: Added.
2852 * Spinneret/Spinneret/small.ico: Added.
2853 * Spinneret/Spinneret/stdafx.cpp: Added.
2854 * Spinneret/Spinneret/stdafx.h: Added.
2856 2006-02-28 Eric Seidel <eseidel@apple.com>
2860 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
2861 (main): add ability to dump render tree and read from a local file.
2863 2006-02-27 Eric Seidel <eseidel@apple.com>
2867 * Scripts/install-win-extras: fix dll permissions & download zlib too.
2869 2006-02-27 Eric Seidel <eseidel@apple.com>
2873 Test new KConfig -> PlugInInfoStore change.
2874 http://bugs.webkit.org/show_bug.cgi?id=7498
2876 * DumpRenderTree/DumpRenderTree.m:
2877 (main): load test netscape plugin
2878 * Scripts/run-webkit-tests: style update
2880 2006-02-24 Eric Seidel <eseidel@apple.com>
2884 Make DumpRenderTree link against icu.
2886 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2888 2006-02-24 Eric Seidel <eseidel@apple.com>
2892 Make DumpRenderTree link against libxml, etc.
2894 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2896 2006-02-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2898 Reviewed and landed by Anders.
2900 Prevent rendering to the offscreen window. -[NSWindow displayIfNeeded] was
2901 getting called from the run loop, making the view render each test and thus slowing
2904 * DumpRenderTree/DumpRenderTree.m:
2905 (main): Set the offscreen window to not autodisplay.
2907 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
2911 - Turn http tests back on by default.
2912 - Wait for Apache to actually start serving requests.
2913 - Get user id from a built-in variable rather than an external command;
2914 don't pass the group.
2916 * Scripts/run-webkit-tests:
2918 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
2920 Suggested by Mitz Pettel, reviewed by Darin.
2922 * Scripts/run-webkit-tests: Pass User and Group directives, so that Apache
2923 can run CGIs even if the permissions are 700 or 600.
2925 2006-02-23 Darin Adler <darin@apple.com>
2927 Collaborating with Alexey.
2929 - turn off http tests by default until we figure out how to get them
2930 to run even when permissions on CGI files are 700 instead of 755
2932 * Scripts/run-webkit-tests: Set $testHTTP to 0 instead of 1 for now.
2934 2006-02-23 Eric Seidel <eseidel@apple.com>
2936 Add *.user to ignore list.
2938 2006-02-23 Eric Seidel <eseidel@apple.com>
2940 Remove binary file which shouldn't have been commited (and add to ignore list).
2942 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Removed.
2943 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Removed.
2945 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
2949 * Scripts/run-webkit-tests: Put Apache log files in the right directory.
2951 2006-02-22 Eric Seidel <eseidel@apple.com>
2953 Reviewed by Tim Hatcher.
2955 Fix install-win-extras to not try to re-install setx if installed.
2957 * Scripts/install-win-extras:
2959 2006-02-22 Eric Seidel <eseidel@apple.com>
2961 One more file possibly missing from previous commit?
2963 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb:
2964 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2966 2006-02-22 Eric Seidel <eseidel@apple.com>
2968 Reviewed by justing.
2970 Files missing from previous commit.
2972 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2973 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2975 2006-02-22 Eric Seidel <eseidel@apple.com>
2977 Rubber-stamped by justing.
2979 Corrected path for DumpRenderTree.intermediate files
2981 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
2983 2006-02-22 Eric Seidel <eseidel@apple.com>
2985 Reviewed by justing.
2987 Fixed build-dumprendertree to exit with correct error codes.
2989 * Scripts/build-dumprendertree:
2991 2006-02-22 Eric Seidel <eseidel@apple.com>
2993 Reviewed by justing.
2995 Update build scripts to generalize building on Win32, and allow
2996 building of DumpRenderTree on Win32 from build-dumprendertree.
2998 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3000 * Scripts/build-dumprendertree:
3001 * Scripts/build-webkit:
3002 * Scripts/webkitdirs.pm:
3004 2006-02-22 Eric Seidel <eseidel@apple.com>
3008 * DumpRenderTree/DumpRenderTree.vcproj: Added.
3009 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree: Added.
3010 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Added.
3011 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.sln: Added.
3012 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Added.
3013 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: Added.
3015 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Added.
3016 * Scripts/build-webkit: make build-webkit cleanup after itself
3018 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
3022 - http://bugs.webkit.org/show_bug.cgi?id=7409
3023 Some minor fixes to http tests.
3025 * Scripts/run-webkit-tests: Pass CustomLog and ErrorLog directives to httpd.
3027 2006-02-21 Alexey Proskuryakov <ap@nypop.com>
3031 - http://bugs.webkit.org/show_bug.cgi?id=6197
3032 Would like to use locally installed Apache for testing.
3034 Added two run-webkit-tests options:
3035 --http (--nohttp) - whether to launch Apache (defaults to yes);
3036 --port - which port to listen on (defaults to 8000).
3038 Tests in LayoutTests/http are not run directly, and Apache is used instead.
3039 For example, http/tests/xmlhttprequest/post-content-type.html is loaded as
3040 http://127.0.0.1:8000/xmlhttprequest/post-content-type.html.
3042 Also added support for .shtml and .text files. Text files give an empty
3043 *-expected.txt, but a correct image.
3045 Apache only listens on the loopback interface. It writes logs to /tmp/WebKit.
3047 * Scripts/run-webkit-tests:
3049 2006-02-21 Darin Adler <darin@apple.com>
3051 Suggested by Mark Rowe.
3053 * Scripts/run-webkit-tests: Don't include the number of excluded leaks when
3054 reporting leak counts.
3056 2006-02-18 Maciej Stachowiak <mjs@apple.com>
3060 - Added install-win-extras script which installs some extra
3061 programs and libraries, and does Windows first-time setup.
3063 * Scripts/build-webkit: Add a newline between build results.
3064 * Scripts/install-win-extras: Added.
3066 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
3070 - http://bugs.webkit.org/show_bug.cgi?id=7308
3071 DumpRenderTree should be able to load files via HTTP
3073 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree):
3074 Handle tests starting with "http://" as real URLs, not file system paths.
3076 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
3080 - fix http://bugs.webkit.org/show_bug.cgi?id=7357
3081 REGRESSION: Warnings from WebKit scripts if PBXProductDirectory is undefined
3083 * Scripts/webkitdirs.pm: only call chomp if PBXProductDirectory is configured.
3085 2006-02-18 Darin Adler <darin@apple.com>
3087 * Scripts/commit-log-editor: Added.
3089 2006-02-17 Eric Seidel <eseidel@apple.com>
3093 Make Win32 have the same default "WebKitBuild" directory behavior.
3095 * Scripts/build-webkit:
3096 * Scripts/webkitdirs.pm:
3098 2006-02-17 Eric Seidel <eseidel@apple.com>
3102 * Scripts/build-webkit: make win32 actually report errors
3104 2006-02-17 Eric Seidel <eseidel@apple.com>
3108 * Scripts/run-webkit-tests: Ignore quicktime plugin leaks
3110 2006-02-17 Eric Seidel <eseidel@apple.com>
3114 * Scripts/run-webkit-tests: Ignore flash leaks
3116 2006-02-15 Justin Garcia <justin.garcia@apple.com>
3120 <http://bugs.webkit.org/show_bug.cgi?id=7148>
3121 Add drag and drop support to DumpRenderTree
3123 Intercept the drag start using the new UI delegate method, package an NSDraggingInfo,
3124 and send dragging updates. Put DumpRenderTree's WebView into an offscreen window.
3126 * DumpRenderTree/DumpRenderTree.m:
3128 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
3129 (-[WaitUntilDoneDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
3130 (-[WaitUntilDoneDelegate webViewFocus:]):
3131 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
3132 (+[LayoutTestController webScriptNameForSelector:]):
3133 (-[LayoutTestController setWindowIsKey:]):
3134 (-[LayoutTestController setMainFrameIsFirstResponder:]):
3135 (-[EventSendingController init]):
3136 (-[EventSendingController mouseDown]):
3137 (-[EventSendingController mouseUp]):
3138 (-[EventSendingController mouseMoveToX:Y:]):
3140 (-[DumpRenderTreeWindow isKeyWindow]):
3141 (-[DumpRenderTreeDraggingInfo initWithImage:offset:pasteboard:source:]):
3142 (-[DumpRenderTreeDraggingInfo dealloc]):
3143 (-[DumpRenderTreeDraggingInfo draggingDestinationWindow]):
3144 (-[DumpRenderTreeDraggingInfo draggingSourceOperationMask]):
3145 (-[DumpRenderTreeDraggingInfo draggingLocation]):
3146 (-[DumpRenderTreeDraggingInfo draggedImageLocation]):
3147 (-[DumpRenderTreeDraggingInfo draggedImage]):
3148 (-[DumpRenderTreeDraggingInfo draggingPasteboard]):
3149 (-[DumpRenderTreeDraggingInfo draggingSource]):
3150 (-[DumpRenderTreeDraggingInfo draggingSequenceNumber]):
3151 (-[DumpRenderTreeDraggingInfo slideDraggedImageTo:]):
3152 (-[DumpRenderTreeDraggingInfo namesOfPromisedFilesDroppedAtDestination:]):
3153 * DumpRenderTree/TextInputController.m:
3154 (-[TextInputController firstRectForCharactersFrom:length:]):
3155 (-[TextInputController characterIndexForPointX:Y:]):
3157 2006-02-15 Geoffrey Garen <ggaren@apple.com>
3161 * DumpRenderTree/DumpRenderTree.m:
3162 (-[LayoutTestController invokeUndefinedMethodFromWebScript:withArguments:]):
3163 Added a dummy method for the sake of LayoutTests/plugins/
3164 undefined-property-crash.html. (It tests a crash due to fallback
3165 object use. WebCore won't create a fallback object if the method is
3168 2006-02-14 Eric Seidel <eseidel@apple.com>
3172 * Scripts/run-webkit-tests: added --results-directory (-o) option
3174 2006-02-09 Eric Seidel <eseidel@apple.com>
3176 Rubber-stamped by mjs.
3178 Renamed split-class to split-file-by-class.
3180 * Scripts/build-webkit: Updated copyright.
3181 * Scripts/split-class: Removed.
3182 * Scripts/split-file-by-class: Added.
3184 2006-02-08 Eric Seidel <eseidel@apple.com>
3186 Rubber-stamped by mjs.
3188 Adding new script for splitting multi-class files.
3189 Also adding supporting perl module with space removing heuristics.
3191 * Scripts/SpacingHeuristics.pm: Added.
3192 * Scripts/build-drawtest: updated copyright header
3193 * Scripts/split-class: Added.
3195 2006-02-08 Justin Garcia <justin.garcia@apple.com>
3197 Reviewed by thatcher
3199 Changes to test fix for:
3200 <http://bugs.webkit.org/show_bug.cgi?id=3982>
3201 webViewDidBeginEditing, webViewDidEndEditing notification methods not called on delegate
3203 * DumpRenderTree/DumpRenderTree.m:
3204 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
3205 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
3206 (+[LayoutTestController webScriptNameForSelector:]):
3207 (-[LayoutTestController setWindowHasFocus:]):
3208 (-[LayoutTestController setDisplaysWithFocusAttributes:]):
3210 2006-02-07 Alexey Proskuryakov <ap@nypop.com>
3212 Reviewed by Timothy.
3214 Support automated testing of AppleScript "do JavaScript" command
3215 http://bugs.webkit.org/show_bug.cgi?id=7012
3217 * DumpRenderTree/AppleScriptController.h: Added.
3218 * DumpRenderTree/AppleScriptController.m: Added.
3219 * DumpRenderTree/DumpRenderTree.m:
3220 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
3221 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3223 2006-02-06 Eric Seidel <eseidel@apple.com>
3227 Fix build-webkit for use on win32 (unblocks buildbot usage).
3228 http://bugs.webkit.org/show_bug.cgi?id=7122
3230 * Scripts/build-webkit: use ifCygwin() to conditionalize builds
3231 * Scripts/webkitdirs.pm: add ifOSX() and ifCygwin()
3233 2006-02-06 Eric Seidel <eseidel@apple.com>
3235 Rubber-stamped by darin & mjs.
3237 Added new support directory for build slave scripts.
3238 Committing the first script, for use by the PLT's build slave.
3239 This script is used to kick of the PLT (Page Load Test) slave.
3241 * BuildSlaveSupport: Added.
3242 * BuildSlaveSupport/run-performance-tests: Added.
3244 2006-02-06 Eric Seidel <eseidel@apple.com>
3246 Rubber-stamped by darin.
3248 Adding setSourceDir for scripts stored in non-standard locations.
3250 * Scripts/webkitdirs.pm:
3252 2006-02-04 Darin Adler <darin@apple.com>
3254 * Scripts/webkitdirs.pm: Add a compatibilty hack for people with old
3255 Configuration files that say Development or Deployment in them.
3257 2006-02-04 Darin Adler <darin@apple.com>
3259 * Scripts/make-js-test-wrappers: Don't create a wrapper if there's a disabled
3260 wrapper already in the directory.
3261 * Scripts/svn-apply: Handle additions and deletions properly -- I've been noticing
3262 these haven't been working at all.
3263 * Scripts/svn-unapply: Ditto.
3265 2006-02-03 Timothy Hatcher <timothy@apple.com>
3269 Renamed configuration names to Debug, Release and Production.
3271 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3272 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3273 * Scripts/set-webkit-configuration:
3274 * Scripts/webkitdirs.pm:
3276 2006-02-02 Justin Garcia <justin.garcia@apple.com>
3278 Reviewed by thatcher
3280 Enabled spell checking for layout tests.
3282 * DumpRenderTree/DumpRenderTree.m:
3285 2006-01-29 Darin Adler <darin@apple.com>
3287 * Scripts/svn-apply: Added comments about things we should do to improve.
3288 * Scripts/svn-create-patch: Ditto.
3289 * Scripts/svn-unapply: Ditto.
3291 2006-01-28 Darin Adler <darin@apple.com>
3293 * DumpRenderTree/DumpRenderTree.m: (dump): Dump the image if it's not
3294 already there, even if the checksum is correct.
3296 2006-01-27 Eric Seidel <eseidel@apple.com>
3300 * Scripts/run-webkit-tests: make new tests use absolute urls
3302 2006-01-27 Eric Seidel <eseidel@apple.com>
3306 make run-webkit-tests output total leaks count
3308 * Scripts/run-webkit-tests:
3310 2006-01-27 Eric Seidel <eseidel@apple.com>
3314 run-webkit-test --leaks crashes (malloc logging runs out of memory)
3315 http://bugs.webkit.org/show_bug.cgi?id=6869
3317 * Scripts/run-webkit-tests: fix --leaks to not crash
3319 2006-01-26 Eric Seidel <eseidel@apple.com>
3323 run-webkit-tests should produce a self-contained results directory
3324 http://bugs.webkit.org/show_bug.cgi?id=6864
3326 * Scripts/run-webkit-tests: copy failing items to results dir.
3328 2006-01-23 Darin Adler <darin@apple.com>
3330 - fix http://bugs.webkit.org/show_bug.cgi?id=3608
3331 need script to update localizable strings file in WebKit
3333 * Scripts/update-webkit-localizable-strings: Added.
3335 2006-01-23 Darin Adler <darin@apple.com>
3337 - added a couple of scripts -- more about these two soon
3339 * Scripts/extract-localizable-strings: Added.
3340 * Scripts/merge-changelog: Added.
3342 2006-01-22 Mark Rowe <opendarwin.org@bdash.net.nz>
3346 Build fix. build-webkit dies with "invalid build action: (empty string)"
3348 * Scripts/build-webkit:
3349 Use svgOptions in an array context so xcodebuild doesn't choke on an empty argument.
3351 2006-01-22 Eric Seidel <eseidel@apple.com>
3355 Fix --no-svg option to use XCode flags instead of gcc flags.
3357 * Scripts/build-webkit:
3359 2006-01-22 Eric Seidel <eseidel@apple.com>
3363 Update build-webkit to use -USVG_SUPPORT instead of -no-SVG target.
3365 * Scripts/build-webkit:
3367 2006-01-20 David Kilzer <ddkilzer@kilzer.net>
3369 Reviewed by eseidel.
3371 - fix for http://bugs.webkit.org/show_bug.cgi?id=6682
3372 Call to checkWebCoreSVGSupport() broken in build-drawtest and run-drawtest
3374 * Scripts/build-drawtest: Changed bareword 'true' to 1.
3375 * Scripts/run-drawtest: Changed bareword 'true' to 1.
3377 2006-01-19 Darin Adler <darin@apple.com>
3379 * Scripts/report-include-statistics: Added a new script.
3381 2006-01-19 Timothy Hatcher <timothy@apple.com>
3383 * Scripts/build-webkit: include JavaScriptGlue in the build
3385 2006-01-19 Darin Adler <darin@apple.com>
3387 * Scripts/webkitdirs.pm: Changed SVG check to work even if the path has
3388 spaces in it by using the form of open that treats each argument as a string
3389 rather than backtick syntax for reading the output of the nm tool.
3391 2006-01-12 Maciej Stachowiak <mjs@apple.com>
3395 - make prepare-ChangeLog way faster by using svn diff instead of svn status to
3396 detect if there are any new tests
3398 * Scripts/prepare-ChangeLog:
3400 2006-01-12 Darin Adler <darin@apple.com>
3402 - removed some of the cvs-specific scripts -- not needed for this project any more
3404 * Scripts/cvs-abandon: Removed.
3405 * Scripts/cvs-apply: Removed.
3406 * Scripts/cvs-create-patch: Removed.
3407 * Scripts/cvs-unapply: Removed.
3409 2006-01-10 Mark Rowe <opendarwin.org@bdash.net.nz>
3411 Reviewed by eseidel. Committed by eseidel.
3413 - run-webkit-tests always launches Safari when tests fail
3414 http://bugs.webkit.org/show_bug.cgi?id=6456
3416 * Scripts/run-webkit-tests:
3417 Add a command-line flag to prevent Safari being launched to display failed
3418 tests. Always exit with non-zero status when tests have failed.
3420 2006-01-10 Mark Rowe <opendarwin.org@bdash.net.nz>
3422 Reviewed by eseidel. Committed by eseidel.
3424 - build-webkit should exit with non-zero status when build fails
3425 http://bugs.webkit.org/show_bug.cgi?id=6459
3427 * Scripts/build-webkit:
3428 Use correct bits of subprocess exit code when passing back through
3429 as build-webkit's exit code.
3431 2006-01-10 Eric Seidel <eseidel@apple.com>
3433 Restored corrupted nibs from TOT CVS.
3435 * DrawTest/English.lproj/DrawTestDocument.nib: Replaced.
3436 * DrawTest/English.lproj/DrawTestDocument.nib/classes.nib: Replaced.
3437 * DrawTest/English.lproj/DrawTestDocument.nib/info.nib: Replaced.
3438 * DrawTest/English.lproj/DrawTestDocument.nib/keyedobjects.nib: Replaced.
3439 * DrawTest/English.lproj/Inspector.nib: Replaced.
3440 * DrawTest/English.lproj/Inspector.nib/classes.nib: Replaced.
3441 * DrawTest/English.lproj/Inspector.nib/info.nib: Replaced.
3442 * DrawTest/English.lproj/Inspector.nib/keyedobjects.nib: Replaced.
3443 * DrawTest/English.lproj/MainMenu.nib: Replaced.
3444 * DrawTest/English.lproj/MainMenu.nib/classes.nib: Replaced.
3445 * DrawTest/English.lproj/MainMenu.nib/info.nib: Replaced.
3446 * DrawTest/English.lproj/MainMenu.nib/keyedobjects.nib: Replaced.
3447 * DrawTest/English.lproj/TestViewer.nib: Replaced.
3448 * DrawTest/English.lproj/TestViewer.nib/classes.nib: Replaced.
3449 * DrawTest/English.lproj/TestViewer.nib/info.nib: Replaced.
3450 * DrawTest/English.lproj/TestViewer.nib/keyedobjects.nib: Replaced.
3452 2006-01-10 Nefaur Khandker <nefaurk@gmail.com>
3454 Reviewed by eseidel. Committed by eseidel.
3456 DrawTestView now subclasses WebView instead of DrawView.
3458 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3459 * DrawTest/DrawTestDocument.h:
3460 * DrawTest/DrawTestDocument.m:
3461 (-[DrawTestDocument dealloc]):
3462 (-[DrawTestDocument readFromFile:ofType:]):
3463 (-[DrawTestDocument windowControllerDidLoadNib:]):
3464 (-[DrawTestDocument dumpSVGToConsole:]):
3465 (-[DrawTestDocument openSourceForSelection:]):
3466 (-[DrawTestDocument dataRepresentationOfType:]):
3467 * DrawTest/DrawTestToolbarController.h:
3468 * DrawTest/DrawTestToolbarController.m:
3469 (-[DrawTestToolbarController initWithDrawView:]):
3470 (-[DrawTestToolbarController clickedToolbarItem:]):
3471 (-[DrawTestToolbarController validateToolbarItem:]):
3472 * DrawTest/DrawTestView.h:
3473 * DrawTest/DrawTestView.m:
3474 (-[DrawTestView initWithFrame:]):
3475 (-[DrawTestView setDocument:]):
3476 * DrawTest/SVGTest.h:
3477 * DrawTest/SVGTest.m:
3478 (+[SVGTest sharedDrawView]):
3479 (-[SVGTest generateCompositeIfNecessary]):
3480 * DrawTest/TestController.h:
3481 * DrawTest/TestController.m:
3482 (-[TestController awakeFromNib]):
3483 (-[TestController setSelectedTest:]):
3484 (-[TestController openTestViewerForSelection:]):
3485 (-[TestController toggleViewersScaleRule:]):
3486 * DrawTest/TestViewerSplitView.m:
3487 (-[TestViewerSplitView drawRect:]):
3489 2006-01-10 Anders Carlsson <andersca@mac.com>
3491 Reviewed by Timothy.
3493 * DumpRenderTree/DumpRenderTree.m:
3494 (main): Set the default language to "en", so language tests will work.
3496 2006-01-08 Maciej Stachowiak <mjs@apple.com>
3500 - script to generate HTML wrappers for JS tests
3501 http://bugs.webkit.org/show_bug.cgi?id=6441
3503 * Scripts/make-js-test-wrappers: Added.
3505 2006-01-08 Maciej Stachowiak <mjs@apple.com>
3509 * Scripts/svn-create-patch: Fix to work when passed directory names.
3511 2006-01-08 Geoffrey Garen <ggaren@apple.com>
3515 - Added back/forward navigation support to DumpRenderTree. Hopefully we
3516 can start writing automated loader tests now. I have one in the works.
3518 * DumpRenderTree/DumpRenderTree.m:
3519 (main): Construct global navigationController on entry, destroy on exit.
3520 Set frame to nil on exit too, to match all the other global objects.
3521 (Probably academic, since the process is exiting, anyway.)
3522 (-[WaitUntilDoneDelegate webView:didFinishLoadForFrame:]): Notify the
3523 navigationController, in case it wants to kick off a load.
3524 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]): Expose
3525 the navigationController to scripting.
3527 New class, should be straightforward:
3529 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3530 * DumpRenderTree/NavigationController.h: Added.
3531 * DumpRenderTree/NavigationController.m: Added.
3533 (+[NavigationController isSelectorExcludedFromWebScript:]):
3534 (+[NavigationController webScriptNameForSelector:]):
3535 (-[NavigationController setPendingScript:]):
3536 (-[NavigationController setPendingRequest:]):
3537 (-[NavigationController evaluateWebScript:afterBackForwardNavigation:]):
3538 (-[NavigationController webView:didFinishLoadForFrame:]):
3539 (-[NavigationController dealloc]):
3541 2006-01-08 Timothy Hatcher <timothy@apple.com>
3543 Removed this script, no longer needs with the Subversion switch.
3545 * checkout: Removed.
3547 2006-01-08 Timothy Hatcher <timothy@apple.com>
3549 Removes some stray tabs.
3551 * Scripts/update-webkit:
3553 2005-01-07 Eric Seidel <eseidel@apple.com>
3557 build-webkit should pass on build arguments from command line
3558 http://bugs.webkit.org/show_bug.cgi?id=5854
3560 * Scripts/build-webkit:
3562 2006-01-07 Eric Seidel <eseidel@apple.com>
3564 Reviewed by mjs & xenon.
3566 * Scripts/update-webkit: support Internal updates as well
3568 2006-01-06 Geoffrey Garen <ggaren@apple.com>
3570 Temporarily rolling out plugin support from DumpRenderTree because it
3571 caused lots of layout test regressions.
3573 * DumpRenderTree/DumpRenderTree.m:
3574 (main): Remove invisible window added to support plugins.
3576 2006-01-06 Geoffrey Garen <ggaren@apple.com>
3580 - Fixed http://bugs.webkit.org/show_bug.cgi?id=6361
3581 Add plugin support to DumpRenderTree
3583 Also wrote first test plugin.
3585 * DumpRenderTree/DumpRenderTree.m:
3587 (1) Put the WebView in an invisible window, because PlugIns are
3588 optimized not to load if there's no parent window.
3589 (2) Tell WebKit to load any PlugIns in the directory from which we
3590 loaded. This means we can build nasty PlugIns alongside DumpRenderTree
3591 and they'll load automagically during layout testing, but they won't be
3592 added to the user's system, hosing apps like Safari.
3594 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added new
3595 test PlugIn to project.
3597 PlugIn added to project:
3599 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Added.
3600 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: Added.
3602 (initializeIdentifiers):
3603 (pluginHasProperty):
3605 (pluginGetProperty):
3606 (pluginSetProperty):
3608 (pluginInvokeDefault):
3612 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Added.
3613 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c: Added.
3615 (NP_GetEntryPoints):
3621 (NPP_DestroyStream):
3631 2006-01-04 Timothy Hatcher <timothy@apple.com>
3635 Tweaked and tested by me.
3637 New scripts to work with Subversion when the switch happens.
3638 These will replace cvs-apply, cvs-unapply, and cvs-create-patch.
3640 * Scripts/svn-apply: Added.
3641 * Scripts/svn-create-patch: Added.
3642 * Scripts/svn-unapply: Added.
3644 2005-12-30 Eric Seidel <eseidel@apple.com>
3648 Move WebView width/height logic into DumpRenderTree to support
3649 running the W3C SVG 1.1 tests along side other tests. The W3C
3650 SVG 1.1 tests require a 480x360 view.
3652 * DumpRenderTree/DumpRenderTree.m:
3653 (main): don't accept width/height
3654 (dump): override width/height for SVG/W3C
3655 * Scripts/run-webkit-tests: don't pass width/height
3657 2005-12-30 Eric Seidel <eseidel@apple.com>
3659 No review, only removing dead code.
3661 * DumpKCanvasTree/DumpKCanvasTree.m: Removed.
3662 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj: Removed.
3664 2005-12-30 Eric Seidel <eseidel@apple.com>
3668 DumpRenderTree should set a consistent color profile while running
3669 http://bugs.webkit.org/show_bug.cgi?id=6155
3671 Creates consistent colormatched renderings on every test machine
3672 using the only way possible with Tiger APIs: by setting the
3673 system color profile on the test machine for the duration of the
3674 tests. This will (unfortunately) cause colors to change while
3675 running DumpRenderTree. This can also cause "permanent" color
3676 changes to occur if DRT is to crash (SIGSEGV, etc.) while running.
3677 This is far from ideal, but it's be best way we've found to deal
3678 with the issue for now.
3680 * DumpRenderTree/DumpRenderTree.m:
3681 (restoreColorSpace):
3682 (setDefaultColorProfileToRGB):
3685 2005-12-20 Alexey Proskuryakov <ap@nypop.com>
3687 Reviewed by Darin Adler.
3689 - fix http://bugs.webkit.org/show_bug.cgi?id=5846
3690 cvs-create-patch --include produces incorrect paths
3692 * Scripts/cvs-create-patch: Handle newly-added directories using chdir.
3694 2005-12-19 Eric Seidel <eseidel@apple.com>
3698 * Scripts/run-webkit-tests: stop /etc/catalog warnings
3700 2005-12-19 Darin Adler <darin@apple.com>
3702 Reviewed by Eric Seidel.
3704 - fix http://bugs.webkit.org/show_bug.cgi?id=4990
3705 WebKit needs to use a local pasteboard during testing
3707 * DumpRenderTree/DumpRenderTree.m:
3708 (main): Call poseAs to substitute our NSPasteboard class for the default one.
3709 Create a local pasteboard (really a global one with a unique name) and release
3710 it when exiting from the function so we don't leave it in the pasteboard server.
3711 (dumpRenderTree): Added an autorelease pool around one small bit of code that
3712 ddn't have one. Fixed a leak in an unlikely error case.
3713 (+[DumpRenderTreePasteboard generalPasteboard]): Override the default version
3714 of this method to return our local pasteboard.
3716 2005-12-15 Eric Seidel <eseidel@apple.com>
3718 Reviewed by Tim Hatcher.
3720 * Scripts/build-webkit: --svg is now default!
3722 2005-12-15 Eric Seidel <eseidel@apple.com>
3726 Don't run svg test automatically if +SVG is built (yet).
3728 * Scripts/run-webkit-tests:
3730 2005-12-15 Darin Adler <darin@apple.com>
3732 * Scripts/run-webkit-tests: Don't run tests in directories named "svg" if SVG
3733 support is not compiled in. Report the 10 slowest tests if "--slowest" is
3734 passed on the command line.
3736 2005-12-06 John Sullivan <sullivan@apple.com>
3738 Reviewed by Darin Adler.
3740 * Scripts/prepare-ChangeLog:
3741 Remove special-case handling for nib files. This avoided trouble with cvs diff
3742 when we were using wrappers for nib files. Now that we aren't using wrappers,
3743 there's no reason to avoid adding the modified nib files to the file list that
3746 2005-12-05 Eric Seidel <eseidel@apple.com>
3750 Script updates for SVG files move (remove references to SVGSupport)
3752 * Scripts/build-webkit: remove SVGSupport
3753 * Scripts/run-webkit-tests: Resources -> resources for --svg
3754 * Scripts/update-webkit: remove SVGSupport
3756 2005-12-05 Eric Seidel <eseidel@apple.com>
3760 * checkout: remove --svg support, SVG is now checked out by default
3762 2005-11-29 Eric Seidel <eseidel@apple.com>
3766 Update scripts to run SVG tests automatically (w/o --svg) if
3767 WebCore is built with SVG support.
3769 * Scripts/build-drawtest: SVG support required
3770 * Scripts/build-dumpkcanvastree: Removed.
3771 * Scripts/run-drawtest: SVG support required to run
3772 * Scripts/run-webkit-tests: pass *.svg files if WebCore has support
3773 * Scripts/webkitdirs.pm: changed CheckWebCoreSVGSupport
3775 2005-11-28 Alexey Proskuryakov <ap@nypop.com>
3777 Reviewed by Darin. Committed by Maciej.
3779 - fixed "DumpRenderTree should test for Ahem before doing anything else"
3780 (http://bugs.webkit.org/show_bug.cgi?id=5838)
3782 * DumpRenderTree/DumpRenderTree.m:
3785 2005-11-28 Eric Seidel <eseidel@apple.com>
3787 Reviewed by sullivan and GGAREN.
3789 Minor additions to make error messages more clear from cvs-apply.
3791 * Scripts/cvs-apply: make errors more clear
3793 2005-11-27 Oliver Hunt <ojh16@student.canterbury.ac.nz>
3795 Reviewed and committed by Maciej.
3797 - fixed cvs-create-patch --include produces incorrect paths
3798 (http://bugs.webkit.org/show_bug.cgi?id=5846)
3800 * Scripts/cvs-create-patch: produce proper paths for new files.
3802 2005-11-21 Eric Seidel <eseidel@apple.com>
3806 Some simple fixes to the build/test scripts now that SVG uses the
3807 WebCore DOM. JSC+SVG is no longer needed, nor is RTTI support
3808 or symlinks for KDOM.
3810 * Scripts/build-webkit: No longer builds JavaScriptCore+SVG
3811 * Scripts/prepare-ChangeLog: handles missing LayoutTests directory
3812 * Scripts/run-webkit-tests: now runs SVG tests using DRT
3813 * Scripts/webkitdirs.pm: use SVG symbols instead of RTTI
3814 * checkout: no longer symlink kdom
3816 2005-11-10 Eric Seidel <eseidel@apple.com>
3820 * Scripts/build-webkit: Pass through options to xcodebuild
3822 2005-11-07 Darin Adler <darin@apple.com>
3824 * Scripts/cvs-apply: Fix case where the patch has files at the top level.
3826 2005-11-03 John Sullivan <sullivan@apple.com>
3830 * Scripts/run-safari:
3831 changed message to say "Starting Safari" instead of odd "Start Safari"
3832 * Scripts/run-webkit-tests:
3833 changed the way we pass the file parameter to use -NSOpen rather than relying on
3834 unlabeled arguments being treated as files. This was failing on some machines that
3835 (mysteriously) had NSTreatUnknownArgumentsAsOpen set to NO in com.apple.Safari.plist.
3837 2005-10-27 Geoffrey Garen <ggaren@apple.com>
3839 Patch by Alexey Proskuryakov.
3843 Fixes http://bugs.webkit.org/show_bug.cgi?id=5303
3844 TextInputController should support attributed strings
3846 * DumpRenderTree/TextInputController.m:
3847 (+[NSMutableAttributedString isSelectorExcludedFromWebScript:]):
3848 (+[NSMutableAttributedString webScriptNameForSelector:]):
3849 (-[NSMutableAttributedString getLength]):
3850 (-[NSMutableAttributedString attributeNamesAtIndex:]):
3851 (-[NSMutableAttributedString valueOfAttribute:atIndex:]):
3852 (-[NSMutableAttributedString addAttribute:value:]):
3853 (-[NSMutableAttributedString addAttribute:value:from:length:]):
3854 (-[NSMutableAttributedString addColorAttribute:red:green:blue:alpha:]):
3855 (-[NSMutableAttributedString addColorAttribute:red:green:blue:alpha:from:length:]):
3856 (-[NSMutableAttributedString addFontAttribute:fontName:size:]):
3857 (-[NSMutableAttributedString addFontAttribute:fontName:size:from:length:]):
3858 (+[TextInputController isSelectorExcludedFromWebScript:]):
3859 (+[TextInputController webScriptNameForSelector:]):
3860 (-[TextInputController insertText:]):
3861 (-[TextInputController attributedSubstringFrom:length:]):
3862 (-[TextInputController attributedStringWithString:]):
3864 2005-10-11 Eric Seidel <eseidel@apple.com>
3868 Checks for leaks in ImageDiff too.
3870 * Scripts/run-webkit-tests:
3872 2005-10-09 Darin Adler <darin@apple.com>
3874 * Scripts/check-dom-results: Dump ".xhtml" for tests in the xhtml directory.
3875 * Scripts/cvs-apply: Handle added/deleted files in the current directory.
3876 * Scripts/cvs-unapply: Ditto.
3877 * Scripts/run-webkit-tests: Add a few more false-positive leaks.
3879 2005-10-08 Alexey Proskuryakov <ap@nypop.com>
3881 Reviewed, rearranged and landed by Darin.
3883 - fixed http://bugs.webkit.org/show_bug.cgi?id=4707
3884 Need a way to automatically test for regressions in NSTextInput implementation
3886 * DumpRenderTree/DumpRenderTree.m:
3887 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
3888 Create a text input controller and put it in a property of the window object.
3890 * DumpRenderTree/TextInputController.h: Added.
3891 * DumpRenderTree/TextInputController.m: Added.
3892 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added files.
3894 2005-10-06 Darin Adler <darin@apple.com>
3896 * Scripts/cvs-apply: Fixed merge option to work better when not all directories
3897 are controlled by cvs, or when changes cross multiple repositories.
3898 * Scripts/update-webkit: Don't print messages if the "quiet" flag is set.
3900 2005-10-03 Eric Seidel <eseidel@apple.com>
3904 Make mouseDown and mouseUp force layout before acting.
3905 This is used by a new test case for 4233558.
3907 * DumpRenderTree/DumpRenderTree.m:
3908 (-[EventSendingController mouseDown]): force layout
3909 (-[EventSendingController mouseUp]): force layout
3911 2005-09-30 Eric Seidel <eseidel@apple.com>
3915 Updated all the scripts for the move:
3916 WebCore/layout-tests -> LayoutTests
3918 * Scripts/check-dom-results:
3919 * Scripts/prepare-ChangeLog:
3920 * Scripts/run-webkit-tests:
3921 * Scripts/update-webkit: added --no-tests
3922 * checkout: added --no-tests
3924 2005-09-28 Darin Adler <darin@apple.com>
3926 - fixed http://bugs.webkit.org/show_bug.cgi?id=5144
3927 pixel test should run even if render trees differ
3929 * Scripts/run-webkit-tests: Don't check if the text dump matches.
3931 2005-09-27 Eric Seidel <eseidel@apple.com>
3933 No review needed, SVG build fix only.
3935 * DumpKCanvasTree/DumpKCanvasTree.m:
3936 Missed one in my previous checkin.
3937 http://bugs.webkit.org/show_bug.cgi?id=5141
3939 2005-09-26 Eric Seidel <eseidel@apple.com>
3941 No review needed, SVG build fix only.
3943 * DrawTest/DrawTestDocument.m:
3944 * DrawTest/DrawTestToolbarController.m:
3945 * DrawTest/DrawTestView.h:
3946 * DrawTest/DrawTestView.m:
3947 * DrawTest/SVGTest.m:
3948 * DrawTest/TestController.m:
3949 Updated for WebCore+SVG -> WebCore rename.
3950 http://bugs.webkit.org/show_bug.cgi?id=5141
3952 2005-09-26 Eric Seidel <eseidel@apple.com>
3956 * DumpRenderTree/DumpRenderTree.m:
3957 (dump): updated error message
3958 * Scripts/check-dom-results: now includes xhtml
3959 Tool updates for xhtml.
3960 http://bugs.webkit.org/show_bug.cgi?id=4907
3962 2005-09-22 Duncan Wilcox <duncan@mclink.it>
3967 - patch for <http://bugs.webkit.org/show_bug.cgi?id=4963>
3968 "Would like to simulate human interaction with webview"
3970 * DumpRenderTree/DumpRenderTree.m:
3971 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
3972 (+[EventSendingController isSelectorExcludedFromWebScript:]):
3973 (+[EventSendingController webScriptNameForSelector:]):
3974 (-[EventSendingController init]):
3975 (-[EventSendingController mouseDown]):
3976 (-[EventSendingController mouseUp]):
3977 (-[EventSendingController mouseMoveToX:Y:]):
3978 Add eventSender javascript object, that sends fake mouse events to the webview.
3980 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
3981 link with Carbon.framework
3983 2005-09-22 Eric Seidel <eseidel@apple.com>
3987 Update tools for WebCore+SVG -> WebCore rename.
3988 Also fold several SVG specific tools into their original
3989 WebCore counterparts.
3990 http://bugs.webkit.org/show_bug.cgi?id=5003
3992 * DrawTest/DrawTest.xcodeproj/project.pbxproj:
3993 * DumpKCanvasTree/DumpKCanvasTree.xcodeproj/project.pbxproj:
3994 * Scripts/build-drawtest:
3995 * Scripts/build-dumpkcanvastree:
3996 * Scripts/build-webcore-svg: Removed.
3997 * Scripts/build-webkit: added --svg option
3998 * Scripts/run-drawtest:
3999 * Scripts/run-webkit-tests:
4000 * Scripts/webkitdirs.pm: various additions.
4001 * checkout: added --svg option
4002 * checkout-svg: Removed.
4004 2005-09-19 Eric Seidel <eseidel@apple.com>
4008 * Scripts/run-webkit-tests: added --guard-malloc option
4009 http://bugs.webkit.org/show_bug.cgi?id=4613
4011 2005-09-16 Justin Garcia <justin.garcia@apple.com>
4015 Removed a script that is only used by apple internal developers
4017 * Scripts/update-webkitsysteminterface: Removed.
4019 2005-09-16 Adele Peterson <adele@apple.com>
4023 * Scripts/prepare-ChangeLog: Allow semicolons for protocols too.
4025 2005-09-14 Darin Adler <darin@apple.com>
4027 - fixed http://bugs.webkit.org/show_bug.cgi?id=4291
4028 dumpAsText doesn't work with XHTML documents
4030 * DumpRenderTree/DumpRenderTree.m: (dump): Dump the innerText of the document element
4031 rather than of the body element. This works with typical XHTML documents. We can probably
4032 do something even better in the long run, but this fixes the immediate issue.
4036 * Scripts/run-webkit-tests: Show the results in the current built Safari by using
4037 run-safari instead of just using "open", which often runs another copy of Safari instead.
4039 2005-09-11 Mark Rowe <opendarwin.org@bdash.net.nz>
4041 Reviewed, tweaked, and landed by Darin.
4043 - fixed http://bugs.webkit.org/show_bug.cgi?id=4286
4044 .Mac prefpane crashes when Safari using CVS WebKit is running
4046 * Scripts/run-safari: Set WEBKIT_UNSET_DYLD_FRAMEWORK_PATH.
4047 * Scripts/run-webkit-app: Ditto.
4049 2005-09-11 Darin Adler <darin@apple.com>
4051 * Scripts/run-webkit-tests: Oops. Use spaces, not tabs.
4053 2005-09-11 Darin Adler <darin@apple.com>
4057 * Scripts/run-webkit-tests: Sort tests with a new "pathcmp" function that's better in
4058 two ways: 1) puts all files in a directory before any files in a subdirectory, and
4059 2) sort file names with numeric digits in them in a logical way, so test-33 will come
4062 2005-09-08 Justin Garcia <justin.garcia@apple.com>
4066 * Scripts/update-webkitsysteminterface: Added.
4067 Builds webkitsysteminterface and moves the built product and header into WebKitLibraries
4069 2005-09-01 John Sullivan <sullivan@apple.com>
4071 * Scripts/run-webkit-tests:
4072 Excluded a known system leak to reduce noise; added comments about which leaks
4075 2005-09-01 Tim Omernick <tomernick@apple.com>
4077 Change made by Darin, reviewed by John and myself.
4079 - Allow semicolons at the end of method declarations (this is for method implementations; the semicolon is required for interface declarations).
4081 * Scripts/prepare-ChangeLog:
4083 2005-08-31 Maciej Stachowiak <mjs@apple.com>
4087 - set color variant and font settings to a consistent value.
4088 (http://bugs.webkit.org/show_bug.cgi?id=4769)
4090 * DumpRenderTree/DumpRenderTree.m:
4093 2005-08-30 Eric Seidel <eseidel@apple.com>
4097 * Scripts/build-svg2png: Removed.
4098 * svg2png/ImageDiff.h: Removed.
4099 * svg2png/ImageDiff.m: Removed.
4100 * svg2png/svg2png.m: Removed.
4101 * svg2png/svg2png.xcodeproj/project.pbxproj: Removed.
4102 * svg2png/svg2png_Prefix.pch: Removed.
4103 svg2png is no longer needed.
4105 2005-08-30 Darin Adler <darin@apple.com>
4107 * Scripts/check-dom-results: Special case 100% to say something nice.
4108 * Scripts/cvs-apply: Added "--merge" which automatically rolls back the tree before
4109 applying the patch (need a better name).
4110 * Scripts/find-extra-includes: Added. Experimental tool to find unneeded includes.
4112 2005-08-30 Darin Adler <darin@apple.com>
4114 * Scripts/run-webkit-tests: Small formatting fix for leaks mode.
4116 2005-08-29 Maciej Stachowiak <mjs@apple.com>
4120 - fixed http://bugs.webkit.org/show_bug.cgi?id=4723
4121 (some pixel tests fail when AA settings are changed)
4123 * DumpRenderTree/DumpRenderTree.m:
4124 (main): set AA settings to the default values
4126 2005-08-29 Darin Adler <darin@apple.com>
4128 Reviewed by John Sullivan.
4130 * Scripts/run-webkit-tests: Added a mode where each test is run with a separate
4131 executable -- much slower but can help pinpoint leaks. Changed formatting of some
4134 2005-08-28 Maciej Stachowiak <mjs@apple.com>
4138 - fixed http://bugs.webkit.org/show_bug.cgi?id=4720
4139 (webkit pixel tests don't give consistent results with changed scrollbar arrow setting)
4141 * DumpRenderTree/DumpRenderTree.m:
4142 (main): set scrollbar arrow setting to a consistent value
4144 2005-08-27 Jussi Hagman <juhagman@abo.fi>
4146 Reviewed and landed by Darin.
4148 - fixed http://bugs.webkit.org/show_bug.cgi?id=4676
4149 output of update-webkit is too verbose
4151 * Scripts/update-webkit:
4152 Added option --quiet (-q) to decrease the amount of output.
4154 2005-08-27 Darin Adler <darin@apple.com>
4156 - fixed http://bugs.webkit.org/show_bug.cgi?id=4596
4157 cvs-create-patch --include-unknowns should ignore hidden files
4159 * Scripts/cvs-create-patch: Add code to check for files starting with ".".
4161 2005-08-25 Ben La Monica <ben.lamonica@gmail.com>
4163 Reviewed, tweaked, and landed by Darin.
4165 - fixed http://bugs.webkit.org/show_bug.cgi?id=4585
4166 update-webkit doesn't notice when you have SVGSupport and update properly
4168 * Scripts/update-webkit: Build SVGSupport directory if it's present.
4170 2005-08-25 Anders Carlsson <andersca@mac.com>
4172 Reviewed and landed by Darin.
4174 - fixed http://bugs.webkit.org/show_bug.cgi?id=4572
4175 layout test machinery can't handle tests with applets that have code attributes
4177 * DumpRenderTree/DumpRenderTree.m: (main): Disable Java while running tests.
4179 2005-08-24 Darin Adler <darin@apple.com>
4183 - fixed http://bugs.webkit.org/show_bug.cgi?id=4625
4184 DumpRenderTree --pixel-tests crash
4185 - landed some other small changes I had sitting in my tree
4187 * DumpRenderTree/DumpRenderTree.m:
4188 (main): Don't bother saving and restoring the preferences. Not sure
4189 why this was ever done since the preferences are specific to DumpRenderTree.
4190 Clear delegates before releasing the WebView, because you can't count on the
4191 order of object deallocation.
4192 (dumpRenderTree): Fix code that releases a string before storing it in a
4195 * Scripts/run-webkit-tests: Use "-s" rather than a function to get the size
4196 of a file. Fix lots of cases that were using tabs for indenting to use spaces instead.
4198 2005-08-23 Eric Seidel <eseidel@apple.com>
4202 * Scripts/run-webkit-tests:
4203 Made --leaks option more readable by printing to a file.
4204 http://bugs.webkit.org/show_bug.cgi?id=4590
4206 2005-08-22 Eric Seidel <eseidel@apple.com>
4207 Fix by Tobias Lidskog <tobiaslidskog@mac.com>
4211 * Scripts/run-webkit-tests: hides "expected actual diffs" links
4212 when they are not needed (for pixel-only failures)
4213 http://bugs.webkit.org/show_bug.cgi?id=4584
4215 2005-08-22 Eric Seidel <eseidel@apple.com>
4219 * Scripts/run-webkit-tests: Added the ability to display more than
4220 just two images as part of the image-diff "slideshow".
4221 Added display of "-w3c.png" baseline images for SVG.
4222 http://bugs.webkit.org/show_bug.cgi?id=4581
4224 2005-08-20 Eric Seidel <eseidel@apple.com>
4226 * Scripts/run-webkit-tests:
4227 "build" fix after committing incorrect version.
4229 2005-08-20 Eric Seidel <eseidel@apple.com>
4233 * DumpRenderTree/DumpRenderTree.m:
4234 (main): cleans up delegates
4235 (dumpRenderTree): closes CFString/CFURL leak
4236 * Scripts/run-webkit-tests:
4237 Adds --leaks option to run-webkit-tests
4238 http://bugs.webkit.org/show_bug.cgi?id=4542
4240 2005-08-19 Ben La Monica <ben.lamonica@gmail.com>
4244 * Scripts/cvs-create-patch: Add an --include-unknowns option that will cause
4245 new files to be included in the patch even without "cvs add".
4247 2005-08-19 Darin Adler <darin@apple.com>
4249 * Scripts/cvs-apply: Fix to not garble patches that are mix of cvs-style and
4250 non-cvs-generated patches. Anders has been creating these, so it's bad that
4251 the script can't handle them.
4252 * Scripts/cvs-unapply: Ditto.