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
/
service
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-3
/
+2
*
Stop processing in case of authentication errors.
gene@chromium.org
2012-04-05
1
-3
/
+5
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-2
/
+2
*
Revert 130578 - Enable cookies per default in net. Add an API to disable them...
jochen@chromium.org
2012-04-04
1
-6
/
+1
*
Enable cookies per default in net. Add an API to disable them by default, and...
jochen@chromium.org
2012-04-04
1
-1
/
+6
*
Driver related info would be included into PrinterBasicInfo::options so it wo...
vitalybuka@chromium.org
2012-03-22
1
-27
/
+1
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-1
/
+1
*
ScopedPrinterInfoSetter sets printer related information to be available for ...
vitalybuka@chromium.org
2012-03-16
2
-5
/
+37
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
2
-4
/
+4
*
Add Chrome To Mobile Service and Views Page Action.
msw@chromium.org
2012-03-13
7
-177
/
+83
*
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
jochen@chromium.org
2012-03-09
1
-1
/
+2
*
Make Cloud Print job status upper case (as required by server).
gene@chromium.org
2012-03-09
2
-10
/
+10
*
Making GenericScopedHandle capable of handling handle types other than HANDLE.
alexeypa@chromium.org
2012-03-05
1
-0
/
+13
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
1
-19
/
+7
*
Improved resource management by using ScopedPrinterHandle.
vitalybuka@chromium.org
2012-03-02
1
-27
/
+29
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
3
-9
/
+8
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-22
1
-5
/
+13
*
Flakiness cleanup: disable flaky tests under chrome/
evan@chromium.org
2012-02-15
1
-3
/
+3
*
Revert 121840 - Make scoped dc objects smarter
cpu@chromium.org
2012-02-14
1
-15
/
+16
*
Make scoped dc objects smarter
cpu@chromium.org
2012-02-14
1
-16
/
+15
*
Convert use of int ms to TimeDelta in chrome/service files.
tedvessenes@gmail.com
2012-01-31
4
-28
/
+29
*
content: Modfiy ResourceBundle and content_shell to run with alternative pak ...
erg@chromium.org
2012-01-28
1
-1
/
+1
*
Fixed printing gets cut-off issue for CloudPrint and Chrome.
gene@chromium.org
2012-01-28
3
-26
/
+34
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-6
/
+7
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
1
-12
/
+6
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
2
-9
/
+0
*
Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...
jam@chromium.org
2012-01-20
2
-0
/
+9
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
2
-9
/
+0
*
Cloud Print Connector Policy, Service-side enforcement.
scottbyer@chromium.org
2012-01-14
5
-10
/
+62
*
Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.
lambroslambrou@google.com
2012-01-12
4
-24
/
+23
*
Convert use of int ms to TimeDelta in files owned by ajwong.
tedvessenes@gmail.com
2012-01-12
4
-23
/
+24
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
3
-3
/
+0
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
1
-5
/
+1
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-1
/
+1
*
Delete me
abodenha@chromium.org
2011-12-21
3
-5
/
+9
*
[Coverity] More pass by val to pass by const ref conversions.
dbeam@chromium.org
2011-12-21
3
-4
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-1
/
+2
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
2
-6
/
+6
*
Fix failure to disable cloud print connector.
abodenha@chromium.org
2011-12-09
1
-1
/
+1
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-3
/
+0
*
[Mac] Remove content/ CrApplication.
shess@chromium.org
2011-12-06
3
-16
/
+16
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
2
-7
/
+12
*
Don't make classes derive from ChildProcessHost, and instead have them use it...
jam@chromium.org
2011-12-02
4
-109
/
+68
*
Dispatch the Windows font caching IPCs in one filter. This avoids having the ...
jam@chromium.org
2011-12-01
2
-34
/
+5
*
Don't make ServiceChildProcessHost derive from ChildProcessInfo. It didn't re...
jam@chromium.org
2011-11-30
3
-17
/
+18
*
base::Bind: Convert chrome/service/cloud_print.
jhawkins@chromium.org
2011-11-19
7
-116
/
+131
*
Add OVERRIDE to chrome/service/.
avi@chromium.org
2011-11-19
11
-46
/
+50
*
Fixing url for user messages for CloudPrint.
gene@chromium.org
2011-11-17
2
-2
/
+2
*
Revert 110369 - Fix URL on proxy/connector for sending user messages.
cpu@chromium.org
2011-11-16
1
-1
/
+1
*
Fix URL on proxy/connector for sending user messages.
gene@chromium.org
2011-11-16
1
-1
/
+1
[next]