summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/net_internals_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Move about:net-internals webui files into a subdirectory andmmenke@chromium.org2012-01-111-1647/+0
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-061-1/+1
* Get rid of ChromeWebUI::GetProfile to prepare for taking out the class.jam@chromium.org2012-01-061-1/+3
* Implement HTTP header-based public key pinning.palmer@chromium.org2012-01-051-24/+30
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-311-0/+2
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-1/+2
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-301-43/+36
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-201-0/+59
* Set onc_source UI data parameter when importing ONC.mnissler@chromium.org2011-12-151-1/+2
* Show parse errors in the UI when loading ONC files. chocobo@chromium.org2011-12-151-3/+4
* Revert 114515 - broke CrOS tests:sail@chromium.org2011-12-141-4/+3
* Show parse errors in the UI when loading ONC files.chocobo@chromium.org2011-12-141-3/+4
* ONC import option to chromeos tab in chrome://net-internalsachuith@chromium.org2011-12-051-0/+21
* Add buttons to clear the cache and flush socketmmenke@chromium.org2011-11-171-11/+27
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-9/+10
* net: rework the NPN patch.agl@chromium.org2011-10-181-4/+7
* Convert wstring to std::string in net_internals_ui.cc.tony@chromium.org2011-10-131-28/+27
* Add GetHostCache to HostResolver interface, and use themmenke@chromium.org2011-10-121-18/+7
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-18/+13
* [webui] Small improvement to Bind() call based on r104399.csilv@chromium.org2011-10-071-1/+1
* [web-ui] Migrate net_internals_ui.cc to base::bind() & base::callback().csilv@chromium.org2011-10-071-87/+69
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-051-1/+2
* base::Bind: More converts, mostly in WebUI.jhawkins@chromium.org2011-10-041-8/+15
* Fix a crash when loading about:net-internals#spdy and the next_protos() is NULLeroman@chromium.org2011-09-301-3/+7
* Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.thestig@chromium.org2011-09-291-2/+0
* Add Field Trial for Prerender From Omnibox.dominich@chromium.org2011-09-201-4/+4
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-2/+1
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-1/+2
* Remove throttling trial, and make feature on by default.joi@chromium.org2011-09-011-8/+2
* Noting prerender as inactive when in control group.dominich@chromium.org2011-08-181-1/+3
* Removal of Profile from content part 6.avi@chromium.org2011-08-111-3/+4
* Add OVERRIDE to wide swaths of WebUI.avi@chromium.org2011-08-011-3/+3
* Remove ChromeNetLog depenency from content/browser/debuggerdpranke@chromium.org2011-07-271-6/+8
* Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...willchan@chromium.org2011-07-261-8/+6
* Remove ChromeNetLog dependency from content/browser/debugger.dpranke@chromium.org2011-07-261-6/+8
* Apply content-security-policy to chrome://net-internals. Also get rid of yuck...tsepez@chromium.org2011-07-251-65/+13
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-9/+3
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-211-3/+9
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-211-9/+3
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Use JSON for net-internals log dumps and make them loadable.mmenke@chromium.org2011-07-111-194/+211
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Split SystemAccess into TimezoneSettings, StatisticsProvider, and SyslogsProv...satorux@chromium.org2011-07-101-16/+18
* Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...haraken@google.com2011-06-241-2/+1
* Make NetInternalsMessageHandler::CallJavascriptFunction andmmenke@chromium.org2011-06-231-21/+18
* Fix up prerendering net-internals page and add some data:mmenke@chromium.org2011-06-211-4/+4
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-161-2/+24