This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 405
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: angular/zone.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9ad9eb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: angular/zone.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62955d1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 82 files changed
- 4 contributors
Commits on Dec 16, 2015
-
fix: correct test relaying on jasmine timeout
The tests run slow, because afterEach was async but never called done(). because it was afterEach any errors are ignored and so it did not show up as failure. Instead the test ran very slow until jasmine timed out. This fix corrects the afterEach and decreases the timeout to 1,000 ms.
Configuration menu - View commit details
-
Copy full SHA for 4f7d6ae - Browse repository at this point
Copy the full SHA 4f7d6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e7039 - Browse repository at this point
Copy the full SHA 76e7039View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a624d - Browse repository at this point
Copy the full SHA b0a624dView commit details -
chore: clear stack trace on async tests
When you have in async test (test with `done` argument) jasmine will execute the next test synchronously in the done handle. This makes sense for most tests, but now with zones. With zones running next test synchronously means that the current zone does not get cleared. This results in a chain of nested zones, which makes it hard to reason about it. We override the `clearStack` method which forces jasmine to always drain the stack before next test gets executed.
Configuration menu - View commit details
-
Copy full SHA for c6cfdb4 - Browse repository at this point
Copy the full SHA c6cfdb4View commit details -
feat(wtf): add wtf support to (set/clear)Timeout/Interval/Immediate
This rewrites the (set/clear)Timeout/Interval/Immediate method to render information in WTF. It also makes the code more explicit, by removing the need for bind method and instead creating explicit callbacks. The resulting code is faster, and easier to read and reason about.
Configuration menu - View commit details
-
Copy full SHA for 6659fd5 - Browse repository at this point
Copy the full SHA 6659fd5View commit details -
chore(raf): merge requestAimationFrame with setTimeout code path.
setTimeout/clearTimeout and requeustAnimationFrame/cancelAnimationFrame have same semantics, so now they share the same code path. Closes #210
Configuration menu - View commit details
-
Copy full SHA for d8a171b - Browse repository at this point
Copy the full SHA d8a171bView commit details
Commits on Dec 23, 2015
-
1
Configuration menu - View commit details
-
Copy full SHA for 39b4a91 - Browse repository at this point
Copy the full SHA 39b4a91View commit details
Commits on Jan 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 03b0e07 - Browse repository at this point
Copy the full SHA 03b0e07View commit details
Commits on Jan 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 767a30e - Browse repository at this point
Copy the full SHA 767a30eView commit details
Commits on Jan 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 345e56c - Browse repository at this point
Copy the full SHA 345e56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62955d1 - Browse repository at this point
Copy the full SHA 62955d1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a9ad9eb...62955d1