Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

157 by vivek_prahlad on 24 July 2009, 01:12:46 -0500 (7 months ago) Changing clickCheckBox to clickCheckbox for consisitency with Ruby. Getting rid of scary error message while shutting down socket listener.

trunk/src/com/thoughtworks/frankenstein/application/SocketListener.java 157 history download (+6 -4) diffs

trunk/src/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriver.java 157 history download (+1 -1) diffs

trunk/src/com/thoughtworks/frankenstein/drivers/FrankensteinDriver.java 157 history download (+1 -1) diffs

trunk/test/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriverTest.java 157 history download (+2 -2) diffs

156 by vivek_prahlad on 23 July 2009, 00:37:54 -0500 (7 months ago) Making some fields protected

trunk/src/com/thoughtworks/frankenstein/application/FrankensteinIntegration.java 156 history download (+2 -2) diffs

152 by vivek_prahlad on 08 July 2009, 05:08:17 -0500 (8 months ago) Fixing bug with progress bar checking, refactoring MatchStrategy

trunk/src/com/thoughtworks/frankenstein/playback/DefaultWindowContext.java 152 history download (+3 -0) diffs

trunk/src/com/thoughtworks/frankenstein/playback/MatchStrategy.java 152 history download (+3 -2) diffs

150 by plightbo on 21 January 2008, 14:09:38 -0600 (2 years 1 month ago) news

website/src/main/webapp/news.jsp 150 history download (+10) new

149 by plightbo on 21 January 2008, 12:36:11 -0600 (2 years 1 month ago) exclude docs

website/src/main/webapp/WEB-INF/decorators.xml 149 history download (+1 -0) diffs

148 by plightbo on 21 January 2008, 12:35:46 -0600 (2 years 1 month ago) fix title

website/src/main/webapp/decorators/main.jsp 148 history download (+2 -2) diffs

147 by plightbo on 21 January 2008, 12:34:35 -0600 (2 years 1 month ago) correct project name

website/src/main/webapp/changelog.jsp 147 history download (+1 -1) diffs

website/src/main/webapp/contribute.jsp 147 history download (+1 -1) diffs

website/src/main/webapp/decorators/main.jsp 147 history download (+4 -4) diffs

website/src/main/webapp/devForums.jsp 147 history download (+1 -1) diffs

website/src/main/webapp/documentation.jsp 147 history download (+1 -1) diffs

… 7 more files in changeset.
146 by plightbo on 21 January 2008, 12:32:10 -0600 (2 years 1 month ago) website jsut about ready

website/TestPrintDialog.html 146 history deleted

website/TestPrintDialogWithModule.html 146 history deleted

website/css/code.css 146 history deleted

website/css 146 history deleted

website/customize.html 146 history deleted

… 204 more files in changeset.
145 by plightbo on 21 January 2008, 12:28:42 -0600 (2 years 1 month ago) prep work for sub-domain-backed website

website 145 history download (+0) new/copied

website/TestPrintDialog.html 145 history download (+27) new/copied

website/TestPrintDialogWithModule.html 145 history download (+19) new/copied

website/css 145 history download (+0) new/copied

website/css/code.css 145 history download (+18) new/copied

… 87 more files in changeset.
144 by pavanks on 05 November 2007, 11:07:34 -0600 (2 years 4 months ago) Added a new FrankensteinIntegration which starts Frankenstein in a Playback only mode. Right now it can be activated by passing a parameter to the VM in command line.
- Pavan

trunk/src/com/thoughtworks/frankenstein/application/BulkExecutionRequestProcessingStrategy.java 144 history download (+45) new

trunk/src/com/thoughtworks/frankenstein/application/FrankensteinApplet.java 144 history download (+4 -4) diffs

trunk/src/com/thoughtworks/frankenstein/application/FrankensteinIntegration.java 144 history download (+8) new

trunk/src/com/thoughtworks/frankenstein/application/FrankensteinIntegrationFactory.java 144 history download (+17) new

trunk/src/com/thoughtworks/frankenstein/application/PipingMain.java 144 history download (+1 -1) diffs

… 11 more files in changeset.
143 by vivek_prahlad on 04 November 2007, 22:31:09 -0600 (2 years 4 months ago) Introducing RubyScriptStrategy. Will be adding the ability to record java code once all events can be handled by the RubyScriptStrategy.

trunk/src/com/thoughtworks/frankenstein/common/Constants.java 143 history download (+1 -1) diffs

trunk/src/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriver.java 143 history download (+11 -14) diffs

trunk/src/com/thoughtworks/frankenstein/events/AbstractFrankensteinEvent.java 143 history download (+2 -1) diffs

trunk/src/com/thoughtworks/frankenstein/events/AssertLabelEvent.java 143 history download (+0 -4) diffs

trunk/src/com/thoughtworks/frankenstein/events/CloseAllDialogsEvent.java 143 history download (+0 -4) diffs

… 12 more files in changeset.
142 by vivek_prahlad on 13 August 2007, 07:41:14 -0500 (2 years 7 months ago) Fixing issue FKS-5: AssertLabel event's error message is not informative, adding guard clause to record table refresh

trunk/src/com/thoughtworks/frankenstein/events/AssertLabelEvent.java 142 history download (+8 -1) diffs

trunk/src/com/thoughtworks/frankenstein/ui/DefaultRecorderTable.java 142 history download (+3 -1) diffs

