index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
ui
/
webui
/
net_internals_ui.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move about:net-internals webui files into a subdirectory and
mmenke@chromium.org
2012-01-11
1
-1647
/
+0
*
Get rid of the ChromeWebUI class and just make all the classes in chrome deri...
jam@chromium.org
2012-01-06
1
-1
/
+1
*
Get rid of ChromeWebUI::GetProfile to prepare for taking out the class.
jam@chromium.org
2012-01-06
1
-1
/
+3
*
Implement HTTP header-based public key pinning.
palmer@chromium.org
2012-01-05
1
-24
/
+30
*
Remove DeleteTask and convert remaining users.
dcheng@chromium.org
2012-01-02
1
-1
/
+2
*
Move WebUIMessageHandler to its own file in the public directory and put it i...
jam@chromium.org
2011-12-31
1
-0
/
+2
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
1
-1
/
+2
*
Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...
jam@chromium.org
2011-12-30
1
-43
/
+36
*
Add HTTP pipelining to net-internals:
simonjam@chromium.org
2011-12-20
1
-0
/
+59
*
Set onc_source UI data parameter when importing ONC.
mnissler@chromium.org
2011-12-15
1
-1
/
+2
*
Show parse errors in the UI when loading ONC files.
chocobo@chromium.org
2011-12-15
1
-3
/
+4
*
Revert 114515 - broke CrOS tests:
sail@chromium.org
2011-12-14
1
-4
/
+3
*
Show parse errors in the UI when loading ONC files.
chocobo@chromium.org
2011-12-14
1
-3
/
+4
*
ONC import option to chromeos tab in chrome://net-internals
achuith@chromium.org
2011-12-05
1
-0
/
+21
*
Add buttons to clear the cache and flush socket
mmenke@chromium.org
2011-11-17
1
-11
/
+27
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-9
/
+10
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-4
/
+7
*
Convert wstring to std::string in net_internals_ui.cc.
tony@chromium.org
2011-10-13
1
-28
/
+27
*
Add GetHostCache to HostResolver interface, and use the
mmenke@chromium.org
2011-10-12
1
-18
/
+7
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-18
/
+13
*
[webui] Small improvement to Bind() call based on r104399.
csilv@chromium.org
2011-10-07
1
-1
/
+1
*
[web-ui] Migrate net_internals_ui.cc to base::bind() & base::callback().
csilv@chromium.org
2011-10-07
1
-87
/
+69
*
Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-10-05
1
-1
/
+2
*
base::Bind: More converts, mostly in WebUI.
jhawkins@chromium.org
2011-10-04
1
-8
/
+15
*
Fix a crash when loading about:net-internals#spdy and the next_protos() is NULL
eroman@chromium.org
2011-09-30
1
-3
/
+7
*
Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.
thestig@chromium.org
2011-09-29
1
-2
/
+0
*
Add Field Trial for Prerender From Omnibox.
dominich@chromium.org
2011-09-20
1
-4
/
+4
*
Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-09-07
1
-2
/
+1
*
Moved PrerenderManager to ProfileKeyedService system.
dominich@chromium.org
2011-09-07
1
-1
/
+2
*
Remove throttling trial, and make feature on by default.
joi@chromium.org
2011-09-01
1
-8
/
+2
*
Noting prerender as inactive when in control group.
dominich@chromium.org
2011-08-18
1
-1
/
+3
*
Removal of Profile from content part 6.
avi@chromium.org
2011-08-11
1
-3
/
+4
*
Add OVERRIDE to wide swaths of WebUI.
avi@chromium.org
2011-08-01
1
-3
/
+3
*
Remove ChromeNetLog depenency from content/browser/debugger
dpranke@chromium.org
2011-07-27
1
-6
/
+8
*
Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...
willchan@chromium.org
2011-07-26
1
-8
/
+6
*
Remove ChromeNetLog dependency from content/browser/debugger.
dpranke@chromium.org
2011-07-26
1
-6
/
+8
*
Apply content-security-policy to chrome://net-internals. Also get rid of yuck...
tsepez@chromium.org
2011-07-25
1
-65
/
+13
*
Re-land r93365 - add RefCountedString
joth@chromium.org
2011-07-22
1
-9
/
+3
*
Revert 93365 - it broke on Chrome OS
joth@chromium.org
2011-07-21
1
-3
/
+9
*
Added RefCountedString, as this is what many RefCountedMemory users seem to want
joth@chromium.org
2011-07-21
1
-9
/
+3
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
Use JSON for net-internals log dumps and make them loadable.
mmenke@chromium.org
2011-07-11
1
-194
/
+211
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-4
/
+4
*
Split SystemAccess into TimezoneSettings, StatisticsProvider, and SyslogsProv...
satorux@chromium.org
2011-07-10
1
-16
/
+18
*
Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...
haraken@google.com
2011-06-24
1
-2
/
+1
*
Make NetInternalsMessageHandler::CallJavascriptFunction and
mmenke@chromium.org
2011-06-23
1
-21
/
+18
*
Fix up prerendering net-internals page and add some data:
mmenke@chromium.org
2011-06-21
1
-4
/
+4
*
Implement A/B experiment for anti-DDoS.
joi@chromium.org
2011-06-16
1
-2
/
+24
[next]