summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/printer_job_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fallback to CDD/CJT if connector can't initialize XPS API.vitalybuka@chromium.org2014-02-091-0/+1
* Added print_ticket_mime_type into PrintSystem API.vitalybuka@chromium.org2014-02-081-9/+25
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-4/+0
* [sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatusrsimha@chromium.org2013-11-061-26/+51
* Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_servic...vitalybuka@chromium.org2013-11-051-1/+1
* [sync] Allow FakeURLFetcher to return arbitrary HTTP response codesrsimha@chromium.org2013-11-041-26/+32
* Consolidate TestURLFetcherFactory::SetFakeResponsemnissler@chromium.org2013-09-301-40/+38
* Cloud Print connector is now using local_settings field from GCP 2.0. "curren...gene@chromium.org2013-09-261-1/+4
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-4/+3
* Use a direct include of strings headers in chrome/service/.avi@chromium.org2013-06-111-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-10/+8
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-17/+14
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-0/+2
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-4/+4
* Increase timeout on PrinterJobHandlerUnittest tests.noamsml@chromium.org2013-03-131-3/+2
* Disable PrinterJobHandlerTest.HappyPathTestlambroslambrou@chromium.org2013-03-121-1/+2
* Make PrinterJobHandler handler failure to fetch jobs more gracefullynoamsml@google.com2013-02-271-100/+267
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Fixed leak of TestRequestContextGetter in CloudPrintURLFetcherNoServiceProces...noamsml@google.com2013-02-211-2/+7
* Created unit test for PrinterJobHandlernoamsml@google.com2013-02-201-0/+613