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
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
3
-9
/
+9
*
Show remoting host status on the advanced options page.
sergeyu@chromium.org
2011-01-14
2
-2
/
+13
*
Added WARN_UNUSED_RESULT to ScopedTempDir methods.
cbentzel@chromium.org
2011-01-13
1
-1
/
+2
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
2
-7
/
+7
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-2
/
+6
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-6
/
+2
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-2
/
+6
*
Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...
sanjeevr@chromium.org
2011-01-07
1
-5
/
+8
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-0
/
+1
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
4
-16
/
+23
*
Chromoting setup flow: implemented rest of setup flow steps.
sergeyu@chromium.org
2011-01-06
2
-6
/
+0
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
4
-4
/
+4
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
1
-4
/
+3
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
5
-5
/
+5
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-1
/
+2
*
Remove 'using' declaration of ScopedHDC from scoped_handle_win.h
tfarina@chromium.org
2010-12-31
1
-1
/
+2
*
Mark CloudPrintURLFetcherBasicTest.HandleRawResponse FLAKY because of
kbr@chromium.org
2010-12-28
1
-3
/
+4
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
4
-6
/
+13
*
Move directory code from chrome/service to chrome/browser.
sergeyu@chromium.org
2010-12-23
2
-156
/
+0
*
Remove chromoting host registration from service process. More IPCs to control
sergeyu@chromium.org
2010-12-23
8
-240
/
+327
*
As the first step in an effort to improve robustness of the cloud print proxy...
sanjeevr@chromium.org
2010-12-22
10
-114
/
+329
*
Stop the chromoting_context
dmaclach@chromium.org
2010-12-21
1
-0
/
+4
*
change host_id over to using uuid
dmaclach@chromium.org
2010-12-20
1
-6
/
+6
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-0
/
+3
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-3
/
+0
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
2
-8
/
+17
*
HostConfig interface updates.
sergeyu@chromium.org
2010-12-16
1
-19
/
+5
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+4
*
Making CUPS calls non-blocking.
gene@google.com
2010-12-16
1
-2
/
+7
*
Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...
jam@chromium.org
2010-12-15
2
-7
/
+1
*
Added 'dry run' tag to the print job, to test proxy health without wasting pa...
gene@google.com
2010-12-13
10
-9
/
+76
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
2
-1
/
+5
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
2
-6
/
+9
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
6
-41
/
+146
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
2
-5
/
+5
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
2
-5
/
+7
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
2
-0
/
+5
*
Fix the Visual Studio 2005 build.
darin@chromium.org
2010-12-03
1
-1
/
+1
*
Add a base class for objects that want to filter messages on the IO thread. ...
jam@chromium.org
2010-12-02
1
-1
/
+1
*
Changed the CloudPrint Proxy custom header from X-Google-CloudPrint-Proxy to ...
sanjeevr@chromium.org
2010-12-01
1
-1
/
+1
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Implement exponential back-off mechanism.
joi@chromium.org
2010-11-25
8
-107
/
+57
*
Use VP8 over PseudoTCP by default.
sergeyu@chromium.org
2010-11-23
1
-2
/
+2
[next]