summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10Fix buildRui Marinho1-6/+0
2017-07-10Fix buildRui Marinho1-49/+0
2017-06-01[previewer] make sure we do not crash even if the previewer doesn't s… (#946)Stephane Delcroix1-1/+0
* [previewer] make sure we do not crash even if the previewer doesn't sets the flag * make the tests pass
2017-05-16[XamlC] fix buildStephane Delcroix1-1/+1
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts4-34/+34
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
2017-05-10Fix buildRui Marinho1-3/+0
2017-05-10[Core] Accessibility works with XamlC (#911)Samantha Houts3-10/+112
* Add unit tests for a11y XAML parsing * [Core] Add Get/Set methods for XamlC * Update docs * Fix rogue blank line
2017-04-27[XamlC] support valueTypes x:Arrays (#875)Stephane Delcroix3-1/+75
2017-04-25[XamlC] Check param type in op_Implicit (#876)Stephane Delcroix3-0/+58
2017-04-25[Xaml] OnPlatform.Default value (#873)Stephane Delcroix2-1/+9
* [Xaml] OnPlatform.Default value * docs
2017-04-20[XamlC] support nested types type declarations (#872)Stephane Delcroix2-0/+15
2017-04-20[XamlC] allow namespaces in {x:Type} markups (#867)Stephane Delcroix2-13/+30
* [XamlC] allow namespaces in {x:Type} markups * missing test
2017-04-19[Xaml][test] Passing test for Bz55343Stephane Delcroix3-0/+83
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix4-0/+84
2017-04-06More Xaml generic support (#857)Stephane Delcroix2-2/+17
* [XamlG] allow x:Name on nested generic types * [Xaml*] fail on undeclared xmlns * [XamlC] allow x:Arguments on generic ctors
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix3-0/+62
2017-04-06Fix 54334 (#855)Stephane Delcroix6-4/+195
* [C] unset the FromStyle flag on manual setting * [C] Do not reset overriden values to default * complete the fix
2017-04-05[Xaml] updating the unittests project to cecil .10-b5 tooStephane Delcroix2-5/+5
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix3-0/+92
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix5-0/+109
* unit test * [C] make sure all children are properly parented
2017-03-16Resource loading (#815)Stephane Delcroix2-0/+10
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2017-03-15[test] passing test for 53318 (#818)Stephane Delcroix3-0/+67
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces952-0/+3
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-01[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)Stephane Delcroix2-5/+5
2017-02-13[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix3-0/+67
2017-02-10Xaml empty service provider (#736)Stephane Delcroix3-0/+74
* [Xaml] AcceptEmptyServiceProvider * [XamlC] AcceptEmptyServiceProvider * docs
2017-02-02[Xaml] do not set properties with private setters (#717)Stephane Delcroix3-0/+73
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix4-0/+78
* [Xaml[C]] check for compatible types on op_implicit * fix merge issue
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix3-0/+75
* [Xaml[C]] throw meaningful exception while trying to set the content of a property without ContentPropertyAttribute * fix test
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix14-25/+206
* [XamlC] change MockCompile (internal) API * [XamlC] fix debugging in unit test project * f * [XamlC] update cecil to 0.10.0-beta1-v2 * beta2 * avoid method duplication * [XamlC] force loading MdbReader and Writer * [XamlC] force use the writer in the other task too * [XamlC] fix test and test code generator * try building this * [XamlC] Ensure InitializeComponent is correctly routed * fix
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix3-0/+66
2017-01-27[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix3-0/+160
2017-01-26[X] passing test for 43733Stephane Delcroix3-0/+68
2017-01-26[Xaml] support CDATA (#698)Stephane Delcroix3-0/+61
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix2-0/+12
2017-01-25[Xaml] passing test for bz42531Stephane Delcroix3-0/+81
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix3-0/+66
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix5-0/+101
* [Xaml] rename VisitChildrenFirst * [Xaml] rework SkipChildren in XamlNode * [Xaml] fix 45179 * fix
2017-01-18[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix2-2/+10
* [XamlC] compile ListStringTypeConverter * remove debug statements
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix10-34/+124
* [C] Obsolete TargetPlatform * [Xaml] support and test the new syntax * blind fix windows platforms
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix4-47/+8
* [XamlC] detect duplicate x:Name at compile time * invoking methods with the right arguments produces better results
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix1-4/+14
* [Xaml] DataTrigger and PropertyCondition no longer use a ServiceProvider * [XamlC] avoid generating ServiceProvider for unused ProvideValue * fix tests
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix2-8/+36
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix4-6/+101
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix1-0/+13
* [XamlC] compiled Trigger * remove file header * name bool parameters
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix2-11/+26
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix3-0/+60
This doesn't happen often, and I haven't found any valid XAML file out there requiring this, but in the case of 49307, it at least generates valid IL, which then fails with a NRE as this is the nature of callvirt.
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix4-0/+106
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix2-3/+4
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix3-0/+91