1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 11:17:52 +01:00

6 Commits

Author SHA1 Message Date
Steve Lacey
a6ada3bcf7
Fetch documentation (#438) 2020-02-29 09:51:22 +01:00
James Johnston
cbdeba00d0 Add option to not immediately show AJAX requests (#315)
By default, the debug bar will immediately show new AJAX requests. If
your page makes a lot of requests in the background (e.g. tracking),
this constant switching of the active data set can be disruptive to the
debug bar user.

This commit adds an option for disabling this behavior by calling
setAjaxHandlerAutoShow(false) on the JavascriptRenderer, like this:

    $renderer = $debugbar->getJavascriptRenderer();
    $renderer->setAjaxHandlerAutoShow(false);

When this behavior is disabled, AJAX requests are still available in the
drop-down list, but won’t become active until the user explicitly
selects them.
2017-03-05 08:17:18 +01:00
Graham Campbell
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
nicoder
b5ca8e5ca2 fix typo 2013-10-01 06:10:14 +02:00
maximebf
8972b82a9a added support for sending the request id in headers and retreiving the data using the open handler 2013-09-23 10:41:54 -04:00
maximebf
db8bf5c6a1 added stacked data 2013-09-15 12:56:08 -04:00