| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 2 | -7/+0 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+1 |
* | Win32: Print the right number of pages. | thestig@chromium.org | 2010-08-13 | 3 | -34/+136 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 2 | -3/+3 |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 2 | -0/+7 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 2 | -2/+1 |
* | Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO... | pinkerton@google.com | 2010-08-09 | 2 | -7/+0 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 2 | -1/+2 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 2 | -0/+7 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -7/+8 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | Added StartPage and EndPage methods to the Emf class because the GDI StartPag... | sanjeevr@chromium.org | 2010-07-12 | 3 | -0/+107 |
* | Deprecate most of the remaining wstring file_util functions. | evan@chromium.org | 2010-07-08 | 2 | -8/+8 |
* | Add PrintedPage::GetCenteredPageContentRect so Mac and Win can share code. | hamaji@chromium.org | 2010-07-05 | 6 | -23/+91 |
* | Implement limited paged media support for win. | hamaji@chromium.org | 2010-07-02 | 6 | -11/+32 |
* | Implement limited paged media support for mac. | hamaji@chromium.org | 2010-07-01 | 6 | -11/+33 |
* | Added support for vector printing for Pepper v1 plugins for Linux. | sanjeevr@chromium.org | 2010-06-29 | 3 | -0/+66 |
* | Implement limited paged media support for linux. | hamaji@chromium.org | 2010-06-29 | 3 | -21/+32 |
* | Added support for vector printing of Pepper v1 plugins on the Mac. | sanjeevr@chromium.org | 2010-06-28 | 4 | -10/+57 |
* | Create constant variables kPointsPerInch and kPixelsPerInch and conversion fu... | hamaji@chromium.org | 2010-06-28 | 5 | -7/+43 |
* | Changed printer page setup units to be in device co-ordinates (this is pixels... | sanjeevr@chromium.org | 2010-05-29 | 5 | -43/+63 |