141 by vivek_prahlad on 29 June 2007, 07:24:44 -0500 (2 years 8 months ago) Fixing issue FKS-4: DoubleClick notification is incorrect. Was notifying completion after single click instead of double click.

trunk/src/com/thoughtworks/frankenstein/events/actions/DoubleClickAction.java 141 history download (+7 -0) diffs

trunk/test/com/thoughtworks/frankenstein/events/actions/DoubleClickActionTest.java 141 history download (+58 -3) diffs

140 by vivek_prahlad on 01 June 2007, 01:50:06 -0500 (2 years 9 months ago) Stabilizing SocketListenerTest

trunk/test/com/thoughtworks/frankenstein/application/SocketListenerTest.java 140 history download (+8 -8) diffs

139 by vivek_prahlad on 07 May 2007, 04:50:22 -0500 (2 years 10 months ago) Adding YourKit docs

trunk/website/index.html 139 history download (+7 -0) diffs

138 by vivek_prahlad on 04 May 2007, 05:04:03 -0500 (2 years 10 months ago) Keyboard shortcuts for controlling the recorder, fixing issue with text area record and play. Move slider recorder does not record events for slider without focus

trunk/src/com/thoughtworks/frankenstein/events/EnterTextEvent.java 138 history download (+3 -3) diffs

trunk/src/com/thoughtworks/frankenstein/recorders/MoveSliderRecorder.java 138 history download (+5 -2) diffs

trunk/src/com/thoughtworks/frankenstein/recorders/TextFieldRecorder.java 138 history download (+10 -4) diffs

trunk/src/com/thoughtworks/frankenstein/ui/ControlButtonPanel.java 138 history download (+56 -1) diffs

trunk/src/com/thoughtworks/frankenstein/ui/FileDialogLauncher.java 138 history download (+2 -0) diffs

… 1 more file in changeset.
137 by vivek_prahlad on 25 April 2007, 03:49:33 -0500 (2 years 10 months ago) Fixing applet application recorder, scrolling recorder table to last row when events are recorded.

trunk/src/com/thoughtworks/frankenstein/application/PipingMain.java 137 history download (+5 -1) diffs

trunk/src/com/thoughtworks/frankenstein/recorders/AppletActivationRecorder.java 137 history download (+1 -1) diffs

trunk/src/com/thoughtworks/frankenstein/ui/DefaultRecorderTable.java 137 history download (+4 -0) diffs

trunk/src/com/thoughtworks/frankenstein/ui/RecorderPane.java 137 history download (+3 -0) diffs

trunk/src/com/thoughtworks/frankenstein/ui/RecorderTable.java 137 history download (+3 -0) diffs

… 1 more file in changeset.
136 by pavanks on 13 April 2007, 01:39:19 -0500 (2 years 11 months ago) Added the ActivateApplet to the Frankenstein Driver and the DefaultFrankensteinDriver - Pavan

trunk/src/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriver.java 136 history download (+6 -2) diffs

trunk/src/com/thoughtworks/frankenstein/drivers/FrankensteinDriver.java 136 history download (+7 -0) diffs

trunk/test/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriverTest.java 136 history download (+8 -0) diffs

135 by pavanks on 13 April 2007, 01:32:49 -0500 (2 years 11 months ago) Added the tests for the DefaultFrankensteinDriver - Pavan

trunk/test/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriverTest.java 135 history download (+438 -2) diffs

134 by pavanks on 30 March 2007, 03:12:35 -0500 (2 years 11 months ago) Fixed the WindowActivationRecorder and ButtonClickRecorder to stop recording Java Console and its button of a browser. ->Pavan<-

trunk/src/com/thoughtworks/frankenstein/recorders/ButtonClickRecorder.java 134 history download (+16 -1) diffs

trunk/src/com/thoughtworks/frankenstein/recorders/WindowActivationRecorder.java 134 history download (+6 -1) diffs

trunk/test/com/thoughtworks/frankenstein/recorders/ButtonClickRecorderTest.java 134 history download (+8 -0) diffs

trunk/test/com/thoughtworks/frankenstein/recorders/WindowActivationRecorderTest.java 134 history download (+14 -1) diffs

133 by pavanks on 28 March 2007, 07:27:56 -0500 (2 years 11 months ago) Fixed the AppletActivationRecorder. It records the activation of an applet properly. ->Pavan<-

trunk/src/com/thoughtworks/frankenstein/application/FrankensteinApplet.java 133 history download (+12 -0) diffs

trunk/src/com/thoughtworks/frankenstein/recorders/AppletActivationRecorder.java 133 history download (+22 -11) diffs

trunk/test/com/thoughtworks/frankenstein/recorders/AppletActivationRecorderTest.java 133 history download (+12 -5) diffs

129 by pavanks on 26 March 2007, 07:57:10 -0500 (2 years 11 months ago) Added convinient Constructors to the FrankensteinIntegration and DefaultFrankensteinDriver. Added a Null Application.->Pavan<-

trunk/src/com/thoughtworks/frankenstein/application/FrankensteinIntegration.java 129 history download (+8 -0) diffs

trunk/src/com/thoughtworks/frankenstein/application/NullApplication.java 129 history download (+14) new

trunk/src/com/thoughtworks/frankenstein/drivers/DefaultFrankensteinDriver.java 129 history download (+20 -0) diffs

128 by vivek_prahlad on 23 March 2007, 00:42:34 -0500 (2 years 11 months ago) Adding release, updating release details

trunk/website/meta.xml 128 history download (+4 -4) diffs

earlier earlier | later later