1 2006-11-01 Brady Eidson <beidson@apple.com>
3 Reviewed by Tim Hatcher
5 Added accessor to get the source directory for use in client scripts
7 * Scripts/webkitdirs.pm:
9 2006-11-01 Mark Rowe <bdash@webkit.org>
13 Update references to webkit.opendarwin.org to webkit.org in Spinneret and WebKit.app.
15 * Spinneret/Spinneret/Spinneret.cpp:
17 * WebKitLauncher/WebKitNightlyEnabler.m:
18 (cleanUpAfterOurselves):
20 2006-10-31 Mark Rowe <bdash@webkit.org>
22 Reviewed by Stephanie.
24 Limit build slaves to a single build to prevent concurrent builds on a single slave from significantly increasing build time.
26 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Adjust slave distribution, and make use of a SlaveLock.
27 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Remove unused Qt build factory.
29 2006-10-31 Darin Adler <darin@apple.com>
31 * DumpRenderTree/DumpRenderTree.m: Instead of allocating a single local
32 pasteboard, allocate any number of local pasteboards.
33 (main): Allocate the dictionary of pasteboards.
34 (+[DumpRenderTreePasteboard _pasteboardWithName:]): Allocate a pasteboard,
36 (+[LocalPasteboard alloc]): Added, so we don't have to call NSAllocateObject
38 (-[LocalPasteboard addTypes:owner:]): Added a check that the owner responds
39 to the selector rather than calling unconditionally.
41 2006-10-30 Darin Adler <darin@apple.com>
45 * DumpRenderTree/DumpRenderTree.m: (-[LocalPasteboard setString:forType:]):
46 Don't use CFPasteboard.
48 2006-10-30 Vladimir Olexa <vladimir.olexa@gmail.com>
52 Fixes: http://bugs.webkit.org/show_bug.cgi?id=11353
54 * Drosera/debugger.js: ParsedURL() object now recognizes local files
56 2006-10-30 Darin Adler <darin@apple.com>
58 Reviewed by Tim Hatcher.
60 * DumpRenderTree/DumpRenderTree.m: Changed to allocate a local pasteboard.
61 This should make our buildbot tests no longer need a pasteboard server.
63 2006-10-30 Geoffrey Garen <ggaren@apple.com>
67 Reorganized project file into Delegates and Controllers groups, and split
68 UIDelegate stuff into a UIDelegate class.
70 A little birdy told me that I might end up adding some UIDelegate methods
73 * DumpRenderTree/DumpRenderTree.m:
76 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
78 2006-10-31 Nikolas Zimmermann <zimmermann@kde.org>
82 Add new platform/graphics include directory.
84 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
86 2006-10-30 Timothy Hatcher <timothy@apple.com>
88 Reviewed by Stephanie.
90 Add a special case for the Internal makefiles, so it can find the OepnSource.
92 * Scripts/webkitdirs.pm:
94 2006-10-30 Stephanie Lewis <slewis@apple.com>
98 Change Makefiles to return non-zero when module make fails.
99 Fix bug where if xcode options are not set, modules can build in the
103 * Scripts/webkitdirs.pm:
105 2006-10-30 Matt Lilek <pewtermoose@gmail.com>
109 Fix for http://bugs.webkit.org/show_bug.cgi?id=10468
110 [Drosera] The Console toolbar button should bring the console window to the front.
112 The console now gets focus when its activated but already open. Command + L also
113 now activates/focuses the console.
115 * Drosera/English.lproj/MainMenu.nib/classes.nib:
116 * Drosera/English.lproj/MainMenu.nib/info.nib:
117 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
118 * Drosera/debugger.js:
120 2006-10-29 Darin Adler <darin@apple.com>
122 * Scripts/do-file-rename: Renames done, ready for the next round.
123 * Scripts/do-webcore-rename: Ditto.
125 2006-10-29 Darin Adler <darin@apple.com>
127 * Scripts/do-file-rename: And again.
129 2006-10-29 Darin Adler <darin@apple.com>
131 * Scripts/do-webcore-rename: Tweaked plans for renaming again.
133 2006-10-29 Darin Adler <darin@apple.com>
137 * DumpRenderTree/DumpRenderTree.m: (-[DumpRenderTreeWindow keyDown:]):
138 Added. Does nothing, which prevents a beep.
140 * Scripts/do-webcore-rename: Tweaked plans for renaming a bit.
142 2006-10-27 Brady Eidson <beidson@apple.com>
144 Rubber stamped by Tim Hatcher
146 Added "make universal" to build universal binaries
151 2006-10-26 Sam Weinig <sam.weinig@gmail.com>
155 Fix for http://bugs.webkit.org/show_bug.cgi?id=11419
156 REGRESSION (r17299): Assertion failure in -[WebHTMLView(WebPrivate) _topHTMLView]
157 ([view isKindOfClass:[WebHTMLView class]]) when running the layout tests
159 * DumpRenderTree/EventSendingController.m:
160 (-[EventSendingController mouseMoveToX:Y:]):
162 2006-10-26 Nikolas Zimmermann <zimmermann@kde.org>
168 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
169 (WebCore::DumpRenderTree::open):
171 2006-10-24 Stephanie Lewis <slewis@apple.com>
175 - Changed run-javascriptcore tests to build testkjs before running.
177 * Scripts/run-javascriptcore-tests:
179 2006-10-24 Nikolas Zimmermann <zimmermann@kde.org>
185 - Remove BrowserExtensionQt, move it's methods to Page/FrameQt.
186 - Fix CMakeLists.txt to include platform/network.
188 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
190 2006-10-24 David Smith <catfish.man@gmail.com>
194 Bug 11382: [Drosera] Dragging breakpoints onto each other can mess up inline editor
195 http://bugs.webkit.org/show_bug.cgi?id=11382
197 * Drosera/debugger.js: Breakpoint dragging now ensures that editors aren't orphaned.
199 2006-10-21 Darin Adler <darin@apple.com>
201 * Scripts/commit-log-editor: Use baseProductDir() to find the base product directory.
202 This was still using "symroots" so it almost never worked!
204 2006-10-21 Darin Adler <darin@apple.com>
206 * Makefile: Build DumpRenderTree too.
207 * Scripts/do-webcore-rename: Removed bogus comment.
209 2006-10-20 David Smith <catfish.man@gmail.com>
213 Bug 11367: Inline Breakpoint Editor Improvements: Act III
214 http://bugs.webkit.org/show_bug.cgi?id=11367
216 Major breakpoint editor changes:
217 * Breakpoints can now either pause or log to console
218 * Code cleanup through use of XPath and converting breakpoints to objects
219 * Breakpoints now track how many times they've been reached
221 * The breakpoint editor now saves changes as they're entered
222 * Because changes are auto-saved now, the save button has been converted to a close button (images from PSMTabBarControl, BSD licensed)
223 * If an expression with no return is entered as a condition, it will be wrapped transparently with a return statement.
225 * Drosera/DebuggerDocument.m:
226 (-[WebScriptObject breakpointEditorHTML]): A way of loading this from an external file, as it was getting too complex to include inline.
227 * Drosera/Drosera.xcodeproj/project.pbxproj:
228 * Drosera/Images/close.tif: Added.
229 * Drosera/Images/close_active.tif: Added.
230 * Drosera/Images/close_hover.tif: Added.
231 * Drosera/breakpointEditor.html: Added.
232 * Drosera/console.js: Added a way to append messages from outside the console window.
233 * Drosera/debugger.js:
234 * Drosera/viewer.css:
235 * Drosera/viewer.html:
237 2006-10-18 David Smith <catfish.man@gmail.com>
241 Improve the doubleclick behavior of breakpoints, and make breakpoints with no custom condition set appear blank instead of return [-1, 1] depending on enabled state.
243 * Drosera/DebuggerDocument.m:
244 (-[WebScriptObject getDoubleClickMillis]): Add an ObjC wrapper for GetDblTime() so that JS can call it
245 * Drosera/Drosera.xcodeproj/project.pbxproj: link Carbon for GetDblTime()
246 * Drosera/debugger.js:
248 2006-10-18 Timothy Hatcher <timothy@apple.com>
252 Bug 10851: Crash with Drosera
253 http://bugs.webkit.org/show_bug.cgi?id=10851
255 This crash results in an assert in debug builds.
257 assert(implementsCall());
259 The __drosera_introspection propery was not callable. Now we just assign
260 this.__drosera_introspection in the evaluateWebScript call.
261 This change also removes one DO message.
263 * Drosera/DebuggerDocument.m:
264 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
266 2006-10-18 Mark Rowe <bdash@webkit.org>
270 http://bugs.webkit.org/show_bug.cgi?id=11304
271 Bug 11304: Drosera fails to link as universal binary on PowerPC machine
273 * Drosera/Drosera.xcodeproj/project.pbxproj: Use -weak_framework to link against JavaScriptCore and WebCore directly
274 when they are not part of the WebKit umbrella framework.
276 2006-10-18 Adam Roben <aroben@apple.com>
278 fixo el buildo II: Release's Pride.
280 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
282 2006-10-18 Geoffrey Garen <ggaren@apple.com>
286 Work around #import of <PDFKit/PDFView.h>.
288 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
290 2006-10-18 David Smith <catfish.man@gmail.com>
294 Add Xcode 3 style inline breakpoint editor. Credit to xenon for the CSS wizardry to get the appearance working properly.
296 * Drosera/Drosera.xcodeproj/project.pbxproj:
297 * Drosera/Images/breakpointeditor.png: Added.
298 * Drosera/breakpointEditor.css: Removed.
299 * Drosera/breakpointEditor.html: Removed.
300 * Drosera/breakpointEditor.js: Removed.
301 * Drosera/debugger.js:
302 * Drosera/viewer.css:
304 2006-10-18 David Harrison <harrison@apple.com>
308 Bug 11341: REGRESSION (r16760): editing/selection/editable-links is failing
309 http://bugs.webkit.org/show_bug.cgi?id=11341
311 Link editing behavior became a preference. DumpRenderTree needs to specify the
312 non-default behavior it wants (WebKitEditableLinkOnlyLiveWithShiftKey).
314 * DumpRenderTree/DumpRenderTree.m:
317 2006-10-15 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
321 Make compiler not complain about unused gk. SpinneretWebHost was not setting
322 initial refcount upon creation, so it is completely bogus.
324 * GdkLauncher/main.cpp:
326 * Spinneret/Spinneret/Spinneret.h:
327 (SpinneretWebHost::SpinneretWebHost):
329 2006-10-15 Nikolas Zimmermann <zimmermann@kde.org>
333 Add another hanging test, to the "to be skipped" list.
335 * DumpRenderTree/DumpRenderTree.qtproj/tests-skipped.txt:
337 2006-10-14 Nikolas Zimmermann <zimmermann@kde.org>
341 Some fixes to get the Qt BuildSlave to run the LayoutTests.
343 * Scripts/build-dumprendertree: No need to call cmake again.
344 * Scripts/run-webkit-tests: Expose LD_LIBRARY_PATH.
346 2006-10-13 Nikolas Zimmermann <zimmermann@kde.org>
350 Force --no-http on Qt/Linux.
352 * Scripts/run-webkit-tests:
354 2006-10-13 Kevin McCullough <KMcCullough@apple.com>
358 Gets JavaScripCore tests running on windows.
360 * Scripts/run-javascriptcore-tests:
361 * Scripts/webkitdirs.pm:
363 2006-10-12 Nikolas Zimmermann <zimmermann@kde.org>
367 Exclude some tests which crash or hang from Qt/Linux DRT.
368 These are known to fail, and will be fixed at some point :-)
370 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
371 (WebCore::DumpRenderTree::DumpRenderTree):
372 (WebCore::DumpRenderTree::open):
373 (WebCore::DumpRenderTree::readStdin):
374 (WebCore::DumpRenderTree::readSkipFile):
375 (WebCore::DumpRenderTree::checkLoaded):
376 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h:
377 * DumpRenderTree/DumpRenderTree.qtproj/tests-skipped.txt: Added.
379 2006-10-12 Nikolas Zimmermann <zimmermann@kde.org>
383 Specialization of alert() for DumpRenderTree - just log the output, don't show any message box.
385 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.cpp:
386 (WebCore::DumpRenderTreeClient::runJavaScriptAlert):
387 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.h:
389 2006-10-12 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
393 Also regenerate GdkLauncher makefiles, since not doing that might
394 lead to mismatch between WebCore and GdkLauncher compiler settings.
396 * Scripts/regenerate-makefiles:
398 2006-10-10 David Smith <catfish.man@gmail.com>
402 Bug 11246: Minor Drosera code cleanup
403 http://bugs.webkit.org/show_bug.cgi?id=11246
405 * Drosera/debugger.js: Change [has, add, remove]StyleClass to be a function on Element rather than taking an Element as an argument.
407 2006-10-10 Vladimir Olexa <vladimir.olexa@gmail.com>
411 Bug 9778: http://bugs.webkit.org/show_bug.cgi?id=9778
413 * Drosera/Drosera.xcodeproj/project.pbxproj: Added files
414 * Drosera/English.lproj/Debugger.nib/info.nib: Resized the main window and WebView
415 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Resized the main window and WebView
416 * Drosera/Images/SourceArrowOpen.png: Added.
417 * Drosera/Images/fileIcon.jpg: Added.
418 * Drosera/Images/siteCollapsed.tif: Added.
419 * Drosera/Images/siteExpanded.tif: Added.
420 * Drosera/Images/siteIcon.tif: Added.
421 * Drosera/debugger.css: Added File Browser styles
422 * Drosera/debugger.html: Added File Browser UI
423 * Drosera/debugger.js: Added File Browser functionality
425 2006-10-10 Darin Adler <darin@apple.com>
427 * Scripts/do-file-rename: Added.
429 2006-10-09 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
433 Add -exit-after-loading option to make gdklauncher quit after fully loading and rendering
434 a page. This allows automatic testing via e.g. valgrind.
436 * GdkLauncher/gdklauncher.bkl:
437 * GdkLauncher/main.cpp:
438 (LauncherFrameGdk::LauncherFrameGdk):
439 (LauncherFrameGdk::setExitAfterLoading):
440 (LauncherFrameGdk::handledOnloadEvents):
444 2006-10-06 David Smith <catfish.man@gmail.com>
448 Bug 9665: [Drosera] Conditional breakpoints. http://bugs.webkit.org/show_bug.cgi?id=9665
450 * Drosera/Drosera.xcodeproj/project.pbxproj: Added new files
451 * Drosera/breakpointEditor.css: Added.
452 * Drosera/breakpointEditor.html: Added.
453 * Drosera/breakpointEditor.js: Added.
454 * Drosera/debugger.js: Added conditional breakpoint support, and the ability to open the breakpoint editor window on option-clicking a breakpoint.
456 2006-10-06 Nikolas Zimmermann <zimmermann@kde.org>
460 Fix Qt/Linux build by adapting the s/ScrollBar/Scrollbar/ changes.
462 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
463 (WebCore::DumpRenderTree::DumpRenderTree):
465 2006-10-05 Oliver Hunt <ohunt@apple.com>
469 * Scripts/run-webkit-tests:
472 2006-10-04 Anders Carlsson <acarlsson@apple.com>
476 * Scripts/run-webkit-tests:
477 Add an environment variable, WebKitExpectedTestResultsDirectory, which controls where expected test
480 2006-10-05 Nikolas Zimmermann <zimmermann@kde.org>
482 Reviewed and landed by ap.
484 Cmake: make it possible to install the libraries after having built using 'build-webkit'.
485 Just set the "WebKitInstallationPrefix" environment variable to your desired prefix.
487 * Scripts/webkitdirs.pm:
489 2006-10-04 Mark Rowe <bdash@webkit.org>
491 Reviewed by Stephanie.
493 Switch the Qt buildbot to the standard set of build steps.
494 Have JavaScriptCoreTest check the output of run-javascriptcore-tests to
495 see if any regressions were spotted, and fail the test if so.
497 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py:
498 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py:
499 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py:
501 2006-10-04 Timothy Hatcher <timothy@apple.com>
503 Reviewed by Mitz Pettel!
505 Bug 10708: [Drosera] Make the console input plaintext-only
506 http://bugs.webkit.org/show_bug.cgi?id=10708
508 Change the console input -webkit-user-modify property to
509 read-write-plaintext-only.
511 * Drosera/console.css:
513 2006-10-04 David Smith <catfish.man@gmail.com>
517 Bug 10473: [Drosera] Overlapping text in JavaScript Console
518 http://bugs.webkit.org/show_bug.cgi?id=10473
520 Using min-height instead of height to avoid overlapping text.
522 * Drosera/console.css:
524 2006-10-04 David Smith <catfish.man@gmail.com>
528 Added a bash-style command history.
530 * Drosera/console.js:
532 2006-10-03 Anders Carlsson <acarlsson@apple.com>
534 Reviewed by Adam and Brady.
536 * DumpRenderTree/DumpRenderTree.m:
538 Update URL to Ahem.ttf
540 2006-10-03 Darin Adler <darin@apple.com>
542 * Scripts/commit-log-editor: Added missing "close" call. Oops!
544 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
546 Reviewed by eseidel. Landed by eseidel.
548 Offer a way for BuildBot to not colorize the cmake output, when building
549 with the 'build-webkit' script. Add "--color" / "--no-color" option pair.
551 Default is colorize output, though only Qt platform handles this for now.
553 * Scripts/build-dumprendertree:
554 * Scripts/build-webkit:
555 * Scripts/webkitdirs.pm:
557 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
559 Reviewed by eseidel. Landed by eseidel.
561 Make all important scripts work with Qt/Linux.
563 You can safely use this now:
564 set-configuration-release --debug && build-webkit && run-javascriptcore-tests && run-webkit-tests
566 * Scripts/build-dumprendertree:
567 * Scripts/run-javascriptcore-tests:
568 * Scripts/run-webkit-tests:
569 * Scripts/webkitdirs.pm:
571 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
575 build-webkit tweak: Use WebKitBuild/$config as output dir (Release/Debug).
577 * Scripts/webkitdirs.pm:
579 2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
581 Reviewed/landed by Adam.
583 Proper build-webkit support for Qt/Linux.
585 Compilation process is similar to OSX now, aka.
586 the build directory is RootCheckoutDir/WebKitBuild now.
588 * Scripts/build-webkit: Recognize Qt.
589 * Scripts/webkitdirs.pm: Add buildCMakeProject() logic.
591 2006-10-01 Mark Rowe <opendarwin.org@bdash.net.nz>
595 Add QT build slave to Buildbot.
597 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Add QT build slave, fix existing errors.
598 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Add QT build factory.
599 * 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.
600 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Add CMake build step.
602 2006-09-28 David Harrison <harrison@apple.com>
606 Moved an extern declaration from inside a method to the top of the file.
608 * DumpRenderTree/EventSendingController.m:
609 (-[EventSendingController clearKillRing]):
611 2006-09-28 David Harrison <harrison@apple.com>
615 Add clearKillRing so we can test emacs support with empty kill ring.
617 * DumpRenderTree/EventSendingController.m:
618 (+[EventSendingController isSelectorExcludedFromWebScript:]):
619 (+[EventSendingController webScriptNameForSelector:]):
620 (-[EventSendingController clearKillRing]):
622 2006-09-27 MorganL <morganl.webkit@yahoo.com>
624 Reviewed by Maciej, landed by Brady
626 Fix URL bar updating.
628 * Spinneret/Spinneret/Spinneret.h:
629 (SpinneretWebHost::didStartProvisionalLoadForFrame):
630 (SpinneretWebHost::didCommitLoadForFrame):
631 (SpinneretWebHost::didFinishLoadForFrame):
633 2006-09-23 Sam Weinig <sam.weinig@gmail.com>
639 * DumpRenderTree/EventSendingController.m:
640 (-[EventSendingController enableDOMUIEventLogging:]):
642 2006-09-22 Justin Garcia <justin.garcia@apple.com>
646 * Scripts/do-webcore-rename:
648 2006-09-21 Timothy Hatcher <timothy@apple.com>
652 Bug 10923: Frame scroll layout test failures on the buildbot
653 http://bugs.webkit.org/show_bug.cgi?id=10923
655 Added a new method that will toggle on the recursive dump of
656 child frame scroll positions.
658 * DumpRenderTree/DumpRenderTree.m:
659 (dumpFrameScrollPosition):
660 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
661 (-[LayoutTestController dumpChildFrameScrollPositions]):
663 2006-09-19 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
665 Reviewed by eseidel. Landed by eseidel.
667 Detect that close button was pressed and exit cleanly.
669 * GdkLauncher/main.cpp:
673 2006-09-17 Adam Roben <aroben@apple.com>
675 Reviewed by hyatt, sfalken.
677 Get DumpRenderTree compiling and limping along on Windows.
679 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
680 (loadResourceIntoArray): Added this function that WebCore::ImageWin needs from WebKit
681 (main): Add NULL argument to Page constructor.
682 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Remove incorrect "wininet.dll" argument to CC, fix JavaScriptCore.lib path, add *_SECURE_NO_DEPRECATE #defines
683 * Scripts/webkitdirs.pm: Fix JavaScriptCore.lib path
685 2006-09-15 Mark Rowe <opendarwin.org@bdash.net.nz>
689 http://bugs.webkit.org/show_bug.cgi?id=10635
690 Bug 10635: Buildbot configuration in SVN is out of sync with build.webkit.org
692 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Reorder build slaves within build factories in an attempt to spread the load evenly.
693 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Return to sending status emails to <svnuser>@opensource.apple.com addresses.
694 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Update configuration to match changes in Buildbot. Always do clean SVG builds.
696 2006-09-09 Sam Weinig <sam.weinig@gmail.com>
700 Patch for http://bugs.webkit.org/show_bug.cgi?id=10791
701 Even More Objective-C DOM auto-generation cleanup
703 - Change to use new, more Objectice-C'ish version of
704 DOMKeyboardEvent's initKeyboardEvent. Fixes an error with
705 regression test for fast/events/dblclick-addEventListener.html.
707 * DumpRenderTree/EventSendingController.m:
708 (-[EventSendingController fireKeyboardEventsToElement:]):
710 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
714 Fixes last part of: http://bugs.webkit.org/show_bug.cgi?id=10644
715 Move QtLauncher down to WebKitQt.
717 * QtLauncher/CMakeLists.txt: Removed.
718 * QtLauncher/main.cpp: Removed.
720 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
724 Fixes parts of: http://bugs.webkit.org/show_bug.cgi?id=10644
725 Adjust DumpRenderTree to the FrameQtClient changes.
727 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
728 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
729 (WebCore::DumpRenderTree::DumpRenderTree):
730 (WebCore::DumpRenderTree::~DumpRenderTree):
731 (WebCore::DumpRenderTree::frame):
732 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h:
733 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.cpp: Added.
734 (WebCore::DumpRenderTreeClient::DumpRenderTreeClient):
735 (WebCore::DumpRenderTreeClient::~DumpRenderTreeClient):
736 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.h: Added.
738 2006-09-03 Darin Adler <darin@apple.com>
740 * Scripts/do-webcore-rename: More renaming plans.
742 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
746 http://bugs.webkit.org/show_bug.cgi?id=10693
747 Convert JavaScript arrays to AppleScript lists
749 * DumpRenderTree/AppleScriptController.m:
750 (convertAEDescToObject):
751 (-[AppleScriptController doJavaScript:]): Support printing AEDescLists.
753 2006-08-31 Darin Adler <darin@apple.com>
755 * Scripts/do-webcore-rename: Prepare for another round of renaming.
757 2006-08-29 Dan Waylonis <waylonis@google.com>
761 - Verification of exceptions thrown in a plugin. Test for bug 10114.
762 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
763 * DumpRenderTree/ObjCPlugin.m:
764 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
765 (+[ObjCPlugin webScriptNameForSelector:]):
766 (-[ObjCPlugin throwIfArgumentIsNotHello:]):
768 2006-08-30 Nikolas Zimmermann <zimmermann@kde.org>
772 Commit KDE related tweaks, to be able to
773 differentiate between a Qt-only or a KDE build.
775 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Add ksvg2/ includes.
776 * QtLauncher/CMakeLists.txt: Add ksvg2/ includes.
778 2006-08-29 Darin Adler <darin@apple.com>
780 Reviewed by Tim Hatcher.
782 * Scripts/gdb-safari: Set DYLD_FRAMEWORK_PATH inside gdb instead of setting it in gdb's environment
783 to work around what seems to be a bug in some versions of gdb.
785 2006-08-16 Tim Omernick <timo@apple.com>
787 Reviewed by John Sullivan.
789 Part of <rdar://problem/4481553> NetscapeMoviePlugIn example code scripting doesn't work in Firefox (4319)
790 <http://bugs.webkit.org/show_bug.cgi?id=4319>: NetscapeMoviePlugIn example code scripting doesn't work
793 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
795 WebKit's NPP_GetValue() reference counting behavior has been changed to match Firefox. NPObject return values
796 are expected to be retained by the plug-in, and released by the caller.
798 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org>
800 Reviewed by Tim Hatcher.
802 Fixes one chunk of: http://bugs.webkit.org/show_bug.cgi?id=10604
804 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
805 (WebCore::DumpRenderTree::checkLoaded): Faster polling for isLoaded() in
808 * Scripts/run-webkit-tests:
809 Use -expected-qt.txt etc.. output in run-webkit-test if isQt().
811 2006-08-28 Darin Adler <darin@apple.com>
813 Reviewed by Tim Hatcher.
815 * Scripts/build-drosera: Fix behavior when there are multiple options.
817 2006-08-27 Timothy Hatcher <timothy@apple.com>
821 Drosera will be built when you type make.
823 * Drosera/Makefile: Added.
825 * Makefile.shared: Added.
827 2006-08-27 Anders Carlsson <acarlsson@apple.com>
831 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
832 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
833 (WebCore::DumpRenderTree::DumpRenderTree):
834 (WebCore::DumpRenderTree::~DumpRenderTree):
835 (WebCore::DumpRenderTree::open):
836 (WebCore::DumpRenderTree::readStdin):
837 (WebCore::DumpRenderTree::checkLoaded):
838 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
839 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
842 2006-08-27 Nikolas Zimmermann <zimmermann@kde.org>
844 Reviewed by Eric, landed by Anders.
846 Add DumpRenderTree support for Qt/Linux.
848 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
849 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
850 (WebCore::DumpRenderTree::DumpRenderTree):
851 (WebCore::DumpRenderTree::~DumpRenderTree):
852 (WebCore::DumpRenderTree::open):
853 (WebCore::DumpRenderTree::readStdin):
854 (WebCore::DumpRenderTree::checkLoaded):
855 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
856 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
858 * Scripts/build-dumprendertree:
859 * Scripts/run-webkit-tests:
860 * Scripts/webkitdirs.pm:
862 2006-08-24 Nikolas Zimmermann <zimmermann@kde.org>
864 Reviewed by Eric. Landed by rwlbuis.
866 Add QtLauncher (was testunity before), which provides a
867 standalone "browser" to test the Qt platform stuff.
869 * QtLauncher/CMakeLists.txt: Added.
870 * QtLauncher/main.cpp: Added.
873 2006-08-22 Trey Matteson <trey@usa.net>
877 Added support for a new set of browser navigation tests. The main feature
878 is the ability for a test to queue up a set of future actions that will
879 happen after that first page is loaded. This is used to simulate a sequence
880 of user actions such as filling out forms, loading additional pages or
881 going back. In addition we can now dump out the state of the back/forward
882 list, and the scroll position is dumped if not at 0,0.
884 * DumpRenderTree/DumpRenderTree.m:
885 (main): Init new state
886 (compareHistoryItems): New utility to support sorting.
887 (dumpHistoryItem): Write out a WebHistoryItem and kids.
888 (dumpFrameScrollPosition): Write out the scroll position.
889 (dump): Optionally write b/f list or scroll position.
890 (-[WaitUntilDoneDelegate processWork:]): Perform queued work.
891 (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]):
892 Kick off any queued actions. Fixed for the case of loads started in
893 a subframe instead of the root frame.
894 (-[WaitUntilDoneDelegate webView:didStartProvisionalLoadForFrame:]):
895 Grab the topmost frame that is being loaded. Do this as early as possible,
896 instead of in didCommitLoadForFrame.
897 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
898 Noting a load has started now happens in previous method.
899 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Boilerplate
900 (+[LayoutTestController webScriptNameForSelector:]): Boilerplate
901 (-[LayoutTestController notifyDone]): readyToDump var is subsumed by
903 (-[LayoutTestController dumpBackForwardList]): New impl, just set a bit.
904 (-[LayoutTestController _addWorkForTarget:selector:arg1:arg2:]):
905 Add new work to the queue.
906 (-[LayoutTestController _doLoad:target:]): Do a queued load.
907 (-[LayoutTestController _doBackOrForwardNav:]): Do a queued back/forward.
908 (-[LayoutTestController scheduleBackNav:]): Ways for scripts to queue actions
909 (-[LayoutTestController scheduleForwardNav:]):
910 (-[LayoutTestController scheduleReload]):
911 (-[LayoutTestController scheduleScript:]):
912 (-[LayoutTestController scheduleLoad:target:]):
913 (runTest): Clear new state for each test. Renamed from "dumpRenderTree"
914 since it's not one of the functions that does any dumping.
916 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
920 - added a function to create a few DOMKeyboardEvents and dispatch
921 them to a specified HTML element
922 http://bugs.webkit.org/show_bug.cgi?id=9736
924 * DumpRenderTree/EventSendingController.m:
925 (+[EventSendingController isSelectorExcludedFromWebScript:]):
926 (+[EventSendingController webScriptNameForSelector:]):
927 (-[EventSendingController fireKeyboardEventsToElement:]):
929 2006-08-15 Duncan Wilcox <duncan@mclink.it>
931 Reviewed and tweaked by Darin.
933 - added DumpRenderTree support so editing delegate can be made to refuse edits
934 to enable tests for http://bugs.webkit.org/show_bug.cgi?id=10129
936 * DumpRenderTree/DumpRenderTree.m:
937 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Add setAcceptsEditing:
938 to the list of methods.
939 (+[LayoutTestController webScriptNameForSelector:]): Use the name setAcceptsEditing,
940 without the colon, for the JavaScript name.
941 (-[LayoutTestController setAcceptsEditing:]): Added. Calls through to the editing
943 (dumpRenderTree): Set the acceptsEditing flag to YES before each test.
945 * DumpRenderTree/EditingDelegate.h: Added an "acceptsEditing" flag and getter and
946 setter methods to the class.
947 * DumpRenderTree/EditingDelegate.m:
948 (-[EditingDelegate init]): Initialize acceptsEditing to YES.
949 (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]): Instead of always returning YES,
950 return the value of acceptsEditing.
951 (-[EditingDelegate webView:shouldEndEditingInDOMRange:]): Ditto.
952 (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]): Ditto.
953 (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]): Ditto.
954 (-[EditingDelegate webView:shouldDeleteDOMRange:]): Ditto.
955 (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]):
957 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): Ditto.
958 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): Ditto.
959 (-[EditingDelegate setAcceptsEditing:]): Added.
961 2006-08-03 Mark Rowe <opendarwin.org@bdash.net.nz>
965 Bug 10224: [Drosera] Drosera icon should be set on DroseraLauncher so it appears in nightly builds
966 http://bugs.webkit.org/show_bug.cgi?id=10224
968 * Drosera/Drosera.xcodeproj/project.pbxproj:
969 * Drosera/LauncherInfo.plist:
971 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
973 - fix ASSERTION FAILURE: draggingDocumentView == nil in -[WebViewPrivate dealloc]
974 when a test performs an unsuccessful drag and drop operation.
976 * DumpRenderTree/EventSendingController.m:
977 (-[EventSendingController mouseUp]): Added a call to -draggingExited: if the
978 drag operation for the mouse release is NSDragOperationNone.
980 2006-08-02 Timothy Hatcher <timothy@apple.com>
984 Bug 9632: [Drosera] syntax highlighting is slow (reproducible 40 second hang)
985 http://bugs.webkit.org/show_bug.cgi?id=9632
987 Do not change the file source when normalizing the line endings.
988 We use this file source to compare against new versions of the source
989 as it comes in, so we can skip re-syntax highlighting if they are the same.
990 The problem is apparent on yahoo.com since they have mixed line endings and
991 once we normalize them the source will always be different. This was
992 compounded by the fact that yahoo has around 40 inline scripts. Each
993 inline script causes us to check if the main document has more loaded,
994 that is when we compare the source strings. Since they are always different
995 we would syntax highlight yahoo.com 40 times! We do check source length before
996 doing a more expensive string comparison, but the lengths were the same.
998 * Drosera/debugger.js:
1000 2006-08-02 Niels Leenheer <niels.leenheer@gmail.com>
1002 Reviewed by Timothy.
1004 Bug 9931: [Drosera] Needs a cool icon
1005 http://bugs.webkit.org/show_bug.cgi?id=9931
1007 * Drosera/Drosera.icns: Added.
1008 * Drosera/Drosera.xcodeproj/project.pbxproj:
1009 * Drosera/Info.plist:
1011 2006-08-01 Darin Adler <darin@apple.com>
1013 - fix a bug in my recent change where the mouse position at the end of
1014 the last test would affect the results of the next test
1016 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): Set lastMousePosition to 0.
1018 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1022 http://bugs.webkit.org/show_bug.cgi?id=10182
1023 Bug 10182: [Drosera] Evaluating expressions in Console is slow when current frame has many variables
1025 * Drosera/console.js: String.indexOf returns -1 when the string is not found.
1026 Correct the logic to not reload local variable list unless an '=' character is in the expression.
1028 2006-07-31 Darin Adler <darin@apple.com>
1032 - fix http://bugs.webkit.org/show_bug.cgi?id=10171
1033 REGRESSION: failing layout test: fast/events/objc-event-api.html
1035 * DumpRenderTree/DumpRenderTree.m:
1036 (main): Add pose so we can implement +[NSEvent mouseLocation]. Put the window at a predictable
1037 location in flipped coordinates, since those are the coordinates that we use.
1038 (+[DumpRenderTreeEvent mouseLocation]): Implement this, since it's used for mouse event handling
1041 * DumpRenderTree/EventSendingController.m:
1042 (+[EventSendingController initialize]): Removed unused webkitDomEventProperties array.
1043 (-[EventSendingController init]): Removed, since the whole thing was a no-op.
1044 (-[EventSendingController mouseMoveToX:Y:]): Convert the x,y pair to window coordinates. The old code
1045 probably worked OK, but this is needed to be correct.
1046 (-[EventSendingController handleEvent:]): Put clientX/Y before screenX/Y and removed the flipping
1047 code from screenY. We didn't really need to flip screenY -- what was actually happening was that the
1048 position that DumpRenderTree chose was in non-flipped coordinates, and with that fixed we can just
1049 dump the screenY as-is.
1051 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1055 http://bugs.webkit.org/show_bug.cgi?id=10178
1056 Bug 10178: [Drosera] Selecting a frame in the stack list should take you to that location in the source
1058 * Drosera/debugger.js: Keep a stack that contains the source file and line number references for outer
1059 frames. Use this stack to determine which file and line to highlight when a stack frame is selected.
1061 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1065 http://bugs.webkit.org/show_bug.cgi?id=10175
1066 Bug 10175: [Drosera] Anonymous functions show up as "(global scope)" in stack list
1068 * Drosera/DebuggerDocument.m:
1069 (-[WebScriptObject currentFunctionStack]): If the frame has a caller it isn't the global scope.
1071 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1075 http://bugs.webkit.org/show_bug.cgi?id=10167
1076 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
1078 * DumpRenderTree/EventSendingController.m: Don't set the mouse down flag
1081 2006-07-30 Mark Rowe <opendarwin.org@bdash.net.nz>
1085 Bug 9686: [Drosera] Need the ability to break into Drosera on Javascript exceptions
1086 http://bugs.webkit.org/show_bug.cgi?id=9686
1088 * Drosera/DebuggerDocument.m:
1089 (-[WebScriptObject switchToServerNamed:]): Remove as listener before resuming to
1090 ensure that the server does not try and notify us of events related to the resumption.
1091 (-[WebScriptObject webView:exceptionWasRaised:sourceId:line:forWebFrame:]): Delegate
1092 call through to JavaScript.
1093 * Drosera/debugger.js: Pause debugger when exception is raised.
1095 2006-07-29 Mike Emmel <mike.emmel@gmail.com>
1099 - fixes for Linux build
1101 * GdkLauncher/mk: Added call to bakefile_gen before calling make.
1102 * GdkLauncher/gdklauncher.bkl: Tweak comment.
1104 2006-07-24 Dan Waylonis <waylonis@google.com>
1106 Reviewed and tweaked a bit by Darin.
1108 * DumpRenderTree/ObjCPlugin.m:
1109 (+[ObjCPlugin isSelectorExcludedFromWebScript:]): Added "echo:".
1110 (+[ObjCPlugin webScriptNameForSelector:]): Use the name "echo" for
1111 "echo:" so it's nice to call from JavaScript.
1112 (-[ObjCPlugin echo:]): Just returns the same object -- can be used
1113 to test a round trip through Objective-C types.
1115 2006-07-24 Alexey Proskuryakov <ap@nypop.com>
1119 Fix http://bugs.webkit.org/show_bug.cgi?id=10060
1120 Improve iExploder results parsing
1122 * Scripts/run-iexploder-tests: Fix Apach logs parsing to produce a correct results
1123 in random mode, too.
1125 2006-07-18 David Kilzer <ddkilzer@kilzer.net>
1127 Reviewed by Timothy.
1129 - fix http://bugs.webkit.org/show_bug.cgi?id=9964
1130 Add switch to prepare-ChangeLog to skip svn update of ChangeLog files
1132 * Scripts/prepare-ChangeLog: Added --[no-]update switch.
1134 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
1138 * BuildSlaveSupport/build.webkit.org-config/buildbot.css:
1139 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
1141 Removed "Property changes" that snuck in as part of the "apply patch" process.
1143 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
1147 - fix http://bugs.webkit.org/show_bug.cgi?id=9875
1148 Teach svn-apply and svn-unapply to use patch(1) for additions and deletions
1150 * Scripts/svn-apply:
1151 (addDirectoriesIfNeeded): Don't try to add a directory that's already in svn.
1153 (patch): Use patch(1) for non-binary additions and deletions.
1154 * Scripts/svn-unapply:
1156 (patch): Use patch(1) for reverting non-binary additions and deletions.
1157 (revertDirectories): Don't try to revert a directory that hasn't changed in svn.
1159 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
1161 Reviewed by Timothy.
1163 Bug 9889: [Drosera] Stepping out when paused after last statement in function skips a frame
1164 http://bugs.webkit.org/show_bug.cgi?id=9889
1166 * Drosera/debugger.js: Track whether we paused during the execution of willLeaveFrame. If
1167 so, have stepOut pause on the next call to willExecuteStatement rather than second.
1169 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
1173 - fix http://bugs.webkit.org/show_bug.cgi?id=9848
1174 Teach svn-create-patch and friends to fix ChangeLog patches
1176 * Scripts/svn-apply: Added fixChangeLogPatch() and invoked it in the proper place.
1177 * Scripts/svn-create-patch: Ditto.
1178 * Scripts/svn-unapply: Ditto.
1180 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
1184 Bug 9869: [Drosera] JS Console fails to evaluate input when paused in global scope
1185 http://bugs.webkit.org/show_bug.cgi?id=9869
1187 * Drosera/DebuggerDocument.m:
1188 (-[WebScriptObject currentFunctionStack]): Include the global frame in the stack.
1190 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
1194 Bug 9863: Drosera needs to show something at launch
1195 http://bugs.webkit.org/show_bug.cgi?id=9863
1197 * Drosera/DebuggerApplication.m:
1198 (-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
1200 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
1202 Reviewed by Timothy.
1204 Lets Drosera build universal for the nightlies. Right now it is not
1205 possible to build a universal binary on a PPC machine because of a
1206 conflict with the universal SDK.
1208 * BuildSlaveSupport/build-launcher-app:
1209 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1211 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1215 - test for http://bugs.webkit.org/show_bug.cgi?id=7808
1216 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
1218 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1219 (pluginInvoke): treat getURL() with one parameter as if the second parameter were NULL -
1220 should open a new stream and deliver the data to the current instance.
1222 2006-07-11 Timothy Hatcher <timothy@apple.com>
1226 Bug 9598: [Drosera] add a JavaScript evaluator console
1227 http://bugs.webkit.org/show_bug.cgi?id=9598
1229 * Drosera/DebuggerApplication.h:
1230 * Drosera/DebuggerApplication.m:
1231 (-[DebuggerApplication knownServers]):
1232 * Drosera/DebuggerDocument.h:
1233 * Drosera/DebuggerDocument.m:
1234 (-[WebScriptObject evaluateScript:inCallFrame:]):
1235 (-[WebScriptObject showConsole:]):
1236 (-[WebScriptObject toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1237 (-[WebScriptObject toolbarDefaultItemIdentifiers:]):
1238 (-[WebScriptObject toolbarAllowedItemIdentifiers:]):
1239 (-[WebScriptObject webView:createWebViewWithRequest:]):
1240 (-[WebScriptObject webViewShow:]):
1241 (-[WebScriptObject webViewAreToolbarsVisible:]):
1242 (-[WebScriptObject webView:setToolbarsVisible:]):
1243 (-[WebScriptObject webView:setResizable:]):
1244 (-[WebScriptObject webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:]):
1245 (-[WebScriptObject scriptConfirmSheetDidEnd:returnCode:contextInfo:]):
1246 (-[WebScriptObject webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:]):
1247 (-[WebScriptObject webView:windowScriptObjectAvailable:]):
1248 (-[WebScriptObject webView:didFinishLoadForFrame:]):
1249 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
1250 * Drosera/Drosera.xcodeproj/project.pbxproj:
1251 * Drosera/Images/console.png: Added.
1252 * Drosera/console.css: Added.
1253 * Drosera/console.html: Added.
1254 * Drosera/console.js: Added.
1256 2006-07-11 Timothy Hatcher <timothy@apple.com>
1258 Reviewed by a tired Geoff.
1260 Bug 9597: [Drosera] hook up the variables table to show stack variables
1261 http://bugs.webkit.org/show_bug.cgi?id=9597
1263 * Drosera/DebuggerDocument.m:
1264 (-[WebScriptObject isSelectorExcludedFromWebScript:]):
1265 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
1266 (-[WebScriptObject localScopeVariableNamesForCallFrame:]):
1267 (-[WebScriptObject valueForScopeVariableNamed:inCallFrame:]):
1268 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
1269 (-[WebScriptObject webView:didLoadMainResourceForDataSource:]):
1270 (-[WebScriptObject webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
1271 (-[WebScriptObject webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1272 (-[WebScriptObject webView:willExecuteStatement:sourceId:line:forWebFrame:]):
1273 (-[WebScriptObject webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1274 * Drosera/debugger.css:
1275 * Drosera/debugger.html:
1276 * Drosera/debugger.js:
1278 2006-07-10 Tim Omernick <timo@apple.com>
1280 Reviewed by Beth Dakin.
1282 <http://bugs.webkit.org/show_bug.cgi?id=9844>:
1283 Add DOM access test to DumpRenderTree's Netscape plug-in
1285 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1289 2006-07-10 Mark Rowe <opendarwin.org@bdash.net.nz>
1293 - http://bugs.webkit.org/show_bug.cgi?id=9839
1294 Bug 9839: Nightly launcher fails to detect extensions when extension causes crash on load
1296 Now track three states: initializing, running, and closed. If we are launched and the previous
1297 state was initializing then we likely just experienced a crash on launch.
1299 * WebKitLauncher/WebKitNightlyEnabler.m:
1300 (myApplicationWillFinishLaunching): Improve wording of dialog. Update to set new running state.
1301 (myApplicationWillTerminate): Update to use new states.
1302 (cleanUpAfterOurselves): Display alert if previous state was initializing. Set state as
1303 initializing as early as practical.
1304 (symbol_lookup): Bring code up to speed with formatting guidelines.
1305 (GDSymbolLookup): Ditto.
1307 2006-07-10 Darin Adler <darin@apple.com>
1309 - try to fix Windows build
1311 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
1312 Remove include paths with "khtml" in them. Add one for "html" subdir or WebCore.
1314 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1316 Build fix. Reviewed by NOBODY.
1318 - Backed out http://bugs.webkit.org/show_bug.cgi?id=7802
1319 devenv.com not available in VC++ Express installations
1321 * Scripts/webkitdirs.pm: Backed out previous change.
1323 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1327 - http://bugs.webkit.org/show_bug.cgi?id=9693
1328 svn-apply should set ChangeLog date correctly when applying patches
1330 * Scripts/svn-apply: Set the ChangeLog entry date using a configurable timezone
1331 before applying the patch.
1332 * Scripts/svn-unapply: Reset the ChangeLog entry date before unapplying the patch.
1334 2006-07-09 Darin Adler <darin@apple.com>
1336 * Scripts/do-webcore-rename: Final version of this round of renaming for posterity.
1338 2006-07-09 Darin Adler <darin@apple.com>
1340 * Scripts/do-webcore-rename: Next round of renaming. (Last round was done.)
1342 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1344 Reviewed by NOBODY (build fix).
1346 - http://bugs.webkit.org/show_bug.cgi?id=7802
1347 devenv.com not available in VC++ Express installations
1349 * Scripts/webkitdirs.pm: Restore Hyatt's original logic to make buildbot
1350 work again. Add VC++ Express check as the fallback.
1352 2006-07-09 Bjoern Graf <bjoern.graf@gmail.com>
1354 Reviewed by Timothy Hatcher.
1356 - http://bugs.webkit.org/show_bug.cgi?id=7802
1357 devenv.com not available in VC++ Express installations
1359 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
1361 2006-07-09 Joost de Valk <jdevalk@opendarwin.org>
1365 Fixes bug http://bugs.webkit.org/show_bug.cgi?id=9804 .
1366 Patch by coldwinter@katamail.com.
1368 In the congratulations message, "capatibilies" should be "capabilities".
1370 * Scripts/build-webkit:
1372 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1374 Reviewed by Timothy Hatcher.
1376 - http://bugs.webkit.org/show_bug.cgi?id=9794
1377 Teach run-webkit-tests how to ignore tests with performance improvements
1379 * Scripts/run-webkit-tests: Speed up test list generation, implement --ignore-tests
1380 feature, and minor clean up.
1382 2006-07-08 Darin Adler <darin@apple.com>
1384 Reviewed by Geoff (well, half of it at least).
1386 - http://bugs.webkit.org/show_bug.cgi?id=9788
1387 storage leaks in Objective-C tests
1389 * DumpRenderTree/DumpRenderTree.m: (-[LayoutTestController keepWebHistory]):
1390 * DumpRenderTree/ObjCPlugin.m: (-[ObjCPlugin removeBridgeRestrictions:]):
1391 Add a release to fix a storage leak.
1393 2006-07-08 Darin Adler <darin@apple.com>
1395 * Scripts/do-webcore-rename: A few more.
1397 2006-07-08 Darin Adler <darin@apple.com>
1399 * Scripts/do-webcore-rename: Another cut at renames. About ready to go (later today).
1401 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1405 http://bugs.webkit.org/show_bug.cgi?id=9734
1406 - add support for dumping non-HTML as text - in this case use textContent
1407 instead of innerText
1409 * DumpRenderTree/DumpRenderTree.m:
1412 2006-07-02 Timothy Hatcher <timothy@apple.com>
1416 Bug 9631: [Drosera] Add "Step Over" and "Step Out"
1417 http://bugs.webkit.org/show_bug.cgi?id=9631
1419 Adds step over and step out. Along with a little code cleanup
1420 that was minor enough to piggyback on this fix.
1422 * Drosera/DebuggerDocument.h:
1423 * Drosera/DebuggerDocument.m:
1424 (-[DebuggerDocument stepOver:]):
1425 (-[DebuggerDocument stepOut:]):
1426 (-[DebuggerDocument windowDidLoad]):
1427 (-[DebuggerDocument windowWillClose:]):
1428 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1429 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
1430 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
1431 (-[DebuggerDocument validateUserInterfaceItem:]):
1432 * Drosera/Drosera.xcodeproj/project.pbxproj:
1433 * Drosera/debugger.html:
1434 * Drosera/debugger.js:
1435 * Drosera/viewer.css:
1437 2006-07-02 Timothy Hatcher <timothy@apple.com>
1441 Bug 9628: [Drosera] Split Views acting oddly
1442 http://bugs.webkit.org/show_bug.cgi?id=9628
1444 Only update the last X or Y coordinate if the new
1445 size was not constrained. Also adds the resize cursor to
1446 the body during the drag incase there is a constrained
1447 over drag off of the resizer element.
1449 * Drosera/debugger.js:
1451 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1453 Reviewed by Alexy Proskuryakov.
1455 Bug 9692: Warning about Safari extensions on every launch is obnoxious
1456 http://bugs.webkit.org/show_bug.cgi?id=9692
1458 * WebKitLauncher/WebKitNightlyEnabler.m:
1459 (myApplicationWillTerminate): Note that we are exiting cleanly.
1460 (cleanUpAfterOurselves): Install bundle load tracking only if we failed
1461 to exit cleanly on our last invocation. This doesn't play nicely with
1462 multiple concurrent instances of WebKit.app so it can be disabled via
1463 defaults write com.apple.Safari WKNEShouldMonitorShutdowns -bool NO.
1465 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1467 Reviewed by Alexy Proskuryakov.
1469 Bug 9654: Refresh Loop when accessing feed URLs
1470 http://bugs.webkit.org/show_bug.cgi?id=9654
1472 * WebKitLauncher/Info.plist: Don't claim to handle feed:// URLs.
1474 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1476 Reviewed by Timothy Hatcher.
1478 Bug 9689: Nightly builds should warn a user about potential problems when using
1480 http://bugs.webkit.org/show_bug.cgi?id=9689
1482 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1483 * WebKitLauncher/WebKitNightlyEnabler.m:
1484 (myBundleDidLoad): Keep track of if any bundles that are loaded.
1485 (myApplicationWillFinishLaunching): Notify user if any bundles are loaded.
1486 (cleanUpAfterOurselves): Register for NSBundleDidLoadNotification and
1487 NSApplicationWillFinishLaunchingNotification notifications so that we can
1488 track bundle loads and notify the user at launch completion.
1490 2006-06-30 Mike Emmel <mike.emmel@gmail.com>
1494 - first check-in of a Gdk shell for testing WebKit
1496 * GdkLauncher: Added.
1498 2006-06-29 Timothy Hatcher <timothy@apple.com>
1502 Need to call window close so WebView tears-down completly.
1504 * DumpRenderTree/DumpRenderTree.m:
1505 (main): call [window close]
1507 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
1511 Bug 9615: Buildbot configuration should be in SVN repository
1512 http://bugs.webkit.org/show_bug.cgi?id=9615
1514 Import BuildBot configuration files as used by build.webkit.org.
1515 auth.py has been stubbed out so that slave passwords are not disclosed.
1517 * BuildSlaveSupport/build.webkit.org-config/Makefile: Added.
1518 * BuildSlaveSupport/build.webkit.org-config/buildbot.css: Added.
1519 * BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Added.
1520 * BuildSlaveSupport/build.webkit.org-config/master.cfg: Added.
1521 * BuildSlaveSupport/build.webkit.org-config/webkit/__init__.py: Added.
1522 * BuildSlaveSupport/build.webkit.org-config/webkit/auth.py: Added.
1523 * BuildSlaveSupport/build.webkit.org-config/webkit/basesteps.py: Added.
1524 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Added.
1525 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Added.
1526 * BuildSlaveSupport/build.webkit.org-config/webkit/schedulers.py: Added.
1527 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Added.
1528 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Added.
1530 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
1534 Bug 9614: Nightly builds should notify user if a newer build is available
1535 http://bugs.webkit.org/show_bug.cgi?id=9614
1537 * BuildSlaveSupport/build-launcher-app: Write revision number to WebKit.app's VERSION file.
1538 * BuildSlaveSupport/build-launcher-dmg: Pass revision number to server-side nightly maintenance
1539 script so it can keep track of the latest revision.
1540 * Scripts/run-webkit-tests: Pass build-dumprendertree's exit status through correctly.
1541 * WebKitLauncher/VERSION: Added. Placeholder for SVN revision number
1542 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1543 * WebKitLauncher/start.html: Retrieve revision number from VERSION file, and pass it through to
1544 the nightly start page.
1546 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
1550 Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to screenY output
1551 http://bugs.webkit.org/show_bug.cgi?id=9579
1553 Report screenY values as (height of zero screen - screenY)
1555 * DumpRenderTree/EventSendingController.m: (-[EventSendingController handleEvent:]):
1557 2006-06-25 Timothy Hatcher <timothy@apple.com>
1561 Bug 9591: [Drosera] breakpoints should be dragable and deletable by dragging off the gutter
1562 http://bugs.webkit.org/show_bug.cgi?id=9591
1564 Makes breakpoints dragable. If dragged off the gutter they are deleted.
1566 * Drosera/debugger.js:
1567 * Drosera/viewer.css:
1569 2006-06-25 Timothy Hatcher <timothy@apple.com>
1573 Bug 9568: assertion failure in Safari after quitting Drosera
1574 http://bugs.webkit.org/show_bug.cgi?id=9568
1576 Call switchToServerNamed:nil and not removeLister to make sure
1577 the server object is set to nil to prevent further removeListener calls.
1579 * Drosera/DebuggerDocument.m:
1580 (-[DebuggerDocument applicationTerminating:]):
1582 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1586 * Scripts/svn-apply: Speed up isDirectoryEmptyForRemoval() by returning as soon as we find
1587 that the directory is not empty instead of reading in every single file and directory first,
1588 then checking the count. Avoid warning in removeDirectoriesIfNeeded() if $svnOutput is not
1591 2006-06-25 Darin Adler <darin@apple.com>
1593 * Scripts/svn-apply: Tweak comments.
1594 * Scripts/svn-create-patch: Ditto.
1595 * Scripts/svn-unapply: Ditto.
1597 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1599 Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY.
1601 http://bugs.webkit.org/show_bug.cgi?id=9571#c2
1603 * Scripts/svn-apply: Formatting fix.
1605 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1609 http://bugs.webkit.org/show_bug.cgi?id=9571
1610 Teach svn-apply and svn-unapply to handle directory adds and removes better
1612 * Scripts/svn-apply: Handle directory adds more intelligently. Handle directory removes.
1613 * Scripts/svn-unapply: Handle undoing both directory adds and removes.
1615 2006-06-25 Timothy Hatcher <timothy@apple.com>
1619 Bug 9574: Drosera should show inline scripts within the original HTML
1620 http://bugs.webkit.org/show_bug.cgi?id=9574
1622 Refactor the JavaScript code to have a distinction between files
1623 and scripts. Show the script in the context of the HTML file if
1624 it's URL is the same as the frame's main resource. At the time of
1625 the disParseScript callback the main resource might not be completely
1626 loaded, but Drosera needs to show whatever we have at the time. Once
1627 the main resource is finished, update the file source and reload the file.
1629 * Drosera/DebuggerDocument.m:
1630 (-[DebuggerDocument pause]):
1631 (-[DebuggerDocument webView:didLoadMainResourceForDataSource:]):
1632 (-[DebuggerDocument webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
1633 (-[DebuggerDocument webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:]):
1634 * Drosera/debugger.css:
1635 * Drosera/debugger.js:
1637 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1641 http://bugs.webkit.org/show_bug.cgi?id=9570
1642 Teach prepare-ChangeLog to operate on a list of files or directories
1644 * Scripts/prepare-ChangeLog: Accept a list of files and/or directories when running.
1645 * Scripts/svn-create-patch: Code refactoring.
1647 2006-06-24 James G. Speth <speth@end.com>
1651 - http://bugs.webkit.org/show_bug.cgi?id=8843
1652 add a way to build Objective-C test cases in HTML
1654 Tests running in DumpRenderTree can choose to relax some restrictions of the JavaScript/Objective-C bridge
1655 allowing more extensive testing of the Obj-C API. (and by more extensive, I mean this lets scripts do
1656 pretty much whatever they want, including acting as delegates, generating events, instantiating obj-c
1659 * DumpRenderTree/ObjCPlugin.h:
1660 * DumpRenderTree/ObjCPlugin.m: this ability is only exposed to scripts running in DumpRenderTree
1661 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
1662 (+[ObjCPlugin webScriptNameForSelector:]):
1663 (-[ObjCPlugin removeBridgeRestrictions:]): scripts call this to open up obj-c for extensive testing
1664 (+[NSObject setAllowsScriptsFullAccess:]): makes NSObject allow all selectors to be invoked from script
1665 (+[NSObject allowsScriptsFullAccess]):
1666 (+[NSObject isSelectorExcludedFromWebScript:]): when full access is enabled, no selector is excluded
1667 (+[NSObject webScriptNameForSelector:]): always return nil for the default selector mutation
1668 (-[JSObjC classNameOfObject:isSelectorExcludedFromWebScript:]):
1669 (+[JSObjC webScriptNameForSelector:]):
1670 (-[JSObjC invokeDefaultMethodWithArguments:]): shortcut for accessing classes
1671 (-[JSObjC lookUpClass:]): allow scripts to retrieve obj-c classes by name
1672 (-[JSObjC log:]): access to NSLog function
1673 (-[JSObjC retainObject:]): useful obj-c functions that are otherwise hard to reach from javascript
1674 (-[JSObjC classOfObject:]):
1675 (-[JSObjC classNameOfObject:]):
1677 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1679 Reviewed by Timothy.
1681 * DrawTest/Info.plist: Added copyright statement.
1682 * Drosera/Info.plist: Ditto.
1683 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Ditto.
1684 * WebKitLauncher/Info.plist: Ditto.
1686 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1688 Build fix. Reviewed by NOBODY.
1690 - Backed out http://bugs.webkit.org/show_bug.cgi?id=7802
1691 devenv.com not available in VC++ Express installations
1693 * Scripts/webkitdirs.pm: Backed out previous change.
1695 2006-06-24 Bjoern Graf <bjoern.graf@gmail.com>
1699 - http://bugs.webkit.org/show_bug.cgi?id=7802
1700 devenv.com not available in VC++ Express installations
1702 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
1704 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
1708 - http://bugs.webkit.org/show_bug.cgi?id=9564
1709 A bunch of fixes to run-webkit-httpd
1711 - Add an -all-interfaces (-a) flag to bind to all interfaces, not just
1712 127.0.0.1. Useful for testing with WinIE running on another machine;
1713 - don't call checkFrameworks() - we do not need a built WebKit here;
1714 - changed tabs to spaces;
1715 - disable HTTP keepalive (since Apache doesn't spawn sub-processes in
1716 interactive mode, they were a hassle when testing with several browsers, as one
1717 had to wait for connection to expire);
1718 - remove httpd.pid when done, so that Apache doesn't complain next time.
1720 * Scripts/run-webkit-httpd:
1722 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
1724 Reviewed by ggaren, landed by ap.
1726 - http://bugs.webkit.org/show_bug.cgi?id=9181
1727 Complete DOMUIEvent Obj-C API to reflect UIEvent
1729 Add function to enable logging of all events of one DOM node to stdout.
1731 * DumpRenderTree/EventSendingController.h:
1732 * DumpRenderTree/EventSendingController.m:
1733 (+[EventSendingController initialize]):
1734 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1735 (+[EventSendingController webScriptNameForSelector:]):
1736 (-[EventSendingController enableDOMUIEventLogging:]):
1737 (-[EventSendingController handleEvent:]):
1739 2006-06-23 Kevin Decker <kdecker@apple.com>
1741 Reviewed by Tim Hatcher.
1743 - Made column headers in Drosera resizable.
1745 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1749 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1750 Another case error preventing build
1752 * Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
1754 2006-06-22 Timothy Hatcher <timothy@apple.com>
1758 Adds a native toolbar to Drosera to be a good citizen.
1759 Adds a Debug menu with key-commands for Continue, Pause and Step Into.
1760 Fixes a dragging bug from an earlier fix to the divider code.
1761 Fixes some poor indenting in debugger.js.
1763 * Drosera/DebuggerDocument.h:
1764 * Drosera/DebuggerDocument.m:
1765 (-[DebuggerDocument stepInto]):
1766 (-[DebuggerDocument pause:]):
1767 (-[DebuggerDocument resume:]):
1768 (-[DebuggerDocument stepInto:]):
1769 (-[DebuggerDocument windowDidLoad]):
1770 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1771 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
1772 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
1773 (-[DebuggerDocument validateUserInterfaceItem:]):
1774 * Drosera/English.lproj/MainMenu.nib/classes.nib:
1775 * Drosera/English.lproj/MainMenu.nib/info.nib:
1776 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
1777 * Drosera/debugger.css:
1778 * Drosera/debugger.html:
1779 * Drosera/debugger.js:
1780 * Drosera/viewer.html:
1782 2006-06-22 Kevin Decker <kdecker@apple.com>
1786 - Added pressed column header image.
1787 - Made column headers behave more like Xcode.
1789 2006-06-22 Timothy Hatcher <timothy@apple.com>
1791 Reviewed by Kevin Decker.
1793 Code clean up. Adds the stackframe and makes only the body
1794 of the tables scrollable keeping the header visible.
1795 Shows the current function stack when paused or stepping.
1797 * Drosera/DebuggerApplication.m:
1798 (-[DebuggerApplication awakeFromNib]):
1799 (-[DebuggerApplication numberOfRowsInTableView:]):
1800 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1801 * Drosera/DebuggerDocument.h:
1802 * Drosera/DebuggerDocument.m:
1803 (-[DebuggerDocument dealloc]):
1804 (-[DebuggerDocument currentFrame]):
1805 (-[DebuggerDocument currentFrameFunctionName]):
1806 (-[DebuggerDocument currentFunctionStack]):
1807 (-[DebuggerDocument log:]):
1808 (-[DebuggerDocument windowWillClose:]):
1809 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1810 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1811 * Drosera/Drosera.xcodeproj/project.pbxproj:
1812 * Drosera/debugger.css:
1813 * Drosera/debugger.html:
1814 * Drosera/debugger.js:
1816 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1820 Teach run-webkit-httpd to properly look for webkitdirs.pm.
1822 * Scripts/run-webkit-httpd:
1824 2006-06-22 Kevin Decker <kdecker@apple.com>
1826 Reviewed by Tim Hatcher.
1828 - More progress toward Javascript Debugger.
1829 - Added some new images to the project.
1831 2006-06-21 Alexey Proskuryakov <ap@nypop.com>
1835 - http://bugs.webkit.org/show_bug.cgi?id=9516
1836 Would like a script to run a httpd server with the same configuration as run-webkit-tests http
1838 * Scripts/run-webkit-httpd: Added.
1840 2006-06-20 Timothy Hatcher <timothy@apple.com>
1844 Builds Drosera and a launcher to include with the nightly.
1846 * BuildSlaveSupport/build-launcher-app:
1847 * BuildSlaveSupport/build-launcher-dmg:
1848 * Drosera/Drosera.xcodeproj/project.pbxproj:
1849 * Drosera/Info.plist:
1850 * Drosera/LauncherInfo.plist: Added.
1851 * Drosera/launcher.m: Added.
1852 (displayErrorAndQuit):
1853 (checkMacOSXVersion):
1856 * Scripts/build-drosera
1857 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1858 * WebKitLauncher/main.m:
1861 2006-06-20 Timothy Hatcher <timothy@apple.com>
1865 Adds a JavaScript debugger, called Drosera. Named after
1866 a genus of bug eating plants.
1868 * Drosera/DebuggerApplication.h: Added.
1869 * Drosera/DebuggerApplication.m: Added.
1870 (-[DebuggerApplication applicationDidFinishLaunching:]):
1871 (-[DebuggerApplication serverLoaded:]):
1872 (-[DebuggerApplication serverUnloaded:]):
1873 (-[DebuggerApplication awakeFromNib]):
1874 (-[DebuggerApplication showAttachPanel:]):
1875 (-[DebuggerApplication attach:]):
1876 (-[DebuggerApplication numberOfRowsInTableView:]):
1877 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1878 (-[DebuggerApplication tableView:willDisplayCell:forTableColumn:row:]):
1879 (-[DebuggerApplication tableViewSelectionDidChange:]):
1880 * Drosera/DebuggerDocument.h: Added.
1881 * Drosera/DebuggerDocument.m: Added.
1882 (+[WebScriptCallFrame isSelectorExcludedFromWebScript:]):
1883 (+[WebScriptCallFrame isKeyExcludedFromWebScript:]):
1884 (+[DebuggerDocument isSelectorExcludedFromWebScript:]):
1885 (+[DebuggerDocument isKeyExcludedFromWebScript:]):
1886 (-[DebuggerDocument initWithServerName:]):
1887 (-[DebuggerDocument windowWillClose:]):
1888 (-[DebuggerDocument dealloc]):
1889 (-[DebuggerDocument isPaused]):
1890 (-[DebuggerDocument pause]):
1891 (-[DebuggerDocument resume]):
1892 (-[DebuggerDocument step]):
1893 (-[DebuggerDocument windowNibName]):
1894 (-[DebuggerDocument windowDidLoad]):
1895 (-[DebuggerDocument switchToServerNamed:]):
1896 (-[DebuggerDocument applicationTerminating:]):
1897 (-[DebuggerDocument serverConnectionDidDie:]):
1898 (-[DebuggerDocument webView:windowScriptObjectAvailable:]):
1899 (-[DebuggerDocument webView:didFinishLoadForFrame:]):
1900 (-[DebuggerDocument webView:didParseSource:fromURL:sourceId:forWebFrame:]):
1901 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1902 (-[DebuggerDocument webView:willExecuteStatement:sourceId:line:forWebFrame:]):
1903 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1904 * Drosera/Drosera.pch: Added.
1905 * Drosera/Drosera.xcodeproj/project.pbxproj: Added.
1906 * Drosera/English.lproj/Debugger.nib/classes.nib: Added.
1907 * Drosera/English.lproj/Debugger.nib/info.nib: Added.
1908 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Added.
1909 * Drosera/English.lproj/MainMenu.nib/classes.nib: Added.
1910 * Drosera/English.lproj/MainMenu.nib/info.nib: Added.
1911 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
1912 * Drosera/Images/breakPoint.tif: Added.
1913 * Drosera/Images/breakPointDisabled.tif: Added.
1914 * Drosera/Images/continue.tif: Added.
1915 * Drosera/Images/finishFunction.tif: Added.
1916 * Drosera/Images/glossyFooterFill.tif: Added.
1917 * Drosera/Images/glossyHeader.png: Added.
1918 * Drosera/Images/gradientBackground.png: Added.
1919 * Drosera/Images/gutter.png: Added.
1920 * Drosera/Images/navLeftDisabled.png: Added.
1921 * Drosera/Images/navLeftNormal.png: Added.
1922 * Drosera/Images/navLeftPressed.png: Added.
1923 * Drosera/Images/navRightDisabled.png: Added.
1924 * Drosera/Images/navRightNormal.png: Added.
1925 * Drosera/Images/navRightPressed.png: Added.
1926 * Drosera/Images/pause.tif: Added.
1927 * Drosera/Images/popUpArrows.png: Added.
1928 * Drosera/Images/programCounter.tif: Added.
1929 * Drosera/Images/programCounterBreakPoint.tif: Added.
1930 * Drosera/Images/programCounterBreakPointDisabled.tif: Added.
1931 * Drosera/Images/run.tif: Added.
1932 * Drosera/Images/splitterBar.tif: Added.
1933 * Drosera/Images/splitterDimple.tif: Added.
1934 * Drosera/Images/step.tif: Added.
1935 * Drosera/Images/stepOver.tif: Added.
1936 * Drosera/Images/stop.tif: Added.
1937 * Drosera/Images/toolbarBackground.png: Added.
1938 * Drosera/Info.plist: Added.
1939 * Drosera/debugger.css: Added.
1940 * Drosera/debugger.html: Added.
1941 * Drosera/debugger.js: Added.
1942 * Drosera/main.m: Added.
1944 * Drosera/viewer.css: Added.
1945 * Drosera/viewer.html: Added.
1947 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1951 http://bugs.webkit.org/show_bug.cgi?id=9485
1952 Teach svn-apply and svn-unapply to use full path names
1954 * Scripts/svn-apply: Changed to use full path names. Cleaned up code.
1955 * Scripts/svn-unapply: Ditto.
1957 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1961 - http://bugs.webkit.org/show_bug.cgi?id=9150
1962 DumpRenderTree should be able to keep URL history during runs
1964 Test: LayoutTests/fast/history/clicked-link-is-visited.html
1966 * DumpRenderTree/DumpRenderTree.m: Add keepWebHistory function to layoutTestController
1967 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Updated for keepWebHistory.
1968 (-[LayoutTestController keepWebHistory]): Added. We only set optional shared history if
1969 it is currently nil since keepWebHistory() might be called more than once incidentally
1971 (dumpRenderTree): Set optional shared history in WebHistory to nil by default.
1972 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Xcode 2.3 clean up.
1974 2006-06-11 David Kilzer <ddkilzer@kilzer.net>
1978 http://bugs.webkit.org/show_bug.cgi?id=9395
1979 Make prepare-ChangeLog faster
1981 * Scripts/prepare-ChangeLog: Use "svn diff" instead of "svn stat" to find changed files,
1982 then save the diff output for reuse. Keep a status variable if changes are made to
1983 LayoutTests so "svn diff LayoutTests" doesn't have to be run to check for changes when
1984 WebCore is updated. Added -h|--help command-line switch and help message. Move test
1985 for no changed files closer to the beginning of the program.
1987 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
1989 Reviewed and landed by ap.
1991 - make DumpRenderTree build
1993 * DumpRenderTree/DumpRenderTree.m:
1994 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Changed _updateFocusState to _updateActiveState
1995 (-[WaitUntilDoneDelegate webViewFocus:]): Ditto.
1996 (-[LayoutTestController setWindowIsKey:]): Ditto.
1997 (-[LayoutTestController setMainFrameIsFirstResponder:]): Ditto.
1999 2006-06-09 David Kilzer <ddkilzer@kilzer.net>
2001 Reviewed by Darin, landed by Geoff.
2003 http://bugs.webkit.org/show_bug.cgi?id=9350
2004 Use pathcmp() when sorting paths in svn-create-patch
2006 * Scripts/run-webkit-tests: Fixed splitpath() to use File::Basename subroutines instead of regex.
2007 * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.
2008 Changed sort() functions to use pathcmp(). Added subroutine prototypes. Added -h command-line
2009 switch and printUsage() subroutine.
2011 2006-06-06 David Kilzer <ddkilzer@kilzer.net>
2015 http://bugs.webkit.org/show_bug.cgi?id=9322
2016 Teach svn-create-patch to sort its output
2018 * Scripts/svn-create-patch: Clean up perl code. Sort patch output alphabetically
2019 by text files first, then by binary files.
2021 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
2025 http://bugs.webkit.org/show_bug.cgi?id=9299
2026 Teach svn-create-patch and friends to work with binary files
2028 * Scripts/svn-apply: Updated to use base64-encoded text for binary files when applying patches.
2029 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
2030 * Scripts/svn-unapply: Updated to recognize binary files when unapplying patches.
2032 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
2036 http://bugs.webkit.org/show_bug.cgi?id=9296
2037 Performance improvement for svn-create-patch
2039 * Scripts/svn-create-patch: Undef $indexPath after all paths have been fixed for a given patch.
2041 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
2045 http://bugs.webkit.org/show_bug.cgi?id=9290
2046 Teach svn-apply and svn-unapply to patch ChangeLogs cleanly
2048 * Scripts/svn-apply: Fixed to apply ChangeLog patches without failing.
2049 * Scripts/svn-unapply: Ditto. Also simplified reversing a deletion.
2051 2006-06-03 Steve Falkenburg <sfalken@apple.com>
2055 Switch Spinneret to new hosting mechanism
2057 * Spinneret/Spinneret.sln:
2058 * Spinneret/Spinneret/Spinneret.cpp:
2059 (SpinneretWebHost::updateAddressBar):
2060 (SpinneretWebHost::QueryInterface):
2061 (SpinneretWebHost::AddRef):
2062 (SpinneretWebHost::Release):
2069 * Spinneret/Spinneret/Spinneret.h:
2070 (SpinneretWebHost::didStartProvisionalLoadForFrame):
2071 (SpinneretWebHost::didReceiveServerRedirectForProvisionalLoadForFrame):
2072 (SpinneretWebHost::didFailProvisionalLoadWithError):
2073 (SpinneretWebHost::didCommitLoadForFrame):
2074 (SpinneretWebHost::didReceiveTitle):
2075 (SpinneretWebHost::didReceiveIcon):
2076 (SpinneretWebHost::didFinishLoadForFrame):
2077 (SpinneretWebHost::didFailLoadWithError):
2078 (SpinneretWebHost::didChangeLocationWithinPageForFrame):
2079 (SpinneretWebHost::willPerformClientRedirectToURL):
2080 (SpinneretWebHost::didCancelClientRedirectForFrame):
2081 (SpinneretWebHost::willCloseFrame):
2082 (SpinneretWebHost::windowScriptObjectAvailable):
2083 * Spinneret/Spinneret/Spinneret.vcproj:
2085 2006-06-02 Steve Falkenburg <sfalken@apple.com>
2089 Updated build script
2091 * Scripts/build-webkit:
2093 2006-06-01 Anders Carlsson <acarlsson@apple.com>
2097 * DumpRenderTree/DumpRenderTree.m:
2098 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2099 (-[LayoutTestController clearBackForwardList]):
2100 Add clearBackForwardList function to layoutTestController
2102 2006-06-01 Anders Carlsson <acarlsson@apple.com>
2106 http://bugs.webkit.org/show_bug.cgi?id=8996
2107 slow-utf8-text layout test case failing (no longer deterministic?)
2109 * DumpRenderTree/DumpRenderTree.m:
2111 Dump as text when the response MIME type is text/plain
2113 2006-05-26 Steve Falkenburg <sfalken@apple.com>
2117 * Spinneret/Spinneret.sln:
2118 * Spinneret/Spinneret/Spinneret.vcproj:
2120 2006-05-24 Geoffrey Garen <ggaren@apple.com>
2124 Added 'GCController' to DRT to support garbage collection layout tests.
2126 GCController.collect() and GCController.collectOnAlternateThread() do
2127 what you would expect. The latter takes a boolean argument sepcifying
2128 whether to wait for garbage collection to finish before continuing to
2131 * DumpRenderTree/DumpRenderTree.m:
2132 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
2133 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2134 * DumpRenderTree/GCController.h: Added.
2135 * DumpRenderTree/GCController.mm: Added.
2136 (+[GCController isSelectorExcludedFromWebScript:]):
2137 (+[GCController webScriptNameForSelector:]):
2138 (-[GCController collect]):
2139 (-[GCController collectOnAlternateThread:]):
2141 2006-05-23 John Sullivan <sullivan@apple.com>
2145 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2146 Newer Xcode removed some obsolete cruft
2148 * DumpRenderTree/TextInputController.m:
2149 (-[TextInputController textInput]):
2150 added (id) cast to make newer compiler happy
2152 2006-05-22 Steve Falkenburg <sfalken@apple.com>
2158 * Spinneret/Spinneret.sln:
2160 2006-05-18 Darin Adler <darin@apple.com>
2162 - try to fix no-SVG, no-XPATH build, again
2164 * Scripts/build-webkit: Use FEATURE_DEFINES= instead of FEATURE_DEFINES=''.
2166 2006-05-18 Darin Adler <darin@apple.com>
2168 - try to fix no-SVG, no-XPATH build
2170 * Scripts/build-webkit: Pass FEATURE_DEFINES rather than GCC_PREPROCESSOR_DEFINITIONS,
2171 since the former is what's used in the WebCore project now.
2173 2006-05-17 Darin Adler <darin@apple.com>
2175 * Scripts/do-webcore-rename: Some more future renames.
2177 2006-05-16 Adele Peterson <adele@apple.com>
2181 * Scripts/do-webcore-rename: Added RenderTextField => RenderTextControl and
2182 HTMLTextFieldInnerElement => HTMLTextControlInnerElement to list for future renames.
2184 2006-05-15 Alexey Proskuryakov <ap@nypop.com>
2186 * Scripts/install-unix-extras: Changed to be executable and removed
2187 text in the file generated by "svn diff".
2188 * Scripts/regenerate-makefiles: Ditto.
2190 2006-05-13 Kevin M. Ollivier <kevino@theolliviers.com>
2192 Reviewed by Darin, landed by ap.
2194 - http://bugs.webkit.org/show_bug.cgi?id=8528
2195 Bakefiles (and generated Makefiles) for wx and gdk ports
2197 * Scripts/install-unix-extras: Added.
2198 * Scripts/regenerate-makefiles: Added.
2200 2006-05-10 Steve Falkenburg <sfalken@apple.com>
2204 Fix registry usage from perl script. Turns out libwin32's
2205 SetRegValueEx, even for REG_DWORD, always takes its value as a string!
2207 * Scripts/install-win-extras:
2209 2006-05-09 Steve Falkenburg <sfalken@apple.com>
2212 Add load ended callback.
2216 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Fix include paths
2217 * Scripts/build-webkit: Build WebKitWin instead of WebCore/JavaScriptCore (WebKitWin builds those indirectly).
2218 * Spinneret/Spinneret/Spinneret.cpp:
2219 (SpinneretWebHost::loadEnd): Add callback for loadEnd() to determine success/failure of page load.
2220 (_tWinMain): Load built-in test content here instead of in lower-level code.
2221 * Spinneret/Spinneret/Spinneret.h: Add loadEnd() callback.
2223 2006-05-08 Maciej Stachowiak <mjs@apple.com>
2227 * Scripts/extract-localizable-strings: Update for correct names of log macros.
2229 2006-05-09 Anders Carlsson <acarlsson@apple.com>
2233 * Scripts/check-dom-results:
2234 Add XPath to the list of results.
2236 2006-05-08 Darin Adler <darin@apple.com>
2238 * Scripts/do-webcore-rename: Add another rename.
2240 2006-05-01 Steve Falkenburg <sfalken@apple.com>
2244 Spinneret now links against the new separate lib.
2246 * Spinneret/Spinneret.sln:
2247 * Spinneret/Spinneret/Spinneret.cpp:
2248 (SpinneretWebHost::updateLocationBar):
2250 * Spinneret/Spinneret/Spinneret.h:
2251 * Spinneret/Spinneret/Spinneret.vcproj:
2252 * Spinneret/Spinneret/WebFrame.cpp: Removed.
2253 * Spinneret/Spinneret/WebFrame.h: Removed.
2254 * Spinneret/Spinneret/WebView.cpp: Removed.
2255 * Spinneret/Spinneret/WebView.h: Removed.
2257 2006-04-28 Steve Falkenburg <sfalken@apple.com>
2261 Modify error reporting registry keys to disable Dr. Watson.
2262 This allows Javascript test cases to complete without blocking UI.
2264 * Scripts/install-win-extras:
2265 - Use Perl Win32 registry functions to disable blocking UI
2268 2006-04-28 Steve Falkenburg <sfalken@apple.com>
2272 Turned off C++ exceptions, fixed memory leaks
2274 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2275 * Spinneret/Spinneret.sln:
2276 * Spinneret/Spinneret/Spinneret.cpp:
2278 * Spinneret/Spinneret/Spinneret.vcproj:
2279 * Spinneret/Spinneret/WebFrame.cpp:
2280 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
2281 (WebKit::WebFrame::WebFrame):
2282 (WebKit::WebFrame::~WebFrame):
2283 (WebKit::WebFrame::impl):
2284 * Spinneret/Spinneret/WebFrame.h:
2285 * Spinneret/Spinneret/WebView.cpp:
2286 * Spinneret/Spinneret/stdafx.h:
2288 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
2292 - http://bugs.webkit.org/show_bug.cgi?id=8633
2293 DumpRenderTree should reset the URL cache
2295 * DumpRenderTree/DumpRenderTree.m:
2296 (main): Call [[NSURLCache sharedURLCache] removeAllCachedResponses].
2298 2006-04-28 Eric Seidel <eseidel@apple.com>
2300 Reviewed by andersca.
2302 * Scripts/do-webcore-rename: rename KCanvasContainer too
2303 * Scripts/run-webkit-tests: output total time
2305 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
2307 Reviewed by hyatt. Landed by eseidel.
2309 - http://bugs.webkit.org/show_bug.cgi?id=8549
2310 Enable detection of excessive repainting with DumpRenderTree
2312 * DumpRenderTree/DumpRenderTree.m:
2313 (-[LayoutTestController display]):
2315 2006-04-23 Mitz Pettel <opendarwin.org@mitzpettel.com>
2319 - http://bugs.webkit.org/show_bug.cgi?id=6905
2320 DumpRenderTree needs a way to force painting (to allow invalidation tests)
2322 * DumpRenderTree/DumpRenderTree.m:
2323 (dump): If display() has been called during the test, grab the pixels from
2324 the view, after letting it repaint invalidated rects.
2325 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2326 (-[LayoutTestController display]): Added. Calls -display on the view
2327 and changes the subsequent behavior of dump().
2330 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
2334 - http://bugs.webkit.org/show_bug.cgi?id=8532
2335 Update iExploder to 1.3.2
2337 Test case numbers are not compatible with iExploder 1.2.
2339 * Scripts/run-iexploder-tests: Print the numbers of the last five tests that were accessed.
2341 * iExploder/CHANGELOG.txt: Added.
2342 * iExploder/LICENSE.txt: Changed to a standard zlib/png license.
2343 * iExploder/README.txt: Added some performance hints.
2345 * iExploder/htdocs/config.rb: Added.
2346 * iExploder/htdocs/cssproperties.in:
2347 * iExploder/htdocs/cssvalues.in:
2348 * iExploder/htdocs/htmlattrs.in:
2349 * iExploder/htdocs/htmltags.in:
2350 * iExploder/htdocs/iexploder.cgi:
2351 - Updated to support the latest HTML & CSS tags, properties, and values from both
2352 the WebKit and Mozilla CVS tree
2353 - cssproperties.in cleanup
2354 - Modularized the code a little bit.
2355 - Fix subtest bug that was causing last 5 tags to be missed
2356 - new subtest algorithm to deal better with larger tag counts
2357 - default HTML_MAX_TAGS increased from 32 to 96
2359 * iExploder/htdocs/index.html: Updated version to 1.3.2.
2360 * iExploder/htdocs/webserver.rb: Added. New standalone webserver, can be used as an
2361 alternative to our run-iexploder-tests.
2362 * iExploder/tools/showtest.rb: Added. Similar to run-iexploder-tests --get.
2363 * iExploder/htdocs/iexploder.rb: Added. Used by webserver.rb.
2364 * iExploder/tools/osx_last_crash.rb: Find logs modified in the last two days.
2366 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
2368 - commit Scripts/run-mangleme-tests (missed it the previous time).
2370 2006-04-18 Darin Adler <darin@apple.com>
2372 - attempt to fix Windows buildbot
2374 * Scripts/install-win-extras: Temporarily changed URLs to fr.rpmfind.net.
2375 We need a better long-term solution for this.
2377 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2381 - http://bugs.webkit.org/show_bug.cgi?id=8444
2382 Integrate mangleme test script.
2384 Works in a similar way to run-iexploder-tests.
2386 * Scripts/run-mangleme-tests: Added.
2388 * mangleme/Makefile: Added.
2389 * mangleme/README: Added.
2390 * mangleme/mangle.cgi.c: Added.
2391 * mangleme/remangle.cgi.c: Added.
2392 * mangleme/tags.h: Added.
2394 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2398 - http://bugs.webkit.org/show_bug.cgi?id=8443
2399 An easier way to save iExploder tests.
2401 * Scripts/run-iexploder-tests: Added a --get option to save a test into a file.
2403 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2407 - http://bugs.webkit.org/show_bug.cgi?id=8421
2408 Integrate iExploder test script.
2410 This script generates artificially mangled HTML documents, to test that the browser
2411 doesn't crash when handling ill-formed code.
2414 run-iexploder-tests Open an interactive test page in Safari+ToT.
2415 run-iexploder-tests nnnnn Open test #nnnnn.
2417 Command line options:
2418 --guard-malloc (-g) Use Guard Malloc.
2419 --port=nnnn Run Apache on port nnnn (default is 8000).
2421 To save a crashing test, you can use curl while the crash reporter dialog is on the screen
2422 (thus, Apache is still running), e.g.:
2423 curl -o iexploder293.html "http://127.0.0.1:8000/iexploder.cgi?lookup=1&test=293"
2425 Additionally, there are some useful scripts in WebKitTools/iExploder/tools directory.
2427 * Scripts/run-iexploder-tests: Added.
2429 * iExploder/LICENSE.txt: Added.
2430 * iExploder/README.txt: Added.
2431 * iExploder/htdocs: Added.
2432 * iExploder/htdocs/cssproperties.in: Added.
2433 * iExploder/htdocs/cssvalues.in: Added.
2434 * iExploder/htdocs/htmlattrs.in: Added.
2435 * iExploder/htdocs/htmltags.in: Added.
2436 * iExploder/htdocs/htmlvalues.in: Added.
2437 * iExploder/htdocs/iexploder.cgi: Added.
2438 * iExploder/htdocs/index.html: Added.
2439 * iExploder/tools: Added.
2440 * iExploder/tools/lasthit.rb: Added.
2441 * iExploder/tools/osx_last_crash.rb: Added.
2443 2006-04-16 Alexey Proskuryakov <ap@nypop.com>
2447 - fix http://bugs.webkit.org/show_bug.cgi?id=8412
2448 Restore color profile after a crash
2450 * DumpRenderTree/DumpRenderTree.m:
2451 (crashHandler): Added a handler for signals that are raised on a crash. Keeping separate
2452 from the existing handler for manual interruption (SIGINT/SIGHUP/SIGTERM), because
2453 I'm trying to find a way to prevent the Crash Reporter dialog from appearing on crash,
2454 and this code may change significantly.
2456 (main): Install crashHandler.
2458 (setDefaultColorProfileToRGB): Properly convert CFStringRef to a char buffer
2459 (CFStringGetCStringPtr should NEVER EVER be used!).
2461 2006-04-15 Darin Adler <darin@apple.com>
2465 * Scripts/install-win-extras: Try to fix the Windows build by fixing the URLs here.
2466 Seems xmlsoft.org's HTTP no longer has what we need.
2468 2006-04-13 Mark Rowe <opendarwin.org@bdash.net.nz>
2470 Rubber-stamped by Darin.
2472 - fix http://bugs.webkit.org/show_bug.cgi?id=8348
2473 upload-disk-image stage on buildslaves fail with "No space left on device"
2475 * BuildSlaveSupport/build-launcher-dmg: Use the -srcfolder option to
2476 'hdiutil create'. This creates the initial disk image based on the size of
2477 the source folder, and copies the contents to the new disk image. The file
2478 extension on the temporary uncompressed disk image has also been altered from
2479 ".uncompressed" to ".uncompressed.dmg" as hdiutil on 10.4.6 Intel fails when
2480 the extension is not ".dmg".
2482 2006-04-12 Eric Seidel <eseidel@apple.com>
2486 * Scripts/update-webkit: Make this return non-zero when svn fails.
2488 2006-04-10 Alexey Proskuryakov <ap@nypop.com>
2492 - fix http://bugs.webkit.org/show_bug.cgi?id=8157
2493 Make HTTP tests using Perl use .pl extension
2495 * Scripts/run-webkit-tests: Added support for running .pl and .php tests,
2496 removed support for .text. Reduced the number of places that explicitly list supported
2497 extensions. Some of the changes come from bug 8121, the patch for which got landed only
2500 2006-04-06 Darin Adler <darin@apple.com>
2502 Changes requested by Mark Rowe.
2504 * BuildSlaveSupport/build-launcher-app: Set executable bit, removed property change
2505 trash at the end of the file.
2506 * BuildSlaveSupport/build-launcher-dmg: Ditto.
2508 * WebKitLauncher/main.m: Removed trash at end of file.
2510 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Let Xcode update comments
2513 2006-04-06 Mark Rowe <opendarwin.org@bdash.net.nz>
2515 Reviewed by Darin, landed by Maciej.
2517 * BuildSlaveSupport/build-launcher-app: Added. Builds WebKit.app from WebKitLauncher
2518 and bundles the WebKit frameworks inside it.
2519 * BuildSlaveSupport/build-launcher-dmg: Added. Builds, and optionally uploads, a disk image
2520 containing WebKit.app.
2521 * BuildSlaveSupport/run-performance-tests: Use currentSVNRevision.
2522 * Scripts/webkitdirs.pm: Add currentSVNRevision to retrieve the revision
2523 number of the SVN working copy.
2524 * WebKitLauncher: Added.
2525 * WebKitLauncher/Info.plist: Added.
2526 * WebKitLauncher/WebKitLauncher.xcodeproj: Added.
2527 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Added.
2528 * WebKitLauncher/WebKitNightlyEnabler.m: Added. This makes
2529 up the WebKitNightlyEnabler dylib which is loaded into Safari's address space
2530 to cause LaunchServices to treat Safari.app as WebKit.app when it is run from
2531 the nightly launcher.
2532 * WebKitLauncher/main.m: Added. The WebKit.app launcher.
2533 It sets up the environment to have Safari use the bundled frameworks
2534 and load the WebKitNightlyEnabler dylib before exec'ing Safari
2535 * WebKitLauncher/start.html: Added.
2536 * WebKitLauncher/webkit.icns: Added.
2538 2006-04-05 Darin Adler <darin@apple.com>
2542 * Scripts/check-for-global-initializers: Remove StringImpl from the list of files that
2543 are allowed to have global initializers.
2545 2006-04-05 Geoffrey Garen <ggaren@apple.com>
2547 Reviewed by OMG BETH
2549 * Scripts/run-testkjs:
2550 - pipe STDERR to /dev/null by default; new --verbose option overrides
2552 - set DYLD_FRAMEWORK_PATH to the webkit-configured path
2553 - output run command in a format that can be copied and pasted into the
2554 terminal to run manually
2556 2006-04-03 Justin Garcia <justin.garcia@apple.com>
2558 Reviewed by harrison
2560 <http://bugs.webkit.org/show_bug.cgi?id=7567>
2561 A drag and drop in DumpRenderTree copies the source, instead of cutting it
2563 Tell the source that the drag is over after the drag is performed, not before.
2565 * DumpRenderTree/EventSendingController.m:
2566 (-[EventSendingController mouseUp]):
2568 2006-04-01 Darin Adler <darin@apple.com>
2572 * DumpRenderTree/EventSendingController.m: (-[EventSendingController keyDown:withModifiers:]):
2573 Fixed keyDown function so that it will work if you don't pass an array of modifiers or if
2574 elements in that array are not strings.
2576 2006-03-31 Darin Adler <darin@apple.com>
2578 Reviewed by John Sullivan.
2580 - added a "--reset-results" option to run-webkit-tests so you can reset
2581 the results without first deleting expected results
2582 - <rdar://problem/4185878> add scroll position to dumpRenderTree
2584 * Scripts/run-webkit-tests: Rearranged the code a bit to make the sequence
2585 more logical. Moved all the subroutines to the end of the file. Added a
2588 * DumpRenderTree/DumpRenderTree.m:
2589 (main): Added a new --dump-all-pixels option, used when forcing run-webkit-tests
2590 to generate new output for all tests it runs.
2591 (dump): Dump the scroll position if it's non-zero. Always dump the image when
2592 the --dump-all-pixels option is passed. Also tightened up the image dumping
2593 code and replaced the incorrect use of +[NSGraphicsContext saveGraphicsState]
2594 with code to save and restore the context.
2596 * DumpRenderTree/DumpRenderTree.h: Tweaked includes a bit and added (void).
2597 * DumpRenderTree/EventSendingController.m: Added now-needed include.
2599 2006-03-30 Tim Omernick <timo@apple.com>
2601 Reviewed by NOBODY (just fixing copyrights)
2603 * DumpRenderTree/ObjCPlugin.h:
2605 * DumpRenderTree/ObjCPlugin.m: ditto
2606 * DumpRenderTree/ObjCPluginFunction.h: ditto
2607 * DumpRenderTree/ObjCPluginFunction.m: ditto
2609 2006-03-30 Tim Omernick <timo@apple.com>
2613 * DumpRenderTree/DumpRenderTree.m:
2614 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
2615 Add "objCPlugin", "objCPluginFunction" properties to the window. objCPlugin simulates
2616 an Objective C object exposed to JS; objCPluginFunction simulates an Objective C method
2617 exposed to JS as a callable object.
2619 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2620 Added ObjCPlugin.[hm], ObjCPluginFunction.[hm].
2622 * DumpRenderTree/ObjCPlugin.h: Added.
2623 * DumpRenderTree/ObjCPlugin.m: Added.
2624 * DumpRenderTree/ObjCPluginFunction.h: Added.
2625 * DumpRenderTree/ObjCPluginFunction.m: Added.
2627 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2628 Added a new method, "removeDefaultMethod", which removes the default method from the
2629 plugin object's class. The effect is that the plugin object is mutated from a callable
2630 function to a simple object.
2632 Handle "removeDefaultMethod".
2633 (pluginInvokeDefault):
2634 Made the default method actually do something (return 1).
2636 2006-03-30 Eric Seidel <eseidel@apple.com>
2640 Remove WebFrame::viewImpl(), setMainFrame on page.
2642 * Spinneret/Spinneret/WebFrame.cpp:
2643 (WebKit::WebFrame::WebFrame):
2644 * Spinneret/Spinneret/WebFrame.h:
2645 * Spinneret/Spinneret/WebView.cpp:
2646 (WebKit::WebView::mouseMoved):
2647 (WebKit::WebView::mouseDown):
2648 (WebKit::WebView::mouseUp):
2649 (WebKit::WebView::mouseDoubleClick):
2650 (WebKit::WebViewWndProc):
2652 2006-03-30 Eric Seidel <eseidel@apple.com>
2656 Fix html editing input & basic form submission.
2658 * Spinneret/Spinneret/WebFrame.cpp:
2659 (WebKit::WebFrame::submitForm):
2660 (WebKit::WebFrame::loadURL):
2661 * Spinneret/Spinneret/WebFrame.h:
2662 * Spinneret/Spinneret/WebView.cpp:
2663 (WebKit::WebView::keyPress):
2664 (WebKit::WebViewWndProc):
2666 2006-03-28 Justin Garcia <justin.garcia@apple.com>
2670 <rdar://problem/4402375>
2671 REGRESSION (417.8-TOT): selectionRect sometimes includes adjacent images
2673 Added an option to draw the selectionRect.
2675 * DumpRenderTree/DumpRenderTree.m:
2677 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2678 (-[LayoutTestController dumpSelectionRect]):
2681 2006-03-29 Darin Adler <darin@apple.com>
2683 Reviewed by Tim Hatcher.
2685 - make the global initializer check work on Xcode 2.1 (although it's better on 2.2)
2687 * Scripts/check-for-global-initializers: Use NATIVE_ARCH if there is no CURRENT_ARCH.
2689 2006-03-28 Eric Seidel <eseidel@apple.com>
2693 * Scripts/check-for-global-initializers: remove svg exceptions.
2695 2006-03-28 Timothy Hatcher <timothy@apple.com>
2699 Exit gracefully if $ENV{'CURRENT_ARCH'} is undefined. Rolling out my previous change.
2701 * Scripts/check-for-global-initializers:
2703 2006-03-28 Timothy Hatcher <timothy@apple.com>
2705 Build fix. Turn off uninitialized warnings for the first block of code.
2707 * Scripts/check-for-global-initializers:
2709 2006-03-28 Darin Adler <darin@apple.com>
2713 * Scripts/check-for-global-initializers: Added.
2715 2006-03-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2717 Reviewed by darin. Landed by eseidel.
2719 - http://bugs.webkit.org/show_bug.cgi?id=7947
2720 Add repaint testing support to run-webkit-tests
2722 * DumpRenderTree/DumpRenderTree.m:
2723 (main): Added --repaint and --horizontal-sweep options.
2724 (dump): Repaint line-by-line or column-by-column when the appropriate option
2726 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added testRepaint()
2727 and repaintSweepHorizontally() methods to layoutTestController.
2728 (-[LayoutTestController testRepaint]):
2729 (-[LayoutTestController repaintSweepHorizontally]):
2731 * Scripts/run-webkit-tests: Added --repaint and --horizontal-sweep options
2732 to force these settings on tests that do not ask for them.
2734 2006-03-24 Eric Seidel <eseidel@apple.com>
2740 * Spinneret/Spinneret/WebFrame.cpp:
2741 (WebKit::WebFrame::openURL): replace QString with DeprecatedString
2743 2006-03-21 Beth Dakin <bdakin@apple.com>
2747 Add support for keyDown() to DumpRenderTree.
2749 * DumpRenderTree/DumpRenderTree.m:
2750 (main): Set the preference for tabbing to links.
2751 * DumpRenderTree/EventSendingController.m:
2752 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2753 (+[EventSendingController webScriptNameForSelector:]):
2754 (-[EventSendingController keyDown:withModifiers:]):
2756 2006-03-20 Eric Seidel <eseidel@apple.com>
2762 * Spinneret/Spinneret/Spinneret.vcproj:
2763 * Spinneret/Spinneret/WebFrame.h:
2764 * Spinneret/Spinneret/WebView.cpp:
2765 (WebKit::WebView::mouseMoved):
2766 (WebKit::WebView::mouseDown):
2767 (WebKit::WebView::mouseUp):
2768 (WebKit::WebView::mouseDoubleClick):
2769 (WebKit::WebView::keyPress):
2770 (WebKit::WebViewWndProc):
2772 2006-03-19 Darin Adler <darin@apple.com>
2776 * DumpRenderTree/DumpRenderTree.m: (main): Turn on pop-up blocking so that
2777 we can test it in layout tests. We don't really need tests that run with
2778 pop-up blocking off at the moment. If we do some day, we can add some
2779 API for turning it off in the layout test controller.
2781 * Scripts/run-webkit-tests: Since we don't use NSLanguage at all any more,
2782 don't ignore the leak; it should no longer show up.
2784 2006-03-17 Anders Carlsson <andersca@mac.com>
2788 * Scripts/install-win-extras:
2789 Fetch "Program Files" location from the environment.
2791 2006-03-17 Eric Seidel <eseidel@apple.com>
2795 Fix Spinneret to pass Events as const & not as pointers.
2797 * Spinneret/Spinneret/WebView.cpp:
2798 (WebKit::WebView::mouseMoved):
2799 (WebKit::WebView::mouseDown):
2800 (WebKit::WebView::mouseUp):
2801 (WebKit::WebView::mouseDoubleClick):
2802 (WebKit::WebView::keyPress):
2804 2006-03-17 Eric Seidel <eseidel@apple.com>
2806 Reviewed by justing.
2808 Add support for basic HTML editing.
2810 * Spinneret/Spinneret/WebView.cpp:
2811 (WebKit::WebView::WebView):
2812 (WebKit::WebView::keyPress):
2814 2006-03-17 Eric Seidel <eseidel@apple.com>
2816 Rubber-stamped by ggaren.
2818 Break DumpRenderTree.m up into several files to make the code more readable.
2820 * DumpRenderTree/DumpRenderTree.h: Added.
2821 * DumpRenderTree/DumpRenderTree.m:
2822 (doneLoading): new accessor function for "done" global.
2823 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2824 * DumpRenderTree/DumpRenderTreeDraggingInfo.h: Added.
2825 * DumpRenderTree/DumpRenderTreeDraggingInfo.m: Added.
2826 * DumpRenderTree/EditingDelegate.h: Added.
2827 * DumpRenderTree/EditingDelegate.m: Added.
2828 (-[EditingDelegate webViewDidChangeSelection:]):
2829 * DumpRenderTree/EventSendingController.h: Added.
2830 * DumpRenderTree/EventSendingController.m: Added.
2832 2006-03-16 Eric Seidel <eseidel@apple.com>
2836 Add resize, scroll event support.
2838 * Spinneret/Spinneret/WebView.cpp:
2839 (WebKit::WebView::mouseMoved):
2840 (WebKit::WebView::mouseDown):
2841 (WebKit::WebView::mouseUp):
2842 (WebKit::WebView::mouseDoubleClick):
2843 (WebKit::WebView::keyPress):
2844 (WebKit::WebViewWndProc):
2845 * Spinneret/Spinneret/WebView.h:
2847 2006-03-16 Eric Seidel <eseidel@apple.com>
2851 Make build-webkit print correctly to stdout on windows.
2853 * Scripts/webkitdirs.pm: Fix to use devenv.com instead of devenv.exe
2855 2006-03-15 Eric Seidel <eseidel@apple.com>
2859 Fix eventSender.mouseClick() to update lastClick timestamp.
2861 * DumpRenderTree/DumpRenderTree.m:
2862 (-[EventSendingController mouseClick]):
2864 2006-03-15 Darin Adler <darin@apple.com>
2868 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Fix path
2869 that had a lowercase "i" in it so this builds on case-sensitive
2872 2006-03-15 Geoffrey Garen <ggaren@apple.com>
2876 Added run-testkjs and compare-timing-files scripts, to support super
2879 * Scripts/compare-timing-files: Added.
2880 * Scripts/run-testkjs: Added.
2882 2006-03-14 Eric Seidel <eseidel@apple.com>
2886 Make the URL bar relinquish focus on page load.
2888 * Spinneret/Spinneret/Spinneret.cpp:
2891 2006-03-14 Eric Seidel <eseidel@apple.com>
2895 Fix WebView to allow KeyFocus.
2896 Add handling of space and shift-space for scrolling.
2898 * Spinneret/Spinneret/WebView.cpp:
2899 (WebKit::scrollMessageForKey):
2900 (WebKit::WebViewWndProc):
2902 2006-03-10 Eric Seidel <eseidel@apple.com>
2906 Add scrolling support into Spinneret.
2908 * Spinneret/Spinneret/WebFrame.cpp:
2909 (WebKit::WebFrame::paint):
2910 * Spinneret/Spinneret/WebView.cpp:
2911 (WebKit::WebView::createWebView):
2912 (WebKit::calculateScrollDelta):
2913 (WebKit::scrollMessageForKey):
2914 (WebKit::WebViewWndProc):
2916 2006-03-13 Eric Seidel <eseidel@apple.com>
2920 Fix checksum generation on Intel machines.
2921 Also moved to CGImage APIs instead of NSBitmapImageRep, may possibly
2922 give a small speed boost now that it uses a shared buffer.
2924 * DumpRenderTree/DumpRenderTree.m:
2927 (md5HashStringForBitmap):
2928 * DumpRenderTree/ImageDiff.m:
2929 (computePercentageDifferent):
2931 2006-03-13 Darin Adler <darin@apple.com>
2933 Reviewed by Tim Hatcher.
2935 * Scripts/run-webkit-tests: Fix httpd handling to work on systems that
2936 have it named httpd-1.3 instead.
2938 2006-03-13 Alexey Proskuryakov <ap@nypop.com>
2940 Fix proposed by Mitz Pettel, reviewed by Darin.
2942 - fix http://bugs.webkit.org/show_bug.cgi?id=7718
2943 run-webkit-tests fast/dom/HTMLObjectElement/ hangs
2945 * Scripts/run-webkit-tests: Make test paths canonical, to form proper URLs
2946 (sequences of slashes are equivalent to a single slash in POSIX paths, but not
2949 2006-03-09 Darin Adler <darin@apple.com>
2951 Reviewed by John Sullivan.
2953 - fix http://bugs.webkit.org/show_bug.cgi?id=7681
2954 memory leak in the plug-in tests
2956 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
2957 (NPP_Destroy): Added code to release the plug-in object. This is the leak fix.
2958 (NPP_SetWindow): Remove unneeded code to store the window pointer.
2960 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2961 Moved the browser global in here since it's declared in this file's header.
2962 Changed the code to set up the pluginClass structure to not use function
2963 pointer casts. Those are dangerous because they can hide many types of mismatch.
2964 And indeed when I did this I discovered that many functions were missing their
2965 boolean return values or had parameter declarations with the wrong types.
2966 (pluginGetProperty): Use STRINGZ_TO_NPVARIANT macro for greater simplicity and
2967 clarity. Added boolean return value: return true when successful and false when not.
2968 (pluginSetProperty): Added boolean return value, return false since we have no
2969 properties we can set.
2970 (pluginInvoke): Added boolean return value. Return true when successful and false
2971 when not. Use NPVARIANT macros where appropriate. Added a missing release for the
2972 return value from calling the browser. Changed code to put the strings in malloc
2973 buffers instead of relying on GCC's extension that allows variable-sized arrays
2975 (pluginInvokeDefault): Added boolean return value, return false since we have no
2976 default function to call.
2977 (pluginInvalidate): Added missing parameter. Removed comment.
2978 (pluginAllocate): Removed unneeded cast. This is C code, not C++, so you don't have
2979 to cast the result of malloc.
2980 (pluginDeallocate): Removed uneeded cast.
2982 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Removed some unneeded
2983 includes. Changed our PluginObject to use NPObject instead of re-declaring fields
2984 that match NPObject's fields. Removed unused NPWindow pointer.
2986 2006-03-09 Mitz Pettel <opendarwin.org@mitzpettel.com>
2988 Test: fast/events/event-sender-mouse-click.html
2992 - fix http://bugs.webkit.org/show_bug.cgi?id=7583
2993 DRT hangs when doing eventSender.mouseDown on native widgets
2995 * DumpRenderTree/DumpRenderTree.m:
2996 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2997 (-[EventSendingController mouseClick]): Simulates a click in a native
2998 widget by queueing a mouseUp before sending the mouseDown, so that
2999 the widget's mouse tracking event loop doesn't hang indefinitely.
3001 2006-03-09 Maciej Stachowiak <mjs@apple.com>
3005 - make link clicks work by handling link click requests
3008 * Spinneret/Spinneret/Spinneret.cpp:
3009 (updateLocationBar):
3010 * Spinneret/Spinneret/Spinneret.h:
3011 * Spinneret/Spinneret/WebFrame.cpp:
3012 (WebKit::WebFrame::WebFrame):
3013 (WebKit::WebFrame::openURL):
3014 (WebKit::WebFrame::loadURL):
3015 * Spinneret/Spinneret/WebFrame.h:
3017 2006-03-08 Eric Seidel <eseidel@apple.com>
3021 Focus URL bar on Spinneret launch, remove border from WebView.
3022 Stop WebFrame from deleting the job (prevent crash).
3024 * Spinneret/Spinneret/Spinneret.cpp:
3026 * Spinneret/Spinneret/WebFrame.cpp:
3027 (WebKit::WebFrame::receivedAllData):
3028 (WebKit::WebFrame::paint):
3029 * Spinneret/Spinneret/WebView.cpp:
3030 (WebKit::WebView::createWebView):
3032 2006-03-09 Alexey Proskuryakov <ap@nypop.com>
3036 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
3037 (pluginInvoke): Added a method to test getURL.
3039 2006-03-08 Maciej Stachowiak <mjs@apple.com>
3043 - load URLs, not file paths, in Spinneret
3045 * Spinneret/Spinneret/Spinneret.cpp:
3047 * Spinneret/Spinneret/Spinneret.vcproj:
3048 * Spinneret/Spinneret/WebFrame.cpp:
3049 (WebKit::WebFrame::loadURL):
3050 (WebKit::WebFrame::receivedData):
3051 (WebKit::WebFrame::receivedAllData):
3052 * Spinneret/Spinneret/WebFrame.h:
3053 * Spinneret/Spinneret/WebView.cpp:
3054 (WebKit::WebView::WebView):
3056 2006-03-08 Darin Adler <darin@apple.com>
3060 - fixed AppleScript layout test results to not be endian-dependent
3061 (Hyatt complained to me about this one)
3063 * DumpRenderTree/AppleScriptController.m: (-[AppleScriptController doJavaScript:]):
3064 Added specific code for dumping LongDateTime, instead of dumping the raw bytes
3065 (which are endian-dependent).
3067 2006-03-07 Darin Adler <darin@apple.com>
3071 - fix http://bugs.webkit.org/show_bug.cgi?id=7655
3072 unwanted output while running layout tests
3074 * DumpRenderTree/DumpRenderTree.m:
3075 (checkedMalloc): Added.
3076 (checkedRealloc): Added.
3077 (makeLargeMallocFailSilently): Added.
3078 (main): Call makeLargeMallocFailSilently.
3080 2006-03-06 Darin Adler <darin@apple.com>
3082 * Scripts/do-webcore-rename: Add some more planned renaming.
3084 2006-03-06 Eric Seidel <eseidel@apple.com>
3088 * Spinneret/Spinneret/WebFrame.cpp:
3089 (WebKit::WebFrame::paint): force layout before painting
3091 2006-03-06 Justin Garcia <justin.garcia@apple.com>
3095 Sent the windowNumber when sending events.
3096 Added leapForward so that we don't have to spend time waiting
3097 in layout tests that do mouse operations that require delays.
3099 * DumpRenderTree/DumpRenderTree.m:
3100 (+[EventSendingController isSelectorExcludedFromWebScript:]):
3101 (+[EventSendingController webScriptNameForSelector:]):
3102 (-[EventSendingController currentEventTime]):
3103 (-[EventSendingController leapForward:]):
3104 (-[EventSendingController mouseDown]):
3105 (-[EventSendingController mouseUp]):
3106 (-[EventSendingController mouseMoveToX:Y:]):
3108 2006-03-05 Darin Adler <darin@apple.com>
3110 * Scripts/do-webcore-rename: Fix a couple of things found while testing.
3111 Script now works (after landing my two pending patches).
3113 2006-03-05 Darin Adler <darin@apple.com>
3115 - check in a script to do a "big" rename in WebCore
3116 (can be run whenever we're ready to do it)
3118 * Scripts/do-webcore-rename: Added.
3120 2006-03-05 Maciej Stachowiak <mjs@apple.com>
3124 * Spinneret/Spinneret/WebFrame.cpp:
3125 (WebKit::WebFrame::loadFilePath): Close file when done.
3127 2006-03-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
3129 Reviewed by Darin, landed by ap.
3131 - fix http://bugs.webkit.org/show_bug.cgi?id=7589
3132 Mouse moved events do not work in DumpRenderTree
3134 Test: fast/events/event-sender-mouse-moved.html
3136 * DumpRenderTree/DumpRenderTree.m:
3137 (-[EventSendingController mouseMoveToX:Y:]): Pass the correct windowNumber in the event.
3139 2006-03-04 Eric Seidel <eseidel@apple.com>
3143 Take advantage of new GraphicsContext constructor to implement double buffering to avoid tearing.
3144 Disable background erase to avoid tearing.
3145 Fix potential memory smasher from extra long urls.
3147 * Spinneret/Spinneret/Spinneret.cpp:
3149 * Spinneret/Spinneret/Spinneret.vcproj:
3150 * Spinneret/Spinneret/WebFrame.cpp:
3151 (WebKit::WebFrame::loadFilePath):
3152 (WebKit::WebFrame::paint):
3153 * Spinneret/Spinneret/WebView.cpp:
3154 (WebKit::registerWebViewWithInstance):
3156 2006-03-04 Eric Seidel <eseidel@apple.com>
3160 Hang WebView pointer off of HWND (gets rid of global hack).
3161 Remove MessageBox displayed on url change.
3163 * Spinneret/Spinneret/Spinneret.cpp:
3166 * Spinneret/Spinneret/WebView.cpp:
3167 (WebKit::registerWebViewWithInstance):
3168 (WebKit::WebView::createWebView):
3169 (WebKit::WebViewWndProc):
3171 2006-03-04 Alexey Proskuryakov <ap@nypop.com>
3175 Automatically kill httpd if it appears to be already running.
3177 * Scripts/run-webkit-tests:
3179 2006-03-04 Maciej Stachowiak <mjs@apple.com>
3183 * Spinneret/Spinneret/WebFrame.cpp:
3184 (WebKit::WebFrame::loadFilePath): Improved local file loading.
3186 2006-03-03 Eric Seidel <eseidel@apple.com>
3190 A few more fixes to make run-webkit-tests really work on win32.
3192 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3194 * Scripts/run-webkit-tests:
3196 2006-03-03 Eric Seidel <eseidel@apple.com>
3200 Make run-webkit-tests work on win32.
3202 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3204 (dumpRenderTreeMain):
3205 (dumpRenderTreeToStdOut):
3206 (serializeToStdOut):
3208 * Scripts/run-webkit-tests:
3209 * Scripts/webkitdirs.pm:
3210 * Spinneret/Spinneret/WebView.cpp:
3211 (WebKit::WebView::WebView):
3213 2006-03-03 Eric Seidel <eseidel@apple.com>
3217 Add WebFrame class (to hold Frame and FrameView).
3218 Add Location bar support to Spinneret.
3220 * Spinneret/Spinneret/Spinneret.cpp:
3225 * Spinneret/Spinneret/Spinneret.vcproj:
3226 * Spinneret/Spinneret/WebFrame.cpp: Added.
3227 (WebKit::WebFrame::WebFramePrivate::WebFramePrivate):
3228 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
3229 (WebKit::WebFrame::WebFrame):
3230 (WebKit::WebFrame::loadFilePath):
3231 (WebKit::WebFrame::loadHTMLString):
3232 (WebKit::WebFrame::paint):
3233 (WebKit::WebFrame::impl):
3234 (WebKit::WebFrame::viewImpl):
3235 * Spinneret/Spinneret/WebFrame.h: Added.
3236 * Spinneret/Spinneret/WebView.cpp:
3237 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
3238 (WebKit::WebView::WebView):
3239 (WebKit::WebView::windowHandle):
3240 (WebKit::WebView::mainFrame):
3241 (WebKit::WebView::mouseMoved):
3242 (WebKit::WebView::mouseDown):
3243 (WebKit::WebView::mouseUp):
3244 (WebKit::WebView::mouseDoubleClick):
3245 (WebKit::WebViewWndProc):
3246 * Spinneret/Spinneret/WebView.h:
3248 2006-03-02 Eric Seidel <eseidel@apple.com>
3252 * Spinneret/Spinneret/WebView.cpp:
3253 (WebKit::registerWebViewWithInstance):
3254 (WebKit::WebView::WebView):
3255 (WebKit::WebView::mouseMoved):
3256 (WebKit::WebView::mouseDown):
3257 (WebKit::WebView::mouseUp):
3258 (WebKit::WebView::mouseDoubleClick):
3259 (WebKit::WebViewWndProc):
3260 * Spinneret/Spinneret/WebView.h:
3262 2006-03-01 Eric Seidel <eseidel@apple.com>
3264 Reviewed by andersca.
3266 Make spinneret take advantage of the new GraphicsContextCairo.
3268 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3269 (main): updated to match style guidelines.
3270 * Spinneret/Spinneret/Spinneret.cpp:
3272 * Spinneret/Spinneret/WebView.cpp:
3273 (WebKit::registerWebViewWithInstance):
3274 (WebKit::WebView::WebView):
3275 (WebKit::WebView::~WebView):
3276 (WebKit::WebView::drawRect):
3278 * Spinneret/Spinneret/WebView.h:
3280 2006-03-01 Justin Garcia <justin.garcia@apple.com>
3284 Give the events that eventSender sends a unique eventNumber
3286 * DumpRenderTree/DumpRenderTree.m:
3287 (-[EventSendingController mouseDown]):
3288 (-[EventSendingController mouseUp]):
3289 (-[EventSendingController mouseMoveToX:Y:]):
3291 2006-03-01 Eric Seidel <eseidel@apple.com>
3295 Add a stub win32 application to test WebCore drawing on windows.
3298 * Spinneret/Spinneret: Added.
3299 * Spinneret/Spinneret.sln: Added.
3300 * Spinneret/Spinneret/Resource.h: Added.
3301 * Spinneret/Spinneret/Spinneret.cpp: Added.
3307 * Spinneret/Spinneret/Spinneret.h: Added.
3308 * Spinneret/Spinneret/Spinneret.ico: Added.
3309 * Spinneret/Spinneret/Spinneret.rc: Added.
3310 * Spinneret/Spinneret/Spinneret.vcproj: Added.
3311 * Spinneret/Spinneret/WebView.cpp: Added.
3312 (WebKit::WebView::WebViewPrivate::WebViewPrivate):
3313 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
3314 (WebKit::registerWebViewWithInstance):
3315 (WebKit::WebView::createWebView):
3316 (WebKit::WebView::WebView):
3317 (WebKit::WebView::~WebView):
3318 (WebKit::WebView::drawRect):
3319 (WebKit::WebView::windowHandle):
3321 * Spinneret/Spinneret/WebView.h: Added.
3322 * Spinneret/Spinneret/small.ico: Added.
3323 * Spinneret/Spinneret/stdafx.cpp: Added.
3324 * Spinneret/Spinneret/stdafx.h: Added.
3326 2006-02-28 Eric Seidel <eseidel@apple.com>
3330 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3331 (main): add ability to dump render tree and read from a local file.
3333 2006-02-27 Eric Seidel <eseidel@apple.com>
3337 * Scripts/install-win-extras: fix dll permissions & download zlib too.
3339 2006-02-27 Eric Seidel <eseidel@apple.com>
3343 Test new KConfig -> PlugInInfoStore change.
3344 http://bugs.webkit.org/show_bug.cgi?id=7498
3346 * DumpRenderTree/DumpRenderTree.m:
3347 (main): load test netscape plugin
3348 * Scripts/run-webkit-tests: style update
3350 2006-02-24 Eric Seidel <eseidel@apple.com>
3354 Make DumpRenderTree link against icu.
3356 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
3358 2006-02-24 Eric Seidel <eseidel@apple.com>
3362 Make DumpRenderTree link against libxml, etc.
3364 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
3366 2006-02-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
3368 Reviewed and landed by Anders.
3370 Prevent rendering to the offscreen window. -[NSWindow displayIfNeeded] was
3371 getting called from the run loop, making the view render each test and thus slowing
3374 * DumpRenderTree/DumpRenderTree.m:
3375 (main): Set the offscreen window to not autodisplay.
3377 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
3381 - Turn http tests back on by default.
3382 - Wait for Apache to actually start serving requests.
3383 - Get user id from a built-in variable rather than an external command;
3384 don't pass the group.
3386 * Scripts/run-webkit-tests:
3388 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
3390 Suggested by Mitz Pettel, reviewed by Darin.
3392 * Scripts/run-webkit-tests: Pass User and Group directives, so that Apache
3393 can run CGIs even if the permissions are 700 or 600.
3395 2006-02-23 Darin Adler <darin@apple.com>
3397 Collaborating with Alexey.
3399 - turn off http tests by default until we figure out how to get them
3400 to run even when permissions on CGI files are 700 instead of 755
3402 * Scripts/run-webkit-tests: Set $testHTTP to 0 instead of 1 for now.
3404 2006-02-23 Eric Seidel <eseidel@apple.com>
3406 Add *.user to ignore list.
3408 2006-02-23 Eric Seidel <eseidel@apple.com>
3410 Remove binary file which shouldn't have been commited (and add to ignore list).
3412 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Removed.
3413 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Removed.
3415 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
3419 * Scripts/run-webkit-tests: Put Apache log files in the right directory.
3421 2006-02-22 Eric Seidel <eseidel@apple.com>
3423 Reviewed by Tim Hatcher.
3425 Fix install-win-extras to not try to re-install setx if installed.
3427 * Scripts/install-win-extras:
3429 2006-02-22 Eric Seidel <eseidel@apple.com>
3431 One more file possibly missing from previous commit?
3433 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb:
3434 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
3436 2006-02-22 Eric Seidel <eseidel@apple.com>
3438 Reviewed by justing.
3440 Files missing from previous commit.
3442 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
3443 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
3445 2006-02-22 Eric Seidel <eseidel@apple.com>
3447 Rubber-stamped by justing.
3449 Corrected path for DumpRenderTree.intermediate files
3451 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
3453 2006-02-22 Eric Seidel <eseidel@apple.com>
3455 Reviewed by justing.
3457 Fixed build-dumprendertree to exit with correct error codes.
3459 * Scripts/build-dumprendertree:
3461 2006-02-22 Eric Seidel <eseidel@apple.com>
3463 Reviewed by justing.
3465 Update build scripts to generalize building on Win32, and allow
3466 building of DumpRenderTree on Win32 from build-dumprendertree.
3468 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3470 * Scripts/build-dumprendertree:
3471 * Scripts/build-webkit:
3472 * Scripts/webkitdirs.pm:
3474 2006-02-22 Eric Seidel <eseidel@apple.com>
3478 * DumpRenderTree/DumpRenderTree.vcproj: Added.
3479 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree: Added.
3480 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Added.
3481 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.sln: Added.
3482 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Added.
3483 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: Added.
3485 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Added.
3486 * Scripts/build-webkit: make build-webkit cleanup after itself
3488 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
3492 - http://bugs.webkit.org/show_bug.cgi?id=7409
3493 Some minor fixes to http tests.
3495 * Scripts/run-webkit-tests: Pass CustomLog and ErrorLog directives to httpd.
3497 2006-02-21 Alexey Proskuryakov <ap@nypop.com>
3501 - http://bugs.webkit.org/show_bug.cgi?id=6197
3502 Would like to use locally installed Apache for testing.
3504 Added two run-webkit-tests options:
3505 --http (--nohttp) - whether to launch Apache (defaults to yes);
3506 --port - which port to listen on (defaults to 8000).
3508 Tests in LayoutTests/http are not run directly, and Apache is used instead.
3509 For example, http/tests/xmlhttprequest/post-content-type.html is loaded as
3510 http://127.0.0.1:8000/xmlhttprequest/post-content-type.html.
3512 Also added support for .shtml and .text files. Text files give an empty
3513 *-expected.txt, but a correct image.
3515 Apache only listens on the loopback interface. It writes logs to /tmp/WebKit.
3517 * Scripts/run-webkit-tests:
3519 2006-02-21 Darin Adler <darin@apple.com>
3521 Suggested by Mark Rowe.
3523 * Scripts/run-webkit-tests: Don't include the number of excluded leaks when
3524 reporting leak counts.
3526 2006-02-18 Maciej Stachowiak <mjs@apple.com>
3530 - Added install-win-extras script which installs some extra
3531 programs and libraries, and does Windows first-time setup.
3533 * Scripts/build-webkit: Add a newline between build results.
3534 * Scripts/install-win-extras: Added.
3536 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
3540 - http://bugs.webkit.org/show_bug.cgi?id=7308
3541 DumpRenderTree should be able to load files via HTTP
3543 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree):
3544 Handle tests starting with "http://" as real URLs, not file system paths.
3546 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
3550 - fix http://bugs.webkit.org/show_bug.cgi?id=7357
3551 REGRESSION: Warnings from WebKit scripts if PBXProductDirectory is undefined
3553 * Scripts/webkitdirs.pm: only call chomp if PBXProductDirectory is configured.
3555 2006-02-18 Darin Adler <darin@apple.com>
3557 * Scripts/commit-log-editor: Added.
3559 2006-02-17 Eric Seidel <eseidel@apple.com>
3563 Make Win32 have the same default "WebKitBuild" directory behavior.
3565 * Scripts/build-webkit:
3566 * Scripts/webkitdirs.pm:
3568 2006-02-17 Eric Seidel <eseidel@apple.com>
3572 * Scripts/build-webkit: make win32 actually report errors
3574 2006-02-17 Eric Seidel <eseidel@apple.com>
3578 * Scripts/run-webkit-tests: Ignore quicktime plugin leaks
3580 2006-02-17 Eric Seidel <eseidel@apple.com>
3584 * Scripts/run-webkit-tests: Ignore flash leaks
3586 2006-02-15 Justin Garcia <justin.garcia@apple.com>
3590 <http://bugs.webkit.org/show_bug.cgi?id=7148>
3591 Add drag and drop support to DumpRenderTree
3593 Intercept the drag start using the new UI delegate method, package an NSDraggingInfo,
3594 and send dragging updates. Put DumpRenderTree's WebView into an offscreen window.
3596 * DumpRenderTree/DumpRenderTree.m:
3598 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
3599 (-[WaitUntilDoneDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
3600 (-[WaitUntilDoneDelegate webViewFocus:]):
3601 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
3602 (+[LayoutTestController webScriptNameForSelector:]):
3603 (-[LayoutTestController setWindowIsKey:]):
3604 (-[LayoutTestController setMainFrameIsFirstResponder:]):
3605 (-[EventSendingController init]):
3606 (-[EventSendingController mouseDown]):
3607 (-[EventSendingController mouseUp]):
3608 (-[EventSendingController mouseMoveToX:Y:]):
3610 (-[DumpRenderTreeWindow isKeyWindow]):
3611 (-[DumpRenderTreeDraggingInfo initWithImage:offset:pasteboard:source:]):
3612 (-[DumpRenderTreeDraggingInfo dealloc]):
3613 (-[DumpRenderTreeDraggingInfo draggingDestinationWindow]):
3614 (-[DumpRenderTreeDraggingInfo draggingSourceOperationMask]):
3615 (-[DumpRenderTreeDraggingInfo draggingLocation]):
3616 (-[DumpRenderTreeDraggingInfo draggedImageLocation]):
3617 (-[DumpRenderTreeDraggingInfo draggedImage]):
3618 (-[DumpRenderTreeDraggingInfo draggingPasteboard]):
3619 (-[DumpRenderTreeDraggingInfo draggingSource]):