1 2006-11-01 Stephanie Lewis <slewis@apple.com>
5 Fixed bug where additional arguments got fed to xcode and jsdriver.pl
6 Since testkjs is being built before the tests are run, we don't need
7 to build it with webkit.
10 http://bugs.webkit.org/show_bug.cgi?id=11462
11 http://bugs.webkit.org/show_bug.cgi?id=6168
13 * Scripts/build-webkit:
14 * Scripts/run-javascriptcore-tests:
16 2006-11-01 Brady Eidson <beidson@apple.com>
18 Reviewed by Tim Hatcher
20 Added accessor to get the source directory for use in client scripts
22 * Scripts/webkitdirs.pm:
24 2006-11-01 Mark Rowe <bdash@webkit.org>
28 Update references to webkit.opendarwin.org to webkit.org in Spinneret and WebKit.app.
30 * Spinneret/Spinneret/Spinneret.cpp:
32 * WebKitLauncher/WebKitNightlyEnabler.m:
33 (cleanUpAfterOurselves):
35 2006-10-31 Mark Rowe <bdash@webkit.org>
37 Reviewed by Stephanie.
39 Limit build slaves to a single build to prevent concurrent builds on a single slave from significantly increasing build time.
41 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Adjust slave distribution, and make use of a SlaveLock.
42 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Remove unused Qt build factory.
44 2006-10-31 Darin Adler <darin@apple.com>
46 * DumpRenderTree/DumpRenderTree.m: Instead of allocating a single local
47 pasteboard, allocate any number of local pasteboards.
48 (main): Allocate the dictionary of pasteboards.
49 (+[DumpRenderTreePasteboard _pasteboardWithName:]): Allocate a pasteboard,
51 (+[LocalPasteboard alloc]): Added, so we don't have to call NSAllocateObject
53 (-[LocalPasteboard addTypes:owner:]): Added a check that the owner responds
54 to the selector rather than calling unconditionally.
56 2006-10-30 Darin Adler <darin@apple.com>
60 * DumpRenderTree/DumpRenderTree.m: (-[LocalPasteboard setString:forType:]):
61 Don't use CFPasteboard.
63 2006-10-30 Vladimir Olexa <vladimir.olexa@gmail.com>
67 Fixes: http://bugs.webkit.org/show_bug.cgi?id=11353
69 * Drosera/debugger.js: ParsedURL() object now recognizes local files
71 2006-10-30 Darin Adler <darin@apple.com>
73 Reviewed by Tim Hatcher.
75 * DumpRenderTree/DumpRenderTree.m: Changed to allocate a local pasteboard.
76 This should make our buildbot tests no longer need a pasteboard server.
78 2006-10-30 Geoffrey Garen <ggaren@apple.com>
82 Reorganized project file into Delegates and Controllers groups, and split
83 UIDelegate stuff into a UIDelegate class.
85 A little birdy told me that I might end up adding some UIDelegate methods
88 * DumpRenderTree/DumpRenderTree.m:
91 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
93 2006-10-31 Nikolas Zimmermann <zimmermann@kde.org>
97 Add new platform/graphics include directory.
99 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
101 2006-10-30 Timothy Hatcher <timothy@apple.com>
103 Reviewed by Stephanie.
105 Add a special case for the Internal makefiles, so it can find the OepnSource.
107 * Scripts/webkitdirs.pm:
109 2006-10-30 Stephanie Lewis <slewis@apple.com>
113 Change Makefiles to return non-zero when module make fails.
114 Fix bug where if xcode options are not set, modules can build in the
118 * Scripts/webkitdirs.pm:
120 2006-10-30 Matt Lilek <pewtermoose@gmail.com>
124 Fix for http://bugs.webkit.org/show_bug.cgi?id=10468
125 [Drosera] The Console toolbar button should bring the console window to the front.
127 The console now gets focus when its activated but already open. Command + L also
128 now activates/focuses the console.
130 * Drosera/English.lproj/MainMenu.nib/classes.nib:
131 * Drosera/English.lproj/MainMenu.nib/info.nib:
132 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
133 * Drosera/debugger.js:
135 2006-10-29 Darin Adler <darin@apple.com>
137 * Scripts/do-file-rename: Renames done, ready for the next round.
138 * Scripts/do-webcore-rename: Ditto.
140 2006-10-29 Darin Adler <darin@apple.com>
142 * Scripts/do-file-rename: And again.
144 2006-10-29 Darin Adler <darin@apple.com>
146 * Scripts/do-webcore-rename: Tweaked plans for renaming again.
148 2006-10-29 Darin Adler <darin@apple.com>
152 * DumpRenderTree/DumpRenderTree.m: (-[DumpRenderTreeWindow keyDown:]):
153 Added. Does nothing, which prevents a beep.
155 * Scripts/do-webcore-rename: Tweaked plans for renaming a bit.
157 2006-10-27 Brady Eidson <beidson@apple.com>
159 Rubber stamped by Tim Hatcher
161 Added "make universal" to build universal binaries
166 2006-10-26 Sam Weinig <sam.weinig@gmail.com>
170 Fix for http://bugs.webkit.org/show_bug.cgi?id=11419
171 REGRESSION (r17299): Assertion failure in -[WebHTMLView(WebPrivate) _topHTMLView]
172 ([view isKindOfClass:[WebHTMLView class]]) when running the layout tests
174 * DumpRenderTree/EventSendingController.m:
175 (-[EventSendingController mouseMoveToX:Y:]):
177 2006-10-26 Nikolas Zimmermann <zimmermann@kde.org>
183 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
184 (WebCore::DumpRenderTree::open):
186 2006-10-24 Stephanie Lewis <slewis@apple.com>
190 - Changed run-javascriptcore tests to build testkjs before running.
192 * Scripts/run-javascriptcore-tests:
194 2006-10-24 Nikolas Zimmermann <zimmermann@kde.org>
200 - Remove BrowserExtensionQt, move it's methods to Page/FrameQt.
201 - Fix CMakeLists.txt to include platform/network.
203 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
205 2006-10-24 David Smith <catfish.man@gmail.com>
209 Bug 11382: [Drosera] Dragging breakpoints onto each other can mess up inline editor
210 http://bugs.webkit.org/show_bug.cgi?id=11382
212 * Drosera/debugger.js: Breakpoint dragging now ensures that editors aren't orphaned.
214 2006-10-21 Darin Adler <darin@apple.com>
216 * Scripts/commit-log-editor: Use baseProductDir() to find the base product directory.
217 This was still using "symroots" so it almost never worked!
219 2006-10-21 Darin Adler <darin@apple.com>
221 * Makefile: Build DumpRenderTree too.
222 * Scripts/do-webcore-rename: Removed bogus comment.
224 2006-10-20 David Smith <catfish.man@gmail.com>
228 Bug 11367: Inline Breakpoint Editor Improvements: Act III
229 http://bugs.webkit.org/show_bug.cgi?id=11367
231 Major breakpoint editor changes:
232 * Breakpoints can now either pause or log to console
233 * Code cleanup through use of XPath and converting breakpoints to objects
234 * Breakpoints now track how many times they've been reached
236 * The breakpoint editor now saves changes as they're entered
237 * Because changes are auto-saved now, the save button has been converted to a close button (images from PSMTabBarControl, BSD licensed)
238 * If an expression with no return is entered as a condition, it will be wrapped transparently with a return statement.
240 * Drosera/DebuggerDocument.m:
241 (-[WebScriptObject breakpointEditorHTML]): A way of loading this from an external file, as it was getting too complex to include inline.
242 * Drosera/Drosera.xcodeproj/project.pbxproj:
243 * Drosera/Images/close.tif: Added.
244 * Drosera/Images/close_active.tif: Added.
245 * Drosera/Images/close_hover.tif: Added.
246 * Drosera/breakpointEditor.html: Added.
247 * Drosera/console.js: Added a way to append messages from outside the console window.
248 * Drosera/debugger.js:
249 * Drosera/viewer.css:
250 * Drosera/viewer.html:
252 2006-10-18 David Smith <catfish.man@gmail.com>
256 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.
258 * Drosera/DebuggerDocument.m:
259 (-[WebScriptObject getDoubleClickMillis]): Add an ObjC wrapper for GetDblTime() so that JS can call it
260 * Drosera/Drosera.xcodeproj/project.pbxproj: link Carbon for GetDblTime()
261 * Drosera/debugger.js:
263 2006-10-18 Timothy Hatcher <timothy@apple.com>
267 Bug 10851: Crash with Drosera
268 http://bugs.webkit.org/show_bug.cgi?id=10851
270 This crash results in an assert in debug builds.
272 assert(implementsCall());
274 The __drosera_introspection propery was not callable. Now we just assign
275 this.__drosera_introspection in the evaluateWebScript call.
276 This change also removes one DO message.
278 * Drosera/DebuggerDocument.m:
279 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
281 2006-10-18 Mark Rowe <bdash@webkit.org>
285 http://bugs.webkit.org/show_bug.cgi?id=11304
286 Bug 11304: Drosera fails to link as universal binary on PowerPC machine
288 * Drosera/Drosera.xcodeproj/project.pbxproj: Use -weak_framework to link against JavaScriptCore and WebCore directly
289 when they are not part of the WebKit umbrella framework.
291 2006-10-18 Adam Roben <aroben@apple.com>
293 fixo el buildo II: Release's Pride.
295 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
297 2006-10-18 Geoffrey Garen <ggaren@apple.com>
301 Work around #import of <PDFKit/PDFView.h>.
303 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
305 2006-10-18 David Smith <catfish.man@gmail.com>
309 Add Xcode 3 style inline breakpoint editor. Credit to xenon for the CSS wizardry to get the appearance working properly.
311 * Drosera/Drosera.xcodeproj/project.pbxproj:
312 * Drosera/Images/breakpointeditor.png: Added.
313 * Drosera/breakpointEditor.css: Removed.
314 * Drosera/breakpointEditor.html: Removed.
315 * Drosera/breakpointEditor.js: Removed.
316 * Drosera/debugger.js:
317 * Drosera/viewer.css:
319 2006-10-18 David Harrison <harrison@apple.com>
323 Bug 11341: REGRESSION (r16760): editing/selection/editable-links is failing
324 http://bugs.webkit.org/show_bug.cgi?id=11341
326 Link editing behavior became a preference. DumpRenderTree needs to specify the
327 non-default behavior it wants (WebKitEditableLinkOnlyLiveWithShiftKey).
329 * DumpRenderTree/DumpRenderTree.m:
332 2006-10-15 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
336 Make compiler not complain about unused gk. SpinneretWebHost was not setting
337 initial refcount upon creation, so it is completely bogus.
339 * GdkLauncher/main.cpp:
341 * Spinneret/Spinneret/Spinneret.h:
342 (SpinneretWebHost::SpinneretWebHost):
344 2006-10-15 Nikolas Zimmermann <zimmermann@kde.org>
348 Add another hanging test, to the "to be skipped" list.
350 * DumpRenderTree/DumpRenderTree.qtproj/tests-skipped.txt:
352 2006-10-14 Nikolas Zimmermann <zimmermann@kde.org>
356 Some fixes to get the Qt BuildSlave to run the LayoutTests.
358 * Scripts/build-dumprendertree: No need to call cmake again.
359 * Scripts/run-webkit-tests: Expose LD_LIBRARY_PATH.
361 2006-10-13 Nikolas Zimmermann <zimmermann@kde.org>
365 Force --no-http on Qt/Linux.
367 * Scripts/run-webkit-tests:
369 2006-10-13 Kevin McCullough <KMcCullough@apple.com>
373 Gets JavaScripCore tests running on windows.
375 * Scripts/run-javascriptcore-tests:
376 * Scripts/webkitdirs.pm:
378 2006-10-12 Nikolas Zimmermann <zimmermann@kde.org>
382 Exclude some tests which crash or hang from Qt/Linux DRT.
383 These are known to fail, and will be fixed at some point :-)
385 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
386 (WebCore::DumpRenderTree::DumpRenderTree):
387 (WebCore::DumpRenderTree::open):
388 (WebCore::DumpRenderTree::readStdin):
389 (WebCore::DumpRenderTree::readSkipFile):
390 (WebCore::DumpRenderTree::checkLoaded):
391 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h:
392 * DumpRenderTree/DumpRenderTree.qtproj/tests-skipped.txt: Added.
394 2006-10-12 Nikolas Zimmermann <zimmermann@kde.org>
398 Specialization of alert() for DumpRenderTree - just log the output, don't show any message box.
400 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.cpp:
401 (WebCore::DumpRenderTreeClient::runJavaScriptAlert):
402 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.h:
404 2006-10-12 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
408 Also regenerate GdkLauncher makefiles, since not doing that might
409 lead to mismatch between WebCore and GdkLauncher compiler settings.
411 * Scripts/regenerate-makefiles:
413 2006-10-10 David Smith <catfish.man@gmail.com>
417 Bug 11246: Minor Drosera code cleanup
418 http://bugs.webkit.org/show_bug.cgi?id=11246
420 * Drosera/debugger.js: Change [has, add, remove]StyleClass to be a function on Element rather than taking an Element as an argument.
422 2006-10-10 Vladimir Olexa <vladimir.olexa@gmail.com>
426 Bug 9778: http://bugs.webkit.org/show_bug.cgi?id=9778
428 * Drosera/Drosera.xcodeproj/project.pbxproj: Added files
429 * Drosera/English.lproj/Debugger.nib/info.nib: Resized the main window and WebView
430 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Resized the main window and WebView
431 * Drosera/Images/SourceArrowOpen.png: Added.
432 * Drosera/Images/fileIcon.jpg: Added.
433 * Drosera/Images/siteCollapsed.tif: Added.
434 * Drosera/Images/siteExpanded.tif: Added.
435 * Drosera/Images/siteIcon.tif: Added.
436 * Drosera/debugger.css: Added File Browser styles
437 * Drosera/debugger.html: Added File Browser UI
438 * Drosera/debugger.js: Added File Browser functionality
440 2006-10-10 Darin Adler <darin@apple.com>
442 * Scripts/do-file-rename: Added.
444 2006-10-09 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
448 Add -exit-after-loading option to make gdklauncher quit after fully loading and rendering
449 a page. This allows automatic testing via e.g. valgrind.
451 * GdkLauncher/gdklauncher.bkl:
452 * GdkLauncher/main.cpp:
453 (LauncherFrameGdk::LauncherFrameGdk):
454 (LauncherFrameGdk::setExitAfterLoading):
455 (LauncherFrameGdk::handledOnloadEvents):
459 2006-10-06 David Smith <catfish.man@gmail.com>
463 Bug 9665: [Drosera] Conditional breakpoints. http://bugs.webkit.org/show_bug.cgi?id=9665
465 * Drosera/Drosera.xcodeproj/project.pbxproj: Added new files
466 * Drosera/breakpointEditor.css: Added.
467 * Drosera/breakpointEditor.html: Added.
468 * Drosera/breakpointEditor.js: Added.
469 * Drosera/debugger.js: Added conditional breakpoint support, and the ability to open the breakpoint editor window on option-clicking a breakpoint.
471 2006-10-06 Nikolas Zimmermann <zimmermann@kde.org>
475 Fix Qt/Linux build by adapting the s/ScrollBar/Scrollbar/ changes.
477 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
478 (WebCore::DumpRenderTree::DumpRenderTree):
480 2006-10-05 Oliver Hunt <ohunt@apple.com>
484 * Scripts/run-webkit-tests:
487 2006-10-04 Anders Carlsson <acarlsson@apple.com>
491 * Scripts/run-webkit-tests:
492 Add an environment variable, WebKitExpectedTestResultsDirectory, which controls where expected test
495 2006-10-05 Nikolas Zimmermann <zimmermann@kde.org>
497 Reviewed and landed by ap.
499 Cmake: make it possible to install the libraries after having built using 'build-webkit'.
500 Just set the "WebKitInstallationPrefix" environment variable to your desired prefix.
502 * Scripts/webkitdirs.pm:
504 2006-10-04 Mark Rowe <bdash@webkit.org>
506 Reviewed by Stephanie.
508 Switch the Qt buildbot to the standard set of build steps.
509 Have JavaScriptCoreTest check the output of run-javascriptcore-tests to
510 see if any regressions were spotted, and fail the test if so.
512 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py:
513 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py:
514 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py:
516 2006-10-04 Timothy Hatcher <timothy@apple.com>
518 Reviewed by Mitz Pettel!
520 Bug 10708: [Drosera] Make the console input plaintext-only
521 http://bugs.webkit.org/show_bug.cgi?id=10708
523 Change the console input -webkit-user-modify property to
524 read-write-plaintext-only.
526 * Drosera/console.css:
528 2006-10-04 David Smith <catfish.man@gmail.com>
532 Bug 10473: [Drosera] Overlapping text in JavaScript Console
533 http://bugs.webkit.org/show_bug.cgi?id=10473
535 Using min-height instead of height to avoid overlapping text.
537 * Drosera/console.css:
539 2006-10-04 David Smith <catfish.man@gmail.com>
543 Added a bash-style command history.
545 * Drosera/console.js:
547 2006-10-03 Anders Carlsson <acarlsson@apple.com>
549 Reviewed by Adam and Brady.
551 * DumpRenderTree/DumpRenderTree.m:
553 Update URL to Ahem.ttf
555 2006-10-03 Darin Adler <darin@apple.com>
557 * Scripts/commit-log-editor: Added missing "close" call. Oops!
559 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
561 Reviewed by eseidel. Landed by eseidel.
563 Offer a way for BuildBot to not colorize the cmake output, when building
564 with the 'build-webkit' script. Add "--color" / "--no-color" option pair.
566 Default is colorize output, though only Qt platform handles this for now.
568 * Scripts/build-dumprendertree:
569 * Scripts/build-webkit:
570 * Scripts/webkitdirs.pm:
572 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
574 Reviewed by eseidel. Landed by eseidel.
576 Make all important scripts work with Qt/Linux.
578 You can safely use this now:
579 set-configuration-release --debug && build-webkit && run-javascriptcore-tests && run-webkit-tests
581 * Scripts/build-dumprendertree:
582 * Scripts/run-javascriptcore-tests:
583 * Scripts/run-webkit-tests:
584 * Scripts/webkitdirs.pm:
586 2006-10-03 Nikolas Zimmermann <zimmermann@kde.org>
590 build-webkit tweak: Use WebKitBuild/$config as output dir (Release/Debug).
592 * Scripts/webkitdirs.pm:
594 2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
596 Reviewed/landed by Adam.
598 Proper build-webkit support for Qt/Linux.
600 Compilation process is similar to OSX now, aka.
601 the build directory is RootCheckoutDir/WebKitBuild now.
603 * Scripts/build-webkit: Recognize Qt.
604 * Scripts/webkitdirs.pm: Add buildCMakeProject() logic.
606 2006-10-01 Mark Rowe <opendarwin.org@bdash.net.nz>
610 Add QT build slave to Buildbot.
612 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Add QT build slave, fix existing errors.
613 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Add QT build factory.
614 * 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.
615 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Add CMake build step.
617 2006-09-28 David Harrison <harrison@apple.com>
621 Moved an extern declaration from inside a method to the top of the file.
623 * DumpRenderTree/EventSendingController.m:
624 (-[EventSendingController clearKillRing]):
626 2006-09-28 David Harrison <harrison@apple.com>
630 Add clearKillRing so we can test emacs support with empty kill ring.
632 * DumpRenderTree/EventSendingController.m:
633 (+[EventSendingController isSelectorExcludedFromWebScript:]):
634 (+[EventSendingController webScriptNameForSelector:]):
635 (-[EventSendingController clearKillRing]):
637 2006-09-27 MorganL <morganl.webkit@yahoo.com>
639 Reviewed by Maciej, landed by Brady
641 Fix URL bar updating.
643 * Spinneret/Spinneret/Spinneret.h:
644 (SpinneretWebHost::didStartProvisionalLoadForFrame):
645 (SpinneretWebHost::didCommitLoadForFrame):
646 (SpinneretWebHost::didFinishLoadForFrame):
648 2006-09-23 Sam Weinig <sam.weinig@gmail.com>
654 * DumpRenderTree/EventSendingController.m:
655 (-[EventSendingController enableDOMUIEventLogging:]):
657 2006-09-22 Justin Garcia <justin.garcia@apple.com>
661 * Scripts/do-webcore-rename:
663 2006-09-21 Timothy Hatcher <timothy@apple.com>
667 Bug 10923: Frame scroll layout test failures on the buildbot
668 http://bugs.webkit.org/show_bug.cgi?id=10923
670 Added a new method that will toggle on the recursive dump of
671 child frame scroll positions.
673 * DumpRenderTree/DumpRenderTree.m:
674 (dumpFrameScrollPosition):
675 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
676 (-[LayoutTestController dumpChildFrameScrollPositions]):
678 2006-09-19 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
680 Reviewed by eseidel. Landed by eseidel.
682 Detect that close button was pressed and exit cleanly.
684 * GdkLauncher/main.cpp:
688 2006-09-17 Adam Roben <aroben@apple.com>
690 Reviewed by hyatt, sfalken.
692 Get DumpRenderTree compiling and limping along on Windows.
694 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
695 (loadResourceIntoArray): Added this function that WebCore::ImageWin needs from WebKit
696 (main): Add NULL argument to Page constructor.
697 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Remove incorrect "wininet.dll" argument to CC, fix JavaScriptCore.lib path, add *_SECURE_NO_DEPRECATE #defines
698 * Scripts/webkitdirs.pm: Fix JavaScriptCore.lib path
700 2006-09-15 Mark Rowe <opendarwin.org@bdash.net.nz>
704 http://bugs.webkit.org/show_bug.cgi?id=10635
705 Bug 10635: Buildbot configuration in SVN is out of sync with build.webkit.org
707 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Reorder build slaves within build factories in an attempt to spread the load evenly.
708 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Return to sending status emails to <svnuser>@opensource.apple.com addresses.
709 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Update configuration to match changes in Buildbot. Always do clean SVG builds.
711 2006-09-09 Sam Weinig <sam.weinig@gmail.com>
715 Patch for http://bugs.webkit.org/show_bug.cgi?id=10791
716 Even More Objective-C DOM auto-generation cleanup
718 - Change to use new, more Objectice-C'ish version of
719 DOMKeyboardEvent's initKeyboardEvent. Fixes an error with
720 regression test for fast/events/dblclick-addEventListener.html.
722 * DumpRenderTree/EventSendingController.m:
723 (-[EventSendingController fireKeyboardEventsToElement:]):
725 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
729 Fixes last part of: http://bugs.webkit.org/show_bug.cgi?id=10644
730 Move QtLauncher down to WebKitQt.
732 * QtLauncher/CMakeLists.txt: Removed.
733 * QtLauncher/main.cpp: Removed.
735 2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
739 Fixes parts of: http://bugs.webkit.org/show_bug.cgi?id=10644
740 Adjust DumpRenderTree to the FrameQtClient changes.
742 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt:
743 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
744 (WebCore::DumpRenderTree::DumpRenderTree):
745 (WebCore::DumpRenderTree::~DumpRenderTree):
746 (WebCore::DumpRenderTree::frame):
747 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h:
748 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.cpp: Added.
749 (WebCore::DumpRenderTreeClient::DumpRenderTreeClient):
750 (WebCore::DumpRenderTreeClient::~DumpRenderTreeClient):
751 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTreeClient.h: Added.
753 2006-09-03 Darin Adler <darin@apple.com>
755 * Scripts/do-webcore-rename: More renaming plans.
757 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
761 http://bugs.webkit.org/show_bug.cgi?id=10693
762 Convert JavaScript arrays to AppleScript lists
764 * DumpRenderTree/AppleScriptController.m:
765 (convertAEDescToObject):
766 (-[AppleScriptController doJavaScript:]): Support printing AEDescLists.
768 2006-08-31 Darin Adler <darin@apple.com>
770 * Scripts/do-webcore-rename: Prepare for another round of renaming.
772 2006-08-29 Dan Waylonis <waylonis@google.com>
776 - Verification of exceptions thrown in a plugin. Test for bug 10114.
777 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
778 * DumpRenderTree/ObjCPlugin.m:
779 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
780 (+[ObjCPlugin webScriptNameForSelector:]):
781 (-[ObjCPlugin throwIfArgumentIsNotHello:]):
783 2006-08-30 Nikolas Zimmermann <zimmermann@kde.org>
787 Commit KDE related tweaks, to be able to
788 differentiate between a Qt-only or a KDE build.
790 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Add ksvg2/ includes.
791 * QtLauncher/CMakeLists.txt: Add ksvg2/ includes.
793 2006-08-29 Darin Adler <darin@apple.com>
795 Reviewed by Tim Hatcher.
797 * Scripts/gdb-safari: Set DYLD_FRAMEWORK_PATH inside gdb instead of setting it in gdb's environment
798 to work around what seems to be a bug in some versions of gdb.
800 2006-08-16 Tim Omernick <timo@apple.com>
802 Reviewed by John Sullivan.
804 Part of <rdar://problem/4481553> NetscapeMoviePlugIn example code scripting doesn't work in Firefox (4319)
805 <http://bugs.webkit.org/show_bug.cgi?id=4319>: NetscapeMoviePlugIn example code scripting doesn't work
808 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
810 WebKit's NPP_GetValue() reference counting behavior has been changed to match Firefox. NPObject return values
811 are expected to be retained by the plug-in, and released by the caller.
813 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org>
815 Reviewed by Tim Hatcher.
817 Fixes one chunk of: http://bugs.webkit.org/show_bug.cgi?id=10604
819 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp:
820 (WebCore::DumpRenderTree::checkLoaded): Faster polling for isLoaded() in
823 * Scripts/run-webkit-tests:
824 Use -expected-qt.txt etc.. output in run-webkit-test if isQt().
826 2006-08-28 Darin Adler <darin@apple.com>
828 Reviewed by Tim Hatcher.
830 * Scripts/build-drosera: Fix behavior when there are multiple options.
832 2006-08-27 Timothy Hatcher <timothy@apple.com>
836 Drosera will be built when you type make.
838 * Drosera/Makefile: Added.
840 * Makefile.shared: Added.
842 2006-08-27 Anders Carlsson <acarlsson@apple.com>
846 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
847 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
848 (WebCore::DumpRenderTree::DumpRenderTree):
849 (WebCore::DumpRenderTree::~DumpRenderTree):
850 (WebCore::DumpRenderTree::open):
851 (WebCore::DumpRenderTree::readStdin):
852 (WebCore::DumpRenderTree::checkLoaded):
853 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
854 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
857 2006-08-27 Nikolas Zimmermann <zimmermann@kde.org>
859 Reviewed by Eric, landed by Anders.
861 Add DumpRenderTree support for Qt/Linux.
863 * DumpRenderTree/DumpRenderTree.qtproj/CMakeLists.txt: Added.
864 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: Added.
865 (WebCore::DumpRenderTree::DumpRenderTree):
866 (WebCore::DumpRenderTree::~DumpRenderTree):
867 (WebCore::DumpRenderTree::open):
868 (WebCore::DumpRenderTree::readStdin):
869 (WebCore::DumpRenderTree::checkLoaded):
870 * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.h: Added.
871 * DumpRenderTree/DumpRenderTree.qtproj/main.cpp: Added.
873 * Scripts/build-dumprendertree:
874 * Scripts/run-webkit-tests:
875 * Scripts/webkitdirs.pm:
877 2006-08-24 Nikolas Zimmermann <zimmermann@kde.org>
879 Reviewed by Eric. Landed by rwlbuis.
881 Add QtLauncher (was testunity before), which provides a
882 standalone "browser" to test the Qt platform stuff.
884 * QtLauncher/CMakeLists.txt: Added.
885 * QtLauncher/main.cpp: Added.
888 2006-08-22 Trey Matteson <trey@usa.net>
892 Added support for a new set of browser navigation tests. The main feature
893 is the ability for a test to queue up a set of future actions that will
894 happen after that first page is loaded. This is used to simulate a sequence
895 of user actions such as filling out forms, loading additional pages or
896 going back. In addition we can now dump out the state of the back/forward
897 list, and the scroll position is dumped if not at 0,0.
899 * DumpRenderTree/DumpRenderTree.m:
900 (main): Init new state
901 (compareHistoryItems): New utility to support sorting.
902 (dumpHistoryItem): Write out a WebHistoryItem and kids.
903 (dumpFrameScrollPosition): Write out the scroll position.
904 (dump): Optionally write b/f list or scroll position.
905 (-[WaitUntilDoneDelegate processWork:]): Perform queued work.
906 (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]):
907 Kick off any queued actions. Fixed for the case of loads started in
908 a subframe instead of the root frame.
909 (-[WaitUntilDoneDelegate webView:didStartProvisionalLoadForFrame:]):
910 Grab the topmost frame that is being loaded. Do this as early as possible,
911 instead of in didCommitLoadForFrame.
912 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
913 Noting a load has started now happens in previous method.
914 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Boilerplate
915 (+[LayoutTestController webScriptNameForSelector:]): Boilerplate
916 (-[LayoutTestController notifyDone]): readyToDump var is subsumed by
918 (-[LayoutTestController dumpBackForwardList]): New impl, just set a bit.
919 (-[LayoutTestController _addWorkForTarget:selector:arg1:arg2:]):
920 Add new work to the queue.
921 (-[LayoutTestController _doLoad:target:]): Do a queued load.
922 (-[LayoutTestController _doBackOrForwardNav:]): Do a queued back/forward.
923 (-[LayoutTestController scheduleBackNav:]): Ways for scripts to queue actions
924 (-[LayoutTestController scheduleForwardNav:]):
925 (-[LayoutTestController scheduleReload]):
926 (-[LayoutTestController scheduleScript:]):
927 (-[LayoutTestController scheduleLoad:target:]):
928 (runTest): Clear new state for each test. Renamed from "dumpRenderTree"
929 since it's not one of the functions that does any dumping.
931 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
935 - added a function to create a few DOMKeyboardEvents and dispatch
936 them to a specified HTML element
937 http://bugs.webkit.org/show_bug.cgi?id=9736
939 * DumpRenderTree/EventSendingController.m:
940 (+[EventSendingController isSelectorExcludedFromWebScript:]):
941 (+[EventSendingController webScriptNameForSelector:]):
942 (-[EventSendingController fireKeyboardEventsToElement:]):
944 2006-08-15 Duncan Wilcox <duncan@mclink.it>
946 Reviewed and tweaked by Darin.
948 - added DumpRenderTree support so editing delegate can be made to refuse edits
949 to enable tests for http://bugs.webkit.org/show_bug.cgi?id=10129
951 * DumpRenderTree/DumpRenderTree.m:
952 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Add setAcceptsEditing:
953 to the list of methods.
954 (+[LayoutTestController webScriptNameForSelector:]): Use the name setAcceptsEditing,
955 without the colon, for the JavaScript name.
956 (-[LayoutTestController setAcceptsEditing:]): Added. Calls through to the editing
958 (dumpRenderTree): Set the acceptsEditing flag to YES before each test.
960 * DumpRenderTree/EditingDelegate.h: Added an "acceptsEditing" flag and getter and
961 setter methods to the class.
962 * DumpRenderTree/EditingDelegate.m:
963 (-[EditingDelegate init]): Initialize acceptsEditing to YES.
964 (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]): Instead of always returning YES,
965 return the value of acceptsEditing.
966 (-[EditingDelegate webView:shouldEndEditingInDOMRange:]): Ditto.
967 (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]): Ditto.
968 (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]): Ditto.
969 (-[EditingDelegate webView:shouldDeleteDOMRange:]): Ditto.
970 (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]):
972 (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): Ditto.
973 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): Ditto.
974 (-[EditingDelegate setAcceptsEditing:]): Added.
976 2006-08-03 Mark Rowe <opendarwin.org@bdash.net.nz>
980 Bug 10224: [Drosera] Drosera icon should be set on DroseraLauncher so it appears in nightly builds
981 http://bugs.webkit.org/show_bug.cgi?id=10224
983 * Drosera/Drosera.xcodeproj/project.pbxproj:
984 * Drosera/LauncherInfo.plist:
986 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
988 - fix ASSERTION FAILURE: draggingDocumentView == nil in -[WebViewPrivate dealloc]
989 when a test performs an unsuccessful drag and drop operation.
991 * DumpRenderTree/EventSendingController.m:
992 (-[EventSendingController mouseUp]): Added a call to -draggingExited: if the
993 drag operation for the mouse release is NSDragOperationNone.
995 2006-08-02 Timothy Hatcher <timothy@apple.com>
999 Bug 9632: [Drosera] syntax highlighting is slow (reproducible 40 second hang)
1000 http://bugs.webkit.org/show_bug.cgi?id=9632
1002 Do not change the file source when normalizing the line endings.
1003 We use this file source to compare against new versions of the source
1004 as it comes in, so we can skip re-syntax highlighting if they are the same.
1005 The problem is apparent on yahoo.com since they have mixed line endings and
1006 once we normalize them the source will always be different. This was
1007 compounded by the fact that yahoo has around 40 inline scripts. Each
1008 inline script causes us to check if the main document has more loaded,
1009 that is when we compare the source strings. Since they are always different
1010 we would syntax highlight yahoo.com 40 times! We do check source length before
1011 doing a more expensive string comparison, but the lengths were the same.
1013 * Drosera/debugger.js:
1015 2006-08-02 Niels Leenheer <niels.leenheer@gmail.com>
1017 Reviewed by Timothy.
1019 Bug 9931: [Drosera] Needs a cool icon
1020 http://bugs.webkit.org/show_bug.cgi?id=9931
1022 * Drosera/Drosera.icns: Added.
1023 * Drosera/Drosera.xcodeproj/project.pbxproj:
1024 * Drosera/Info.plist:
1026 2006-08-01 Darin Adler <darin@apple.com>
1028 - fix a bug in my recent change where the mouse position at the end of
1029 the last test would affect the results of the next test
1031 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): Set lastMousePosition to 0.
1033 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1037 http://bugs.webkit.org/show_bug.cgi?id=10182
1038 Bug 10182: [Drosera] Evaluating expressions in Console is slow when current frame has many variables
1040 * Drosera/console.js: String.indexOf returns -1 when the string is not found.
1041 Correct the logic to not reload local variable list unless an '=' character is in the expression.
1043 2006-07-31 Darin Adler <darin@apple.com>
1047 - fix http://bugs.webkit.org/show_bug.cgi?id=10171
1048 REGRESSION: failing layout test: fast/events/objc-event-api.html
1050 * DumpRenderTree/DumpRenderTree.m:
1051 (main): Add pose so we can implement +[NSEvent mouseLocation]. Put the window at a predictable
1052 location in flipped coordinates, since those are the coordinates that we use.
1053 (+[DumpRenderTreeEvent mouseLocation]): Implement this, since it's used for mouse event handling
1056 * DumpRenderTree/EventSendingController.m:
1057 (+[EventSendingController initialize]): Removed unused webkitDomEventProperties array.
1058 (-[EventSendingController init]): Removed, since the whole thing was a no-op.
1059 (-[EventSendingController mouseMoveToX:Y:]): Convert the x,y pair to window coordinates. The old code
1060 probably worked OK, but this is needed to be correct.
1061 (-[EventSendingController handleEvent:]): Put clientX/Y before screenX/Y and removed the flipping
1062 code from screenY. We didn't really need to flip screenY -- what was actually happening was that the
1063 position that DumpRenderTree chose was in non-flipped coordinates, and with that fixed we can just
1064 dump the screenY as-is.
1066 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1070 http://bugs.webkit.org/show_bug.cgi?id=10178
1071 Bug 10178: [Drosera] Selecting a frame in the stack list should take you to that location in the source
1073 * Drosera/debugger.js: Keep a stack that contains the source file and line number references for outer
1074 frames. Use this stack to determine which file and line to highlight when a stack frame is selected.
1076 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1080 http://bugs.webkit.org/show_bug.cgi?id=10175
1081 Bug 10175: [Drosera] Anonymous functions show up as "(global scope)" in stack list
1083 * Drosera/DebuggerDocument.m:
1084 (-[WebScriptObject currentFunctionStack]): If the frame has a caller it isn't the global scope.
1086 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1090 http://bugs.webkit.org/show_bug.cgi?id=10167
1091 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
1093 * DumpRenderTree/EventSendingController.m: Don't set the mouse down flag
1096 2006-07-30 Mark Rowe <opendarwin.org@bdash.net.nz>
1100 Bug 9686: [Drosera] Need the ability to break into Drosera on Javascript exceptions
1101 http://bugs.webkit.org/show_bug.cgi?id=9686
1103 * Drosera/DebuggerDocument.m:
1104 (-[WebScriptObject switchToServerNamed:]): Remove as listener before resuming to
1105 ensure that the server does not try and notify us of events related to the resumption.
1106 (-[WebScriptObject webView:exceptionWasRaised:sourceId:line:forWebFrame:]): Delegate
1107 call through to JavaScript.
1108 * Drosera/debugger.js: Pause debugger when exception is raised.
1110 2006-07-29 Mike Emmel <mike.emmel@gmail.com>
1114 - fixes for Linux build
1116 * GdkLauncher/mk: Added call to bakefile_gen before calling make.
1117 * GdkLauncher/gdklauncher.bkl: Tweak comment.
1119 2006-07-24 Dan Waylonis <waylonis@google.com>
1121 Reviewed and tweaked a bit by Darin.
1123 * DumpRenderTree/ObjCPlugin.m:
1124 (+[ObjCPlugin isSelectorExcludedFromWebScript:]): Added "echo:".
1125 (+[ObjCPlugin webScriptNameForSelector:]): Use the name "echo" for
1126 "echo:" so it's nice to call from JavaScript.
1127 (-[ObjCPlugin echo:]): Just returns the same object -- can be used
1128 to test a round trip through Objective-C types.
1130 2006-07-24 Alexey Proskuryakov <ap@nypop.com>
1134 Fix http://bugs.webkit.org/show_bug.cgi?id=10060
1135 Improve iExploder results parsing
1137 * Scripts/run-iexploder-tests: Fix Apach logs parsing to produce a correct results
1138 in random mode, too.
1140 2006-07-18 David Kilzer <ddkilzer@kilzer.net>
1142 Reviewed by Timothy.
1144 - fix http://bugs.webkit.org/show_bug.cgi?id=9964
1145 Add switch to prepare-ChangeLog to skip svn update of ChangeLog files
1147 * Scripts/prepare-ChangeLog: Added --[no-]update switch.
1149 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
1153 * BuildSlaveSupport/build.webkit.org-config/buildbot.css:
1154 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
1156 Removed "Property changes" that snuck in as part of the "apply patch" process.
1158 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
1162 - fix http://bugs.webkit.org/show_bug.cgi?id=9875
1163 Teach svn-apply and svn-unapply to use patch(1) for additions and deletions
1165 * Scripts/svn-apply:
1166 (addDirectoriesIfNeeded): Don't try to add a directory that's already in svn.
1168 (patch): Use patch(1) for non-binary additions and deletions.
1169 * Scripts/svn-unapply:
1171 (patch): Use patch(1) for reverting non-binary additions and deletions.
1172 (revertDirectories): Don't try to revert a directory that hasn't changed in svn.
1174 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
1176 Reviewed by Timothy.
1178 Bug 9889: [Drosera] Stepping out when paused after last statement in function skips a frame
1179 http://bugs.webkit.org/show_bug.cgi?id=9889
1181 * Drosera/debugger.js: Track whether we paused during the execution of willLeaveFrame. If
1182 so, have stepOut pause on the next call to willExecuteStatement rather than second.
1184 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
1188 - fix http://bugs.webkit.org/show_bug.cgi?id=9848
1189 Teach svn-create-patch and friends to fix ChangeLog patches
1191 * Scripts/svn-apply: Added fixChangeLogPatch() and invoked it in the proper place.
1192 * Scripts/svn-create-patch: Ditto.
1193 * Scripts/svn-unapply: Ditto.
1195 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
1199 Bug 9869: [Drosera] JS Console fails to evaluate input when paused in global scope
1200 http://bugs.webkit.org/show_bug.cgi?id=9869
1202 * Drosera/DebuggerDocument.m:
1203 (-[WebScriptObject currentFunctionStack]): Include the global frame in the stack.
1205 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
1209 Bug 9863: Drosera needs to show something at launch
1210 http://bugs.webkit.org/show_bug.cgi?id=9863
1212 * Drosera/DebuggerApplication.m:
1213 (-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
1215 2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
1217 Reviewed by Timothy.
1219 Lets Drosera build universal for the nightlies. Right now it is not
1220 possible to build a universal binary on a PPC machine because of a
1221 conflict with the universal SDK.
1223 * BuildSlaveSupport/build-launcher-app:
1224 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1226 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1230 - test for http://bugs.webkit.org/show_bug.cgi?id=7808
1231 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
1233 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1234 (pluginInvoke): treat getURL() with one parameter as if the second parameter were NULL -
1235 should open a new stream and deliver the data to the current instance.
1237 2006-07-11 Timothy Hatcher <timothy@apple.com>
1241 Bug 9598: [Drosera] add a JavaScript evaluator console
1242 http://bugs.webkit.org/show_bug.cgi?id=9598
1244 * Drosera/DebuggerApplication.h:
1245 * Drosera/DebuggerApplication.m:
1246 (-[DebuggerApplication knownServers]):
1247 * Drosera/DebuggerDocument.h:
1248 * Drosera/DebuggerDocument.m:
1249 (-[WebScriptObject evaluateScript:inCallFrame:]):
1250 (-[WebScriptObject showConsole:]):
1251 (-[WebScriptObject toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1252 (-[WebScriptObject toolbarDefaultItemIdentifiers:]):
1253 (-[WebScriptObject toolbarAllowedItemIdentifiers:]):
1254 (-[WebScriptObject webView:createWebViewWithRequest:]):
1255 (-[WebScriptObject webViewShow:]):
1256 (-[WebScriptObject webViewAreToolbarsVisible:]):
1257 (-[WebScriptObject webView:setToolbarsVisible:]):
1258 (-[WebScriptObject webView:setResizable:]):
1259 (-[WebScriptObject webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:]):
1260 (-[WebScriptObject scriptConfirmSheetDidEnd:returnCode:contextInfo:]):
1261 (-[WebScriptObject webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:]):
1262 (-[WebScriptObject webView:windowScriptObjectAvailable:]):
1263 (-[WebScriptObject webView:didFinishLoadForFrame:]):
1264 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
1265 * Drosera/Drosera.xcodeproj/project.pbxproj:
1266 * Drosera/Images/console.png: Added.
1267 * Drosera/console.css: Added.
1268 * Drosera/console.html: Added.
1269 * Drosera/console.js: Added.
1271 2006-07-11 Timothy Hatcher <timothy@apple.com>
1273 Reviewed by a tired Geoff.
1275 Bug 9597: [Drosera] hook up the variables table to show stack variables
1276 http://bugs.webkit.org/show_bug.cgi?id=9597
1278 * Drosera/DebuggerDocument.m:
1279 (-[WebScriptObject isSelectorExcludedFromWebScript:]):
1280 (-[WebScriptObject webScriptAttributeKeysForScriptObject:]):
1281 (-[WebScriptObject localScopeVariableNamesForCallFrame:]):
1282 (-[WebScriptObject valueForScopeVariableNamed:inCallFrame:]):
1283 (-[WebScriptObject webView:didReceiveTitle:forFrame:]):
1284 (-[WebScriptObject webView:didLoadMainResourceForDataSource:]):
1285 (-[WebScriptObject webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
1286 (-[WebScriptObject webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1287 (-[WebScriptObject webView:willExecuteStatement:sourceId:line:forWebFrame:]):
1288 (-[WebScriptObject webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1289 * Drosera/debugger.css:
1290 * Drosera/debugger.html:
1291 * Drosera/debugger.js:
1293 2006-07-10 Tim Omernick <timo@apple.com>
1295 Reviewed by Beth Dakin.
1297 <http://bugs.webkit.org/show_bug.cgi?id=9844>:
1298 Add DOM access test to DumpRenderTree's Netscape plug-in
1300 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
1304 2006-07-10 Mark Rowe <opendarwin.org@bdash.net.nz>
1308 - http://bugs.webkit.org/show_bug.cgi?id=9839
1309 Bug 9839: Nightly launcher fails to detect extensions when extension causes crash on load
1311 Now track three states: initializing, running, and closed. If we are launched and the previous
1312 state was initializing then we likely just experienced a crash on launch.
1314 * WebKitLauncher/WebKitNightlyEnabler.m:
1315 (myApplicationWillFinishLaunching): Improve wording of dialog. Update to set new running state.
1316 (myApplicationWillTerminate): Update to use new states.
1317 (cleanUpAfterOurselves): Display alert if previous state was initializing. Set state as
1318 initializing as early as practical.
1319 (symbol_lookup): Bring code up to speed with formatting guidelines.
1320 (GDSymbolLookup): Ditto.
1322 2006-07-10 Darin Adler <darin@apple.com>
1324 - try to fix Windows build
1326 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
1327 Remove include paths with "khtml" in them. Add one for "html" subdir or WebCore.
1329 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1331 Build fix. Reviewed by NOBODY.
1333 - Backed out http://bugs.webkit.org/show_bug.cgi?id=7802
1334 devenv.com not available in VC++ Express installations
1336 * Scripts/webkitdirs.pm: Backed out previous change.
1338 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1342 - http://bugs.webkit.org/show_bug.cgi?id=9693
1343 svn-apply should set ChangeLog date correctly when applying patches
1345 * Scripts/svn-apply: Set the ChangeLog entry date using a configurable timezone
1346 before applying the patch.
1347 * Scripts/svn-unapply: Reset the ChangeLog entry date before unapplying the patch.
1349 2006-07-09 Darin Adler <darin@apple.com>
1351 * Scripts/do-webcore-rename: Final version of this round of renaming for posterity.
1353 2006-07-09 Darin Adler <darin@apple.com>
1355 * Scripts/do-webcore-rename: Next round of renaming. (Last round was done.)
1357 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1359 Reviewed by NOBODY (build fix).
1361 - http://bugs.webkit.org/show_bug.cgi?id=7802
1362 devenv.com not available in VC++ Express installations
1364 * Scripts/webkitdirs.pm: Restore Hyatt's original logic to make buildbot
1365 work again. Add VC++ Express check as the fallback.
1367 2006-07-09 Bjoern Graf <bjoern.graf@gmail.com>
1369 Reviewed by Timothy Hatcher.
1371 - http://bugs.webkit.org/show_bug.cgi?id=7802
1372 devenv.com not available in VC++ Express installations
1374 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
1376 2006-07-09 Joost de Valk <jdevalk@opendarwin.org>
1380 Fixes bug http://bugs.webkit.org/show_bug.cgi?id=9804 .
1381 Patch by coldwinter@katamail.com.
1383 In the congratulations message, "capatibilies" should be "capabilities".
1385 * Scripts/build-webkit:
1387 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1389 Reviewed by Timothy Hatcher.
1391 - http://bugs.webkit.org/show_bug.cgi?id=9794
1392 Teach run-webkit-tests how to ignore tests with performance improvements
1394 * Scripts/run-webkit-tests: Speed up test list generation, implement --ignore-tests
1395 feature, and minor clean up.
1397 2006-07-08 Darin Adler <darin@apple.com>
1399 Reviewed by Geoff (well, half of it at least).
1401 - http://bugs.webkit.org/show_bug.cgi?id=9788
1402 storage leaks in Objective-C tests
1404 * DumpRenderTree/DumpRenderTree.m: (-[LayoutTestController keepWebHistory]):
1405 * DumpRenderTree/ObjCPlugin.m: (-[ObjCPlugin removeBridgeRestrictions:]):
1406 Add a release to fix a storage leak.
1408 2006-07-08 Darin Adler <darin@apple.com>
1410 * Scripts/do-webcore-rename: A few more.
1412 2006-07-08 Darin Adler <darin@apple.com>
1414 * Scripts/do-webcore-rename: Another cut at renames. About ready to go (later today).
1416 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1420 http://bugs.webkit.org/show_bug.cgi?id=9734
1421 - add support for dumping non-HTML as text - in this case use textContent
1422 instead of innerText
1424 * DumpRenderTree/DumpRenderTree.m:
1427 2006-07-02 Timothy Hatcher <timothy@apple.com>
1431 Bug 9631: [Drosera] Add "Step Over" and "Step Out"
1432 http://bugs.webkit.org/show_bug.cgi?id=9631
1434 Adds step over and step out. Along with a little code cleanup
1435 that was minor enough to piggyback on this fix.
1437 * Drosera/DebuggerDocument.h:
1438 * Drosera/DebuggerDocument.m:
1439 (-[DebuggerDocument stepOver:]):
1440 (-[DebuggerDocument stepOut:]):
1441 (-[DebuggerDocument windowDidLoad]):
1442 (-[DebuggerDocument windowWillClose:]):
1443 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1444 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
1445 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
1446 (-[DebuggerDocument validateUserInterfaceItem:]):
1447 * Drosera/Drosera.xcodeproj/project.pbxproj:
1448 * Drosera/debugger.html:
1449 * Drosera/debugger.js:
1450 * Drosera/viewer.css:
1452 2006-07-02 Timothy Hatcher <timothy@apple.com>
1456 Bug 9628: [Drosera] Split Views acting oddly
1457 http://bugs.webkit.org/show_bug.cgi?id=9628
1459 Only update the last X or Y coordinate if the new
1460 size was not constrained. Also adds the resize cursor to
1461 the body during the drag incase there is a constrained
1462 over drag off of the resizer element.
1464 * Drosera/debugger.js:
1466 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1468 Reviewed by Alexy Proskuryakov.
1470 Bug 9692: Warning about Safari extensions on every launch is obnoxious
1471 http://bugs.webkit.org/show_bug.cgi?id=9692
1473 * WebKitLauncher/WebKitNightlyEnabler.m:
1474 (myApplicationWillTerminate): Note that we are exiting cleanly.
1475 (cleanUpAfterOurselves): Install bundle load tracking only if we failed
1476 to exit cleanly on our last invocation. This doesn't play nicely with
1477 multiple concurrent instances of WebKit.app so it can be disabled via
1478 defaults write com.apple.Safari WKNEShouldMonitorShutdowns -bool NO.
1480 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1482 Reviewed by Alexy Proskuryakov.
1484 Bug 9654: Refresh Loop when accessing feed URLs
1485 http://bugs.webkit.org/show_bug.cgi?id=9654
1487 * WebKitLauncher/Info.plist: Don't claim to handle feed:// URLs.
1489 2006-07-02 Mark Rowe <opendarwin.org@bdash.net.nz>
1491 Reviewed by Timothy Hatcher.
1493 Bug 9689: Nightly builds should warn a user about potential problems when using
1495 http://bugs.webkit.org/show_bug.cgi?id=9689
1497 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1498 * WebKitLauncher/WebKitNightlyEnabler.m:
1499 (myBundleDidLoad): Keep track of if any bundles that are loaded.
1500 (myApplicationWillFinishLaunching): Notify user if any bundles are loaded.
1501 (cleanUpAfterOurselves): Register for NSBundleDidLoadNotification and
1502 NSApplicationWillFinishLaunchingNotification notifications so that we can
1503 track bundle loads and notify the user at launch completion.
1505 2006-06-30 Mike Emmel <mike.emmel@gmail.com>
1509 - first check-in of a Gdk shell for testing WebKit
1511 * GdkLauncher: Added.
1513 2006-06-29 Timothy Hatcher <timothy@apple.com>
1517 Need to call window close so WebView tears-down completly.
1519 * DumpRenderTree/DumpRenderTree.m:
1520 (main): call [window close]
1522 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
1526 Bug 9615: Buildbot configuration should be in SVN repository
1527 http://bugs.webkit.org/show_bug.cgi?id=9615
1529 Import BuildBot configuration files as used by build.webkit.org.
1530 auth.py has been stubbed out so that slave passwords are not disclosed.
1532 * BuildSlaveSupport/build.webkit.org-config/Makefile: Added.
1533 * BuildSlaveSupport/build.webkit.org-config/buildbot.css: Added.
1534 * BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Added.
1535 * BuildSlaveSupport/build.webkit.org-config/master.cfg: Added.
1536 * BuildSlaveSupport/build.webkit.org-config/webkit/__init__.py: Added.
1537 * BuildSlaveSupport/build.webkit.org-config/webkit/auth.py: Added.
1538 * BuildSlaveSupport/build.webkit.org-config/webkit/basesteps.py: Added.
1539 * BuildSlaveSupport/build.webkit.org-config/webkit/builders.py: Added.
1540 * BuildSlaveSupport/build.webkit.org-config/webkit/factories.py: Added.
1541 * BuildSlaveSupport/build.webkit.org-config/webkit/schedulers.py: Added.
1542 * BuildSlaveSupport/build.webkit.org-config/webkit/status.py: Added.
1543 * BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Added.
1545 2006-06-29 Mark Rowe <opendarwin.org@bdash.net.nz>
1549 Bug 9614: Nightly builds should notify user if a newer build is available
1550 http://bugs.webkit.org/show_bug.cgi?id=9614
1552 * BuildSlaveSupport/build-launcher-app: Write revision number to WebKit.app's VERSION file.
1553 * BuildSlaveSupport/build-launcher-dmg: Pass revision number to server-side nightly maintenance
1554 script so it can keep track of the latest revision.
1555 * Scripts/run-webkit-tests: Pass build-dumprendertree's exit status through correctly.
1556 * WebKitLauncher/VERSION: Added. Placeholder for SVN revision number
1557 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1558 * WebKitLauncher/start.html: Retrieve revision number from VERSION file, and pass it through to
1559 the nightly start page.
1561 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
1565 Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to screenY output
1566 http://bugs.webkit.org/show_bug.cgi?id=9579
1568 Report screenY values as (height of zero screen - screenY)
1570 * DumpRenderTree/EventSendingController.m: (-[EventSendingController handleEvent:]):
1572 2006-06-25 Timothy Hatcher <timothy@apple.com>
1576 Bug 9591: [Drosera] breakpoints should be dragable and deletable by dragging off the gutter
1577 http://bugs.webkit.org/show_bug.cgi?id=9591
1579 Makes breakpoints dragable. If dragged off the gutter they are deleted.
1581 * Drosera/debugger.js:
1582 * Drosera/viewer.css:
1584 2006-06-25 Timothy Hatcher <timothy@apple.com>
1588 Bug 9568: assertion failure in Safari after quitting Drosera
1589 http://bugs.webkit.org/show_bug.cgi?id=9568
1591 Call switchToServerNamed:nil and not removeLister to make sure
1592 the server object is set to nil to prevent further removeListener calls.
1594 * Drosera/DebuggerDocument.m:
1595 (-[DebuggerDocument applicationTerminating:]):
1597 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1601 * Scripts/svn-apply: Speed up isDirectoryEmptyForRemoval() by returning as soon as we find
1602 that the directory is not empty instead of reading in every single file and directory first,
1603 then checking the count. Avoid warning in removeDirectoriesIfNeeded() if $svnOutput is not
1606 2006-06-25 Darin Adler <darin@apple.com>
1608 * Scripts/svn-apply: Tweak comments.
1609 * Scripts/svn-create-patch: Ditto.
1610 * Scripts/svn-unapply: Ditto.
1612 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1614 Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY.
1616 http://bugs.webkit.org/show_bug.cgi?id=9571#c2
1618 * Scripts/svn-apply: Formatting fix.
1620 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1624 http://bugs.webkit.org/show_bug.cgi?id=9571
1625 Teach svn-apply and svn-unapply to handle directory adds and removes better
1627 * Scripts/svn-apply: Handle directory adds more intelligently. Handle directory removes.
1628 * Scripts/svn-unapply: Handle undoing both directory adds and removes.
1630 2006-06-25 Timothy Hatcher <timothy@apple.com>
1634 Bug 9574: Drosera should show inline scripts within the original HTML
1635 http://bugs.webkit.org/show_bug.cgi?id=9574
1637 Refactor the JavaScript code to have a distinction between files
1638 and scripts. Show the script in the context of the HTML file if
1639 it's URL is the same as the frame's main resource. At the time of
1640 the disParseScript callback the main resource might not be completely
1641 loaded, but Drosera needs to show whatever we have at the time. Once
1642 the main resource is finished, update the file source and reload the file.
1644 * Drosera/DebuggerDocument.m:
1645 (-[DebuggerDocument pause]):
1646 (-[DebuggerDocument webView:didLoadMainResourceForDataSource:]):
1647 (-[DebuggerDocument webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:]):
1648 (-[DebuggerDocument webView:failedToParseSource:baseLineNumber:fromURL:withError:forWebFrame:]):
1649 * Drosera/debugger.css:
1650 * Drosera/debugger.js:
1652 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1656 http://bugs.webkit.org/show_bug.cgi?id=9570
1657 Teach prepare-ChangeLog to operate on a list of files or directories
1659 * Scripts/prepare-ChangeLog: Accept a list of files and/or directories when running.
1660 * Scripts/svn-create-patch: Code refactoring.
1662 2006-06-24 James G. Speth <speth@end.com>
1666 - http://bugs.webkit.org/show_bug.cgi?id=8843
1667 add a way to build Objective-C test cases in HTML
1669 Tests running in DumpRenderTree can choose to relax some restrictions of the JavaScript/Objective-C bridge
1670 allowing more extensive testing of the Obj-C API. (and by more extensive, I mean this lets scripts do
1671 pretty much whatever they want, including acting as delegates, generating events, instantiating obj-c
1674 * DumpRenderTree/ObjCPlugin.h:
1675 * DumpRenderTree/ObjCPlugin.m: this ability is only exposed to scripts running in DumpRenderTree
1676 (+[ObjCPlugin isSelectorExcludedFromWebScript:]):
1677 (+[ObjCPlugin webScriptNameForSelector:]):
1678 (-[ObjCPlugin removeBridgeRestrictions:]): scripts call this to open up obj-c for extensive testing
1679 (+[NSObject setAllowsScriptsFullAccess:]): makes NSObject allow all selectors to be invoked from script
1680 (+[NSObject allowsScriptsFullAccess]):
1681 (+[NSObject isSelectorExcludedFromWebScript:]): when full access is enabled, no selector is excluded
1682 (+[NSObject webScriptNameForSelector:]): always return nil for the default selector mutation
1683 (-[JSObjC classNameOfObject:isSelectorExcludedFromWebScript:]):
1684 (+[JSObjC webScriptNameForSelector:]):
1685 (-[JSObjC invokeDefaultMethodWithArguments:]): shortcut for accessing classes
1686 (-[JSObjC lookUpClass:]): allow scripts to retrieve obj-c classes by name
1687 (-[JSObjC log:]): access to NSLog function
1688 (-[JSObjC retainObject:]): useful obj-c functions that are otherwise hard to reach from javascript
1689 (-[JSObjC classOfObject:]):
1690 (-[JSObjC classNameOfObject:]):
1692 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1694 Reviewed by Timothy.
1696 * DrawTest/Info.plist: Added copyright statement.
1697 * Drosera/Info.plist: Ditto.
1698 * DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist: Ditto.
1699 * WebKitLauncher/Info.plist: Ditto.
1701 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1703 Build fix. Reviewed by NOBODY.
1705 - Backed out http://bugs.webkit.org/show_bug.cgi?id=7802
1706 devenv.com not available in VC++ Express installations
1708 * Scripts/webkitdirs.pm: Backed out previous change.
1710 2006-06-24 Bjoern Graf <bjoern.graf@gmail.com>
1714 - http://bugs.webkit.org/show_bug.cgi?id=7802
1715 devenv.com not available in VC++ Express installations
1717 * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express.
1719 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
1723 - http://bugs.webkit.org/show_bug.cgi?id=9564
1724 A bunch of fixes to run-webkit-httpd
1726 - Add an -all-interfaces (-a) flag to bind to all interfaces, not just
1727 127.0.0.1. Useful for testing with WinIE running on another machine;
1728 - don't call checkFrameworks() - we do not need a built WebKit here;
1729 - changed tabs to spaces;
1730 - disable HTTP keepalive (since Apache doesn't spawn sub-processes in
1731 interactive mode, they were a hassle when testing with several browsers, as one
1732 had to wait for connection to expire);
1733 - remove httpd.pid when done, so that Apache doesn't complain next time.
1735 * Scripts/run-webkit-httpd:
1737 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
1739 Reviewed by ggaren, landed by ap.
1741 - http://bugs.webkit.org/show_bug.cgi?id=9181
1742 Complete DOMUIEvent Obj-C API to reflect UIEvent
1744 Add function to enable logging of all events of one DOM node to stdout.
1746 * DumpRenderTree/EventSendingController.h:
1747 * DumpRenderTree/EventSendingController.m:
1748 (+[EventSendingController initialize]):
1749 (+[EventSendingController isSelectorExcludedFromWebScript:]):
1750 (+[EventSendingController webScriptNameForSelector:]):
1751 (-[EventSendingController enableDOMUIEventLogging:]):
1752 (-[EventSendingController handleEvent:]):
1754 2006-06-23 Kevin Decker <kdecker@apple.com>
1756 Reviewed by Tim Hatcher.
1758 - Made column headers in Drosera resizable.
1760 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1764 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1765 Another case error preventing build
1767 * Scripts/webkitdirs.pm: Building WebKit now requires Xcode 2.3.
1769 2006-06-22 Timothy Hatcher <timothy@apple.com>
1773 Adds a native toolbar to Drosera to be a good citizen.
1774 Adds a Debug menu with key-commands for Continue, Pause and Step Into.
1775 Fixes a dragging bug from an earlier fix to the divider code.
1776 Fixes some poor indenting in debugger.js.
1778 * Drosera/DebuggerDocument.h:
1779 * Drosera/DebuggerDocument.m:
1780 (-[DebuggerDocument stepInto]):
1781 (-[DebuggerDocument pause:]):
1782 (-[DebuggerDocument resume:]):
1783 (-[DebuggerDocument stepInto:]):
1784 (-[DebuggerDocument windowDidLoad]):
1785 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
1786 (-[DebuggerDocument toolbarDefaultItemIdentifiers:]):
1787 (-[DebuggerDocument toolbarAllowedItemIdentifiers:]):
1788 (-[DebuggerDocument validateUserInterfaceItem:]):
1789 * Drosera/English.lproj/MainMenu.nib/classes.nib:
1790 * Drosera/English.lproj/MainMenu.nib/info.nib:
1791 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib:
1792 * Drosera/debugger.css:
1793 * Drosera/debugger.html:
1794 * Drosera/debugger.js:
1795 * Drosera/viewer.html:
1797 2006-06-22 Kevin Decker <kdecker@apple.com>
1801 - Added pressed column header image.
1802 - Made column headers behave more like Xcode.
1804 2006-06-22 Timothy Hatcher <timothy@apple.com>
1806 Reviewed by Kevin Decker.
1808 Code clean up. Adds the stackframe and makes only the body
1809 of the tables scrollable keeping the header visible.
1810 Shows the current function stack when paused or stepping.
1812 * Drosera/DebuggerApplication.m:
1813 (-[DebuggerApplication awakeFromNib]):
1814 (-[DebuggerApplication numberOfRowsInTableView:]):
1815 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1816 * Drosera/DebuggerDocument.h:
1817 * Drosera/DebuggerDocument.m:
1818 (-[DebuggerDocument dealloc]):
1819 (-[DebuggerDocument currentFrame]):
1820 (-[DebuggerDocument currentFrameFunctionName]):
1821 (-[DebuggerDocument currentFunctionStack]):
1822 (-[DebuggerDocument log:]):
1823 (-[DebuggerDocument windowWillClose:]):
1824 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1825 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1826 * Drosera/Drosera.xcodeproj/project.pbxproj:
1827 * Drosera/debugger.css:
1828 * Drosera/debugger.html:
1829 * Drosera/debugger.js:
1831 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1835 Teach run-webkit-httpd to properly look for webkitdirs.pm.
1837 * Scripts/run-webkit-httpd:
1839 2006-06-22 Kevin Decker <kdecker@apple.com>
1841 Reviewed by Tim Hatcher.
1843 - More progress toward Javascript Debugger.
1844 - Added some new images to the project.
1846 2006-06-21 Alexey Proskuryakov <ap@nypop.com>
1850 - http://bugs.webkit.org/show_bug.cgi?id=9516
1851 Would like a script to run a httpd server with the same configuration as run-webkit-tests http
1853 * Scripts/run-webkit-httpd: Added.
1855 2006-06-20 Timothy Hatcher <timothy@apple.com>
1859 Builds Drosera and a launcher to include with the nightly.
1861 * BuildSlaveSupport/build-launcher-app:
1862 * BuildSlaveSupport/build-launcher-dmg:
1863 * Drosera/Drosera.xcodeproj/project.pbxproj:
1864 * Drosera/Info.plist:
1865 * Drosera/LauncherInfo.plist: Added.
1866 * Drosera/launcher.m: Added.
1867 (displayErrorAndQuit):
1868 (checkMacOSXVersion):
1871 * Scripts/build-drosera
1872 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj:
1873 * WebKitLauncher/main.m:
1876 2006-06-20 Timothy Hatcher <timothy@apple.com>
1880 Adds a JavaScript debugger, called Drosera. Named after
1881 a genus of bug eating plants.
1883 * Drosera/DebuggerApplication.h: Added.
1884 * Drosera/DebuggerApplication.m: Added.
1885 (-[DebuggerApplication applicationDidFinishLaunching:]):
1886 (-[DebuggerApplication serverLoaded:]):
1887 (-[DebuggerApplication serverUnloaded:]):
1888 (-[DebuggerApplication awakeFromNib]):
1889 (-[DebuggerApplication showAttachPanel:]):
1890 (-[DebuggerApplication attach:]):
1891 (-[DebuggerApplication numberOfRowsInTableView:]):
1892 (-[DebuggerApplication tableView:objectValueForTableColumn:row:]):
1893 (-[DebuggerApplication tableView:willDisplayCell:forTableColumn:row:]):
1894 (-[DebuggerApplication tableViewSelectionDidChange:]):
1895 * Drosera/DebuggerDocument.h: Added.
1896 * Drosera/DebuggerDocument.m: Added.
1897 (+[WebScriptCallFrame isSelectorExcludedFromWebScript:]):
1898 (+[WebScriptCallFrame isKeyExcludedFromWebScript:]):
1899 (+[DebuggerDocument isSelectorExcludedFromWebScript:]):
1900 (+[DebuggerDocument isKeyExcludedFromWebScript:]):
1901 (-[DebuggerDocument initWithServerName:]):
1902 (-[DebuggerDocument windowWillClose:]):
1903 (-[DebuggerDocument dealloc]):
1904 (-[DebuggerDocument isPaused]):
1905 (-[DebuggerDocument pause]):
1906 (-[DebuggerDocument resume]):
1907 (-[DebuggerDocument step]):
1908 (-[DebuggerDocument windowNibName]):
1909 (-[DebuggerDocument windowDidLoad]):
1910 (-[DebuggerDocument switchToServerNamed:]):
1911 (-[DebuggerDocument applicationTerminating:]):
1912 (-[DebuggerDocument serverConnectionDidDie:]):
1913 (-[DebuggerDocument webView:windowScriptObjectAvailable:]):
1914 (-[DebuggerDocument webView:didFinishLoadForFrame:]):
1915 (-[DebuggerDocument webView:didParseSource:fromURL:sourceId:forWebFrame:]):
1916 (-[DebuggerDocument webView:didEnterCallFrame:sourceId:line:forWebFrame:]):
1917 (-[DebuggerDocument webView:willExecuteStatement:sourceId:line:forWebFrame:]):
1918 (-[DebuggerDocument webView:willLeaveCallFrame:sourceId:line:forWebFrame:]):
1919 * Drosera/Drosera.pch: Added.
1920 * Drosera/Drosera.xcodeproj/project.pbxproj: Added.
1921 * Drosera/English.lproj/Debugger.nib/classes.nib: Added.
1922 * Drosera/English.lproj/Debugger.nib/info.nib: Added.
1923 * Drosera/English.lproj/Debugger.nib/keyedobjects.nib: Added.
1924 * Drosera/English.lproj/MainMenu.nib/classes.nib: Added.
1925 * Drosera/English.lproj/MainMenu.nib/info.nib: Added.
1926 * Drosera/English.lproj/MainMenu.nib/keyedobjects.nib: Added.
1927 * Drosera/Images/breakPoint.tif: Added.
1928 * Drosera/Images/breakPointDisabled.tif: Added.
1929 * Drosera/Images/continue.tif: Added.
1930 * Drosera/Images/finishFunction.tif: Added.
1931 * Drosera/Images/glossyFooterFill.tif: Added.
1932 * Drosera/Images/glossyHeader.png: Added.
1933 * Drosera/Images/gradientBackground.png: Added.
1934 * Drosera/Images/gutter.png: Added.
1935 * Drosera/Images/navLeftDisabled.png: Added.
1936 * Drosera/Images/navLeftNormal.png: Added.
1937 * Drosera/Images/navLeftPressed.png: Added.
1938 * Drosera/Images/navRightDisabled.png: Added.
1939 * Drosera/Images/navRightNormal.png: Added.
1940 * Drosera/Images/navRightPressed.png: Added.
1941 * Drosera/Images/pause.tif: Added.
1942 * Drosera/Images/popUpArrows.png: Added.
1943 * Drosera/Images/programCounter.tif: Added.
1944 * Drosera/Images/programCounterBreakPoint.tif: Added.
1945 * Drosera/Images/programCounterBreakPointDisabled.tif: Added.
1946 * Drosera/Images/run.tif: Added.
1947 * Drosera/Images/splitterBar.tif: Added.
1948 * Drosera/Images/splitterDimple.tif: Added.
1949 * Drosera/Images/step.tif: Added.
1950 * Drosera/Images/stepOver.tif: Added.
1951 * Drosera/Images/stop.tif: Added.
1952 * Drosera/Images/toolbarBackground.png: Added.
1953 * Drosera/Info.plist: Added.
1954 * Drosera/debugger.css: Added.
1955 * Drosera/debugger.html: Added.
1956 * Drosera/debugger.js: Added.
1957 * Drosera/main.m: Added.
1959 * Drosera/viewer.css: Added.
1960 * Drosera/viewer.html: Added.
1962 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1966 http://bugs.webkit.org/show_bug.cgi?id=9485
1967 Teach svn-apply and svn-unapply to use full path names
1969 * Scripts/svn-apply: Changed to use full path names. Cleaned up code.
1970 * Scripts/svn-unapply: Ditto.
1972 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
1976 - http://bugs.webkit.org/show_bug.cgi?id=9150
1977 DumpRenderTree should be able to keep URL history during runs
1979 Test: LayoutTests/fast/history/clicked-link-is-visited.html
1981 * DumpRenderTree/DumpRenderTree.m: Add keepWebHistory function to layoutTestController
1982 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Updated for keepWebHistory.
1983 (-[LayoutTestController keepWebHistory]): Added. We only set optional shared history if
1984 it is currently nil since keepWebHistory() might be called more than once incidentally
1986 (dumpRenderTree): Set optional shared history in WebHistory to nil by default.
1987 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Xcode 2.3 clean up.
1989 2006-06-11 David Kilzer <ddkilzer@kilzer.net>
1993 http://bugs.webkit.org/show_bug.cgi?id=9395
1994 Make prepare-ChangeLog faster
1996 * Scripts/prepare-ChangeLog: Use "svn diff" instead of "svn stat" to find changed files,
1997 then save the diff output for reuse. Keep a status variable if changes are made to
1998 LayoutTests so "svn diff LayoutTests" doesn't have to be run to check for changes when
1999 WebCore is updated. Added -h|--help command-line switch and help message. Move test
2000 for no changed files closer to the beginning of the program.
2002 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
2004 Reviewed and landed by ap.
2006 - make DumpRenderTree build
2008 * DumpRenderTree/DumpRenderTree.m:
2009 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]): Changed _updateFocusState to _updateActiveState
2010 (-[WaitUntilDoneDelegate webViewFocus:]): Ditto.
2011 (-[LayoutTestController setWindowIsKey:]): Ditto.
2012 (-[LayoutTestController setMainFrameIsFirstResponder:]): Ditto.
2014 2006-06-09 David Kilzer <ddkilzer@kilzer.net>
2016 Reviewed by Darin, landed by Geoff.
2018 http://bugs.webkit.org/show_bug.cgi?id=9350
2019 Use pathcmp() when sorting paths in svn-create-patch
2021 * Scripts/run-webkit-tests: Fixed splitpath() to use File::Basename subroutines instead of regex.
2022 * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.
2023 Changed sort() functions to use pathcmp(). Added subroutine prototypes. Added -h command-line
2024 switch and printUsage() subroutine.
2026 2006-06-06 David Kilzer <ddkilzer@kilzer.net>
2030 http://bugs.webkit.org/show_bug.cgi?id=9322
2031 Teach svn-create-patch to sort its output
2033 * Scripts/svn-create-patch: Clean up perl code. Sort patch output alphabetically
2034 by text files first, then by binary files.
2036 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
2040 http://bugs.webkit.org/show_bug.cgi?id=9299
2041 Teach svn-create-patch and friends to work with binary files
2043 * Scripts/svn-apply: Updated to use base64-encoded text for binary files when applying patches.
2044 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
2045 * Scripts/svn-unapply: Updated to recognize binary files when unapplying patches.
2047 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
2051 http://bugs.webkit.org/show_bug.cgi?id=9296
2052 Performance improvement for svn-create-patch
2054 * Scripts/svn-create-patch: Undef $indexPath after all paths have been fixed for a given patch.
2056 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
2060 http://bugs.webkit.org/show_bug.cgi?id=9290
2061 Teach svn-apply and svn-unapply to patch ChangeLogs cleanly
2063 * Scripts/svn-apply: Fixed to apply ChangeLog patches without failing.
2064 * Scripts/svn-unapply: Ditto. Also simplified reversing a deletion.
2066 2006-06-03 Steve Falkenburg <sfalken@apple.com>
2070 Switch Spinneret to new hosting mechanism
2072 * Spinneret/Spinneret.sln:
2073 * Spinneret/Spinneret/Spinneret.cpp:
2074 (SpinneretWebHost::updateAddressBar):
2075 (SpinneretWebHost::QueryInterface):
2076 (SpinneretWebHost::AddRef):
2077 (SpinneretWebHost::Release):
2084 * Spinneret/Spinneret/Spinneret.h:
2085 (SpinneretWebHost::didStartProvisionalLoadForFrame):
2086 (SpinneretWebHost::didReceiveServerRedirectForProvisionalLoadForFrame):
2087 (SpinneretWebHost::didFailProvisionalLoadWithError):
2088 (SpinneretWebHost::didCommitLoadForFrame):
2089 (SpinneretWebHost::didReceiveTitle):
2090 (SpinneretWebHost::didReceiveIcon):
2091 (SpinneretWebHost::didFinishLoadForFrame):
2092 (SpinneretWebHost::didFailLoadWithError):
2093 (SpinneretWebHost::didChangeLocationWithinPageForFrame):
2094 (SpinneretWebHost::willPerformClientRedirectToURL):
2095 (SpinneretWebHost::didCancelClientRedirectForFrame):
2096 (SpinneretWebHost::willCloseFrame):
2097 (SpinneretWebHost::windowScriptObjectAvailable):
2098 * Spinneret/Spinneret/Spinneret.vcproj:
2100 2006-06-02 Steve Falkenburg <sfalken@apple.com>
2104 Updated build script
2106 * Scripts/build-webkit:
2108 2006-06-01 Anders Carlsson <acarlsson@apple.com>
2112 * DumpRenderTree/DumpRenderTree.m:
2113 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2114 (-[LayoutTestController clearBackForwardList]):
2115 Add clearBackForwardList function to layoutTestController
2117 2006-06-01 Anders Carlsson <acarlsson@apple.com>
2121 http://bugs.webkit.org/show_bug.cgi?id=8996
2122 slow-utf8-text layout test case failing (no longer deterministic?)
2124 * DumpRenderTree/DumpRenderTree.m:
2126 Dump as text when the response MIME type is text/plain
2128 2006-05-26 Steve Falkenburg <sfalken@apple.com>
2132 * Spinneret/Spinneret.sln:
2133 * Spinneret/Spinneret/Spinneret.vcproj:
2135 2006-05-24 Geoffrey Garen <ggaren@apple.com>
2139 Added 'GCController' to DRT to support garbage collection layout tests.
2141 GCController.collect() and GCController.collectOnAlternateThread() do
2142 what you would expect. The latter takes a boolean argument sepcifying
2143 whether to wait for garbage collection to finish before continuing to
2146 * DumpRenderTree/DumpRenderTree.m:
2147 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
2148 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2149 * DumpRenderTree/GCController.h: Added.
2150 * DumpRenderTree/GCController.mm: Added.
2151 (+[GCController isSelectorExcludedFromWebScript:]):
2152 (+[GCController webScriptNameForSelector:]):
2153 (-[GCController collect]):
2154 (-[GCController collectOnAlternateThread:]):
2156 2006-05-23 John Sullivan <sullivan@apple.com>
2160 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2161 Newer Xcode removed some obsolete cruft
2163 * DumpRenderTree/TextInputController.m:
2164 (-[TextInputController textInput]):
2165 added (id) cast to make newer compiler happy
2167 2006-05-22 Steve Falkenburg <sfalken@apple.com>
2173 * Spinneret/Spinneret.sln:
2175 2006-05-18 Darin Adler <darin@apple.com>
2177 - try to fix no-SVG, no-XPATH build, again
2179 * Scripts/build-webkit: Use FEATURE_DEFINES= instead of FEATURE_DEFINES=''.
2181 2006-05-18 Darin Adler <darin@apple.com>
2183 - try to fix no-SVG, no-XPATH build
2185 * Scripts/build-webkit: Pass FEATURE_DEFINES rather than GCC_PREPROCESSOR_DEFINITIONS,
2186 since the former is what's used in the WebCore project now.
2188 2006-05-17 Darin Adler <darin@apple.com>
2190 * Scripts/do-webcore-rename: Some more future renames.
2192 2006-05-16 Adele Peterson <adele@apple.com>
2196 * Scripts/do-webcore-rename: Added RenderTextField => RenderTextControl and
2197 HTMLTextFieldInnerElement => HTMLTextControlInnerElement to list for future renames.
2199 2006-05-15 Alexey Proskuryakov <ap@nypop.com>
2201 * Scripts/install-unix-extras: Changed to be executable and removed
2202 text in the file generated by "svn diff".
2203 * Scripts/regenerate-makefiles: Ditto.
2205 2006-05-13 Kevin M. Ollivier <kevino@theolliviers.com>
2207 Reviewed by Darin, landed by ap.
2209 - http://bugs.webkit.org/show_bug.cgi?id=8528
2210 Bakefiles (and generated Makefiles) for wx and gdk ports
2212 * Scripts/install-unix-extras: Added.
2213 * Scripts/regenerate-makefiles: Added.
2215 2006-05-10 Steve Falkenburg <sfalken@apple.com>
2219 Fix registry usage from perl script. Turns out libwin32's
2220 SetRegValueEx, even for REG_DWORD, always takes its value as a string!
2222 * Scripts/install-win-extras:
2224 2006-05-09 Steve Falkenburg <sfalken@apple.com>
2227 Add load ended callback.
2231 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Fix include paths
2232 * Scripts/build-webkit: Build WebKitWin instead of WebCore/JavaScriptCore (WebKitWin builds those indirectly).
2233 * Spinneret/Spinneret/Spinneret.cpp:
2234 (SpinneretWebHost::loadEnd): Add callback for loadEnd() to determine success/failure of page load.
2235 (_tWinMain): Load built-in test content here instead of in lower-level code.
2236 * Spinneret/Spinneret/Spinneret.h: Add loadEnd() callback.
2238 2006-05-08 Maciej Stachowiak <mjs@apple.com>
2242 * Scripts/extract-localizable-strings: Update for correct names of log macros.
2244 2006-05-09 Anders Carlsson <acarlsson@apple.com>
2248 * Scripts/check-dom-results:
2249 Add XPath to the list of results.
2251 2006-05-08 Darin Adler <darin@apple.com>
2253 * Scripts/do-webcore-rename: Add another rename.
2255 2006-05-01 Steve Falkenburg <sfalken@apple.com>
2259 Spinneret now links against the new separate lib.
2261 * Spinneret/Spinneret.sln:
2262 * Spinneret/Spinneret/Spinneret.cpp:
2263 (SpinneretWebHost::updateLocationBar):
2265 * Spinneret/Spinneret/Spinneret.h:
2266 * Spinneret/Spinneret/Spinneret.vcproj:
2267 * Spinneret/Spinneret/WebFrame.cpp: Removed.
2268 * Spinneret/Spinneret/WebFrame.h: Removed.
2269 * Spinneret/Spinneret/WebView.cpp: Removed.
2270 * Spinneret/Spinneret/WebView.h: Removed.
2272 2006-04-28 Steve Falkenburg <sfalken@apple.com>
2276 Modify error reporting registry keys to disable Dr. Watson.
2277 This allows Javascript test cases to complete without blocking UI.
2279 * Scripts/install-win-extras:
2280 - Use Perl Win32 registry functions to disable blocking UI
2283 2006-04-28 Steve Falkenburg <sfalken@apple.com>
2287 Turned off C++ exceptions, fixed memory leaks
2289 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
2290 * Spinneret/Spinneret.sln:
2291 * Spinneret/Spinneret/Spinneret.cpp:
2293 * Spinneret/Spinneret/Spinneret.vcproj:
2294 * Spinneret/Spinneret/WebFrame.cpp:
2295 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
2296 (WebKit::WebFrame::WebFrame):
2297 (WebKit::WebFrame::~WebFrame):
2298 (WebKit::WebFrame::impl):
2299 * Spinneret/Spinneret/WebFrame.h:
2300 * Spinneret/Spinneret/WebView.cpp:
2301 * Spinneret/Spinneret/stdafx.h:
2303 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
2307 - http://bugs.webkit.org/show_bug.cgi?id=8633
2308 DumpRenderTree should reset the URL cache
2310 * DumpRenderTree/DumpRenderTree.m:
2311 (main): Call [[NSURLCache sharedURLCache] removeAllCachedResponses].
2313 2006-04-28 Eric Seidel <eseidel@apple.com>
2315 Reviewed by andersca.
2317 * Scripts/do-webcore-rename: rename KCanvasContainer too
2318 * Scripts/run-webkit-tests: output total time
2320 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
2322 Reviewed by hyatt. Landed by eseidel.
2324 - http://bugs.webkit.org/show_bug.cgi?id=8549
2325 Enable detection of excessive repainting with DumpRenderTree
2327 * DumpRenderTree/DumpRenderTree.m:
2328 (-[LayoutTestController display]):
2330 2006-04-23 Mitz Pettel <opendarwin.org@mitzpettel.com>
2334 - http://bugs.webkit.org/show_bug.cgi?id=6905
2335 DumpRenderTree needs a way to force painting (to allow invalidation tests)
2337 * DumpRenderTree/DumpRenderTree.m:
2338 (dump): If display() has been called during the test, grab the pixels from
2339 the view, after letting it repaint invalidated rects.
2340 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2341 (-[LayoutTestController display]): Added. Calls -display on the view
2342 and changes the subsequent behavior of dump().
2345 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
2349 - http://bugs.webkit.org/show_bug.cgi?id=8532
2350 Update iExploder to 1.3.2
2352 Test case numbers are not compatible with iExploder 1.2.
2354 * Scripts/run-iexploder-tests: Print the numbers of the last five tests that were accessed.
2356 * iExploder/CHANGELOG.txt: Added.
2357 * iExploder/LICENSE.txt: Changed to a standard zlib/png license.
2358 * iExploder/README.txt: Added some performance hints.
2360 * iExploder/htdocs/config.rb: Added.
2361 * iExploder/htdocs/cssproperties.in:
2362 * iExploder/htdocs/cssvalues.in:
2363 * iExploder/htdocs/htmlattrs.in:
2364 * iExploder/htdocs/htmltags.in:
2365 * iExploder/htdocs/iexploder.cgi:
2366 - Updated to support the latest HTML & CSS tags, properties, and values from both
2367 the WebKit and Mozilla CVS tree
2368 - cssproperties.in cleanup
2369 - Modularized the code a little bit.
2370 - Fix subtest bug that was causing last 5 tags to be missed
2371 - new subtest algorithm to deal better with larger tag counts
2372 - default HTML_MAX_TAGS increased from 32 to 96
2374 * iExploder/htdocs/index.html: Updated version to 1.3.2.
2375 * iExploder/htdocs/webserver.rb: Added. New standalone webserver, can be used as an
2376 alternative to our run-iexploder-tests.
2377 * iExploder/tools/showtest.rb: Added. Similar to run-iexploder-tests --get.
2378 * iExploder/htdocs/iexploder.rb: Added. Used by webserver.rb.
2379 * iExploder/tools/osx_last_crash.rb: Find logs modified in the last two days.
2381 2006-04-22 Alexey Proskuryakov <ap@nypop.com>
2383 - commit Scripts/run-mangleme-tests (missed it the previous time).
2385 2006-04-18 Darin Adler <darin@apple.com>
2387 - attempt to fix Windows buildbot
2389 * Scripts/install-win-extras: Temporarily changed URLs to fr.rpmfind.net.
2390 We need a better long-term solution for this.
2392 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2396 - http://bugs.webkit.org/show_bug.cgi?id=8444
2397 Integrate mangleme test script.
2399 Works in a similar way to run-iexploder-tests.
2401 * Scripts/run-mangleme-tests: Added.
2403 * mangleme/Makefile: Added.
2404 * mangleme/README: Added.
2405 * mangleme/mangle.cgi.c: Added.
2406 * mangleme/remangle.cgi.c: Added.
2407 * mangleme/tags.h: Added.
2409 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2413 - http://bugs.webkit.org/show_bug.cgi?id=8443
2414 An easier way to save iExploder tests.
2416 * Scripts/run-iexploder-tests: Added a --get option to save a test into a file.
2418 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2422 - http://bugs.webkit.org/show_bug.cgi?id=8421
2423 Integrate iExploder test script.
2425 This script generates artificially mangled HTML documents, to test that the browser
2426 doesn't crash when handling ill-formed code.
2429 run-iexploder-tests Open an interactive test page in Safari+ToT.
2430 run-iexploder-tests nnnnn Open test #nnnnn.
2432 Command line options:
2433 --guard-malloc (-g) Use Guard Malloc.
2434 --port=nnnn Run Apache on port nnnn (default is 8000).
2436 To save a crashing test, you can use curl while the crash reporter dialog is on the screen
2437 (thus, Apache is still running), e.g.:
2438 curl -o iexploder293.html "http://127.0.0.1:8000/iexploder.cgi?lookup=1&test=293"
2440 Additionally, there are some useful scripts in WebKitTools/iExploder/tools directory.
2442 * Scripts/run-iexploder-tests: Added.
2444 * iExploder/LICENSE.txt: Added.
2445 * iExploder/README.txt: Added.
2446 * iExploder/htdocs: Added.
2447 * iExploder/htdocs/cssproperties.in: Added.
2448 * iExploder/htdocs/cssvalues.in: Added.
2449 * iExploder/htdocs/htmlattrs.in: Added.
2450 * iExploder/htdocs/htmltags.in: Added.
2451 * iExploder/htdocs/htmlvalues.in: Added.
2452 * iExploder/htdocs/iexploder.cgi: Added.
2453 * iExploder/htdocs/index.html: Added.
2454 * iExploder/tools: Added.
2455 * iExploder/tools/lasthit.rb: Added.
2456 * iExploder/tools/osx_last_crash.rb: Added.
2458 2006-04-16 Alexey Proskuryakov <ap@nypop.com>
2462 - fix http://bugs.webkit.org/show_bug.cgi?id=8412
2463 Restore color profile after a crash
2465 * DumpRenderTree/DumpRenderTree.m:
2466 (crashHandler): Added a handler for signals that are raised on a crash. Keeping separate
2467 from the existing handler for manual interruption (SIGINT/SIGHUP/SIGTERM), because
2468 I'm trying to find a way to prevent the Crash Reporter dialog from appearing on crash,
2469 and this code may change significantly.
2471 (main): Install crashHandler.
2473 (setDefaultColorProfileToRGB): Properly convert CFStringRef to a char buffer
2474 (CFStringGetCStringPtr should NEVER EVER be used!).
2476 2006-04-15 Darin Adler <darin@apple.com>
2480 * Scripts/install-win-extras: Try to fix the Windows build by fixing the URLs here.
2481 Seems xmlsoft.org's HTTP no longer has what we need.
2483 2006-04-13 Mark Rowe <opendarwin.org@bdash.net.nz>
2485 Rubber-stamped by Darin.
2487 - fix http://bugs.webkit.org/show_bug.cgi?id=8348
2488 upload-disk-image stage on buildslaves fail with "No space left on device"
2490 * BuildSlaveSupport/build-launcher-dmg: Use the -srcfolder option to
2491 'hdiutil create'. This creates the initial disk image based on the size of
2492 the source folder, and copies the contents to the new disk image. The file
2493 extension on the temporary uncompressed disk image has also been altered from
2494 ".uncompressed" to ".uncompressed.dmg" as hdiutil on 10.4.6 Intel fails when
2495 the extension is not ".dmg".
2497 2006-04-12 Eric Seidel <eseidel@apple.com>
2501 * Scripts/update-webkit: Make this return non-zero when svn fails.
2503 2006-04-10 Alexey Proskuryakov <ap@nypop.com>
2507 - fix http://bugs.webkit.org/show_bug.cgi?id=8157
2508 Make HTTP tests using Perl use .pl extension
2510 * Scripts/run-webkit-tests: Added support for running .pl and .php tests,
2511 removed support for .text. Reduced the number of places that explicitly list supported
2512 extensions. Some of the changes come from bug 8121, the patch for which got landed only
2515 2006-04-06 Darin Adler <darin@apple.com>
2517 Changes requested by Mark Rowe.
2519 * BuildSlaveSupport/build-launcher-app: Set executable bit, removed property change
2520 trash at the end of the file.
2521 * BuildSlaveSupport/build-launcher-dmg: Ditto.
2523 * WebKitLauncher/main.m: Removed trash at end of file.
2525 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Let Xcode update comments
2528 2006-04-06 Mark Rowe <opendarwin.org@bdash.net.nz>
2530 Reviewed by Darin, landed by Maciej.
2532 * BuildSlaveSupport/build-launcher-app: Added. Builds WebKit.app from WebKitLauncher
2533 and bundles the WebKit frameworks inside it.
2534 * BuildSlaveSupport/build-launcher-dmg: Added. Builds, and optionally uploads, a disk image
2535 containing WebKit.app.
2536 * BuildSlaveSupport/run-performance-tests: Use currentSVNRevision.
2537 * Scripts/webkitdirs.pm: Add currentSVNRevision to retrieve the revision
2538 number of the SVN working copy.
2539 * WebKitLauncher: Added.
2540 * WebKitLauncher/Info.plist: Added.
2541 * WebKitLauncher/WebKitLauncher.xcodeproj: Added.
2542 * WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj: Added.
2543 * WebKitLauncher/WebKitNightlyEnabler.m: Added. This makes
2544 up the WebKitNightlyEnabler dylib which is loaded into Safari's address space
2545 to cause LaunchServices to treat Safari.app as WebKit.app when it is run from
2546 the nightly launcher.
2547 * WebKitLauncher/main.m: Added. The WebKit.app launcher.
2548 It sets up the environment to have Safari use the bundled frameworks
2549 and load the WebKitNightlyEnabler dylib before exec'ing Safari
2550 * WebKitLauncher/start.html: Added.
2551 * WebKitLauncher/webkit.icns: Added.
2553 2006-04-05 Darin Adler <darin@apple.com>
2557 * Scripts/check-for-global-initializers: Remove StringImpl from the list of files that
2558 are allowed to have global initializers.
2560 2006-04-05 Geoffrey Garen <ggaren@apple.com>
2562 Reviewed by OMG BETH
2564 * Scripts/run-testkjs:
2565 - pipe STDERR to /dev/null by default; new --verbose option overrides
2567 - set DYLD_FRAMEWORK_PATH to the webkit-configured path
2568 - output run command in a format that can be copied and pasted into the
2569 terminal to run manually
2571 2006-04-03 Justin Garcia <justin.garcia@apple.com>
2573 Reviewed by harrison
2575 <http://bugs.webkit.org/show_bug.cgi?id=7567>
2576 A drag and drop in DumpRenderTree copies the source, instead of cutting it
2578 Tell the source that the drag is over after the drag is performed, not before.
2580 * DumpRenderTree/EventSendingController.m:
2581 (-[EventSendingController mouseUp]):
2583 2006-04-01 Darin Adler <darin@apple.com>
2587 * DumpRenderTree/EventSendingController.m: (-[EventSendingController keyDown:withModifiers:]):
2588 Fixed keyDown function so that it will work if you don't pass an array of modifiers or if
2589 elements in that array are not strings.
2591 2006-03-31 Darin Adler <darin@apple.com>
2593 Reviewed by John Sullivan.
2595 - added a "--reset-results" option to run-webkit-tests so you can reset
2596 the results without first deleting expected results
2597 - <rdar://problem/4185878> add scroll position to dumpRenderTree
2599 * Scripts/run-webkit-tests: Rearranged the code a bit to make the sequence
2600 more logical. Moved all the subroutines to the end of the file. Added a
2603 * DumpRenderTree/DumpRenderTree.m:
2604 (main): Added a new --dump-all-pixels option, used when forcing run-webkit-tests
2605 to generate new output for all tests it runs.
2606 (dump): Dump the scroll position if it's non-zero. Always dump the image when
2607 the --dump-all-pixels option is passed. Also tightened up the image dumping
2608 code and replaced the incorrect use of +[NSGraphicsContext saveGraphicsState]
2609 with code to save and restore the context.
2611 * DumpRenderTree/DumpRenderTree.h: Tweaked includes a bit and added (void).
2612 * DumpRenderTree/EventSendingController.m: Added now-needed include.
2614 2006-03-30 Tim Omernick <timo@apple.com>
2616 Reviewed by NOBODY (just fixing copyrights)
2618 * DumpRenderTree/ObjCPlugin.h:
2620 * DumpRenderTree/ObjCPlugin.m: ditto
2621 * DumpRenderTree/ObjCPluginFunction.h: ditto
2622 * DumpRenderTree/ObjCPluginFunction.m: ditto
2624 2006-03-30 Tim Omernick <timo@apple.com>
2628 * DumpRenderTree/DumpRenderTree.m:
2629 (-[WaitUntilDoneDelegate webView:windowScriptObjectAvailable:]):
2630 Add "objCPlugin", "objCPluginFunction" properties to the window. objCPlugin simulates
2631 an Objective C object exposed to JS; objCPluginFunction simulates an Objective C method
2632 exposed to JS as a callable object.
2634 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2635 Added ObjCPlugin.[hm], ObjCPluginFunction.[hm].
2637 * DumpRenderTree/ObjCPlugin.h: Added.
2638 * DumpRenderTree/ObjCPlugin.m: Added.
2639 * DumpRenderTree/ObjCPluginFunction.h: Added.
2640 * DumpRenderTree/ObjCPluginFunction.m: Added.
2642 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2643 Added a new method, "removeDefaultMethod", which removes the default method from the
2644 plugin object's class. The effect is that the plugin object is mutated from a callable
2645 function to a simple object.
2647 Handle "removeDefaultMethod".
2648 (pluginInvokeDefault):
2649 Made the default method actually do something (return 1).
2651 2006-03-30 Eric Seidel <eseidel@apple.com>
2655 Remove WebFrame::viewImpl(), setMainFrame on page.
2657 * Spinneret/Spinneret/WebFrame.cpp:
2658 (WebKit::WebFrame::WebFrame):
2659 * Spinneret/Spinneret/WebFrame.h:
2660 * Spinneret/Spinneret/WebView.cpp:
2661 (WebKit::WebView::mouseMoved):
2662 (WebKit::WebView::mouseDown):
2663 (WebKit::WebView::mouseUp):
2664 (WebKit::WebView::mouseDoubleClick):
2665 (WebKit::WebViewWndProc):
2667 2006-03-30 Eric Seidel <eseidel@apple.com>
2671 Fix html editing input & basic form submission.
2673 * Spinneret/Spinneret/WebFrame.cpp:
2674 (WebKit::WebFrame::submitForm):
2675 (WebKit::WebFrame::loadURL):
2676 * Spinneret/Spinneret/WebFrame.h:
2677 * Spinneret/Spinneret/WebView.cpp:
2678 (WebKit::WebView::keyPress):
2679 (WebKit::WebViewWndProc):
2681 2006-03-28 Justin Garcia <justin.garcia@apple.com>
2685 <rdar://problem/4402375>
2686 REGRESSION (417.8-TOT): selectionRect sometimes includes adjacent images
2688 Added an option to draw the selectionRect.
2690 * DumpRenderTree/DumpRenderTree.m:
2692 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
2693 (-[LayoutTestController dumpSelectionRect]):
2696 2006-03-29 Darin Adler <darin@apple.com>
2698 Reviewed by Tim Hatcher.
2700 - make the global initializer check work on Xcode 2.1 (although it's better on 2.2)
2702 * Scripts/check-for-global-initializers: Use NATIVE_ARCH if there is no CURRENT_ARCH.
2704 2006-03-28 Eric Seidel <eseidel@apple.com>
2708 * Scripts/check-for-global-initializers: remove svg exceptions.
2710 2006-03-28 Timothy Hatcher <timothy@apple.com>
2714 Exit gracefully if $ENV{'CURRENT_ARCH'} is undefined. Rolling out my previous change.
2716 * Scripts/check-for-global-initializers:
2718 2006-03-28 Timothy Hatcher <timothy@apple.com>
2720 Build fix. Turn off uninitialized warnings for the first block of code.
2722 * Scripts/check-for-global-initializers:
2724 2006-03-28 Darin Adler <darin@apple.com>
2728 * Scripts/check-for-global-initializers: Added.
2730 2006-03-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2732 Reviewed by darin. Landed by eseidel.
2734 - http://bugs.webkit.org/show_bug.cgi?id=7947
2735 Add repaint testing support to run-webkit-tests
2737 * DumpRenderTree/DumpRenderTree.m:
2738 (main): Added --repaint and --horizontal-sweep options.
2739 (dump): Repaint line-by-line or column-by-column when the appropriate option
2741 (+[LayoutTestController isSelectorExcludedFromWebScript:]): Added testRepaint()
2742 and repaintSweepHorizontally() methods to layoutTestController.
2743 (-[LayoutTestController testRepaint]):
2744 (-[LayoutTestController repaintSweepHorizontally]):
2746 * Scripts/run-webkit-tests: Added --repaint and --horizontal-sweep options
2747 to force these settings on tests that do not ask for them.
2749 2006-03-24 Eric Seidel <eseidel@apple.com>
2755 * Spinneret/Spinneret/WebFrame.cpp:
2756 (WebKit::WebFrame::openURL): replace QString with DeprecatedString
2758 2006-03-21 Beth Dakin <bdakin@apple.com>
2762 Add support for keyDown() to DumpRenderTree.
2764 * DumpRenderTree/DumpRenderTree.m:
2765 (main): Set the preference for tabbing to links.
2766 * DumpRenderTree/EventSendingController.m:
2767 (+[EventSendingController isSelectorExcludedFromWebScript:]):
2768 (+[EventSendingController webScriptNameForSelector:]):
2769 (-[EventSendingController keyDown:withModifiers:]):
2771 2006-03-20 Eric Seidel <eseidel@apple.com>
2777 * Spinneret/Spinneret/Spinneret.vcproj:
2778 * Spinneret/Spinneret/WebFrame.h:
2779 * Spinneret/Spinneret/WebView.cpp:
2780 (WebKit::WebView::mouseMoved):
2781 (WebKit::WebView::mouseDown):
2782 (WebKit::WebView::mouseUp):
2783 (WebKit::WebView::mouseDoubleClick):
2784 (WebKit::WebView::keyPress):
2785 (WebKit::WebViewWndProc):
2787 2006-03-19 Darin Adler <darin@apple.com>
2791 * DumpRenderTree/DumpRenderTree.m: (main): Turn on pop-up blocking so that
2792 we can test it in layout tests. We don't really need tests that run with
2793 pop-up blocking off at the moment. If we do some day, we can add some
2794 API for turning it off in the layout test controller.
2796 * Scripts/run-webkit-tests: Since we don't use NSLanguage at all any more,
2797 don't ignore the leak; it should no longer show up.
2799 2006-03-17 Anders Carlsson <andersca@mac.com>
2803 * Scripts/install-win-extras:
2804 Fetch "Program Files" location from the environment.
2806 2006-03-17 Eric Seidel <eseidel@apple.com>
2810 Fix Spinneret to pass Events as const & not as pointers.
2812 * Spinneret/Spinneret/WebView.cpp:
2813 (WebKit::WebView::mouseMoved):
2814 (WebKit::WebView::mouseDown):
2815 (WebKit::WebView::mouseUp):
2816 (WebKit::WebView::mouseDoubleClick):
2817 (WebKit::WebView::keyPress):
2819 2006-03-17 Eric Seidel <eseidel@apple.com>
2821 Reviewed by justing.
2823 Add support for basic HTML editing.
2825 * Spinneret/Spinneret/WebView.cpp:
2826 (WebKit::WebView::WebView):
2827 (WebKit::WebView::keyPress):
2829 2006-03-17 Eric Seidel <eseidel@apple.com>
2831 Rubber-stamped by ggaren.
2833 Break DumpRenderTree.m up into several files to make the code more readable.
2835 * DumpRenderTree/DumpRenderTree.h: Added.
2836 * DumpRenderTree/DumpRenderTree.m:
2837 (doneLoading): new accessor function for "done" global.
2838 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
2839 * DumpRenderTree/DumpRenderTreeDraggingInfo.h: Added.
2840 * DumpRenderTree/DumpRenderTreeDraggingInfo.m: Added.
2841 * DumpRenderTree/EditingDelegate.h: Added.
2842 * DumpRenderTree/EditingDelegate.m: Added.
2843 (-[EditingDelegate webViewDidChangeSelection:]):
2844 * DumpRenderTree/EventSendingController.h: Added.
2845 * DumpRenderTree/EventSendingController.m: Added.
2847 2006-03-16 Eric Seidel <eseidel@apple.com>
2851 Add resize, scroll event support.
2853 * Spinneret/Spinneret/WebView.cpp:
2854 (WebKit::WebView::mouseMoved):
2855 (WebKit::WebView::mouseDown):
2856 (WebKit::WebView::mouseUp):
2857 (WebKit::WebView::mouseDoubleClick):
2858 (WebKit::WebView::keyPress):
2859 (WebKit::WebViewWndProc):
2860 * Spinneret/Spinneret/WebView.h:
2862 2006-03-16 Eric Seidel <eseidel@apple.com>
2866 Make build-webkit print correctly to stdout on windows.
2868 * Scripts/webkitdirs.pm: Fix to use devenv.com instead of devenv.exe
2870 2006-03-15 Eric Seidel <eseidel@apple.com>
2874 Fix eventSender.mouseClick() to update lastClick timestamp.
2876 * DumpRenderTree/DumpRenderTree.m:
2877 (-[EventSendingController mouseClick]):
2879 2006-03-15 Darin Adler <darin@apple.com>
2883 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Fix path
2884 that had a lowercase "i" in it so this builds on case-sensitive
2887 2006-03-15 Geoffrey Garen <ggaren@apple.com>
2891 Added run-testkjs and compare-timing-files scripts, to support super
2894 * Scripts/compare-timing-files: Added.
2895 * Scripts/run-testkjs: Added.
2897 2006-03-14 Eric Seidel <eseidel@apple.com>
2901 Make the URL bar relinquish focus on page load.
2903 * Spinneret/Spinneret/Spinneret.cpp:
2906 2006-03-14 Eric Seidel <eseidel@apple.com>
2910 Fix WebView to allow KeyFocus.
2911 Add handling of space and shift-space for scrolling.
2913 * Spinneret/Spinneret/WebView.cpp:
2914 (WebKit::scrollMessageForKey):
2915 (WebKit::WebViewWndProc):
2917 2006-03-10 Eric Seidel <eseidel@apple.com>
2921 Add scrolling support into Spinneret.
2923 * Spinneret/Spinneret/WebFrame.cpp:
2924 (WebKit::WebFrame::paint):
2925 * Spinneret/Spinneret/WebView.cpp:
2926 (WebKit::WebView::createWebView):
2927 (WebKit::calculateScrollDelta):
2928 (WebKit::scrollMessageForKey):
2929 (WebKit::WebViewWndProc):
2931 2006-03-13 Eric Seidel <eseidel@apple.com>
2935 Fix checksum generation on Intel machines.
2936 Also moved to CGImage APIs instead of NSBitmapImageRep, may possibly
2937 give a small speed boost now that it uses a shared buffer.
2939 * DumpRenderTree/DumpRenderTree.m:
2942 (md5HashStringForBitmap):
2943 * DumpRenderTree/ImageDiff.m:
2944 (computePercentageDifferent):
2946 2006-03-13 Darin Adler <darin@apple.com>
2948 Reviewed by Tim Hatcher.
2950 * Scripts/run-webkit-tests: Fix httpd handling to work on systems that
2951 have it named httpd-1.3 instead.
2953 2006-03-13 Alexey Proskuryakov <ap@nypop.com>
2955 Fix proposed by Mitz Pettel, reviewed by Darin.
2957 - fix http://bugs.webkit.org/show_bug.cgi?id=7718
2958 run-webkit-tests fast/dom/HTMLObjectElement/ hangs
2960 * Scripts/run-webkit-tests: Make test paths canonical, to form proper URLs
2961 (sequences of slashes are equivalent to a single slash in POSIX paths, but not
2964 2006-03-09 Darin Adler <darin@apple.com>
2966 Reviewed by John Sullivan.
2968 - fix http://bugs.webkit.org/show_bug.cgi?id=7681
2969 memory leak in the plug-in tests
2971 * DumpRenderTree/TestNetscapePlugIn.subproj/main.c:
2972 (NPP_Destroy): Added code to release the plug-in object. This is the leak fix.
2973 (NPP_SetWindow): Remove unneeded code to store the window pointer.
2975 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
2976 Moved the browser global in here since it's declared in this file's header.
2977 Changed the code to set up the pluginClass structure to not use function
2978 pointer casts. Those are dangerous because they can hide many types of mismatch.
2979 And indeed when I did this I discovered that many functions were missing their
2980 boolean return values or had parameter declarations with the wrong types.
2981 (pluginGetProperty): Use STRINGZ_TO_NPVARIANT macro for greater simplicity and
2982 clarity. Added boolean return value: return true when successful and false when not.
2983 (pluginSetProperty): Added boolean return value, return false since we have no
2984 properties we can set.
2985 (pluginInvoke): Added boolean return value. Return true when successful and false
2986 when not. Use NPVARIANT macros where appropriate. Added a missing release for the
2987 return value from calling the browser. Changed code to put the strings in malloc
2988 buffers instead of relying on GCC's extension that allows variable-sized arrays
2990 (pluginInvokeDefault): Added boolean return value, return false since we have no
2991 default function to call.
2992 (pluginInvalidate): Added missing parameter. Removed comment.
2993 (pluginAllocate): Removed unneeded cast. This is C code, not C++, so you don't have
2994 to cast the result of malloc.
2995 (pluginDeallocate): Removed uneeded cast.
2997 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: Removed some unneeded
2998 includes. Changed our PluginObject to use NPObject instead of re-declaring fields
2999 that match NPObject's fields. Removed unused NPWindow pointer.
3001 2006-03-09 Mitz Pettel <opendarwin.org@mitzpettel.com>
3003 Test: fast/events/event-sender-mouse-click.html
3007 - fix http://bugs.webkit.org/show_bug.cgi?id=7583
3008 DRT hangs when doing eventSender.mouseDown on native widgets
3010 * DumpRenderTree/DumpRenderTree.m:
3011 (+[EventSendingController isSelectorExcludedFromWebScript:]):
3012 (-[EventSendingController mouseClick]): Simulates a click in a native
3013 widget by queueing a mouseUp before sending the mouseDown, so that
3014 the widget's mouse tracking event loop doesn't hang indefinitely.
3016 2006-03-09 Maciej Stachowiak <mjs@apple.com>
3020 - make link clicks work by handling link click requests
3023 * Spinneret/Spinneret/Spinneret.cpp:
3024 (updateLocationBar):
3025 * Spinneret/Spinneret/Spinneret.h:
3026 * Spinneret/Spinneret/WebFrame.cpp:
3027 (WebKit::WebFrame::WebFrame):
3028 (WebKit::WebFrame::openURL):
3029 (WebKit::WebFrame::loadURL):
3030 * Spinneret/Spinneret/WebFrame.h:
3032 2006-03-08 Eric Seidel <eseidel@apple.com>
3036 Focus URL bar on Spinneret launch, remove border from WebView.
3037 Stop WebFrame from deleting the job (prevent crash).
3039 * Spinneret/Spinneret/Spinneret.cpp:
3041 * Spinneret/Spinneret/WebFrame.cpp:
3042 (WebKit::WebFrame::receivedAllData):
3043 (WebKit::WebFrame::paint):
3044 * Spinneret/Spinneret/WebView.cpp:
3045 (WebKit::WebView::createWebView):
3047 2006-03-09 Alexey Proskuryakov <ap@nypop.com>
3051 * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c:
3052 (pluginInvoke): Added a method to test getURL.
3054 2006-03-08 Maciej Stachowiak <mjs@apple.com>
3058 - load URLs, not file paths, in Spinneret
3060 * Spinneret/Spinneret/Spinneret.cpp:
3062 * Spinneret/Spinneret/Spinneret.vcproj:
3063 * Spinneret/Spinneret/WebFrame.cpp:
3064 (WebKit::WebFrame::loadURL):
3065 (WebKit::WebFrame::receivedData):
3066 (WebKit::WebFrame::receivedAllData):
3067 * Spinneret/Spinneret/WebFrame.h:
3068 * Spinneret/Spinneret/WebView.cpp:
3069 (WebKit::WebView::WebView):
3071 2006-03-08 Darin Adler <darin@apple.com>
3075 - fixed AppleScript layout test results to not be endian-dependent
3076 (Hyatt complained to me about this one)
3078 * DumpRenderTree/AppleScriptController.m: (-[AppleScriptController doJavaScript:]):
3079 Added specific code for dumping LongDateTime, instead of dumping the raw bytes
3080 (which are endian-dependent).
3082 2006-03-07 Darin Adler <darin@apple.com>
3086 - fix http://bugs.webkit.org/show_bug.cgi?id=7655
3087 unwanted output while running layout tests
3089 * DumpRenderTree/DumpRenderTree.m:
3090 (checkedMalloc): Added.
3091 (checkedRealloc): Added.
3092 (makeLargeMallocFailSilently): Added.
3093 (main): Call makeLargeMallocFailSilently.
3095 2006-03-06 Darin Adler <darin@apple.com>
3097 * Scripts/do-webcore-rename: Add some more planned renaming.
3099 2006-03-06 Eric Seidel <eseidel@apple.com>
3103 * Spinneret/Spinneret/WebFrame.cpp:
3104 (WebKit::WebFrame::paint): force layout before painting
3106 2006-03-06 Justin Garcia <justin.garcia@apple.com>
3110 Sent the windowNumber when sending events.
3111 Added leapForward so that we don't have to spend time waiting
3112 in layout tests that do mouse operations that require delays.
3114 * DumpRenderTree/DumpRenderTree.m:
3115 (+[EventSendingController isSelectorExcludedFromWebScript:]):
3116 (+[EventSendingController webScriptNameForSelector:]):
3117 (-[EventSendingController currentEventTime]):
3118 (-[EventSendingController leapForward:]):
3119 (-[EventSendingController mouseDown]):
3120 (-[EventSendingController mouseUp]):
3121 (-[EventSendingController mouseMoveToX:Y:]):
3123 2006-03-05 Darin Adler <darin@apple.com>
3125 * Scripts/do-webcore-rename: Fix a couple of things found while testing.
3126 Script now works (after landing my two pending patches).
3128 2006-03-05 Darin Adler <darin@apple.com>
3130 - check in a script to do a "big" rename in WebCore
3131 (can be run whenever we're ready to do it)
3133 * Scripts/do-webcore-rename: Added.
3135 2006-03-05 Maciej Stachowiak <mjs@apple.com>
3139 * Spinneret/Spinneret/WebFrame.cpp:
3140 (WebKit::WebFrame::loadFilePath): Close file when done.
3142 2006-03-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
3144 Reviewed by Darin, landed by ap.
3146 - fix http://bugs.webkit.org/show_bug.cgi?id=7589
3147 Mouse moved events do not work in DumpRenderTree
3149 Test: fast/events/event-sender-mouse-moved.html
3151 * DumpRenderTree/DumpRenderTree.m:
3152 (-[EventSendingController mouseMoveToX:Y:]): Pass the correct windowNumber in the event.
3154 2006-03-04 Eric Seidel <eseidel@apple.com>
3158 Take advantage of new GraphicsContext constructor to implement double buffering to avoid tearing.
3159 Disable background erase to avoid tearing.
3160 Fix potential memory smasher from extra long urls.
3162 * Spinneret/Spinneret/Spinneret.cpp:
3164 * Spinneret/Spinneret/Spinneret.vcproj:
3165 * Spinneret/Spinneret/WebFrame.cpp:
3166 (WebKit::WebFrame::loadFilePath):
3167 (WebKit::WebFrame::paint):
3168 * Spinneret/Spinneret/WebView.cpp:
3169 (WebKit::registerWebViewWithInstance):
3171 2006-03-04 Eric Seidel <eseidel@apple.com>
3175 Hang WebView pointer off of HWND (gets rid of global hack).
3176 Remove MessageBox displayed on url change.
3178 * Spinneret/Spinneret/Spinneret.cpp:
3181 * Spinneret/Spinneret/WebView.cpp:
3182 (WebKit::registerWebViewWithInstance):
3183 (WebKit::WebView::createWebView):
3184 (WebKit::WebViewWndProc):
3186 2006-03-04 Alexey Proskuryakov <ap@nypop.com>
3190 Automatically kill httpd if it appears to be already running.
3192 * Scripts/run-webkit-tests:
3194 2006-03-04 Maciej Stachowiak <mjs@apple.com>
3198 * Spinneret/Spinneret/WebFrame.cpp:
3199 (WebKit::WebFrame::loadFilePath): Improved local file loading.
3201 2006-03-03 Eric Seidel <eseidel@apple.com>
3205 A few more fixes to make run-webkit-tests really work on win32.
3207 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3209 * Scripts/run-webkit-tests:
3211 2006-03-03 Eric Seidel <eseidel@apple.com>
3215 Make run-webkit-tests work on win32.
3217 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3219 (dumpRenderTreeMain):
3220 (dumpRenderTreeToStdOut):
3221 (serializeToStdOut):
3223 * Scripts/run-webkit-tests:
3224 * Scripts/webkitdirs.pm:
3225 * Spinneret/Spinneret/WebView.cpp:
3226 (WebKit::WebView::WebView):
3228 2006-03-03 Eric Seidel <eseidel@apple.com>
3232 Add WebFrame class (to hold Frame and FrameView).
3233 Add Location bar support to Spinneret.
3235 * Spinneret/Spinneret/Spinneret.cpp:
3240 * Spinneret/Spinneret/Spinneret.vcproj:
3241 * Spinneret/Spinneret/WebFrame.cpp: Added.
3242 (WebKit::WebFrame::WebFramePrivate::WebFramePrivate):
3243 (WebKit::WebFrame::WebFramePrivate::~WebFramePrivate):
3244 (WebKit::WebFrame::WebFrame):
3245 (WebKit::WebFrame::loadFilePath):
3246 (WebKit::WebFrame::loadHTMLString):
3247 (WebKit::WebFrame::paint):
3248 (WebKit::WebFrame::impl):
3249 (WebKit::WebFrame::viewImpl):
3250 * Spinneret/Spinneret/WebFrame.h: Added.
3251 * Spinneret/Spinneret/WebView.cpp:
3252 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
3253 (WebKit::WebView::WebView):
3254 (WebKit::WebView::windowHandle):
3255 (WebKit::WebView::mainFrame):
3256 (WebKit::WebView::mouseMoved):
3257 (WebKit::WebView::mouseDown):
3258 (WebKit::WebView::mouseUp):
3259 (WebKit::WebView::mouseDoubleClick):
3260 (WebKit::WebViewWndProc):
3261 * Spinneret/Spinneret/WebView.h:
3263 2006-03-02 Eric Seidel <eseidel@apple.com>
3267 * Spinneret/Spinneret/WebView.cpp:
3268 (WebKit::registerWebViewWithInstance):
3269 (WebKit::WebView::WebView):
3270 (WebKit::WebView::mouseMoved):
3271 (WebKit::WebView::mouseDown):
3272 (WebKit::WebView::mouseUp):
3273 (WebKit::WebView::mouseDoubleClick):
3274 (WebKit::WebViewWndProc):
3275 * Spinneret/Spinneret/WebView.h:
3277 2006-03-01 Eric Seidel <eseidel@apple.com>
3279 Reviewed by andersca.
3281 Make spinneret take advantage of the new GraphicsContextCairo.
3283 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3284 (main): updated to match style guidelines.
3285 * Spinneret/Spinneret/Spinneret.cpp:
3287 * Spinneret/Spinneret/WebView.cpp:
3288 (WebKit::registerWebViewWithInstance):
3289 (WebKit::WebView::WebView):
3290 (WebKit::WebView::~WebView):
3291 (WebKit::WebView::drawRect):
3293 * Spinneret/Spinneret/WebView.h:
3295 2006-03-01 Justin Garcia <justin.garcia@apple.com>
3299 Give the events that eventSender sends a unique eventNumber
3301 * DumpRenderTree/DumpRenderTree.m:
3302 (-[EventSendingController mouseDown]):
3303 (-[EventSendingController mouseUp]):
3304 (-[EventSendingController mouseMoveToX:Y:]):
3306 2006-03-01 Eric Seidel <eseidel@apple.com>
3310 Add a stub win32 application to test WebCore drawing on windows.
3313 * Spinneret/Spinneret: Added.
3314 * Spinneret/Spinneret.sln: Added.
3315 * Spinneret/Spinneret/Resource.h: Added.
3316 * Spinneret/Spinneret/Spinneret.cpp: Added.
3322 * Spinneret/Spinneret/Spinneret.h: Added.
3323 * Spinneret/Spinneret/Spinneret.ico: Added.
3324 * Spinneret/Spinneret/Spinneret.rc: Added.
3325 * Spinneret/Spinneret/Spinneret.vcproj: Added.
3326 * Spinneret/Spinneret/WebView.cpp: Added.
3327 (WebKit::WebView::WebViewPrivate::WebViewPrivate):
3328 (WebKit::WebView::WebViewPrivate::~WebViewPrivate):
3329 (WebKit::registerWebViewWithInstance):
3330 (WebKit::WebView::createWebView):
3331 (WebKit::WebView::WebView):
3332 (WebKit::WebView::~WebView):
3333 (WebKit::WebView::drawRect):
3334 (WebKit::WebView::windowHandle):
3336 * Spinneret/Spinneret/WebView.h: Added.
3337 * Spinneret/Spinneret/small.ico: Added.
3338 * Spinneret/Spinneret/stdafx.cpp: Added.
3339 * Spinneret/Spinneret/stdafx.h: Added.
3341 2006-02-28 Eric Seidel <eseidel@apple.com>
3345 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3346 (main): add ability to dump render tree and read from a local file.
3348 2006-02-27 Eric Seidel <eseidel@apple.com>
3352 * Scripts/install-win-extras: fix dll permissions & download zlib too.
3354 2006-02-27 Eric Seidel <eseidel@apple.com>
3358 Test new KConfig -> PlugInInfoStore change.
3359 http://bugs.webkit.org/show_bug.cgi?id=7498
3361 * DumpRenderTree/DumpRenderTree.m:
3362 (main): load test netscape plugin
3363 * Scripts/run-webkit-tests: style update
3365 2006-02-24 Eric Seidel <eseidel@apple.com>
3369 Make DumpRenderTree link against icu.
3371 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
3373 2006-02-24 Eric Seidel <eseidel@apple.com>
3377 Make DumpRenderTree link against libxml, etc.
3379 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
3381 2006-02-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
3383 Reviewed and landed by Anders.
3385 Prevent rendering to the offscreen window. -[NSWindow displayIfNeeded] was
3386 getting called from the run loop, making the view render each test and thus slowing
3389 * DumpRenderTree/DumpRenderTree.m:
3390 (main): Set the offscreen window to not autodisplay.
3392 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
3396 - Turn http tests back on by default.
3397 - Wait for Apache to actually start serving requests.
3398 - Get user id from a built-in variable rather than an external command;
3399 don't pass the group.
3401 * Scripts/run-webkit-tests:
3403 2006-02-23 Alexey Proskuryakov <ap@nypop.com>
3405 Suggested by Mitz Pettel, reviewed by Darin.
3407 * Scripts/run-webkit-tests: Pass User and Group directives, so that Apache
3408 can run CGIs even if the permissions are 700 or 600.
3410 2006-02-23 Darin Adler <darin@apple.com>
3412 Collaborating with Alexey.
3414 - turn off http tests by default until we figure out how to get them
3415 to run even when permissions on CGI files are 700 instead of 755
3417 * Scripts/run-webkit-tests: Set $testHTTP to 0 instead of 1 for now.
3419 2006-02-23 Eric Seidel <eseidel@apple.com>
3421 Add *.user to ignore list.
3423 2006-02-23 Eric Seidel <eseidel@apple.com>
3425 Remove binary file which shouldn't have been commited (and add to ignore list).
3427 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Removed.
3428 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Removed.
3430 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
3434 * Scripts/run-webkit-tests: Put Apache log files in the right directory.
3436 2006-02-22 Eric Seidel <eseidel@apple.com>
3438 Reviewed by Tim Hatcher.
3440 Fix install-win-extras to not try to re-install setx if installed.
3442 * Scripts/install-win-extras:
3444 2006-02-22 Eric Seidel <eseidel@apple.com>
3446 One more file possibly missing from previous commit?
3448 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb:
3449 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
3451 2006-02-22 Eric Seidel <eseidel@apple.com>
3453 Reviewed by justing.
3455 Files missing from previous commit.
3457 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
3458 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj:
3460 2006-02-22 Eric Seidel <eseidel@apple.com>
3462 Rubber-stamped by justing.
3464 Corrected path for DumpRenderTree.intermediate files
3466 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo:
3468 2006-02-22 Eric Seidel <eseidel@apple.com>
3470 Reviewed by justing.
3472 Fixed build-dumprendertree to exit with correct error codes.
3474 * Scripts/build-dumprendertree:
3476 2006-02-22 Eric Seidel <eseidel@apple.com>
3478 Reviewed by justing.
3480 Update build scripts to generalize building on Win32, and allow
3481 building of DumpRenderTree on Win32 from build-dumprendertree.
3483 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp:
3485 * Scripts/build-dumprendertree:
3486 * Scripts/build-webkit:
3487 * Scripts/webkitdirs.pm:
3489 2006-02-22 Eric Seidel <eseidel@apple.com>
3493 * DumpRenderTree/DumpRenderTree.vcproj: Added.
3494 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree: Added.
3495 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.ncb: Added.
3496 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.sln: Added.
3497 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree.suo: Added.
3498 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: Added.
3500 * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.vcproj: Added.
3501 * Scripts/build-webkit: make build-webkit cleanup after itself
3503 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
3507 - http://bugs.webkit.org/show_bug.cgi?id=7409
3508 Some minor fixes to http tests.
3510 * Scripts/run-webkit-tests: Pass CustomLog and ErrorLog directives to httpd.
3512 2006-02-21 Alexey Proskuryakov <ap@nypop.com>
3516 - http://bugs.webkit.org/show_bug.cgi?id=6197
3517 Would like to use locally installed Apache for testing.
3519 Added two run-webkit-tests options:
3520 --http (--nohttp) - whether to launch Apache (defaults to yes);
3521 --port - which port to listen on (defaults to 8000).
3523 Tests in LayoutTests/http are not run directly, and Apache is used instead.
3524 For example, http/tests/xmlhttprequest/post-content-type.html is loaded as
3525 http://127.0.0.1:8000/xmlhttprequest/post-content-type.html.
3527 Also added support for .shtml and .text files. Text files give an empty
3528 *-expected.txt, but a correct image.
3530 Apache only listens on the loopback interface. It writes logs to /tmp/WebKit.
3532 * Scripts/run-webkit-tests:
3534 2006-02-21 Darin Adler <darin@apple.com>
3536 Suggested by Mark Rowe.
3538 * Scripts/run-webkit-tests: Don't include the number of excluded leaks when
3539 reporting leak counts.
3541 2006-02-18 Maciej Stachowiak <mjs@apple.com>
3545 - Added install-win-extras script which installs some extra
3546 programs and libraries, and does Windows first-time setup.
3548 * Scripts/build-webkit: Add a newline between build results.
3549 * Scripts/install-win-extras: Added.
3551 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
3555 - http://bugs.webkit.org/show_bug.cgi?id=7308
3556 DumpRenderTree should be able to load files via HTTP
3558 * DumpRenderTree/DumpRenderTree.m: (dumpRenderTree):
3559 Handle tests starting with "http://" as real URLs, not file system paths.
3561 2006-02-19 Alexey Proskuryakov <ap@nypop.com>
3565 - fix http://bugs.webkit.org/show_bug.cgi?id=7357
3566 REGRESSION: Warnings from WebKit scripts if PBXProductDirectory is undefined
3568 * Scripts/webkitdirs.pm: only call chomp if PBXProductDirectory is configured.
3570 2006-02-18 Darin Adler <darin@apple.com>
3572 * Scripts/commit-log-editor: Added.
3574 2006-02-17 Eric Seidel <eseidel@apple.com>
3578 Make Win32 have the same default "WebKitBuild" directory behavior.
3580 * Scripts/build-webkit:
3581 * Scripts/webkitdirs.pm:
3583 2006-02-17 Eric Seidel <eseidel@apple.com>
3587 * Scripts/build-webkit: make win32 actually report errors
3589 2006-02-17 Eric Seidel <eseidel@apple.com>
3593 * Scripts/run-webkit-tests: Ignore quicktime plugin leaks
3595 2006-02-17 Eric Seidel <eseidel@apple.com>
3599 * Scripts/run-webkit-tests: Ignore flash leaks
3601 2006-02-15 Justin Garcia <justin.garcia@apple.com>
3605 <http://bugs.webkit.org/show_bug.cgi?id=7148>
3606 Add drag and drop support to DumpRenderTree
3608 Intercept the drag start using the new UI delegate method, package an NSDraggingInfo,
3609 and send dragging updates. Put DumpRenderTree's WebView into an offscreen window.
3611 * DumpRenderTree/DumpRenderTree.m:
3613 (-[WaitUntilDoneDelegate webView:didCommitLoadForFrame:]):
3614 (-[WaitUntilDoneDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
3615 (-[WaitUntilDoneDelegate webViewFocus:]):
3616 (+[LayoutTestController isSelectorExcludedFromWebScript:]):
3617 (+[LayoutTestController webScriptNameForSelector:]):
3618 (-[LayoutTestController setWindowIsKey:]):
3619 (-[LayoutTestController setMainFrameIsFirstResponder:]):
3620 (-[EventSendingController init]):
3621 (-[EventSendingController mouseDown]):