summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/logviewpainter.js
Commit message (Expand)AuthorAgeFilesLines
* Rename the net_internals file names to include underscores.eroman@chromium.org2011-07-281-468/+0
* Refactor about:net-internals.mmenke@chromium.org2011-07-281-4/+4
* Use JSON for net-internals log dumps and make them loadable.mmenke@chromium.org2011-07-111-24/+31
* Hide information from non-Basic/Digest HTTP auth challengesmmenke@chromium.org2011-06-231-2/+29
* NetLog: Removes private information from net-internals eventsmmenke@chromium.org2011-03-281-14/+17
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-38/+37
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-37/+38
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-38/+37
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-37/+38
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-38/+37
* Net-internals cleanup.mmenke@chromium.org2010-10-171-1/+1
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-0/+48
* Adds state of socket pools to net-internals data dumps as a series of tables....mmenke@chromium.org2010-09-201-1/+1
* Modify "Remove cookies" checkbox on net-internals to remove authentication cr...mmenke@chromium.org2010-09-151-16/+36
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-311-2/+72
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-131-0/+22
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-041-10/+35
* Modify display of time in net-internals to be more humancbentzel@chromium.org2010-08-021-4/+21
* net-internals: Display a "(P)" beside entries which were passively logged. Th...eroman@chromium.org2010-05-271-1/+7
* Fix a typo.eroman@chromium.org2010-05-181-1/+1
* Aesthetic: fix an awkward formatting of netlog.eroman@chromium.org2010-05-181-6/+11
* Annotate load flags and net errors with their symbolic name.eroman@chromium.org2010-05-181-2/+44
* On the net-internals text dump, display times as unix timestamps rather than ...eroman@chromium.org2010-05-171-1/+2
* Aesthetic: fix a formatting issue where certain log entries were not prefixed...eroman@chromium.org2010-05-161-1/+2
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-2/+7
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-131-5/+5
* Cleanup: extract common code between two functions.eroman@chromium.org2010-05-121-28/+16
* Add the response headers to net-internals.willchan@chromium.org2010-05-111-0/+23
* Add custom formatting for the HTTP request headers.eroman@chromium.org2010-05-111-4/+34
* Add the requests dumps to the text summary on chrome://net2#dataeroman@chromium.org2010-05-071-35/+50
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-1/+1
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-23/+20
* Add an initial implementation of net-internals inspector in javascript.eroman@chromium.org2010-03-231-0/+117