Deploying to gh-pages from @ cappuccino/cappuccino@c3d9dead19 🚀

This commit is contained in:
daboe01
2026-05-30 13:10:29 +00:00
parent 791d2cf64d
commit fa7a58b8fa
3 changed files with 185 additions and 150 deletions
@@ -40013,7 +40013,7 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
,["void","CPCoder"])]);
}
p;13;CPTextField.jt;130055;@STATIC;1.0;i;11;CPControl.ji;17;CPStringDrawing.ji;17;CPCompatibility.ji;8;CPText.ji;20;CPWindow_Constants.ji;21;_CPImageAndTextView.jt;129911;objj_executeFile("CPControl.j", YES);objj_executeFile("CPStringDrawing.j", YES);objj_executeFile("CPCompatibility.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPImageAndTextView.j", YES);{var the_protocol = objj_allocateProtocol("CPTextFieldDelegate");
p;13;CPTextField.jt;130515;@STATIC;1.0;i;11;CPControl.ji;17;CPStringDrawing.ji;17;CPCompatibility.ji;8;CPText.ji;20;CPWindow_Constants.ji;21;_CPImageAndTextView.jt;130371;objj_executeFile("CPControl.j", YES);objj_executeFile("CPStringDrawing.j", YES);objj_executeFile("CPCompatibility.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPImageAndTextView.j", YES);{var the_protocol = objj_allocateProtocol("CPTextFieldDelegate");
var aProtocol = objj_getProtocol("CPControlTextEditingDelegate");
if (!aProtocol) throw new SyntaxError("*** Could not find definition for protocol \"CPTextFieldDelegate\"");
protocol_addProtocol(the_protocol, aProtocol);
@@ -40720,6 +40720,11 @@ default:
{
if (!(self.isa.method_msgSend["isEnabled"] || _objj_forward)(self, "isEnabled") || !((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") || (self.isa.method_msgSend["isSelectable"] || _objj_forward)(self, "isSelectable")))
return;
if ((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") && !self._isEditing)
{
self._isEditing = YES;
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
}
((___r1 = ((___r2 = (self.isa.method_msgSend["window"] || _objj_forward)(self, "window")), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["platformWindow"] || _objj_forward)(___r2, "platformWindow"))), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["_propagateCurrentDOMEvent:"] || _objj_forward)(___r1, "_propagateCurrentDOMEvent:", YES));
self._invokedByUserEvent = !!anEvent._DOMEvent;
(self.isa.method_msgSend["interpretKeyEvents:"] || _objj_forward)(self, "interpretKeyEvents:", [anEvent]);
@@ -42526,7 +42531,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("bundle"), function $CPT
,["void","CPBundle"])]);
}
p;14;CPTokenField.jt;95368;@STATIC;1.0;I;27;Foundation/CPCharacterSet.jI;23;Foundation/CPIndexSet.jI;20;Foundation/CPTimer.ji;21;_CPAutocompleteMenu.ji;10;CPButton.ji;15;CPPopUpButton.ji;14;CPScrollView.ji;13;CPTableView.ji;8;CPText.ji;13;CPTextField.ji;20;CPWindow_Constants.jt;95110;objj_executeFile("Foundation/CPCharacterSet.j", NO);objj_executeFile("Foundation/CPIndexSet.j", NO);objj_executeFile("Foundation/CPTimer.j", NO);objj_executeFile("_CPAutocompleteMenu.j", YES);objj_executeFile("CPButton.j", YES);objj_executeFile("CPPopUpButton.j", YES);objj_executeFile("CPScrollView.j", YES);objj_executeFile("CPTableView.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTextField.j", YES);objj_executeFile("CPWindow_Constants.j", YES);{var the_protocol = objj_allocateProtocol("CPTokenFieldDelegate");
p;14;CPTokenField.jt;96191;@STATIC;1.0;I;27;Foundation/CPCharacterSet.jI;23;Foundation/CPIndexSet.jI;20;Foundation/CPTimer.ji;21;_CPAutocompleteMenu.ji;10;CPButton.ji;15;CPPopUpButton.ji;14;CPScrollView.ji;13;CPTableView.ji;8;CPText.ji;13;CPTextField.ji;20;CPWindow_Constants.jt;95933;objj_executeFile("Foundation/CPCharacterSet.j", NO);objj_executeFile("Foundation/CPIndexSet.j", NO);objj_executeFile("Foundation/CPTimer.j", NO);objj_executeFile("_CPAutocompleteMenu.j", YES);objj_executeFile("CPButton.j", YES);objj_executeFile("CPPopUpButton.j", YES);objj_executeFile("CPScrollView.j", YES);objj_executeFile("CPTableView.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTextField.j", YES);objj_executeFile("CPWindow_Constants.j", YES);{var the_protocol = objj_allocateProtocol("CPTokenFieldDelegate");
var aProtocol = objj_getProtocol("CPObject");
if (!aProtocol) throw new SyntaxError("*** Could not find definition for protocol \"CPTokenFieldDelegate\"");
protocol_addProtocol(the_protocol, aProtocol);
@@ -42744,6 +42749,11 @@ class_addMethods(the_class, [new objj_method(sel_getUid("tokenizingCharacterSet"
theBinding = (binderClass == null ? binderClass : (binderClass.isa.method_msgSend["getBinding:forObject:"] || _objj_forward)(binderClass, "getBinding:forObject:", CPValueBinding, self));
if (theBinding)
(theBinding == null ? theBinding : (theBinding.isa.method_msgSend["reverseSetValueFor:"] || _objj_forward)(theBinding, "reverseSetValueFor:", "objectValue"));
if (!self._isEditing)
{
self._isEditing = YES;
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
}
(self.isa.method_msgSend["textDidChange:"] || _objj_forward)(self, "textDidChange:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidChangeNotification, self, nil));
self._shouldNotifyTarget = YES;
var ___r1;
@@ -42815,7 +42825,6 @@ default:
((___r1 = (CPRunLoop.isa.method_msgSend["mainRunLoop"] || _objj_forward)(CPRunLoop, "mainRunLoop")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["performBlock:argument:order:modes:"] || _objj_forward)(___r1, "performBlock:argument:order:modes:", function()
{
((___r1 = self._tokenScrollView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["documentView"] || _objj_forward)(___r1, "documentView"))._DOMElement.appendChild(element);
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
((___r1 = (CPRunLoop.isa.method_msgSend["mainRunLoop"] || _objj_forward)(CPRunLoop, "mainRunLoop")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["performBlock:argument:order:modes:"] || _objj_forward)(___r1, "performBlock:argument:order:modes:", function()
{
var previousScrollingOrigin = (self.isa.method_msgSend["_scrollToVisibleRectAndReturnPreviousOrigin"] || _objj_forward)(self, "_scrollToVisibleRectAndReturnPreviousOrigin");
@@ -42848,6 +42857,7 @@ default:
(self.isa.method_msgSend["_autocomplete"] || _objj_forward)(self, "_autocomplete");
(self.isa.method_msgSend["_setObserveWindowKeyNotifications:"] || _objj_forward)(self, "_setObserveWindowKeyNotifications:", NO);
(self.isa.method_msgSend["_resignFirstKeyResponder"] || _objj_forward)(self, "_resignFirstKeyResponder");
self._isEditing = NO;
if (self._shouldNotifyTarget)
{
self._shouldNotifyTarget = NO;
@@ -43266,6 +43276,13 @@ default:
,["void","id","BOOL"]), new objj_method(sel_getUid("keyDown:"), function $CPTokenField__keyDown_(self, _cmd, anEvent)
{
CPTokenFieldTextDidChangeValue = (self.isa.method_msgSend["stringValue"] || _objj_forward)(self, "stringValue");
if (!(self.isa.method_msgSend["isEnabled"] || _objj_forward)(self, "isEnabled") || !((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") || (self.isa.method_msgSend["isSelectable"] || _objj_forward)(self, "isSelectable")))
return;
if ((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") && !self._isEditing)
{
self._isEditing = YES;
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
}
(self.isa.method_msgSend["interpretKeyEvents:"] || _objj_forward)(self, "interpretKeyEvents:", [anEvent]);
((___r1 = (CPRunLoop.isa.method_msgSend["currentRunLoop"] || _objj_forward)(CPRunLoop, "currentRunLoop")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["limitDateForMode:"] || _objj_forward)(___r1, "limitDateForMode:", CPDefaultRunLoopMode));
var ___r1;
@@ -39147,7 +39147,7 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
,["void","CPCoder"])]);
}
p;13;CPTextField.jt;106245;@STATIC;1.0;i;11;CPControl.ji;17;CPStringDrawing.ji;17;CPCompatibility.ji;8;CPText.ji;20;CPWindow_Constants.ji;21;_CPImageAndTextView.jt;106101;objj_executeFile("CPControl.j", YES);objj_executeFile("CPStringDrawing.j", YES);objj_executeFile("CPCompatibility.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPImageAndTextView.j", YES);{var the_protocol = objj_allocateProtocol("CPTextFieldDelegate");
p;13;CPTextField.jt;106705;@STATIC;1.0;i;11;CPControl.ji;17;CPStringDrawing.ji;17;CPCompatibility.ji;8;CPText.ji;20;CPWindow_Constants.ji;21;_CPImageAndTextView.jt;106561;objj_executeFile("CPControl.j", YES);objj_executeFile("CPStringDrawing.j", YES);objj_executeFile("CPCompatibility.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPImageAndTextView.j", YES);{var the_protocol = objj_allocateProtocol("CPTextFieldDelegate");
var aProtocol = objj_getProtocol("CPControlTextEditingDelegate");
if (!aProtocol) throw new SyntaxError("*** Could not find definition for protocol \"CPTextFieldDelegate\"");
protocol_addProtocol(the_protocol, aProtocol);
@@ -39597,6 +39597,11 @@ class_addMethods(the_class, [new objj_method(sel_getUid("setControlSize:"), func
{
if (!(self.isa.method_msgSend["isEnabled"] || _objj_forward)(self, "isEnabled") || !((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") || (self.isa.method_msgSend["isSelectable"] || _objj_forward)(self, "isSelectable")))
return;
if ((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") && !self._isEditing)
{
self._isEditing = YES;
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
}
((___r1 = ((___r2 = (self.isa.method_msgSend["window"] || _objj_forward)(self, "window")), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["platformWindow"] || _objj_forward)(___r2, "platformWindow"))), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["_propagateCurrentDOMEvent:"] || _objj_forward)(___r1, "_propagateCurrentDOMEvent:", YES));
self._invokedByUserEvent = !!anEvent._DOMEvent;
(self.isa.method_msgSend["interpretKeyEvents:"] || _objj_forward)(self, "interpretKeyEvents:", [anEvent]);
@@ -41319,7 +41324,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("bundle"), function $CPT
,["void","CPBundle"])]);
}
p;14;CPTokenField.jt;86176;@STATIC;1.0;I;27;Foundation/CPCharacterSet.jI;23;Foundation/CPIndexSet.jI;20;Foundation/CPTimer.ji;21;_CPAutocompleteMenu.ji;10;CPButton.ji;15;CPPopUpButton.ji;14;CPScrollView.ji;13;CPTableView.ji;8;CPText.ji;13;CPTextField.ji;20;CPWindow_Constants.jt;85918;objj_executeFile("Foundation/CPCharacterSet.j", NO);objj_executeFile("Foundation/CPIndexSet.j", NO);objj_executeFile("Foundation/CPTimer.j", NO);objj_executeFile("_CPAutocompleteMenu.j", YES);objj_executeFile("CPButton.j", YES);objj_executeFile("CPPopUpButton.j", YES);objj_executeFile("CPScrollView.j", YES);objj_executeFile("CPTableView.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTextField.j", YES);objj_executeFile("CPWindow_Constants.j", YES);{var the_protocol = objj_allocateProtocol("CPTokenFieldDelegate");
p;14;CPTokenField.jt;87310;@STATIC;1.0;I;27;Foundation/CPCharacterSet.jI;23;Foundation/CPIndexSet.jI;20;Foundation/CPTimer.ji;21;_CPAutocompleteMenu.ji;10;CPButton.ji;15;CPPopUpButton.ji;14;CPScrollView.ji;13;CPTableView.ji;8;CPText.ji;13;CPTextField.ji;20;CPWindow_Constants.jt;87052;objj_executeFile("Foundation/CPCharacterSet.j", NO);objj_executeFile("Foundation/CPIndexSet.j", NO);objj_executeFile("Foundation/CPTimer.j", NO);objj_executeFile("_CPAutocompleteMenu.j", YES);objj_executeFile("CPButton.j", YES);objj_executeFile("CPPopUpButton.j", YES);objj_executeFile("CPScrollView.j", YES);objj_executeFile("CPTableView.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTextField.j", YES);objj_executeFile("CPWindow_Constants.j", YES);{var the_protocol = objj_allocateProtocol("CPTokenFieldDelegate");
var aProtocol = objj_getProtocol("CPObject");
if (!aProtocol) throw new SyntaxError("*** Could not find definition for protocol \"CPTokenFieldDelegate\"");
protocol_addProtocol(the_protocol, aProtocol);
@@ -41525,6 +41530,11 @@ class_addMethods(the_class, [new objj_method(sel_getUid("tokenizingCharacterSet"
theBinding = (binderClass == null ? binderClass : (binderClass.isa.method_msgSend["getBinding:forObject:"] || _objj_forward)(binderClass, "getBinding:forObject:", CPValueBinding, self));
if (theBinding)
(theBinding == null ? theBinding : (theBinding.isa.method_msgSend["reverseSetValueFor:"] || _objj_forward)(theBinding, "reverseSetValueFor:", "objectValue"));
if (!self._isEditing)
{
self._isEditing = YES;
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
}
(self.isa.method_msgSend["textDidChange:"] || _objj_forward)(self, "textDidChange:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidChangeNotification, self, nil));
self._shouldNotifyTarget = YES;
var ___r1;
@@ -41577,6 +41587,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("tokenizingCharacterSet"
(self.isa.method_msgSend["_autocomplete"] || _objj_forward)(self, "_autocomplete");
(self.isa.method_msgSend["_setObserveWindowKeyNotifications:"] || _objj_forward)(self, "_setObserveWindowKeyNotifications:", NO);
(self.isa.method_msgSend["_resignFirstKeyResponder"] || _objj_forward)(self, "_resignFirstKeyResponder");
self._isEditing = NO;
if (self._shouldNotifyTarget)
{
self._shouldNotifyTarget = NO;
@@ -41939,6 +41950,13 @@ class_addMethods(the_class, [new objj_method(sel_getUid("tokenizingCharacterSet"
,["void","id","BOOL"]), new objj_method(sel_getUid("keyDown:"), function $CPTokenField__keyDown_(self, _cmd, anEvent)
{
if (!(self.isa.method_msgSend["isEnabled"] || _objj_forward)(self, "isEnabled") || !((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") || (self.isa.method_msgSend["isSelectable"] || _objj_forward)(self, "isSelectable")))
return;
if ((self.isa.method_msgSend["isEditable"] || _objj_forward)(self, "isEditable") && !self._isEditing)
{
self._isEditing = YES;
(self.isa.method_msgSend["textDidBeginEditing:"] || _objj_forward)(self, "textDidBeginEditing:", (CPNotification.isa.method_msgSend["notificationWithName:object:userInfo:"] || _objj_forward)(CPNotification, "notificationWithName:object:userInfo:", CPControlTextDidBeginEditingNotification, self, nil));
}
(self.isa.method_msgSend["interpretKeyEvents:"] || _objj_forward)(self, "interpretKeyEvents:", [anEvent]);
((___r1 = (CPRunLoop.isa.method_msgSend["currentRunLoop"] || _objj_forward)(CPRunLoop, "currentRunLoop")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["limitDateForMode:"] || _objj_forward)(___r1, "limitDateForMode:", CPDefaultRunLoopMode));
var ___r1;
+145 -145
View File
@@ -1,145 +1,145 @@
1780146588255|ArrayController1|
1780146588269|ArrayControllerInitialSelectionTest|
1780146588283|ArrayControllerRemovingFirstTest|
1780146588296|AttachedSheet|
1780146588310|AttachedSheet2|
1780146588324|Bindings|
1780146588338|CGCanvasContext|
1780146588352|CGPath|
1780146588365|CPAlertTest|
1780146588378|CPAnimatablePropertyContainerTest|
1780146588392|CPAnimationContextTest|
1780146588405|CPAnimationTest|
1780146588419|CPBinder-echo-bug|
1780146588433|CPBoxCibTest|
1780146588447|CPBoxTest|
1780146588460|CPBrowserTest|
1780146588474|CPButtonBarTest|
1780146588488|CPButtonKeyEquivalentDefaultTest|
1780146588501|CPButtonTest|
1780146588515|CPByteCountFormatter|
1780146588529|CPCollectionViewNibTest|
1780146588542|CPColor-CPImage-description|
1780146588556|CPColorWellBindings|
1780146588569|CPComboBoxTest|
1780146588583|CPControlPerformClickExceptionTest|
1780146588596|CPControlSize|
1780146588609|CPCursor|
1780146588623|CPDateFormatterTest|
1780146588636|CPDatePickerTest|
1780146588649|CPDictionaryControllerTest|
1780146588663|CPDocumentControllerTest|
1780146588676|CPFormatterTest|
1780146588689|CPGraphicsTest|
1780146588703|CPImageAndTextViewImageScaling|
1780146588716|CPImageViewAlignmentScaling|
1780146588729|CPImageViewTest|
1780146588743|CPImageViewbindingsTest|
1780146588756|CPLevelIndicator|
1780146588769|CPLocalizationTest|
1780146588783|CPLogTest|
1780146588796|CPMenuCALayerTest|
1780146588809|CPMenuEnabledBindingsTest|
1780146588823|CPMenuKeyEquivalents|
1780146588836|CPMenuRemoveAllTest|
1780146588850|CPMenuSubmenuPlacementConstraints|
1780146588863|CPMenuTest|
1780146588876|CPOutlineViewCibTest|
1780146588890|CPOutlineViewTest|
1780146588903|CPOutlineViewViewBasedCibTest|
1780146588917|CPPanelTest|
1780146588930|CPPlatformWindow|
1780146588943|CPPlattformWindowMinSize|
1780146588957|CPPopUpButtonBindings|
1780146588970|CPPopUpButtonTest|
1780146588984|CPPopover|
1780146588997|CPPredicateEditorCibTest|
1780146589011|CPProgressIndicator|
1780146589024|CPPropertyListSerializationTest|
1780146589038|CPRadioBindings|
1780146589052|CPRuleEditorCibTest|
1780146589065|CPScrollView|
1780146589079|CPScrollView2|
1780146589093|CPSearchField|
1780146589106|CPSearchFieldPredicateBinding|
1780146589120|CPSegmentedControlBindings|
1780146589135|CPSegmentedControlTest|
1780146589148|CPSoundTest|
1780146589161|CPSplitViewDivider|
1780146589175|CPSplitViewTest|
1780146589189|CPStackViewTest|
1780146589203|CPStepperBindings|
1780146589216|CPStepperNibTest|
1780146589230|CPTabView2|
1780146589243|CPTabViewBindings|
1780146589257|CPTabViewNib|
1780146589271|CPTableViewGroupRows|
1780146589285|CPTextField|
1780146589298|CPTextFieldEditingStyleTest|
1780146589313|CPTextFieldHeightTest|
1780146589327|CPTextFieldMovementsTest|
1780146589341|CPTextFieldMultiline|
1780146589355|CPTextView|
1780146589368|CPTextViewCibTest|
1780146589382|CPTextViewDelegateAndNotifications|
1780146589396|CPTimeZone|
1780146589409|CPTokenFieldTest|
1780146589423|CPToolTip|
1780146589438|CPToolbarTest|
1780146589452|CPTreeControllerTest|
1780146589466|CPURLConnectionAsyncTest|
1780146589479|CPURLConnectionSynchronousTest|
1780146589493|CPUserDefaults|
1780146589507|CPUserDefaultsControllerTest|
1780146589520|CPUserNotificationTest|
1780146589534|CPViewController|
1780146589547|CPVisualEffectViewTest|
1780146589560|CPWebViewTest|
1780146589574|CPWebViewTest2|
1780146589588|CPWindowLiveResizeTest|
1780146589602|CPWindowMovableTest|
1780146589616|CPWindowResizeStyle|
1780146589629|ChildWindows|
1780146589642|CompilationTests|
1780146589656|ContinuouslyUpdatesValueBinding|
1780146589669|CopyAndPaste|
1780146589683|CrossOriginTest|
1780146589696|FF4096Test|
1780146589710|FontEnhancementTest|
1780146589723|FontMetricsExplorer|
1780146589737|KeyEquivalents|
1780146589750|KeyViewLoopTest|
1780146589764|KeyWindowInTheBackgroundActivation|
1780146589777|LayoutTest|
1780146589791|LoadTimeTest|
1780146589804|LongBindings|
1780146589818|MobileTest|
1780146589831|MultipleValueBindings|
1780146589845|NSBoxTest|
1780146589858|NSBrowserTest|
1780146589872|NewTextFieldBezel|
1780146589885|Nib2CibAlignment|
1780146589898|Nib2CibBaselineAlignementTest|
1780146589912|Nib2CibSubviewsOrderTest|
1780146589925|NibAppRemixed|
1780146589938|PatternFillTest|
1780146589952|PlatformWindows|
1780146589965|PopUpButtonEscTest|
1780146589979|ScalingTest|
1780146589993|ScalingTest2|
1780146590006|ScrollviewTheming|
1780146590019|SheetWindowOrderFrontIssue|
1780146590033|SimpleBindings2|
1780146590046|SmartFoldersDemo|
1780146590059|TableTest|
1780146590073|ThemeBrowser|
1780146590087|ThemeKitchenSink|
1780146590100|TrackingArea|
1780146590113|UndoRedoWithMenuUpdate|
1780146590127|UserlandNSTest|
1780146590141|layoutEphemeralSubviewTest|
1780146590154|loadDynamicFrameworks|
1780146590168|performKeyEquivalentTest|
1780146590181|predicateWithFormat|
1780146590195|resignFirstResponder-CPControlTextDidEndEditing|
1780146590209|sizeToFitFix|
1780146624318|ArrayController1|
1780146624332|ArrayControllerInitialSelectionTest|
1780146624346|ArrayControllerRemovingFirstTest|
1780146624360|AttachedSheet|
1780146624374|AttachedSheet2|
1780146624387|Bindings|
1780146624401|CGCanvasContext|
1780146624415|CGPath|
1780146624429|CPAlertTest|
1780146624443|CPAnimatablePropertyContainerTest|
1780146624457|CPAnimationContextTest|
1780146624471|CPAnimationTest|
1780146624484|CPBinder-echo-bug|
1780146624498|CPBoxCibTest|
1780146624512|CPBoxTest|
1780146624526|CPBrowserTest|
1780146624540|CPButtonBarTest|
1780146624553|CPButtonKeyEquivalentDefaultTest|
1780146624567|CPButtonTest|
1780146624581|CPByteCountFormatter|
1780146624595|CPCollectionViewNibTest|
1780146624608|CPColor-CPImage-description|
1780146624622|CPColorWellBindings|
1780146624636|CPComboBoxTest|
1780146624650|CPControlPerformClickExceptionTest|
1780146624663|CPControlSize|
1780146624677|CPCursor|
1780146624691|CPDateFormatterTest|
1780146624704|CPDatePickerTest|
1780146624718|CPDictionaryControllerTest|
1780146624732|CPDocumentControllerTest|
1780146624745|CPFormatterTest|
1780146624759|CPGraphicsTest|
1780146624773|CPImageAndTextViewImageScaling|
1780146624786|CPImageViewAlignmentScaling|
1780146624800|CPImageViewTest|
1780146624814|CPImageViewbindingsTest|
1780146624827|CPLevelIndicator|
1780146624841|CPLocalizationTest|
1780146624855|CPLogTest|
1780146624868|CPMenuCALayerTest|
1780146624882|CPMenuEnabledBindingsTest|
1780146624895|CPMenuKeyEquivalents|
1780146624909|CPMenuRemoveAllTest|
1780146624923|CPMenuSubmenuPlacementConstraints|
1780146624936|CPMenuTest|
1780146624950|CPOutlineViewCibTest|
1780146624964|CPOutlineViewTest|
1780146624977|CPOutlineViewViewBasedCibTest|
1780146624991|CPPanelTest|
1780146625005|CPPlatformWindow|
1780146625019|CPPlattformWindowMinSize|
1780146625032|CPPopUpButtonBindings|
1780146625046|CPPopUpButtonTest|
1780146625060|CPPopover|
1780146625074|CPPredicateEditorCibTest|
1780146625088|CPProgressIndicator|
1780146625101|CPPropertyListSerializationTest|
1780146625115|CPRadioBindings|
1780146625129|CPRuleEditorCibTest|
1780146625143|CPScrollView|
1780146625157|CPScrollView2|
1780146625170|CPSearchField|
1780146625184|CPSearchFieldPredicateBinding|
1780146625198|CPSegmentedControlBindings|
1780146625212|CPSegmentedControlTest|
1780146625226|CPSoundTest|
1780146625240|CPSplitViewDivider|
1780146625254|CPSplitViewTest|
1780146625268|CPStackViewTest|
1780146625282|CPStepperBindings|
1780146625296|CPStepperNibTest|
1780146625309|CPTabView2|
1780146625323|CPTabViewBindings|
1780146625337|CPTabViewNib|
1780146625350|CPTableViewGroupRows|
1780146625364|CPTextField|
1780146625378|CPTextFieldEditingStyleTest|
1780146625392|CPTextFieldHeightTest|
1780146625405|CPTextFieldMovementsTest|
1780146625419|CPTextFieldMultiline|
1780146625433|CPTextView|
1780146625446|CPTextViewCibTest|
1780146625460|CPTextViewDelegateAndNotifications|
1780146625474|CPTimeZone|
1780146625488|CPTokenFieldTest|
1780146625502|CPToolTip|
1780146625515|CPToolbarTest|
1780146625529|CPTreeControllerTest|
1780146625543|CPURLConnectionAsyncTest|
1780146625557|CPURLConnectionSynchronousTest|
1780146625570|CPUserDefaults|
1780146625584|CPUserDefaultsControllerTest|
1780146625598|CPUserNotificationTest|
1780146625612|CPViewController|
1780146625625|CPVisualEffectViewTest|
1780146625639|CPWebViewTest|
1780146625653|CPWebViewTest2|
1780146625667|CPWindowLiveResizeTest|
1780146625681|CPWindowMovableTest|
1780146625695|CPWindowResizeStyle|
1780146625708|ChildWindows|
1780146625722|CompilationTests|
1780146625736|ContinuouslyUpdatesValueBinding|
1780146625750|CopyAndPaste|
1780146625763|CrossOriginTest|
1780146625777|FF4096Test|
1780146625791|FontEnhancementTest|
1780146625804|FontMetricsExplorer|
1780146625818|KeyEquivalents|
1780146625832|KeyViewLoopTest|
1780146625846|KeyWindowInTheBackgroundActivation|
1780146625859|LayoutTest|
1780146625873|LoadTimeTest|
1780146625887|LongBindings|
1780146625900|MobileTest|
1780146625914|MultipleValueBindings|
1780146625928|NSBoxTest|
1780146625942|NSBrowserTest|
1780146625956|NewTextFieldBezel|
1780146625970|Nib2CibAlignment|
1780146625984|Nib2CibBaselineAlignementTest|
1780146625997|Nib2CibSubviewsOrderTest|
1780146626011|NibAppRemixed|
1780146626025|PatternFillTest|
1780146626039|PlatformWindows|
1780146626053|PopUpButtonEscTest|
1780146626067|ScalingTest|
1780146626081|ScalingTest2|
1780146626094|ScrollviewTheming|
1780146626108|SheetWindowOrderFrontIssue|
1780146626122|SimpleBindings2|
1780146626136|SmartFoldersDemo|
1780146626150|TableTest|
1780146626164|ThemeBrowser|
1780146626178|ThemeKitchenSink|
1780146626192|TrackingArea|
1780146626206|UndoRedoWithMenuUpdate|
1780146626219|UserlandNSTest|
1780146626233|layoutEphemeralSubviewTest|
1780146626247|loadDynamicFrameworks|
1780146626261|performKeyEquivalentTest|
1780146626275|predicateWithFormat|
1780146626289|resignFirstResponder-CPControlTextDidEndEditing|
1780146626303|sizeToFitFix|