Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-20Add sdk library for testing performance issues with watcherstherzok
2019-06-20[Core] Add Performance tests for file watcher changestherzok
2019-06-20[AutoTest] Add some helper methods to validate counter hit counttherzok
2019-05-24Try to fix potential timeout in UI testsLluis Sanchez
2019-05-24Try increasing timeout heretherzok
2019-05-23[AutoTestSession] Don't use a global ManualResetEvent, it might raceMarius Ungureanu
2019-05-23Disabled the updater when running autotestLluis Sanchez
2019-05-20[UITests] Try fix race, not doing a wait for the idle might end up with metho...therzok
2019-05-02[Ide] Add a comment about SharedApplication.Windows deprecationVsevolod Kukol
2019-05-01Merge pull request #681 from xamarin/counters-fixesMarius Ungureanu
2019-04-30Merge pull request #637 from xamarin/webview-supportMarius Ungureanu
2019-04-30[TestService] Add method which only marshals the counter propertytherzok
2019-04-30More webview fixestherzok
2019-04-30Add WebView supporttherzok
2019-04-30Add a way to monitor for a counter changetherzok
2019-04-03Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-04-01Add initial pre-filtering implementation, should help with creating massive a...therzok
2019-04-01Don't include invisible widgets if we don't have a visible property checktherzok
2019-04-01Simplify some type checkstherzok
2019-04-01Deduplicate some codetherzok
2019-04-01Use AddChild in Mac runnertherzok
2019-04-01Cleanup container building methodtherzok
2019-04-01Split into multiple filestherzok
2019-04-01Refactor NSWindow handling into own methodstherzok
2019-04-01Reorder methodstherzok
2019-04-01Simplify some codetherzok
2019-04-01Optimize SourceQuery construction to use cached valuetherzok
2019-04-01Move AppQuery running logic into AppQueryRunnertherzok
2019-04-01Introduce AppQueryRunner class to handle executing an AppQuerytherzok
2019-03-25Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-18[AutoTest] fix timeout not being passed in ExecuteQuerytherzok
2019-03-18Properly fix all AppResult leakstherzok
2019-02-19Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-02-15Track API changesLluis Sanchez
2019-02-15[AutoTest] Avoid leaking AppQuery and their whole stacktherzok
2018-07-13[PerfTests] Update the tests to use the time reported by the countersiain holmes
2018-03-21[Ide] Add some error logging to AppResult.GetPropertyValueMike Krüger
2018-02-09Remove spam in Ide.log from loggingManish Sinha
2017-10-26[AutoTest] Fix build errorMatt Ward
2017-10-26[AutoTest] Rename VirtualMemorySize to VirtualMemoryManish Sinha
2017-10-25[AutoTest] Added VirtualMemorySize and WorkingSet to MemoryStatsManish Sinha
2017-10-13[AutoTest] Fix SetProperty when there is no "."Manish Sinha
2017-10-11[AutoTest] Fix { align and space in GetColumnNumberManish Sinha
2017-10-06[AutoTest] Fix build error due to re-declaration of local variableManish Sinha
2017-10-06[AutoTst] SetProperty should allow recursive property setManish Sinha
2017-10-06[AutoTest] Split MatchProperty into smaller GetRecursiveObjectPropertyManish Sinha
2017-10-04[AutoTest] Just log exception message for GetPropertiesManish Sinha
2017-09-05Uitests fixes (#2989)Marius Ungureanu
2017-08-07[AutoTest] Added support for NSSegmentedControlManish Sinha
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu