summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals
Commit message (Expand)AuthorAgeFilesLines
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-044-15/+46
* Modify display of time in net-internals to be more humancbentzel@chromium.org2010-08-022-7/+29
* Clean up net_internals_resources.grd:pkasting@chromium.org2010-07-121-1/+1
* Aesthetic: Make the display of "network changed events" in about:net-internal...eroman@chromium.org2010-07-122-1/+19
* Cleanup: Reword a label from "command line switches" to "command line", as th...eroman@chromium.org2010-07-031-1/+1
* Add some instructions to net-internals#data on how to export the captured data.eroman@chromium.org2010-06-181-2/+64
* Change the default tab on net-internals from "requests" to "data".eroman@chromium.org2010-05-281-2/+2
* net-internals: Display a "(P)" beside entries which were passively logged. Th...eroman@chromium.org2010-05-272-7/+14
* Fixed a TODO in data export of net-internals, added Chrome version and comman...maruel@chromium.org2010-05-212-3/+12
* 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-182-2/+54
* Removed the "Reload" button from the HTTP cache tab of the net-internals page.eroman@chromium.org2010-05-184-36/+21
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-171-1/+1
* On the net-internals text dump, display times as unix timestamps rather than ...eroman@chromium.org2010-05-172-16/+36
* 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
* Refactor: Remove the PassiveLogCollector::RequestInfo::url field.eroman@chromium.org2010-05-141-2/+0
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-132-8/+8
* Allow hitting enter in the connection tests "URL" box to start the tests.eroman@chromium.org2010-05-123-8/+11
* 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
* Aesthetic change to about:net-internals -- make the tables look less ugly by ...eroman@chromium.org2010-05-113-3/+21
* Aesthetic changes to the tabstrip at the top of about:net-internals (make the...eroman@chromium.org2010-05-111-5/+8
* Add custom formatting for the HTTP request headers.eroman@chromium.org2010-05-111-4/+34
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-101-1/+1
* Display the text dump for chrome://net2#data inline, rather than in a new win...eroman@chromium.org2010-05-103-86/+13
* Add the http cache info to chrome://net2.eroman@chromium.org2010-05-104-3/+88
* Add the requests dumps to the text summary on chrome://net2#dataeroman@chromium.org2010-05-076-41/+233
* Add a tool for testing your network setup.eroman@chromium.org2010-05-044-8/+201
* Add the ability to export the captured NetLog data to a formatted text file, ...eroman@chromium.org2010-04-293-26/+270
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-272-2/+2
* Minor aesthetic change on new net internals page: when you resize the window ...eroman@chromium.org2010-04-201-12/+16
* Initialize the new net internals page using the passively collected log entries.eroman@chromium.org2010-04-122-4/+11
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-094-42/+50
* Add the host resolver cache to the new net internals page.eroman@chromium.org2010-04-083-7/+155
* Make it possible to switch between views of the new net-internals page by usi...eroman@chromium.org2010-04-084-23/+52
* Add the proxy information to the new net internals page.eroman@chromium.org2010-04-055-28/+260
* Add extra views to the new net internals page. This adds tabs along the top f...eroman@chromium.org2010-04-0211-241/+733
* Add an initial implementation of net-internals inspector in javascript.eroman@chromium.org2010-03-2311-27/+1195
* Add a DOMUI datasource that will handle the net-internals page.eroman@chromium.org2010-03-171-0/+32