| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a bug where we were treating the "status" field in the printer list res... | sanjeevr@chromium.org | 2010-11-02 | 1 | -2/+6 |
* | HTTP requests from the service process now use a non-empty user agent. Also a... | sanjeevr@chromium.org | 2010-11-02 | 3 | -1/+11 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 2 | -6/+6 |
* | Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ... | sanjeevr@chromium.org | 2010-10-29 | 13 | -573/+1044 |
* | Change LOG(INFO) to VLOG(1). | gene@google.com | 2010-10-29 | 1 | -7/+7 |
* | Revert 64454 - Revert 64441 - Mac cloud print proxy work. | scottbyer@google.com | 2010-10-29 | 1 | -1/+0 |
* | Revert 64441 - Mac cloud print proxy work. | scottbyer@google.com | 2010-10-29 | 1 | -0/+1 |
* | Mac cloud print proxy work. | scottbyer@chromium.org | 2010-10-29 | 1 | -1/+0 |
* | Revert 64359 - Created a CloudPrintURLFetcher class to wrap URLFetcher. This ... | jochen@chromium.org | 2010-10-29 | 13 | -1033/+573 |
* | Created a CloudPrintURLFetcher class to wrap URLFetcher. This class implement... | sanjeevr@chromium.org | 2010-10-29 | 13 | -573/+1033 |
* | [Sync] Added some switches for testing/debugging. | akalin@chromium.org | 2010-10-26 | 1 | -1/+3 |
* | Move useful printing backend code from chrome/service/cloud_print to printing... | thestig@chromium.org | 2010-10-25 | 12 | -426/+98 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 2 | -22/+54 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-20 | 1 | -1/+3 |
* | Convert LOG(INFO) to VLOG(1) - chrome/service/. | pkasting@chromium.org | 2010-10-20 | 2 | -83/+92 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 1 | -3/+5 |
* | Revert 62699 - [Sync] Added some switches for testing/debugging. | rsimha@chromium.org | 2010-10-19 | 1 | -3/+1 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 2 | -1/+5 |
* | [Sync] Added some switches for testing/debugging. | akalin@chromium.org | 2010-10-15 | 1 | -1/+3 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-13 | 1 | -1/+3 |
* | Match up array delete to array allocate. | avi@chromium.org | 2010-10-06 | 1 | -1/+1 |
* | Added the X-Google-CloudPrint-Proxy: header to all cloud print proxy requests. | sanjeevr@chromium.org | 2010-10-01 | 3 | -1/+6 |
* | Changed the implementation of the utility process method to render a PDF into... | sanjeevr@chromium.org | 2010-09-30 | 1 | -1/+6 |
* | Cloud Print Proxy error handling. | scottbyer@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | Handled failures of Spool correctly. | sanjeevr@chromium.org | 2010-09-28 | 1 | -8/+6 |
* | Switched the cloud print proxy to use the Google push notifications. | sanjeevr@chromium.org | 2010-09-27 | 3 | -9/+16 |
* | Added code to launch the browser to show token expired notifications. | sanjeevr@chromium.org | 2010-09-24 | 1 | -0/+32 |
* | Added a sync IPC method to check the enabled state of the cloud print proxy. | sanjeevr@chromium.org | 2010-09-16 | 2 | -6/+25 |
* | Removed TalkMediator SSL initialization. | akalin@chromium.org | 2010-09-16 | 1 | -3/+1 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -1/+2 |
* | The Cloud Print proxy now handles auth errors and disables the cloud print pr... | sanjeevr@chromium.org | 2010-09-13 | 9 | -36/+162 |
* | Adding the sync-notification-host command line parameter to the integration t... | rsimha@chromium.org | 2010-09-08 | 1 | -3/+3 |
* | Revert 58768 - Adding the sync-notification-host command line parameter to th... | rsimha@chromium.org | 2010-09-07 | 1 | -3/+3 |
* | Adding the sync-notification-host command line parameter to the integration t... | rsimha@chromium.org | 2010-09-07 | 1 | -3/+3 |
* | This CL contains the following changes: | sanjeevr@chromium.org | 2010-09-07 | 8 | -63/+186 |
* | Registered the service process to AutoRun (for Windows) if any service (Cloud... | sanjeevr@chromium.org | 2010-09-01 | 2 | -2/+18 |
* | Use ChromeAsyncSocket by default for cloud print. | akalin@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 2 | -4/+3 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 5 | -24/+24 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | Use SSL/TCP port for notifications in sync tests. | rsimha@chromium.org | 2010-08-10 | 1 | -1/+2 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 2 | -2/+1 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -2/+3 |
* | Add undeclared virtual destructors part 4 | ziadh@chromium.org | 2010-07-30 | 3 | -0/+11 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 7 | -0/+7 |
* | Used the service utility process host to render PDFs in a sandbox for the Win... | sanjeevr@chromium.org | 2010-07-21 | 5 | -170/+369 |
* | Added switch to use ChromeAsyncSocket for sync. | akalin@chromium.org | 2010-07-16 | 1 | -2/+3 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |