| Commit message (Expand) | Author | Age | Files | Lines |
* | Improvements in --debug-print switch implementation. | vitalybuka@chromium.org | 2014-06-12 | 1 | -51/+104 |
* | Guarded shrink setting with ifdefs to make clear where it is used. | vitalybuka@chromium.org | 2014-06-12 | 1 | -5/+6 |
* | Allows gtk2 printing dialog in Linux-Aura. | mukai@chromium.org | 2014-01-14 | 1 | -1/+1 |
* | De-duplicate job_settings parsing code. | vitalybuka@chromium.org | 2013-10-29 | 1 | -4/+4 |
* | Cleanup: Use base namespace in printing/. | thestig@chromium.org | 2013-10-01 | 1 | -6/+8 |
* | Move text_elider to gfx. | ben@chromium.org | 2013-09-09 | 1 | -1/+1 |
* | Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu. | avayvod@chromium.org | 2013-08-19 | 1 | -2/+2 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of strings headers in ppapi/, printing/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | printing: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-06 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -4/+4 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -3/+4 |
* | Cleanup: Remove static storage for variables in an unnamed namespace. | jhawkins@chromium.org | 2012-01-28 | 1 | -1/+1 |
* | PrintPreview: Honor the print media page size and margin values. | kmadhusu@chromium.org | 2012-01-10 | 1 | -9/+3 |
* | Clean up cloud printing aura stub code. | jennyz@chromium.org | 2011-12-06 | 1 | -0/+7 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ... | thestig@chromium.org | 2011-10-04 | 1 | -1/+0 |
* | Cleanup: Remove unused has_visible_overlays variable. | thestig@chromium.org | 2011-09-23 | 1 | -4/+2 |
* | Printing: Remove unused PageOverlay since header/footers are drawn in PrintWe... | thestig@chromium.org | 2011-08-09 | 1 | -76/+0 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | Connect the right metafiles for print preview on Linux and Windows. | vandebo@chromium.org | 2011-04-11 | 1 | -5/+5 |
* | Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,... | dpapad@chromium.org | 2011-03-16 | 1 | -3/+5 |
* | Remove wstrings from ui/base/text_elider.h functions. | tony@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Linux Printing: Properly print a subset of all pages. | thestig@chromium.org | 2011-03-03 | 1 | -4/+12 |
* | Linux: Refactor printing to be more linux Windows/Mac. | thestig@chromium.org | 2011-02-19 | 1 | -3/+11 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() | evan@chromium.org | 2011-02-04 | 1 | -2/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -8/+8 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -4/+4 |
* | Change Font.GetStringWidth() to take string16 instead of wstring. | estade@chromium.org | 2011-01-04 | 1 | -1/+2 |
* | Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber(). | thestig@chromium.org | 2010-12-17 | 1 | -9/+0 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -7/+8 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -8/+7 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -7/+8 |
* | Convert ElideUrl to return a string16 instead of a wstring. | tony@chromium.org | 2010-10-27 | 1 | -1/+2 |
* | Convert gfx::ElideText from using wstrings to string16. | tony@chromium.org | 2010-10-21 | 1 | -1/+2 |
* | Printing: Refactor a few helper methods implemented per-platform to clean up | jhawkins@chromium.org | 2010-10-07 | 1 | -40/+2 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -0/+6 |
* | Printing: Convert several wstrings to string16. | jhawkins@chromium.org | 2010-09-13 | 1 | -23/+18 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Implement limited paged media support for win. | hamaji@chromium.org | 2010-07-02 | 1 | -3/+5 |
* | Implement limited paged media support for mac. | hamaji@chromium.org | 2010-07-01 | 1 | -3/+6 |
* | Changed printer page setup units to be in device co-ordinates (this is pixels... | sanjeevr@chromium.org | 2010-05-29 | 1 | -3/+6 |
* | Elide the EV bubble when it's extremely long. This limits it to half the loc... | pkasting@chromium.org | 2010-05-20 | 1 | -2/+2 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Move text_elider from app/gfx to app/ | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 1 | -0/+3 |