X Tutup
Skip to content

feat(browser): support Edge#3667

Closed
marclaval wants to merge 1 commit intoangular:masterfrom
marclaval:utEdge
Closed

feat(browser): support Edge#3667
marclaval wants to merge 1 commit intoangular:masterfrom
marclaval:utEdge

Conversation

@marclaval
Copy link
Copy Markdown
Contributor

Adds support for Edge browser. The only real fix is in ListWrapper.fill because Edge doesn't like an explicit undefined passed as the end argument (it doesn't fill the array).
The rest is test tuning for Edge: timers for NgZone, no support of -webkit-keyframes rules.

Edge also has the same issues as IE11 with the Internationalization API (see issue #3333), so there 5 tests still failing.

@marclaval marclaval added the action: review The PR is still awaiting reviews from at least one requested reviewer label Aug 16, 2015
@vicb vicb added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Aug 18, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #3667 on behalf of @vicb to branch presubmit-vicb-pr-3667.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Aug 18, 2015
@marclaval marclaval closed this in 3b49652 Aug 18, 2015
@marclaval marclaval deleted the utEdge branch December 11, 2017 10:18
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: review The PR is still awaiting reviews from at least one requested reviewer cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup