Commit Graph

39857 Commits

Author SHA1 Message Date
Steve Sanderson 2e7c8649b6 Fix comment 2019-10-01 14:50:25 -07:00
Steve Sanderson 206f793fb5 Add unit tests for illegal ParameterView access 2019-10-01 14:50:25 -07:00
Steve Sanderson 2fc604145a Update ref assembly 2019-10-01 14:49:59 -07:00
Steve Sanderson 428017a181 Regenerate blazor.server.js 2019-10-01 14:49:59 -07:00
Steve Sanderson aca8db6572 CR: Rename RenderTreeBuilderExtensions to WebRenderTreeBuilderExtensions 2019-10-01 14:49:59 -07:00
Steve Sanderson 0d30083aab E2E tests for navigation+preventDefault 2019-10-01 14:49:59 -07:00
Steve Sanderson 6f8b31bdb1 Move navigation preventDefault tests to their own page 2019-10-01 14:49:59 -07:00
Steve Sanderson 62f596c2bd Actual event bubbling E2E tests 2019-10-01 14:49:59 -07:00
Steve Sanderson eab8ba85b9 Make navigation+bubbling interactions work like native 2019-10-01 14:49:59 -07:00
Steve Sanderson 47d1ffce05 E2E scenario code for preventDefault+navigation 2019-10-01 14:49:59 -07:00
Steve Sanderson 05c284fe26 Add some E2E scenario code for bubbling 2019-10-01 14:49:59 -07:00
Steve Sanderson 2339282e26 Update JS binaries 2019-10-01 14:49:59 -07:00
Steve Sanderson 580184d7de Rename "stop bubbling" to "stop propagation" for consistency with JS 2019-10-01 14:49:59 -07:00
Steve Sanderson 896feb49e9 Make navigation interception participate in synthetic event bubbling 2019-10-01 14:49:59 -07:00
Steve Sanderson cdef672310 Fix newly-created bug with 'on' prefix mismatch 2019-10-01 14:49:59 -07:00
Steve Sanderson d2887ccc1c Update JS binaries 2019-10-01 14:49:59 -07:00
Steve Sanderson 86a8dcfe10 Implement actual "prevent default" 2019-10-01 14:49:59 -07:00
Steve Sanderson e7e2dedf5d Implement actual "stop bubbling" 2019-10-01 14:49:59 -07:00
Steve Sanderson 31ee4a8daf Simplify: once we start tracking event info for a given element, there's no real value in deleting that tracking info later 2019-10-01 14:49:59 -07:00
Steve Sanderson 3cd4726c76 Keep track of preventDefault/stopBubbling flags on JS side 2019-10-01 14:49:59 -07:00
Steve Sanderson 3249dce498 Refactor EventHandlerInfosForElement storage to avoid ad-hoc assumptions about storage formats 2019-10-01 14:49:59 -07:00
Steve Sanderson e6f183e39e Add RenderTreeBuilder extension methods for "prevent default" and "stop bubbling" 2019-10-01 14:49:59 -07:00
Doug Bunting 3a07534d25
[release/3.1] Fix the badness and get this branch building (#14594) 2019-10-01 08:13:59 -07:00
Doug Bunting 219b528ac2
Create missing directory and simplify workaround slightly 2019-09-30 19:14:00 -07:00
Doug Bunting 477fa8ce4c
Find or install Tar on CI
- work around dotnet/core-eng#7970
- install Git in repo if Tar can't be found in usual locations
- use found or installed Tar in Microsoft.AspNetCore.App.Ref project
  - copy into repo from wherever it's found
- add lots of `Write-Host` debugging

nit: clean up / comment on VS Code warnings about build.ps1
2019-09-30 16:09:12 -07:00
Doug Bunting 111462e0c2
Use a response file for GenAPI commands
- work around dotnet/arcade#4021
2019-09-30 16:09:10 -07:00
Doug Bunting 24fc9c0008 Add tests of `MetadataSerializer`
- #4914 (2 of probably 3 or 4)

nit: Use more `var`
2019-09-27 12:10:08 -07:00
Pranav K 1937c804fa
Avoid null refs in BlazorIgntior when Disposed (#14341)
* Avoid null refs in BlazorIgntior when Disposed

Fixes https://github.com/aspnet/AspNetCore/issues/14257
2019-09-25 15:01:35 -07:00
Ryan Brandenburg 6317b34aaa
Increase httpclient reliability (#14349) 2019-09-25 13:35:14 -07:00
Doug Bunting 6f2bccc167
Merge branch 'release/3.0' => 'release/3.1' (#14417) 2019-09-25 12:41:06 -07:00
Javier Calvarro Nelson 6d50f25ac3
[Mvc][Fixes #11783] Replace header.Add with header.TryAddWithoutValidation (#14339) 2019-09-25 17:07:12 +02:00
Doug Bunting f3b7077444
Merge branch 'release/2.2' => 'release/3.0' (#14358) 2019-09-25 07:22:53 -07:00
Doug Bunting 0e8136179d
Merge branch 'release/3.0' => 'release/3.1' (#14265) 2019-09-24 18:54:14 -07:00
Doug Bunting a925230597
Remove package archive file 2/2 2019-09-24 18:44:13 -07:00
Doug Bunting 2597a3be2d
Remove package archive file 1/2 2019-09-24 18:43:54 -07:00
wtgodbe 481df9d64c Merge branches 2019-09-24 14:36:18 -07:00
Pranav K db8cef1ae6
Merge branch 'release/3.1' into prkrishn/fix-null-ref 2019-09-24 12:39:04 -07:00
Ryan Brandenburg ab1347ef20
Unskip OpenAPI tests (#14296) 2019-09-24 10:52:38 -07:00
Ryan Brandenburg 828f690a94
Merge pull request #14234 from scottaddie/scottaddie/remove-link-locale
Remove en-us locale from links in Blazor server-side project template
2019-09-24 10:27:55 -07:00
Javier Calvarro Nelson 82f385892a
[Blazor][Fixes #7694] Makes NavLink NOOP when a null href link is provided (#14372) 2019-09-24 16:55:24 +02:00
Doug Bunting 731293d6da Update branding to 2.2.8
- aspnet/AspNetCore-Internal#3153
2019-09-23 22:46:06 -07:00
Pranav K c906902333
Apply suggestions from code review 2019-09-23 20:48:42 -07:00
Scott Addie 954134bcd9 Remove en-us locale from links in Blazor server-side project template 2019-09-23 21:05:02 -05:00
Javier Calvarro Nelson 2c179318db
[Templates] Separate F# from C# tests, unskip tests, include reliability improvements. (#14261)
* Separates F# from C# tests. These tests have very different runtime
  characteristics and should not be bundled together as the same test
  scenario. For example, we want to quickly separate F# specific issues
  from C# specific ones.
* Unskipping all skipped tests as the issue tracking their flakyness
  was closed.
* Adding reliability improvements to network requests.
  * Adds retries.
2019-09-24 01:08:11 +02:00
Javier Calvarro Nelson 454f18b71a
[Templating][Fixes #13679] Updates Identity _LoginPartial to correctly log out from Identity (#14315) 2019-09-24 01:07:27 +02:00
Pranav K 0e7c873d62 Avoid null refs in BlazorIgntior when Disposed
Fixes https://github.com/aspnet/AspNetCore/issues/14257
2019-09-23 14:51:25 -07:00
Doug Bunting 26f160d164
Remove additional explict 'netcoreapp3.1' mentions (#14226)
- e.g. use netcoreappX.Y in comments
2019-09-23 11:46:25 -07:00
Doug Bunting 2e4609a02b Skip F# variant of `MvcTemplate_NoAuthImplAsync(...)` test
- #14022
- template test run on CI does not honour `[Flaky]`
2019-09-23 11:45:49 -07:00
Doug Bunting 06ca2c4ee3 Re-enable ProjectTemplates tests
- should be mandatory for changes in this branch
2019-09-23 11:44:23 -07:00
Pranav K 3c05f3a8af
Do not return an top lever parameter analyzer warning for some types (#13496)
* Do not return an top lever parameter analyzer warning for some types

Fixes https://github.com/aspnet/AspNetCore/issues/6945
2019-09-23 11:17:45 -07:00