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
/
cloud_print
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed jingle to use the IO thread from the passed in URLRequestContextGette...
sanjeevr@chromium.org
2011-04-07
1
-3
/
+6
*
Move sync notifier contruction out of syncer thread.
nileshagrawal@chromium.org
2011-04-07
1
-0
/
+1
*
Revert 80459 - Mark CloudPrintURLFetcherOverloadTest.Protect as flaky.
twiz@chromium.org
2011-04-05
1
-2
/
+1
*
Mark CloudPrintURLFetcherOverloadTest.Protect as flaky.
twiz@chromium.org
2011-04-05
1
-1
/
+2
*
Make a default timeout for CUPS fetching more sutable for consumers.
gene@google.com
2011-03-31
1
-7
/
+30
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
3
-5
/
+5
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-28
2
-7
/
+7
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
9
-16
/
+16
*
Add an opt-out header for HTTP throttling. Never throttle for localhost.
joi@chromium.org
2011-03-25
1
-9
/
+10
*
Let PrefStore::GetValue return a const Value* instead of Value* and add Persi...
battre@chromium.org
2011-03-25
1
-2
/
+2
*
[Jingle] Refactored some notifier-related structs/classes
akalin@chromium.org
2011-03-22
1
-5
/
+2
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-22
1
-3
/
+3
*
Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
1
-3
/
+3
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
1
-3
/
+3
*
Extracting core back-off logic into a separate class,
joi@chromium.org
2011-03-17
1
-2
/
+2
*
Fixed a regression with Cloud Print notifications caused by a recent refactor...
sanjeevr@chromium.org
2011-03-16
1
-0
/
+1
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
1
-12
/
+12
*
Service process fixes for Linux.
scottbyer@chromium.org
2011-03-03
1
-2
/
+2
*
Revert 76612 - Service process fixes for Linux.
scottbyer@chromium.org
2011-03-02
1
-2
/
+2
*
Service process fixes for Linux.
scottbyer@chromium.org
2011-03-02
1
-2
/
+2
*
Added a command-line option to disable adding the service process to autorun....
sanjeevr@chromium.org
2011-02-26
1
-3
/
+4
*
Cleanup: Remove a bunch of unneeded includes.
thestig@chromium.org
2011-02-24
1
-1
/
+0
*
Fixed a corner case issue with printing XPS documents to the Microsoft XPS Do...
sanjeevr@chromium.org
2011-02-18
1
-4
/
+9
*
Added support to the Windows cloud print proxy to print XPS documents directl...
sanjeevr@chromium.org
2011-02-17
9
-68
/
+242
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Added CUPS error handling.
gene@google.com
2011-02-03
1
-8
/
+10
*
Fixed a corner-case crash that would be triggered when a new printer was adde...
sanjeevr@chromium.org
2011-01-28
1
-1
/
+5
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-3
/
+3
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
Added a diagnostic user message when enumerating printers fails. Also tweaked...
sanjeevr@chromium.org
2011-01-24
8
-48
/
+120
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
2
-2
/
+2
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
Code to send diagnostic messages about cloud print proxy. Currently diagnosti...
sanjeevr@chromium.org
2011-01-20
12
-48
/
+208
*
Made return types of various Value::DeepCopy() implementations more specific
akalin@chromium.org
2011-01-18
1
-2
/
+1
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-2
/
+2
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
2
-7
/
+7
*
Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...
sanjeevr@chromium.org
2011-01-07
1
-5
/
+8
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-8
/
+12
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
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
4
-4
/
+4
*
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
*
Remove chromoting host registration from service process. More IPCs to control
sergeyu@chromium.org
2010-12-23
1
-0
/
+1
*
As the first step in an effort to improve robustness of the cloud print proxy...
sanjeevr@chromium.org
2010-12-22
6
-107
/
+272
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
2
-8
/
+17
*
Making CUPS calls non-blocking.
gene@google.com
2010-12-16
1
-2
/
+7
*
Added 'dry run' tag to the print job, to test proxy health without wasting pa...
gene@google.com
2010-12-13
10
-9
/
+76
[next]