summaryrefslogtreecommitdiffstats
path: root/printing
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-283-6/+8
* Linux: Try several different paths to the GnuTls library when trying to dynam...thestig@chromium.org2012-01-261-15/+23
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-5/+3
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-107-28/+30
* Change signature of |ui::ElideText()|. Add a truncate mode.asvitkine@chromium.org2011-12-121-2/+3
* Clean up cloud printing aura stub code.jennyz@chromium.org2011-12-066-47/+10
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-32/+41
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-221-1/+1
* GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.erg@chromium.org2011-11-222-2/+2
* compositor_unittests target is unimplmented on Macdhollowa@chromium.org2011-11-212-1/+9
* base::Bind: Convert PrintingContext::PrintSettingsCallback.jhawkins@chromium.org2011-11-1911-62/+64
* More OWNERS for various printing directories.thestig@chromium.org2011-11-181-0/+4
* PrintPreview:[MAC] Added "Open PDF In Preview" option to open the pdf in nati...kmadhusu@chromium.org2011-11-174-0/+29
* Add OVERRIDE to printing/.avi@chromium.org2011-11-166-72/+78
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-153-5/+5
* Print Preview: Making margin selection sticky (part 2/2, again)dpapad@chromium.org2011-11-154-20/+47
* Revert 110035 - Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-154-45/+20
* Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-154-20/+45
* Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.thestig@chromium.org2011-11-146-12/+1
* use toolkit_uses_gtk==1 instead of OS==linux for printing_context_gtk.{cc,h}robert.nagy@gmail.com2011-11-141-1/+1
* PrintPreview: [LINUX] While flipping the orientation, do not rotate the margi...kmadhusu@chromium.org2011-11-093-26/+12
* Linux: Don't call printing::GetColorModelForMode() when USE_CUPS is not defined.thestig@chromium.org2011-11-082-8/+8
* Get printing working in Aura.abodenha@chromium.org2011-11-089-289/+409
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-072-10/+14
* PrintPreview: [LINUX] Update the margin values after flipping the paper orien...kmadhusu@chromium.org2011-11-044-10/+124
* Print Preview: Making margin selection sticky (part 1/2).dpapad@chromium.org2011-11-021-1/+1
* PrintPreview: [MAC] Set the system default page size in NSPrintInfo PMPageFor...kmadhusu@chromium.org2011-11-022-0/+100
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-1/+1
* Clarify that the custom margin value is not validated and add tests.vandebo@chromium.org2011-10-203-17/+51
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-1812-105/+95
* Some extra cflags are needed for cups on OpenBSD.robert.nagy@gmail.com2011-10-181-0/+5
* For no margins, or printable area margins, don't factor in the header/footer ...vandebo@chromium.org2011-10-183-10/+15
* When printing a PDF, query and use the print scaling disabled option. Also, ...vandebo@chromium.org2011-10-172-0/+3
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-159-70/+174
* PrintPreview: Added code to honor the grayscale color model.kmadhusu@chromium.org2011-10-141-0/+1
* Excludes printing aura files on windows as the windows ones worksky@chromium.org2011-10-131-0/+9
* More options for the types of margins to add.vandebo@chromium.org2011-10-132-8/+16
* Reland 105087: PrintPreview: Fix printer color settings issues based on print...kmadhusu@chromium.org2011-10-135-13/+172
* Revert 105087 - PrintPreview: Fix printer color settings issues based on prin...kmadhusu@chromium.org2011-10-125-171/+13
* PrintPreview: Fix printer color settings issues based on printer ppd/schema i...kmadhusu@chromium.org2011-10-125-13/+171
* More Aura fixes to build with chromeos==1saintlou@chromium.org2011-10-122-3/+1
* Sanity check the printable area returned by windows.vandebo@chromium.org2011-10-082-2/+8
* No need for Aura stubs under ChromeOS since we already have a sans-GTK impl.saintlou@chromium.org2011-10-072-1/+3
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+1
* make browser_tests compile and link under use_aura=1 chromeos=0.alicet@chromium.org2011-10-072-0/+17
* Patch up excessive margins until we can get the real fix plumbed through.vandebo@chromium.org2011-10-072-5/+6
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-1/+3
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-061-2/+4
* Fixing build.gene@chromium.org2011-10-061-1/+1
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-061-0/+44