summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-5/+0
* Clean-up: Replaces Font with FontList.yukishiino@chromium.org2013-09-112-2/+8
* Move text_elider to gfx.ben@chromium.org2013-09-093-5/+5
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-052-11/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-304-4/+4
* Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that...robertphillips@google.com2013-08-291-2/+1
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-267-7/+8
* Two small fixes for Chrome for Android PDF printing.cimamoglu@chromium.org2013-08-231-1/+1
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-221-0/+1
* Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu.avayvod@chromium.org2013-08-198-10/+95
* Printing: Add a basic printing mode without print preview and cloud print.thestig@chromium.org2013-08-121-2/+2
* Annotate a GnuTLS memory leak in printing/backend/print_backend_cups.ccearthdok@chromium.org2013-07-241-2/+9
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-182-2/+3
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-182-2/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-4/+4
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-133-4/+4
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-4/+4
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-282-2/+2
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-3/+3
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-244-12/+16
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-212-2/+2
* mac: Build printing with -Wno-deprecated-declarations with the 10.9 SDK.thakis@chromium.org2013-06-201-1/+16
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-1113-15/+15
* Don't close handles returned by ::OpenPrinter with error.vitalybuka@chromium.org2013-06-113-20/+29
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-077-7/+7
* Roll DEPS for googleurl. Second try.tfarina@chromium.org2013-06-031-1/+1
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* Enabled system print dialog on Windows Aura.vitalybuka@chromium.org2013-05-283-16/+39
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-5/+6
* printing: Use base::MessageLoop.xhwang@chromium.org2013-05-062-3/+3
* Disable deprecation warnings for CUPS as the compile fails when using CUPS 1.6kenneth.r.christiansen@intel.com2013-04-191-0/+11
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Revert 193992 "Lets try this again."jochen@chromium.org2013-04-151-1/+1
* Lets try this again.michaeln@google.com2013-04-121-1/+1
* Revert 193968 "Roll the DEPS for google-url."michaeln@google.com2013-04-121-1/+1
* Roll the DEPS for google-url.tfarina@chromium.org2013-04-121-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in printing.dcheng@chromium.org2013-04-115-9/+9
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-3/+2
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-303-3/+3
* Fixed "taking the address of a temporary object" warnings.vitalybuka@chromium.org2013-03-281-5/+8
* mac: Clean up a few more uses of USE_SKIAthakis@chromium.org2013-03-251-14/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Remove "use_skia" variable from gyp.teravest@chromium.org2013-03-051-6/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-8/+8
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-1/+1
* Removed invalid NOTREACHED.vitalybuka@chromium.org2013-02-151-15/+7
* Use page count from page preview. Page range is not enough for exact printed ...vitalybuka@chromium.org2013-02-122-0/+4
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-1010-25/+27