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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ChromeNetLog depenency from content/browser/debugger
dpranke@chromium.org
2011-07-27
8
-79
/
+140
*
Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...
willchan@chromium.org
2011-07-26
8
-140
/
+79
*
Remove ChromeNetLog dependency from content/browser/debugger.
dpranke@chromium.org
2011-07-26
8
-79
/
+140
*
Revert r94047 "Make Profile own ProfileIOData."
oshima@google.com
2011-07-26
2
-13
/
+38
*
Make Profile own ProfileIOData.
willchan@chromium.org
2011-07-26
2
-38
/
+13
*
Addressed remaining comments from http://codereview.chromium.org/7464021/.
zelidrag@chromium.org
2011-07-26
2
-24
/
+20
*
Add a preference and command-line option to disable SSL/TLS cipher suites
rsleevi@chromium.org
2011-07-23
2
-2
/
+189
*
Cleanup SSLConfigServiceManager[Pref]
rsleevi@chromium.org
2011-07-23
2
-26
/
+22
*
Added OAuth request, v1 and v2 token fetching logic to ChromeOS sign in proce...
zelidrag@chromium.org
2011-07-22
2
-19
/
+144
*
Adding preliminary OAuth support to Sync sign-in, by introducing GaiaOAuthFet...
rickcam@chromium.org
2011-07-22
4
-0
/
+928
*
Implemented AsyncHostResolver -- asynchronous HostResolver!
agayev@chromium.org
2011-07-21
2
-0
/
+45
*
Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver.
agayev@chromium.org
2011-07-21
2
-45
/
+0
*
Implemented AsyncHostResolver -- asynchronous HostResolver.
agayev@chromium.org
2011-07-21
2
-0
/
+45
*
Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver.
agayev@chromium.org
2011-07-20
2
-45
/
+0
*
Implement AsyncHostResolver, an asynchronous HostResolver.
agayev@chromium.org
2011-07-20
2
-0
/
+45
*
Deprecate Profile::GetDefaultRequestContext().
willchan@chromium.org
2011-07-20
3
-10
/
+12
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
3
-6
/
+6
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
1
-3
/
+3
*
Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.
willchan@chromium.org
2011-07-19
1
-2
/
+2
*
DnsTransaction: added NetLog support.
agayev@chromium.org
2011-07-19
2
-11
/
+43
*
Implement auto-login for GAIA login pages when a GAIA token is available.
rogerta@chromium.org
2011-07-17
2
-3
/
+29
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-16
5
-67
/
+17
*
Revert 92690 (breaks ChromeOS tests) - Remove more unnecessary ChromeURLReque...
willchan@chromium.org
2011-07-15
5
-17
/
+67
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
5
-67
/
+17
*
Revert 92668 - Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
5
-14
/
+65
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
5
-65
/
+14
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
2
-21
/
+14
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Revert 92511 - Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Fix compile failures.
jam@chromium.org
2011-07-13
1
-1
/
+1
*
Get rid of the ProfileId. It was added for ceee. I reverted the original chan...
jam@chromium.org
2011-07-13
2
-20
/
+20
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-2
/
+6
*
Revert 92331 - Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-6
/
+2
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-2
/
+6
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
4
-9
/
+10
*
Use JSON for net-internals log dumps and make them loadable.
mmenke@chromium.org
2011-07-11
2
-3
/
+19
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
12
-37
/
+41
*
Attempt to get rid of extension references from RenderMessageFilter.
mpcomplete@chromium.org
2011-07-01
2
-1
/
+9
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
1
-5
/
+0
*
Initialize token service for sync after a crash.
stevenjb@google.com
2011-06-30
2
-3
/
+9
*
Remove the metadata URL request handler. This was never used, it was the
brettw@chromium.org
2011-06-29
2
-162
/
+0
*
Add support for random UDP source port selection to avoid birthday attacks in...
agayev@chromium.org
2011-06-29
1
-1
/
+4
*
Apply CSP to chrome: and about: pages
tsepez@chromium.org
2011-06-28
1
-5
/
+0
*
Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc
battre@chromium.org
2011-06-28
2
-3
/
+3
*
Move the thread test helper to base/test
jochen@chromium.org
2011-06-28
1
-11
/
+16
*
Coverity: Null returns and negative returns
kmadhusu@chromium.org
2011-06-22
1
-0
/
+2
*
Revert 89629 - Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on...
cevans@chromium.org
2011-06-20
2
-4
/
+4
*
Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.
cevans@chromium.org
2011-06-19
2
-4
/
+4
*
Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.
joi@chromium.org
2011-06-17
2
-4
/
+4
[next]