Deploying to gh-pages from @ cappuccino/cappuccino@4730c23a97 🚀

This commit is contained in:
daboe01
2025-12-26 10:57:18 +00:00
parent 903d512084
commit 33d2d60a6a
3 changed files with 159 additions and 147 deletions
@@ -60104,7 +60104,7 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
,["void","CPTheme"])]);
}
p;8;CPMenu.jt;75233;@STATIC;1.0;I;20;Foundation/CPArray.jI;25;Foundation/CPDictionary.jI;33;Foundation/CPNotificationCenter.jI;21;Foundation/CPString.ji;19;CPKeyValueBinding.ji;12;CPMenuItem.ji;9;CALayer.ji;18;_CPMenuBarWindow.ji;15;_CPMenuWindow.jt;74997;objj_executeFile("Foundation/CPArray.j", NO);objj_executeFile("Foundation/CPDictionary.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPString.j", NO);objj_executeFile("CPKeyValueBinding.j", YES);objj_executeFile("CPMenuItem.j", YES);objj_executeFile("CALayer.j", YES);{var the_protocol = objj_allocateProtocol("CPMenuDelegate");
p;8;CPMenu.jt;76304;@STATIC;1.0;I;20;Foundation/CPArray.jI;25;Foundation/CPDictionary.jI;33;Foundation/CPNotificationCenter.jI;21;Foundation/CPString.ji;19;CPKeyValueBinding.ji;12;CPMenuItem.ji;9;CALayer.ji;18;_CPMenuBarWindow.ji;15;_CPMenuWindow.jt;76068;objj_executeFile("Foundation/CPArray.j", NO);objj_executeFile("Foundation/CPDictionary.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPString.j", NO);objj_executeFile("CPKeyValueBinding.j", YES);objj_executeFile("CPMenuItem.j", YES);objj_executeFile("CALayer.j", YES);{var the_protocol = objj_allocateProtocol("CPMenuDelegate");
var aProtocol = objj_getProtocol("CPObject");
if (!aProtocol) throw new SyntaxError("*** Could not find definition for protocol \"CPMenuDelegate\"");
protocol_addProtocol(the_protocol, aProtocol);
@@ -60135,7 +60135,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("menuBarHeight"), functi
if (self)
{
self._title = aTitle;
self._items = [];
self._items = (CPMutableArray.isa.method_msgSend["array"] || _objj_forward)(CPMutableArray, "array");
self._autoenablesItems = YES;
self._showsStateColumn = YES;
(self == null ? self : (self.isa.method_msgSend["setMinimumWidth:"] || _objj_forward)(self, "setMinimumWidth:", 0));
@@ -60193,6 +60193,8 @@ class_addMethods(the_class, [new objj_method(sel_getUid("menuBarHeight"), functi
(self.isa.method_msgSend["willChangeValueForKey:"] || _objj_forward)(self, "willChangeValueForKey:", "items");
self._items = (CPMutableArray.isa.method_msgSend["array"] || _objj_forward)(CPMutableArray, "array");
(self.isa.method_msgSend["didChangeValueForKey:"] || _objj_forward)(self, "didChangeValueForKey:", "items");
if (self === (CPApp == null ? CPApp : (CPApp.isa.method_msgSend["mainMenu"] || _objj_forward)(CPApp, "mainMenu")) && _CPMenuBarSharedWindow)
(_CPMenuBarSharedWindow == null ? _CPMenuBarSharedWindow : (_CPMenuBarSharedWindow.isa.method_msgSend["setMenu:"] || _objj_forward)(_CPMenuBarSharedWindow, "setMenu:", self));
var ___r1;
}
@@ -60918,6 +60920,8 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
(self.isa.method_msgSend["_highlightItemAtIndex:"] || _objj_forward)(self, "_highlightItemAtIndex:", CPNotFound);
((___r1 = self._items), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["insertObject:atIndex:"] || _objj_forward)(___r1, "insertObject:atIndex:", aMenuItem, anIndex));
((___r1 = (CPNotificationCenter.isa.method_msgSend["defaultCenter"] || _objj_forward)(CPNotificationCenter, "defaultCenter")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["postNotificationName:object:userInfo:"] || _objj_forward)(___r1, "postNotificationName:object:userInfo:", CPMenuDidAddItemNotification, self, (___r2 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["initWithObjects:forKeys:"] || _objj_forward)(___r2, "initWithObjects:forKeys:", [anIndex], ["CPMenuItemIndex"]))));
if (self === (CPApp == null ? CPApp : (CPApp.isa.method_msgSend["mainMenu"] || _objj_forward)(CPApp, "mainMenu")) && _CPMenuBarSharedWindow)
(_CPMenuBarSharedWindow == null ? _CPMenuBarSharedWindow : (_CPMenuBarSharedWindow.isa.method_msgSend["setMenu:"] || _objj_forward)(_CPMenuBarSharedWindow, "setMenu:", self));
var ___r1, ___r2;
}
@@ -60929,6 +60933,8 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
(self.isa.method_msgSend["_highlightItemAtIndex:"] || _objj_forward)(self, "_highlightItemAtIndex:", CPNotFound);
((___r1 = self._items), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["removeObjectAtIndex:"] || _objj_forward)(___r1, "removeObjectAtIndex:", anIndex));
((___r1 = (CPNotificationCenter.isa.method_msgSend["defaultCenter"] || _objj_forward)(CPNotificationCenter, "defaultCenter")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["postNotificationName:object:userInfo:"] || _objj_forward)(___r1, "postNotificationName:object:userInfo:", CPMenuDidRemoveItemNotification, self, (___r2 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["initWithObjects:forKeys:"] || _objj_forward)(___r2, "initWithObjects:forKeys:", [anIndex], ["CPMenuItemIndex"]))));
if (self === (CPApp == null ? CPApp : (CPApp.isa.method_msgSend["mainMenu"] || _objj_forward)(CPApp, "mainMenu")) && _CPMenuBarSharedWindow)
(_CPMenuBarSharedWindow == null ? _CPMenuBarSharedWindow : (_CPMenuBarSharedWindow.isa.method_msgSend["setMenu:"] || _objj_forward)(_CPMenuBarSharedWindow, "setMenu:", self));
var ___r1, ___r2;
}
@@ -57999,7 +57999,7 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
,["void","CPTheme"])]);
}
p;8;CPMenu.jt;74980;@STATIC;1.0;I;20;Foundation/CPArray.jI;25;Foundation/CPDictionary.jI;33;Foundation/CPNotificationCenter.jI;21;Foundation/CPString.ji;19;CPKeyValueBinding.ji;12;CPMenuItem.ji;9;CALayer.ji;18;_CPMenuBarWindow.ji;15;_CPMenuWindow.jt;74744;objj_executeFile("Foundation/CPArray.j", NO);objj_executeFile("Foundation/CPDictionary.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPString.j", NO);objj_executeFile("CPKeyValueBinding.j", YES);objj_executeFile("CPMenuItem.j", YES);objj_executeFile("CALayer.j", YES);{var the_protocol = objj_allocateProtocol("CPMenuDelegate");
p;8;CPMenu.jt;76051;@STATIC;1.0;I;20;Foundation/CPArray.jI;25;Foundation/CPDictionary.jI;33;Foundation/CPNotificationCenter.jI;21;Foundation/CPString.ji;19;CPKeyValueBinding.ji;12;CPMenuItem.ji;9;CALayer.ji;18;_CPMenuBarWindow.ji;15;_CPMenuWindow.jt;75815;objj_executeFile("Foundation/CPArray.j", NO);objj_executeFile("Foundation/CPDictionary.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPString.j", NO);objj_executeFile("CPKeyValueBinding.j", YES);objj_executeFile("CPMenuItem.j", YES);objj_executeFile("CALayer.j", YES);{var the_protocol = objj_allocateProtocol("CPMenuDelegate");
var aProtocol = objj_getProtocol("CPObject");
if (!aProtocol) throw new SyntaxError("*** Could not find definition for protocol \"CPMenuDelegate\"");
protocol_addProtocol(the_protocol, aProtocol);
@@ -58030,7 +58030,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("menuBarHeight"), functi
if (self)
{
self._title = aTitle;
self._items = [];
self._items = (CPMutableArray.isa.method_msgSend["array"] || _objj_forward)(CPMutableArray, "array");
self._autoenablesItems = YES;
self._showsStateColumn = YES;
(self == null ? self : (self.isa.method_msgSend["setMinimumWidth:"] || _objj_forward)(self, "setMinimumWidth:", 0));
@@ -58088,6 +58088,8 @@ class_addMethods(the_class, [new objj_method(sel_getUid("menuBarHeight"), functi
(self.isa.method_msgSend["willChangeValueForKey:"] || _objj_forward)(self, "willChangeValueForKey:", "items");
self._items = (CPMutableArray.isa.method_msgSend["array"] || _objj_forward)(CPMutableArray, "array");
(self.isa.method_msgSend["didChangeValueForKey:"] || _objj_forward)(self, "didChangeValueForKey:", "items");
if (self === (CPApp == null ? CPApp : (CPApp.isa.method_msgSend["mainMenu"] || _objj_forward)(CPApp, "mainMenu")) && _CPMenuBarSharedWindow)
(_CPMenuBarSharedWindow == null ? _CPMenuBarSharedWindow : (_CPMenuBarSharedWindow.isa.method_msgSend["setMenu:"] || _objj_forward)(_CPMenuBarSharedWindow, "setMenu:", self));
var ___r1;
}
@@ -58812,6 +58814,8 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
(self.isa.method_msgSend["_highlightItemAtIndex:"] || _objj_forward)(self, "_highlightItemAtIndex:", CPNotFound);
((___r1 = self._items), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["insertObject:atIndex:"] || _objj_forward)(___r1, "insertObject:atIndex:", aMenuItem, anIndex));
((___r1 = (CPNotificationCenter.isa.method_msgSend["defaultCenter"] || _objj_forward)(CPNotificationCenter, "defaultCenter")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["postNotificationName:object:userInfo:"] || _objj_forward)(___r1, "postNotificationName:object:userInfo:", CPMenuDidAddItemNotification, self, (___r2 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["initWithObjects:forKeys:"] || _objj_forward)(___r2, "initWithObjects:forKeys:", [anIndex], ["CPMenuItemIndex"]))));
if (self === (CPApp == null ? CPApp : (CPApp.isa.method_msgSend["mainMenu"] || _objj_forward)(CPApp, "mainMenu")) && _CPMenuBarSharedWindow)
(_CPMenuBarSharedWindow == null ? _CPMenuBarSharedWindow : (_CPMenuBarSharedWindow.isa.method_msgSend["setMenu:"] || _objj_forward)(_CPMenuBarSharedWindow, "setMenu:", self));
var ___r1, ___r2;
}
@@ -58823,6 +58827,8 @@ var meta_class = the_class.isa;class_addMethods(the_class, [new objj_method(sel_
(self.isa.method_msgSend["_highlightItemAtIndex:"] || _objj_forward)(self, "_highlightItemAtIndex:", CPNotFound);
((___r1 = self._items), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["removeObjectAtIndex:"] || _objj_forward)(___r1, "removeObjectAtIndex:", anIndex));
((___r1 = (CPNotificationCenter.isa.method_msgSend["defaultCenter"] || _objj_forward)(CPNotificationCenter, "defaultCenter")), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["postNotificationName:object:userInfo:"] || _objj_forward)(___r1, "postNotificationName:object:userInfo:", CPMenuDidRemoveItemNotification, self, (___r2 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["initWithObjects:forKeys:"] || _objj_forward)(___r2, "initWithObjects:forKeys:", [anIndex], ["CPMenuItemIndex"]))));
if (self === (CPApp == null ? CPApp : (CPApp.isa.method_msgSend["mainMenu"] || _objj_forward)(CPApp, "mainMenu")) && _CPMenuBarSharedWindow)
(_CPMenuBarSharedWindow == null ? _CPMenuBarSharedWindow : (_CPMenuBarSharedWindow.isa.method_msgSend["setMenu:"] || _objj_forward)(_CPMenuBarSharedWindow, "setMenu:", self));
var ___r1, ___r2;
}
+143 -143
View File
@@ -1,143 +1,143 @@
1766746360813|ArrayController1|
1766746360827|ArrayControllerInitialSelectionTest|
1766746360840|ArrayControllerRemovingFirstTest|
1766746360854|AttachedSheet|
1766746360867|AttachedSheet2|
1766746360881|Bindings|
1766746360894|CGCanvasContext|
1766746360907|CGPath|
1766746360921|CPAlertTest|
1766746360934|CPAnimatablePropertyContainerTest|
1766746360947|CPAnimationContextTest|
1766746360961|CPAnimationTest|
1766746360974|CPBinder-echo-bug|
1766746360988|CPBoxCibTest|
1766746361001|CPBoxTest|
1766746361015|CPBrowserTest|
1766746361028|CPButtonKeyEquivalentDefaultTest|
1766746361042|CPButtonTest|
1766746361055|CPByteCountFormatter|
1766746361068|CPCollectionViewNibTest|
1766746361082|CPColor-CPImage-description|
1766746361095|CPColorWellBindings|
1766746361109|CPComboBoxTest|
1766746361122|CPControlPerformClickExceptionTest|
1766746361135|CPControlSize|
1766746361149|CPCursor|
1766746361162|CPDateFormatterTest|
1766746361176|CPDatePickerTest|
1766746361189|CPDictionaryControllerTest|
1766746361202|CPDocumentControllerTest|
1766746361216|CPFormatterTest|
1766746361229|CPGraphicsTest|
1766746361242|CPImageAndTextViewImageScaling|
1766746361256|CPImageViewAlignmentScaling|
1766746361269|CPImageViewTest|
1766746361282|CPImageViewbindingsTest|
1766746361296|CPLevelIndicator|
1766746361309|CPLocalizationTest|
1766746361322|CPLogTest|
1766746361336|CPMenuCALayerTest|
1766746361349|CPMenuEnabledBindingsTest|
1766746361362|CPMenuKeyEquivalents|
1766746361376|CPMenuRemoveAllTest|
1766746361389|CPMenuSubmenuPlacementConstraints|
1766746361402|CPMenuTest|
1766746361416|CPOutlineViewCibTest|
1766746361429|CPOutlineViewTest|
1766746361442|CPOutlineViewViewBasedCibTest|
1766746361456|CPPanelTest|
1766746361469|CPPlatformWindow|
1766746361483|CPPlattformWindowMinSize|
1766746361496|CPPopUpButtonBindings|
1766746361510|CPPopUpButtonTest|
1766746361523|CPPopover|
1766746361536|CPPredicateEditorCibTest|
1766746361550|CPProgressIndicator|
1766746361563|CPPropertyListSerializationTest|
1766746361576|CPRadioBindings|
1766746361590|CPRuleEditorCibTest|
1766746361603|CPScrollView|
1766746361616|CPScrollView2|
1766746361630|CPSearchField|
1766746361643|CPSearchFieldPredicateBinding|
1766746361657|CPSegmentedControlBindings|
1766746361670|CPSegmentedControlTest|
1766746361684|CPSoundTest|
1766746361697|CPSplitViewDivider|
1766746361710|CPSplitViewTest|
1766746361724|CPStackViewTest|
1766746361737|CPStepperBindings|
1766746361750|CPStepperNibTest|
1766746361764|CPTabView2|
1766746361777|CPTabViewBindings|
1766746361791|CPTabViewNib|
1766746361804|CPTableViewGroupRows|
1766746361817|CPTextField|
1766746361831|CPTextFieldEditingStyleTest|
1766746361844|CPTextFieldHeightTest|
1766746361857|CPTextFieldMovementsTest|
1766746361871|CPTextFieldMultiline|
1766746361884|CPTextView|
1766746361897|CPTextViewCibTest|
1766746361911|CPTextViewDelegateAndNotifications|
1766746361924|CPTimeZone|
1766746361937|CPTokenFieldTest|
1766746361951|CPToolTip|
1766746361964|CPToolbarTest|
1766746361977|CPURLConnectionAsyncTest|
1766746361991|CPURLConnectionSynchronousTest|
1766746362004|CPUserDefaults|
1766746362017|CPUserDefaultsControllerTest|
1766746362031|CPUserNotificationTest|
1766746362044|CPViewController|
1766746362057|CPVisualEffectViewTest|
1766746362071|CPWebViewTest|
1766746362084|CPWebViewTest2|
1766746362097|CPWindowLiveResizeTest|
1766746362111|CPWindowMovableTest|
1766746362124|CPWindowResizeStyle|
1766746362137|ChildWindows|
1766746362151|CompilationTests|
1766746362164|ContinuouslyUpdatesValueBinding|
1766746362177|CopyAndPaste|
1766746362191|CrossOriginTest|
1766746362204|FF4096Test|
1766746362217|FontEnhancementTest|
1766746362230|FontMetricsExplorer|
1766746362244|KeyEquivalents|
1766746362257|KeyViewLoopTest|
1766746362270|KeyWindowInTheBackgroundActivation|
1766746362284|LayoutTest|
1766746362297|LoadTimeTest|
1766746362310|LongBindings|
1766746362324|MobileTest|
1766746362337|MultipleValueBindings|
1766746362350|NSBoxTest|
1766746362364|NSBrowserTest|
1766746362377|NewTextFieldBezel|
1766746362390|Nib2CibAlignment|
1766746362404|Nib2CibBaselineAlignementTest|
1766746362417|Nib2CibSubviewsOrderTest|
1766746362430|NibAppRemixed|
1766746362444|PatternFillTest|
1766746362458|PlatformWindows|
1766746362472|PopUpButtonEscTest|
1766746362485|ScalingTest|
1766746362499|ScalingTest2|
1766746362512|ScrollviewTheming|
1766746362526|SheetWindowOrderFrontIssue|
1766746362539|SimpleBindings2|
1766746362552|SmartFoldersDemo|
1766746362566|TableTest|
1766746362579|ThemeBrowser|
1766746362592|ThemeKitchenSink|
1766746362606|TrackingArea|
1766746362619|UndoRedoWithMenuUpdate|
1766746362632|UserlandNSTest|
1766746362646|layoutEphemeralSubviewTest|
1766746362659|loadDynamicFrameworks|
1766746362672|performKeyEquivalentTest|
1766746362686|predicateWithFormat|
1766746362699|resignFirstResponder-CPControlTextDidEndEditing|
1766746362713|sizeToFitFix|
1766746633614|ArrayController1|
1766746633628|ArrayControllerInitialSelectionTest|
1766746633642|ArrayControllerRemovingFirstTest|
1766746633655|AttachedSheet|
1766746633668|AttachedSheet2|
1766746633681|Bindings|
1766746633695|CGCanvasContext|
1766746633708|CGPath|
1766746633721|CPAlertTest|
1766746633735|CPAnimatablePropertyContainerTest|
1766746633748|CPAnimationContextTest|
1766746633761|CPAnimationTest|
1766746633774|CPBinder-echo-bug|
1766746633788|CPBoxCibTest|
1766746633802|CPBoxTest|
1766746633816|CPBrowserTest|
1766746633829|CPButtonKeyEquivalentDefaultTest|
1766746633843|CPButtonTest|
1766746633856|CPByteCountFormatter|
1766746633869|CPCollectionViewNibTest|
1766746633883|CPColor-CPImage-description|
1766746633896|CPColorWellBindings|
1766746633909|CPComboBoxTest|
1766746633923|CPControlPerformClickExceptionTest|
1766746633936|CPControlSize|
1766746633949|CPCursor|
1766746633963|CPDateFormatterTest|
1766746633976|CPDatePickerTest|
1766746633989|CPDictionaryControllerTest|
1766746634003|CPDocumentControllerTest|
1766746634016|CPFormatterTest|
1766746634030|CPGraphicsTest|
1766746634043|CPImageAndTextViewImageScaling|
1766746634056|CPImageViewAlignmentScaling|
1766746634070|CPImageViewTest|
1766746634083|CPImageViewbindingsTest|
1766746634096|CPLevelIndicator|
1766746634110|CPLocalizationTest|
1766746634123|CPLogTest|
1766746634136|CPMenuCALayerTest|
1766746634150|CPMenuEnabledBindingsTest|
1766746634163|CPMenuKeyEquivalents|
1766746634176|CPMenuRemoveAllTest|
1766746634189|CPMenuSubmenuPlacementConstraints|
1766746634203|CPMenuTest|
1766746634216|CPOutlineViewCibTest|
1766746634230|CPOutlineViewTest|
1766746634243|CPOutlineViewViewBasedCibTest|
1766746634256|CPPanelTest|
1766746634269|CPPlatformWindow|
1766746634283|CPPlattformWindowMinSize|
1766746634296|CPPopUpButtonBindings|
1766746634309|CPPopUpButtonTest|
1766746634323|CPPopover|
1766746634336|CPPredicateEditorCibTest|
1766746634350|CPProgressIndicator|
1766746634363|CPPropertyListSerializationTest|
1766746634376|CPRadioBindings|
1766746634390|CPRuleEditorCibTest|
1766746634403|CPScrollView|
1766746634416|CPScrollView2|
1766746634430|CPSearchField|
1766746634443|CPSearchFieldPredicateBinding|
1766746634456|CPSegmentedControlBindings|
1766746634470|CPSegmentedControlTest|
1766746634483|CPSoundTest|
1766746634496|CPSplitViewDivider|
1766746634510|CPSplitViewTest|
1766746634523|CPStackViewTest|
1766746634536|CPStepperBindings|
1766746634549|CPStepperNibTest|
1766746634563|CPTabView2|
1766746634576|CPTabViewBindings|
1766746634589|CPTabViewNib|
1766746634603|CPTableViewGroupRows|
1766746634616|CPTextField|
1766746634629|CPTextFieldEditingStyleTest|
1766746634643|CPTextFieldHeightTest|
1766746634656|CPTextFieldMovementsTest|
1766746634669|CPTextFieldMultiline|
1766746634683|CPTextView|
1766746634696|CPTextViewCibTest|
1766746634709|CPTextViewDelegateAndNotifications|
1766746634722|CPTimeZone|
1766746634736|CPTokenFieldTest|
1766746634749|CPToolTip|
1766746634762|CPToolbarTest|
1766746634775|CPURLConnectionAsyncTest|
1766746634789|CPURLConnectionSynchronousTest|
1766746634802|CPUserDefaults|
1766746634815|CPUserDefaultsControllerTest|
1766746634829|CPUserNotificationTest|
1766746634842|CPViewController|
1766746634855|CPVisualEffectViewTest|
1766746634869|CPWebViewTest|
1766746634882|CPWebViewTest2|
1766746634895|CPWindowLiveResizeTest|
1766746634909|CPWindowMovableTest|
1766746634922|CPWindowResizeStyle|
1766746634935|ChildWindows|
1766746634948|CompilationTests|
1766746634962|ContinuouslyUpdatesValueBinding|
1766746634975|CopyAndPaste|
1766746634988|CrossOriginTest|
1766746635001|FF4096Test|
1766746635015|FontEnhancementTest|
1766746635028|FontMetricsExplorer|
1766746635041|KeyEquivalents|
1766746635055|KeyViewLoopTest|
1766746635068|KeyWindowInTheBackgroundActivation|
1766746635081|LayoutTest|
1766746635095|LoadTimeTest|
1766746635108|LongBindings|
1766746635121|MobileTest|
1766746635135|MultipleValueBindings|
1766746635148|NSBoxTest|
1766746635161|NSBrowserTest|
1766746635174|NewTextFieldBezel|
1766746635188|Nib2CibAlignment|
1766746635201|Nib2CibBaselineAlignementTest|
1766746635214|Nib2CibSubviewsOrderTest|
1766746635228|NibAppRemixed|
1766746635241|PatternFillTest|
1766746635254|PlatformWindows|
1766746635267|PopUpButtonEscTest|
1766746635281|ScalingTest|
1766746635294|ScalingTest2|
1766746635307|ScrollviewTheming|
1766746635321|SheetWindowOrderFrontIssue|
1766746635334|SimpleBindings2|
1766746635347|SmartFoldersDemo|
1766746635360|TableTest|
1766746635374|ThemeBrowser|
1766746635387|ThemeKitchenSink|
1766746635400|TrackingArea|
1766746635414|UndoRedoWithMenuUpdate|
1766746635427|UserlandNSTest|
1766746635440|layoutEphemeralSubviewTest|
1766746635453|loadDynamicFrameworks|
1766746635467|performKeyEquivalentTest|
1766746635480|predicateWithFormat|
1766746635493|resignFirstResponder-CPControlTextDidEndEditing|
1766746635507|sizeToFitFix|