8000 Fix the AJAX profiling by stof · Pull Request #14170 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fix the AJAX profiling #14170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2015
Merged

Fix the AJAX profiling #14170

merged 1 commit into from
Apr 2, 2015

Conversation

stof
Copy link
Member
@stof stof commented Apr 2, 2015
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets reported in #13447 (comment)
License MIT
Doc PR n/a

The fix for IE8 (#13978) which does not have the addEventListener method on XMLHttpRequest broke the feature for modern browsers because it was checking the existence on the wrong object. It is a method on the instance, not on the "class", and so should be checked on the prototype.

The fix for IE8 which does not have the addEventListener method on
XMLHttpRequest broke the feature for modern browsers because it was
checking the existence on the wrong object. It is a method on the
instance, not on the "class", and so should be checked on the prototype.
@stloyd
Copy link
Contributor
stloyd commented Apr 2, 2015

@stof You should create branch on your fork...

@stof
Copy link
Member Author
stof commented Apr 2, 2015

@stloyd I know. This was a mistake. but closing this PR and creating a new one just for that is not worth it IMO

@stof
Copy link
Member Author
stof commented Apr 2, 2015

@nicolas-grekas it would be great to check why the deps=high tests are failing currently (it is not related to a subtree update not done here)

@fabpot
Copy link
Member
fabpot commented Apr 2, 2015

Thank you @stof.

@fabpot fabpot merged commit 9d6c0b1 into 2.6 Apr 2, 2015
fabpot added a commit that referenced this pull request Apr 2, 2015
This PR was merged into the 2.6 branch.

Discussion
----------

Fix the AJAX profiling

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | reported in #13447 (comment)
| License       | MIT
| Doc PR        | n/a

The fix for IE8 (#13978) which does not have the addEventListener method on XMLHttpRequest broke the feature for modern browsers because it was checking the existence on the wrong object. It is a method on the instance, not on the "class", and so should be checked on the prototype.

Commits
-------

9d6c0b1 Fix the AJAX profiling
@stof stof deleted the fix_ajax_profiling branch April 2, 2015 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0