-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Update 1.6 #16414
Update 1.6 #16414
Conversation
The mocksSpec change is due to the following issue in Safari 10+ strict mode: In the following code, Safari will not use the name of the enclosing function (testCaller) in the stack, but rather list the anonymous function that is called to inject: ``` function testCaller() { return inject(function() { throw new Error(); }); } var throwErrorFromInjectCallback = testCaller(); ``` Naming the anonymous function allows us to check for it in the test.
On Firefox there is a XSS vulnerability if a malicious attacker can write into the `xml:base` attribute on an SVG anchor. Thanks to Masato Kinugawa at Cure23
That makes it easier to run the tests with these browsers locally. Closes angular#16407
Content at URL is deprecated. Closes angular#16403
e2e tests use the unminified files even in production deployment
'response' is called before the data transfer is complete.
- deduplicate info between docs section and arguments - don't draw too much attention to track by $index ... - ... but highlight its drawbacks - add example to show how tracking affects collection updates - clarify duplicates support for specific tracking expressions Closes angular#16332 Closes angular#16334 Closes angular#16397
This was introduced in commit 2adaff0, but made obsolete in 41f3269. Fixes angular#16411 Closes angular#16412
…ached Closes angular#16389 Closes angular#16404 Closes angular#16406
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
1 similar comment
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change?
Please check if the PR fulfills these requirements
Other information: