- db158e4 Add chrome/service to GN build. by [email protected] · 11 years ago
- 305ed87 Switch to using URLRequestContextBuilder to create some contexts. by [email protected] · 11 years ago
- 17a444c3 Clamp down various chrome/ DEPS files. by [email protected] · 11 years ago
- a46cb343 Split printing utility IPC messages into its own file. by [email protected] · 11 years ago
- ad3b0501 Add paper size support for local printing on Windows. by [email protected] · 11 years ago
- 2944afa Add URLRequestJobFactories to URLRequestContexts without one. by [email protected] · 11 years ago
- dfb4a9d Convert local printer capabilites to CDD format to unify with cloud printers and PDF printer. This is a necessary step for adding paper size capability to local printers. by [email protected] · 11 years ago
- fca876a1 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by [email protected] · 11 years ago
- 3b0e466 Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by [email protected] · 11 years ago
- cf178fb7 Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by [email protected] · 11 years ago
- 75280ad2 Printing on Windows via PDF by [email protected] · 11 years ago
- 09cff7878 Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h. by [email protected] · 11 years ago
- 5b38caf7 Moved current cloud_devices content into cloud_devices/common. by [email protected] · 11 years ago
- 6f5c141a Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP server. by [email protected] · 11 years ago
- dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
- fd1f2e5 Use service process to collect printers. by [email protected] · 11 years ago
- 2f3b1cc Move CommandLine to base namespace. by [email protected] · 11 years ago
- f5af06b Removed code related to Mac virtual printer. by [email protected] · 11 years ago
- 2b364be scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. by [email protected] · 11 years ago
- e5c2a22e Move WriteFile and WriteFileDescriptor from file_util to base namespace. by [email protected] · 11 years ago
- ca53b14 Enable CDD in cloud print connector on windows by default. by [email protected] · 12 years ago
- 3056aa3 Use USE_GLIB flag instead of OS_XXXX for choosing whether to initialize glib. by [email protected] · 12 years ago
- 37d63884 Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." by [email protected] · 12 years ago
- d39a810 Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. by [email protected] · 12 years ago
- 24c85fa Call PTOpenProvider to make sure that XPS works. by [email protected] · 12 years ago
- b3b6b6f Use XPS to set color for HP printers. by [email protected] · 12 years ago
- 19a16773 Set orientation capability. by [email protected] · 12 years ago
- fa01e47 Creates a way to launch the utility process with elevated privileges on Windows systems for the rare operations that require administrator access. by [email protected] · 12 years ago
- 07834e5 Fallback to CDD/CJT if connector can't initialize XPS API. by [email protected] · 12 years ago
- 07021fc Printer registration using CDD. The code is not enabled yet. by [email protected] · 12 years ago
- 9051bf92 Revert 249967 "Printer registration using CDD." by [email protected] · 12 years ago
- 29e35f2 Fixed GetSupportedMimeTypes. by [email protected] · 12 years ago
- 6012007 Printer registration using CDD. The code is not enabled yet. by [email protected] · 12 years ago
- c59a767 Added print_ticket_mime_type into PrintSystem API. by [email protected] · 12 years ago
- dfca37b Added ChromeUtilityMsg_GetPrinterSemanticCapsAndDefaults message and handler. by [email protected] · 12 years ago
- c05c8d1 Revert 234174 "Extract XPS code from PrintSystemWin" No need in this split. by [email protected] · 12 years ago
- 8cad93d Remove ServiceUtilityProcessHost::Client::OnGetPrinterCapsAndDefaultsFailed. by [email protected] · 12 years ago
- c91b9d4 Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/service, chrome/test, chrome/third_party, chrome/tools, chrome/utility to use the base:: namespace. by [email protected] · 12 years ago
- e53a7f29 Update some uses of Value in chrome/ to use the base:: namespace. by [email protected] · 12 years ago
- 56cbcb3a Fix a race condition in preference metric reporting. by [email protected] · 12 years ago
- 7e5b5b0 Revert 242382 "Fix a race condition in preference metric reporting." by [email protected] · 12 years ago
- bbd1299 Fix a race condition in preference metric reporting. by [email protected] · 12 years ago
- 05aab99c Add base:: to string16s in chrome/. by [email protected] · 12 years ago
- ee060d4 job_spooler_ should not be deleted from |PrinterJobHandler::OnJobSpool*| by [email protected] · 12 years ago
- 03d9afc0 Move temp file functions to base namespace. by [email protected] · 12 years ago
- 0b5ab509 net: Use SequencedTaskRunner for URLFetcherResponseWriter by [email protected] · 12 years ago
- 35511e64 Extract XPS code from PrintSystemWin. by [email protected] · 12 years ago
- 6ed8433 Move some nested classes out of PrintSystemWin by [email protected] · 12 years ago
- a272c9d Removes unnecessary macro. by [email protected] · 12 years ago
- ec91bfa Moved SimplifyDocumentTitle from printing/backend by [email protected] · 12 years ago
- fe8b272 mac: Prepare most test code for -Wunused-functions too. by [email protected] · 12 years ago
- 911a0bc [sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatus by [email protected] · 12 years ago
- bf94c11 Revert 233201 "Clamp down various chrome/ DEPS files" by [email protected] · 12 years ago
- b30e34b Clamp down various chrome/ DEPS files by [email protected] · 12 years ago
- 7bcabfe Consider error as terminal state and stop watching jobs. by [email protected] · 12 years ago
- 14ec164 Fixed custom time histogram overflow. Removed unused enum value. by [email protected] · 12 years ago
- 9c85473a Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_service_helpers by [email protected] · 12 years ago
- 3e3520f Added CloudPrint.NativeJobStatus histogram. by [email protected] · 12 years ago
- 38fc8fb UMA instrumentation for CloudPrint connector. by [email protected] · 12 years ago
- 61a6ba3 [sync] Allow FakeURLFetcher to return arbitrary HTTP response codes by [email protected] · 12 years ago
- a307983 Collect metrics data from service process. by [email protected] · 12 years ago
- e333012 Remove abodenha from printing related owners by [email protected] · 12 years ago
- ea845f5 Consolidate TestURLFetcherFactory::SetFakeResponse by [email protected] · 12 years ago
- 0c27b1b Cloud Print connector is now using local_settings field from GCP 2.0. "current" section contain current ping timeout from the connector. "pending" section will contain a proposed change from the server side. Connector will look up any new params in the "pending" section and store and use this value. If there is nothing in the pending section, current value from the config file will be used. by [email protected] · 12 years ago
- 9afc14e2 Clean up a few more unused globals. by [email protected] · 12 years ago
- c13f8a8 Set the printer info in crash reports using the crash key logging system. by [email protected] · 12 years ago
- dc04750 Revert 223610 "Set the printer info in crash reports using the c..." by [email protected] · 12 years ago
- 43a5c2c Set the printer info in crash reports using the crash key logging system. by [email protected] · 12 years ago
- 89031cdb Fix service process crash on opening chrome://settings in desktop aura builds. by [email protected] · 12 years ago
- 82f84b9 Move ReadFileToString to the base namespace. by [email protected] · 12 years ago
- 13da5f6 Update include paths in chrome/service for base/process changes. by [email protected] · 12 years ago
- 30d4c02 [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers by [email protected] · 12 years ago
- 6827510 Use a direct include of the message_loop header in chrome/app, chrome/common, chrome/nacl/, chrome/renderer/, chrome/service/. by [email protected] · 12 years ago
- dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
- 8474e04d std::sort requires strict comparison function. by [email protected] · 12 years ago
- 3613ce63 Set task into IN_PROCESS before sending to printer. by [email protected] · 12 years ago
- 5f5ef80 chrome: Migrate from googleurl/ includes to url/ ones. Part 3. by [email protected] · 12 years ago
- 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
- 3164fa82 Use a direct include of time headers in chrome/common/, chrome/installer, chrome/renderer/, chrome/service/. by [email protected] · 12 years ago
- 198b590 Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
- f29f42b Device robot refresh token integrity validation. by [email protected] · 12 years ago
- 2ca6ed8 Removed LCID authentication from cloud print and cloud print setup dialog. by [email protected] · 12 years ago
- b1c988b Give more request types a TransportSecurityState. by [email protected] · 12 years ago
- 4b4c013 Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. by [email protected] · 12 years ago
- 263c351 Don't close handles returned by ::OpenPrinter with error. BUG=248061 by [email protected] · 12 years ago
- cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
- a1759db Use a direct include of strings headers in chrome/service/. by [email protected] · 12 years ago
- abfd149 Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/service/, chrome/test/, chrome/third_party/, chrome/tools/. by [email protected] · 12 years ago
- 5c6ac84 Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 811d279 Move AddMultipartValueForUpload to net/base/mime_util.h/cc. by [email protected] · 12 years ago
- ffaf732 Cleanup: Remove unneeded base/file_util.h includes in chrome. by [email protected] · 12 years ago
- bb024fe chrome: Use base::MessageLoop. (Part 1) by [email protected] · 12 years ago
- 76ae8a6 chrome: Update the include paths of base/message_loop_proxy.h to its new location. by [email protected] · 12 years ago
- e0f35c9 Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
- fb44196 Revert 198844 "Move sequenced_task_runner to base/task" by [email protected] · 12 years ago
- 002c726 Move sequenced_task_runner to base/task by [email protected] · 12 years ago
- 89b3252 Move SpawnedTestServer to its own subdirectory. by [email protected] · 12 years ago
- ce7d0cbc GTTF: rename net::TestServer -> net::SpawnedTestServer by [email protected] · 12 years ago
- f3c8bcf9 Allow cloud print connector to use test gaia. by [email protected] · 12 years ago