This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebProfilerBundle
Christophe Coevoet b7aa171d58 Fix the toolbar JS for IE
- fix the binding of listeners on XMLHttpRequest to always use the
  addEventListener method. It does not make sense to change it to
  attachEvent as it is about binding listeners on DOM elements.
- fix the feature detection for the event binding on DOM elements:
    - the attachEvent and addEventListener methods are on DOM elements,
      not on the document object
    - the standard method should be preferred in IE versions supporting
      both methods
- avoid JS errors when XMLHttpRequest is not defined by avoiding to
  override its open method when the object is not there (old IE versions
  will still not intercept ajax calls though)
2015-02-18 12:11:00 +01:00
..
Command [WIP] Made help information of commands more consistent 2015-01-06 18:29:58 +01:00
Controller Merge branch '2.5' into 2.6 2015-01-03 09:01:59 +01:00
DependencyInjection Merge branch '2.5' into 2.6 2015-01-03 09:01:59 +01:00
EventListener Merge branch '2.5' 2014-10-26 08:46:28 +01:00
Profiler [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Resources Fix the toolbar JS for IE 2015-02-18 12:11:00 +01:00
Tests [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
Twig removed double-stringification of values in the profiler 2014-03-01 03:55:22 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md updated various CHANGELOG files that were not updated when the PRs were merged 2013-03-23 08:35:36 +01:00
composer.json Merge remote-tracking branch 'symfony/2.5' into lowest-26 2014-12-16 16:44:55 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
WebProfilerBundle.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00