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
*
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
*
base: Refactor PendingTask out of MessageLoop.
jhawkins@chromium.org
2011-11-15
1
-0
/
+1
*
base::Bind: Convert chrome/service.
jhawkins@chromium.org
2011-11-15
7
-134
/
+103
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Cleanup: Remove unneeded forward declarations from various chrome subdirector...
thestig@chromium.org
2011-11-14
4
-13
/
+4
*
base::Bind: Low-hanging fruit conversions of NewRunnableFunction.
jhawkins@chromium.org
2011-11-12
1
-1
/
+2
*
NewRunnable* conversion to base::Bind
scottbyer@chromium.org
2011-11-12
1
-2
/
+3
*
Fixed crash in the proxy. Reference has been passed between threads,
gene@chromium.org
2011-11-11
6
-47
/
+4
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
1
-2
/
+2
*
Thread::Stop() must be called before any subclass's destructor completes.
joi@chromium.org
2011-11-02
1
-2
/
+0
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
1
-2
/
+2
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
2
-4
/
+6
*
Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...
gene@chromium.org
2011-10-28
22
-922
/
+1333
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
1
-4
/
+4
*
Move cloud_print_class_mac files from content/common to chrome/common/cloud_p...
jam@chromium.org
2011-10-27
1
-7
/
+7
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
5
-10
/
+10
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
2
-3
/
+3
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
10
-84
/
+88
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
4
-32
/
+30
*
Fixed issues with Cloud Print proxy.
gene@chromium.org
2011-10-13
2
-29
/
+49
*
Modify WaitableEvent::Wait() to return void
steveblock@chromium.org
2011-10-12
1
-2
/
+2
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-0
/
+3
*
scoped_ptr and new[] don't mix.
thakis@chromium.org
2011-10-07
1
-1
/
+1
*
* Rename ScopedHDC to ScopedCreateDC
yosin@chromium.org
2011-10-07
1
-1
/
+4
*
Added autorotate flag in PDF rendering and wiring it through service-utility ...
gene@chromium.org
2011-10-06
3
-10
/
+14
*
Update URLFetcher::OnURLFetchComplete() parameters.
skerner@chromium.org
2011-10-05
2
-15
/
+4
*
Remove dead macros after updating _WIN32_WINNT and WINVER
jschuh@chromium.org
2011-09-28
1
-4
/
+0
*
New implementation of font precache on Windows.
arthurhsu@chromium.org
2011-09-20
2
-2
/
+13
*
Fix issue where printing output got trunkated on the right and bottom sides.
gene@chromium.org
2011-09-13
1
-0
/
+9
[next]