Bugzilla – Attachment 244505 Details for
Bug 428698
StatusBarPanel: Begin implementation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Uploaded a patch that deleteText behavior and event.
s.patch (text/plain), 5.90 KB, created by
Neville Gao
on 2008-10-09 06:40:25 UTC
(
hide
)
Description:
Uploaded a patch that deleteText behavior and event.
Filename:
MIME Type:
Creator:
Neville Gao
Created:
2008-10-09 06:40:25 UTC
Size:
5.90 KB
patch
obsolete
>Index: UIAutomationWinforms/Mono.UIAutomation.Winforms/StatusBarProvider.cs >=================================================================== >--- UIAutomationWinforms/Mono.UIAutomation.Winforms/StatusBarProvider.cs (revision 115302) >+++ UIAutomationWinforms/Mono.UIAutomation.Winforms/StatusBarProvider.cs (working copy) >@@ -183,8 +183,6 @@ > { > this.statusBarPanel = statusBarPanel; > >- SetBehavior (TextPatternIdentifiers.Pattern, >- new StatusBarPanelTextProviderBehavior (this)); > SetBehavior (ValuePatternIdentifiers.Pattern, > new StatusBarPanelValueProviderBehavior (this)); > } >Index: UIAutomationWinforms/Mono.UIAutomation.Winforms.mdp >=================================================================== >--- UIAutomationWinforms/Mono.UIAutomation.Winforms.mdp (revision 115302) >+++ UIAutomationWinforms/Mono.UIAutomation.Winforms.mdp (working copy) >@@ -1,4 +1,4 @@ >-<Project name="Mono.UIAutomation.Winforms" fileversion="2.0" language="C#" UseParentDirectoryAsNamespace="True" DefaultNamespace="Mono.UIAutomation.Winforms" clr-version="Net_2_0" ctype="DotNetProject"> >+<Project name="Mono.UIAutomation.Winforms" fileversion="2.0" language="C#" DefaultNamespace="Mono.UIAutomation.Winforms" clr-version="Net_2_0" UseParentDirectoryAsNamespace="True" ctype="DotNetProject"> > <Configurations active="Debug"> > <Configuration name="Debug" ctype="DotNetProjectConfiguration"> > <Output directory="bin/Debug" signAssembly="True" assemblyKeyFile="../../mono-uia.snk" assembly="UIAutomationWinforms" /> >@@ -107,7 +107,6 @@ > <File name="Mono.UIAutomation.Winforms.Behaviors/TextBox/ValueProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/ProgressBar/RangeValueProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/ProviderBehavior.cs" subtype="Code" buildaction="Compile" /> >- <File name="Mono.UIAutomation.Winforms.Behaviors/ProgressBar/ValueProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/LinkLabel/InvokeProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/NumericUpDown/RangeValueProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/ListItem/ScrollItemProviderBehavior.cs" subtype="Code" buildaction="Compile" /> >@@ -116,12 +115,10 @@ > <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/GridProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Events/AutomationLabeledByPropertyEvent.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Events/AutomationIsKeyboardFocusablePropertyEvent.cs" subtype="Code" buildaction="Compile" /> >- <File name="Mono.UIAutomation.Winforms.Events/ProgressBar/ValuePatternValueEvent.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/ListBox/SelectionProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternCanSelectMultipleEvent.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternSelectionEvent.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternInvalidatedEvent.cs" subtype="Code" buildaction="Compile" /> >- <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelTextProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelValueProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Behaviors/ComboBox/SelectionProviderBehavior.cs" subtype="Code" buildaction="Compile" /> > <File name="Mono.UIAutomation.Winforms.Events/ComboBox/SelectionPatternInvalidatedEvent.cs" subtype="Code" buildaction="Compile" /> >Index: UIAutomationWinforms/Makefile.am >=================================================================== >--- UIAutomationWinforms/Makefile.am (revision 115302) >+++ UIAutomationWinforms/Makefile.am (working copy) >@@ -63,14 +63,12 @@ > Mono.UIAutomation.Winforms.Behaviors/ListView/MultipleViewProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/NumericUpDown/RangeValueProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/ProgressBar/RangeValueProviderBehavior.cs \ >- Mono.UIAutomation.Winforms.Behaviors/ProgressBar/ValueProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/ProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/RadioButton/SelectionItemProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/RadioButton/SelectionProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/ScrollBar/ButtonInvokeProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/ScrollBar/RangeValueProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/StatusBar/GridProviderBehavior.cs \ >- Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelTextProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelValueProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/TextBox/ScrollProviderBehavior.cs \ > Mono.UIAutomation.Winforms.Behaviors/TextBox/TextProviderBehavior.cs \ >@@ -115,7 +113,6 @@ > Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternSelectionEvent.cs \ > Mono.UIAutomation.Winforms.Events/ListItem/TogglePatternToggleStateEvent.cs \ > Mono.UIAutomation.Winforms.Events/ProgressBar/RangeValuePatternValueEvent.cs \ >- Mono.UIAutomation.Winforms.Events/ProgressBar/ValuePatternValueEvent.cs \ > Mono.UIAutomation.Winforms.Events/ProviderEvent.cs \ > Mono.UIAutomation.Winforms.Events/ProviderEventType.cs \ > Mono.UIAutomation.Winforms.Events/ScrollBar/ButtonInvokePatternInvokedEvent.cs \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 428698
:
244505
|
244826
|
245908