summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-3/+11
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-8/+8
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-4/+4
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+2
* Cleanup: Remove unused PrintedDocument::RenderPrintedPageNumber().thestig@chromium.org2010-12-171-9/+0
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-7/+8
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-8/+7
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-7/+8
* Convert ElideUrl to return a string16 instead of a wstring.tony@chromium.org2010-10-271-1/+2
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-211-1/+2
* Printing: Refactor a few helper methods implemented per-platform to clean upjhawkins@chromium.org2010-10-071-40/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+6
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-23/+18
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+1
* Implement limited paged media support for win.hamaji@chromium.org2010-07-021-3/+5
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-3/+6
* Changed printer page setup units to be in device co-ordinates (this is pixels...sanjeevr@chromium.org2010-05-291-3/+6
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-201-2/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-191-1/+1
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-0/+3
* printing: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-0/+4
* Deprecate file_util::AppendToPath() on non-Windows.evan@chromium.org2010-02-261-3/+3
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-2/+2
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-1/+7
* Implement the basic OS-level printing mechanics on Macstuartmorgan@chromium.org2009-10-131-124/+5
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-1/+2
* Fix printing project on linux.maruel@chromium.org2009-09-141-7/+25
* Fix print margins. This fixes multiple issues that caused incorrect offsets ...sverrir@chromium.org2009-07-131-14/+62
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-0/+366