| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the time formatting APIs to use string16. | avi@chromium.org | 2010-12-22 | 1 | -2/+2 |
* | Refactor mac printing workflow. | kmadhusu@chromium.org | 2010-12-21 | 4 | -11/+27 |
* | Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber(). | thestig@chromium.org | 2010-12-17 | 2 | -15/+0 |
* | Making CUPS calls non-blocking. | gene@google.com | 2010-12-16 | 3 | -7/+20 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 2 | -9/+13 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 2 | -13/+9 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 2 | -9/+13 |
* | cupsGetPPD got stuck sometime for an infinite time due to network configurati... | gene@google.com | 2010-12-06 | 3 | -2/+37 |
* | On Chrome OS, use the application locale to determine the default paper size ... | sanjeevr@chromium.org | 2010-12-03 | 10 | -22/+76 |
* | Add a check to help prevent PrintingContextTest flakiness. | thestig@chromium.org | 2010-12-01 | 1 | -5/+10 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 4 | -15/+9 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 4 | -9/+15 |
* | Reset AssertHandler in IPCMessageTest.Metafile. | sanjeevr@chromium.org | 2010-11-12 | 1 | -1/+0 |
* | Used GetProcAddress to load exported functions from prntvpt.dll instead of us... | sanjeevr@chromium.org | 2010-11-10 | 3 | -15/+224 |
* | Fix DCHECK failure in page_setup.cc on Linux. | hamaji@chromium.org | 2010-11-10 | 1 | -4/+8 |
* | Disable PrintingContextTest.Base on win | nirnimesh@chromium.org | 2010-11-01 | 1 | -1/+2 |
* | Mark PrintingContextTest.PrintAll as flaky as it fails on Win builder. | amit@chromium.org | 2010-11-01 | 1 | -1/+2 |
* | Change LOG(INFO) to VLOG(1). | gene@google.com | 2010-10-29 | 1 | -2/+2 |
* | Revert 64454 - Revert 64441 - Mac cloud print proxy work. | scottbyer@google.com | 2010-10-29 | 2 | -6/+22 |
* | Revert 64441 - Mac cloud print proxy work. | scottbyer@google.com | 2010-10-29 | 2 | -22/+6 |
* | Mac cloud print proxy work. | scottbyer@chromium.org | 2010-10-29 | 2 | -6/+22 |
* | Convert ElideUrl to return a string16 instead of a wstring. | tony@chromium.org | 2010-10-27 | 1 | -1/+2 |
* | Printing: Refactor PrintSettings::Init into a PrintSettingsFactory class | jhawkins@chromium.org | 2010-10-26 | 14 | -191/+339 |
* | Move useful printing backend code from chrome/service/cloud_print to printing... | thestig@chromium.org | 2010-10-25 | 12 | -11/+687 |
* | Convert gfx::ElideText from using wstrings to string16. | tony@chromium.org | 2010-10-21 | 1 | -1/+2 |
* | Printing: Split off Win/Mac implementations of the Image class into their own | jhawkins@chromium.org | 2010-10-21 | 5 | -114/+151 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 5 | -14/+15 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Used ScopedTempDir dir for the FileBackedDC unit test. | sanjeevr@chromium.org | 2010-10-08 | 1 | -1/+6 |
* | Printing: Refactor a few helper methods implemented per-platform to clean up | jhawkins@chromium.org | 2010-10-07 | 7 | -40/+78 |
* | Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in the | jhawkins@chromium.org | 2010-10-07 | 6 | -22/+15 |
* | Printing: Convert PrintingContext into an interface implemented by the separate | jhawkins@chromium.org | 2010-10-06 | 12 | -246/+400 |
* | Printing: Temporary fix on Linux using dummy print settings until we get the ... | thestig@chromium.org | 2010-10-05 | 2 | -17/+41 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 2 | -0/+4 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -4/+0 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -0/+4 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 4 | -1/+13 |
* | Added methods to create and read from file-backed metafiles to the Windows Em... | sanjeevr@chromium.org | 2010-09-29 | 3 | -2/+62 |
* | Fix Mac print crash | gfeher@chromium.org | 2010-09-29 | 1 | -4/+4 |
* | Fix a c_str() use-after-free bug in the printing code. | nick@chromium.org | 2010-09-28 | 1 | -1/+2 |
* | Printing: Remove the debug-only |page_number_| from PrintingContext, which has | jhawkins@chromium.org | 2010-09-28 | 4 | -47/+0 |
* | Printing: Push checking of |context| one level lower, as the different | jhawkins@chromium.org | 2010-09-27 | 1 | -0/+1 |
* | Printing: Push checking of |context| one level lower, as the different | jhawkins@chromium.org | 2010-09-27 | 4 | -0/+8 |
* | Printing: Remove OS_WIN ifdef in a win-only file. Remove an unused debugging | jhawkins@chromium.org | 2010-09-27 | 1 | -28/+0 |
* | Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo. | jhawkins@chromium.org | 2010-09-21 | 8 | -24/+115 |
* | Printing: Convert several wstrings to string16. | jhawkins@chromium.org | 2010-09-13 | 9 | -48/+49 |
* | Removing emf record constructor that is not used. | finnur@chromium.org | 2010-08-31 | 2 | -7/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+4 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 2 | -0/+7 |