[squeak-dev] The Trunk: Morphic-djr.406.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 4 21:50:26 UTC 2010


David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-djr.406.mcz

==================== Summary ====================

Name: Morphic-djr.406
Author: djr
Time: 30 March 2010, 12:40:48.86 pm
UUID: bc2c9ad3-868e-4f33-b64a-e224fdac211f
Ancestors: Morphic-ar.405

Implement some methods to make Lukas' OmniBrowser tests pass.

=============== Diff against Morphic-ar.405 ===============

Item was added:
+ ----- Method: KeyboardEvent>>scanCode: (in category 'private') -----
+ scanCode: ignore
+ 	" OB-Tests expects this "!

Item was added:
+ ----- Method: KeyboardEvent>>setType:buttons:position:keyValue:charCode:hand:stamp: (in category 'private') -----
+ setType: aSymbol buttons: anInteger position: pos keyValue: aValue charCode: ignoredUsedInOBTesting hand: aHand stamp: stamp
+ 	self setType: aSymbol buttons: anInteger position: pos keyValue: aValue hand: aHand stamp: stamp!




More information about the Squeak-dev mailing list