summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+1
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-1/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+1
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-073-1/+46
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+2
* Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.htfarina@chromium.org2011-01-021-2/+1
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-4/+4
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-311-2/+4
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-2/+2
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-214-11/+27
* Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber().thestig@chromium.org2010-12-172-15/+0
* Making CUPS calls non-blocking.gene@google.com2010-12-163-7/+20
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-142-9/+13
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-112-13/+9
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-112-9/+13
* cupsGetPPD got stuck sometime for an infinite time due to network configurati...gene@google.com2010-12-063-2/+37
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-0310-22/+76
* Add a check to help prevent PrintingContextTest flakiness.thestig@chromium.org2010-12-011-5/+10
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-15/+9
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-9/+15
* Reset AssertHandler in IPCMessageTest.Metafile.sanjeevr@chromium.org2010-11-121-1/+0
* Used GetProcAddress to load exported functions from prntvpt.dll instead of us...sanjeevr@chromium.org2010-11-103-15/+224
* Fix DCHECK failure in page_setup.cc on Linux.hamaji@chromium.org2010-11-101-4/+8
* Disable PrintingContextTest.Base on winnirnimesh@chromium.org2010-11-011-1/+2
* Mark PrintingContextTest.PrintAll as flaky as it fails on Win builder.amit@chromium.org2010-11-011-1/+2
* Change LOG(INFO) to VLOG(1).gene@google.com2010-10-291-2/+2
* Revert 64454 - Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-292-6/+22
* Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-292-22/+6
* Mac cloud print proxy work.scottbyer@chromium.org2010-10-292-6/+22
* Convert ElideUrl to return a string16 instead of a wstring.tony@chromium.org2010-10-271-1/+2
* Printing: Refactor PrintSettings::Init into a PrintSettingsFactory classjhawkins@chromium.org2010-10-2614-191/+339
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-2512-11/+687
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-211-1/+2
* Printing: Split off Win/Mac implementations of the Image class into their ownjhawkins@chromium.org2010-10-215-114/+151
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-175-14/+15
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Used ScopedTempDir dir for the FileBackedDC unit test.sanjeevr@chromium.org2010-10-081-1/+6
* Printing: Refactor a few helper methods implemented per-platform to clean upjhawkins@chromium.org2010-10-077-40/+78
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-076-22/+15
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-0612-246/+400
* Printing: Temporary fix on Linux using dummy print settings until we get the ...thestig@chromium.org2010-10-052-17/+41
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-0/+4
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-4/+0
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-0/+4
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-304-1/+13
* Added methods to create and read from file-backed metafiles to the Windows Em...sanjeevr@chromium.org2010-09-293-2/+62
* Fix Mac print crashgfeher@chromium.org2010-09-291-4/+4
* Fix a c_str() use-after-free bug in the printing code.nick@chromium.org2010-09-281-1/+2
* Printing: Remove the debug-only |page_number_| from PrintingContext, which hasjhawkins@chromium.org2010-09-284-47/+0
* Printing: Push checking of |context| one level lower, as the differentjhawkins@chromium.org2010-09-271-0/+1