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
*
Revert 111882 - Integrate OAuth2 login token generation into TokenService:
jstritar@chromium.org
2011-11-29
3
-185
/
+49
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
1
-2
/
+2
*
Integrate OAuth2 login token generation into TokenService:
munjal@chromium.org
2011-11-29
3
-49
/
+185
*
base::Bind: Convert the following files.
jhawkins@chromium.org
2011-11-29
1
-35
/
+20
*
Revert 111850 - base::Bind: Convert the following files.
jhawkins@chromium.org
2011-11-29
1
-20
/
+35
*
base::Bind: Convert the following files.
jhawkins@chromium.org
2011-11-29
1
-35
/
+20
*
Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)
dcheng@chromium.org
2011-11-25
1
-2
/
+5
*
Move ResourceResponse struct into the Content API, since it's used in Chrome....
jam@chromium.org
2011-11-24
2
-9
/
+12
*
base::Bind: Convert view_http_cache_job_factory.cc.
jhawkins@chromium.org
2011-11-23
1
-29
/
+35
*
Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...
ajwong@chromium.org
2011-11-21
2
-2
/
+2
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
11
-58
/
+63
*
base::Bind fixes
groby@chromium.org
2011-11-17
8
-24
/
+31
*
chrome: Remove 11 exit time destructors and 4 static initializers.
thakis@chromium.org
2011-11-17
1
-1
/
+1
*
base::Bind fixes
groby@chromium.org
2011-11-17
4
-13
/
+17
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
3
-17
/
+9
*
Persist dynamically learned SPDY settings (like CWND).
rtenneti@chromium.org
2011-11-15
3
-546
/
+600
*
UserPolicyCache only becomes ready after policy has been fetched.
joaodasilva@chromium.org
2011-11-15
2
-2
/
+2
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
2
-6
/
+6
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
2
-5
/
+0
*
Add/change metrics for cookie store loading:
erikwright@chromium.org
2011-11-14
1
-15
/
+135
*
share all the needed linux code with OpenBSD in chrome and content
robert.nagy@gmail.com
2011-11-11
1
-1
/
+1
*
Add a method to TokenService to fetch tokens for newly added services in new
munjal@chromium.org
2011-11-11
3
-8
/
+84
*
CookieMonster: Store expiration time also for session cookies.
marja@chromium.org
2011-11-10
2
-6
/
+7
*
Random base::Bind migrations (low hanging fruit).
csilv@chromium.org
2011-11-09
1
-4
/
+5
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-08
1
-5
/
+2
*
Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-2
/
+5
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-5
/
+2
*
Finish up the app notification setup code:
munjal@chromium.org
2011-11-04
2
-1
/
+3
*
redesign and reimplement proxy config service and tracker, revise proxy ui on...
kuan@chromium.org
2011-11-04
9
-468
/
+593
*
Log the (server, to-be-verified) certificate chains to the NetLog when loggin...
rsleevi@chromium.org
2011-11-04
1
-44
/
+5
*
Switch to composition for TestBrowserThread.
joi@chromium.org
2011-11-03
1
-6
/
+8
*
Moving the SignalingTask class to base/test.
tommi@chromium.org
2011-11-02
2
-2
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
28
-1
/
+48
*
Add back prefs::kSSL3Enabled and prefs::kTLS1Enabled, but control
rsleevi@chromium.org
2011-11-01
2
-36
/
+145
*
Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle
rsleevi@chromium.org
2011-11-01
1
-8
/
+5
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
27
-54
/
+55
*
Adding CookieSettings for storing cookie content settings.
marja@chromium.org
2011-10-28
1
-4
/
+6
*
Mark CacheHitAfterRedirect as flaky.
eroman@chromium.org
2011-10-28
1
-1
/
+2
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
3
-10
/
+6
*
Fix bug where Navigation Timing reports negative load time when redirecting to
simonjam@chromium.org
2011-10-27
2
-2
/
+43
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
1
-5
/
+8
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
2
-9
/
+9
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
4
-26
/
+28
*
net: enable CRL sets behind a command line flag.
agl@chromium.org
2011-10-25
2
-7
/
+9
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
5
-32
/
+59
*
[cros] OOBE: add histograms for Profile image fetching.
ivankr@chromium.org
2011-10-24
1
-1
/
+1
*
Move kFraudulentCertificateUploadEndpoint to its proper home in the .cc.
palmer@chromium.org
2011-10-21
2
-6
/
+6
*
Allow CookieStorage implementations other than CookieMonster.
droger@google.com
2011-10-20
1
-2
/
+9
*
Apply some improvements suggested by wtc.
palmer@chromium.org
2011-10-20
1
-2
/
+4
*
Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec...
thakis@chromium.org
2011-10-20
4
-49
/
+25
[next]