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