| Commit message (Expand) | Author | Age | Files | Lines |
* | Move UtilityProcessHost to content and move the message sending/dispatching t... | jam@chromium.org | 2011-06-09 | 1 | -1/+1 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -0/+2 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 4 | -4/+4 |
* | Move sandbox_policy to content. | jam@chromium.org | 2011-05-28 | 2 | -2/+2 |
* | Anti-DDoS enhancements: Log to net log, UMA stats, improved policy. | joi@chromium.org | 2011-05-27 | 2 | -8/+7 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 3 | -3/+3 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Revert of 85854 which is a revert of 85852 - Add a command line option | rtenneti@chromium.org | 2011-05-19 | 1 | -0/+1 |
* | Revert 85852 - Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -1/+0 |
* | Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -0/+1 |
* | Created an IPC method to enable the cloud print proxy using robot OAuth2 cred... | sanjeevr@chromium.org | 2011-05-13 | 6 | -48/+133 |
* | Changed the name of the Cloudprint XMPP channel to cloudprint.google.com. | sanjeevr@chromium.org | 2011-05-12 | 1 | -7/+1 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 2 | -2/+0 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -23/+25 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 4 | -7/+10 |
* | Changed the IPC between the browser and the service process to return more de... | sanjeevr@chromium.org | 2011-05-11 | 4 | -26/+23 |
* | Remove the Remoting Host component from Chrome. | wez@chromium.org | 2011-05-10 | 8 | -474/+2 |
* | iwyu: Use callback_old.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Changed the cloud print connector logic to request the OAuth2 credentials of ... | sanjeevr@chromium.org | 2011-05-06 | 21 | -176/+580 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 7 | -13/+13 |
* | Mark job as error if we failed to fetch job data from the server after severa... | gene@google.com | 2011-05-05 | 2 | -1/+33 |
* | Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost. | sergeyu@chromium.org | 2011-05-03 | 1 | -0/+11 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 1 | -1/+1 |
* | Fix Linux proxy. | scottbyer@chromium.org | 2011-04-28 | 2 | -34/+24 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 2 | -29/+32 |
* | Undo raw DNS resolver changes, this will be implemented differently, on IO-th... | agayev@chromium.org | 2011-04-27 | 1 | -1/+1 |
* | Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr. | csilv@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Disabled polling for jobs when we lose XMPP connection. This behavior can be ... | sanjeevr@chromium.org | 2011-04-15 | 3 | -17/+31 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -1/+0 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -10/+7 |
* | 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 | 4 | -7/+7 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-03-28 | 4 | -9/+9 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 16 | -29/+29 |
* | 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 | 3 | -10/+10 |
* | Submitting Jamie's quick fix to run headless service (see issue 6722025). | gene@google.com | 2011-03-24 | 1 | -1/+14 |
* | [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 | 3 | -14/+13 |
* | Getting service process on Mac to handle having things moved/changed undernea... | dmaclach@chromium.org | 2011-03-22 | 4 | -16/+35 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 1 | -1/+0 |
* | Renaming NativeMetafile related methods to more appropriate names. | dpapad@chromium.org | 2011-03-19 | 1 | -1/+1 |
* | Added OWNERS file for chrome/service. | sanjeevr@chromium.org | 2011-03-18 | 1 | -0/+5 |
* | Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-18 | 3 | -13/+14 |
* | Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-18 | 3 | -14/+13 |
* | Extracting core back-off logic into a separate class, | joi@chromium.org | 2011-03-17 | 1 | -2/+2 |