| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement input stub in the host side for chromoting | hclam@chromium.org | 2010-11-16 | 1 | -5/+8 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 2 | -8/+8 |
* | Fix warnings on Mac that has been reported by Eric. | gene@google.com | 2010-11-11 | 1 | -4/+4 |
* | Mark the CloudPrintURLFetcherBasicTest.HandleRawData and CloudPrintURLFetcher... | ananta@chromium.org | 2010-11-11 | 1 | -2/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-11-11 | 1 | -3/+8 |
* | Used GetProcAddress to load exported functions from prntvpt.dll instead of us... | sanjeevr@chromium.org | 2010-11-10 | 1 | -23/+25 |
* | Add print server name to the full name of the printer. This allows proxy | gene@google.com | 2010-11-09 | 1 | -34/+87 |
* | base: Remove 'using' declaration of SStringPrintf. | tfarina@chromium.org | 2010-11-08 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-11-06 | 2 | -2/+5 |
* | Fix build failure with -Dremoting=0 | phajdan.jr@chromium.org | 2010-11-05 | 1 | -0/+2 |
* | Make CUPS cloud print proxy to support multiple print servers. | gene@google.com | 2010-11-03 | 5 | -168/+446 |
* | Add VideoReader and VideoWriter interfaces. | sergeyu@chromium.org | 2010-11-03 | 1 | -5/+1 |
* | 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 | 5 | -7/+105 |
* | 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 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | [Sync] Added some switches for testing/debugging. | akalin@chromium.org | 2010-10-26 | 1 | -1/+3 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Move useful printing backend code from chrome/service/cloud_print to printing... | thestig@chromium.org | 2010-10-25 | 12 | -426/+98 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 2 | -3/+4 |
* | Make sure the service process kills all URLFetcher::Cores on shutdown. | willchan@chromium.org | 2010-10-22 | 1 | -2/+30 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 2 | -22/+54 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 2 | -4/+3 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 2 | -3/+4 |
* | Implement basic X11 screen capture on linux. | ajwong@chromium.org | 2010-10-21 | 1 | -5/+12 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 1 | -3/+3 |
* | 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 | 3 | -87/+95 |
* | 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 | 4 | -16/+31 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -0/+1 |
* | Make sure to use scoped_refptr for refcounted params in audio/video/remoting | willchan@chromium.org | 2010-10-18 | 1 | -2/+6 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+0 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -0/+1 |
* | [Sync] Added some switches for testing/debugging. | akalin@chromium.org | 2010-10-15 | 1 | -1/+3 |
* | Add an option ProxyService::Create() to disable use of proxy auto-config. | eroman@chromium.org | 2010-10-14 | 1 | -3/+2 |
* | Spilt code in service_process_utils.cc into separate files for Windows and Po... | sanjeevr@chromium.org | 2010-10-13 | 3 | -42/+7 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-13 | 1 | -1/+3 |
* | Added the service process pid to the shared memory data. This will be used fo... | sanjeevr@chromium.org | 2010-10-12 | 1 | -2/+2 |
* | The IPC channel names and event names used by the service process now append ... | sanjeevr@chromium.org | 2010-10-09 | 1 | -7/+5 |