| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow printing component to be removed completely | spang@chromium.org | 2013-11-07 | 1 | -10/+0 |
* | Move settings setup for PDF and cloud print into single location in PrintingC... | vitalybuka@chromium.org | 2013-11-04 | 18 | -114/+160 |
* | Re-enabled printing_context_win_unittest for aura. | vitalybuka@chromium.org | 2013-11-02 | 3 | -14/+13 |
* | Update printing_context_win_unittest.cc for r231501. | bungeman@chromium.org | 2013-11-01 | 1 | -1/+1 |
* | Remove unnecessary dependencies on "ui" target from some other targets. | tfarina@chromium.org | 2013-11-01 | 1 | -1/+0 |
* | Revert piece of "De-duplicate job_settings parsing code." r231501 | vitalybuka@chromium.org | 2013-11-01 | 2 | -3/+4 |
* | De-duplicate job_settings parsing code. | vitalybuka@chromium.org | 2013-10-29 | 26 | -307/+304 |
* | ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. | tfarina@chromium.org | 2013-10-29 | 1 | -1/+1 |
* | Removed unused PrintSettings::printer_name_. | vitalybuka@chromium.org | 2013-10-27 | 5 | -13/+1 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -1/+1 |
* | Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit... | vitalybuka@chromium.org | 2013-10-23 | 3 | -5/+0 |
* | Use BaseShellDialog for print dialog on Windows | scottmg@chromium.org | 2013-10-22 | 4 | -23/+52 |
* | Add missing #include of algorithm for std::max | scottmg@chromium.org | 2013-10-22 | 1 | -0/+2 |
* | Print Preview: Save the CUPS printer color model info and use it when printing. | thestig@chromium.org | 2013-10-18 | 2 | -0/+7 |
* | Cleanup various bits of printing code. | thestig@chromium.org | 2013-10-14 | 7 | -52/+47 |
* | Remove abodenha from printing related owners | abodenha@chromium.org | 2013-10-09 | 1 | -1/+0 |
* | Fixed memory overflow caused by invalid input. | vitalybuka@chromium.org | 2013-10-02 | 2 | -2/+18 |
* | Cleanup: Use base namespace in printing/. | thestig@chromium.org | 2013-10-01 | 22 | -47/+49 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -0/+2 |
* | Revert 225857 "gfx: Create a separate gfx component out of ui." | ckocagil@chromium.org | 2013-09-28 | 1 | -2/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-28 | 1 | -0/+2 |
* | Clean up a few more unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -5/+0 |
* | Clean-up: Replaces Font with FontList. | yukishiino@chromium.org | 2013-09-11 | 2 | -2/+8 |
* | Move text_elider to gfx. | ben@chromium.org | 2013-09-09 | 3 | -5/+5 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 2 | -11/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 4 | -4/+4 |
* | Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that... | robertphillips@google.com | 2013-08-29 | 1 | -2/+1 |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 7 | -7/+8 |
* | Two small fixes for Chrome for Android PDF printing. | cimamoglu@chromium.org | 2013-08-23 | 1 | -1/+1 |
* | Supports gfx::FontList in gfx::Canvas and ui::ElideText family. | yukishiino@chromium.org | 2013-08-22 | 1 | -0/+1 |
* | Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu. | avayvod@chromium.org | 2013-08-19 | 8 | -10/+95 |
* | Printing: Add a basic printing mode without print preview and cloud print. | thestig@chromium.org | 2013-08-12 | 1 | -2/+2 |
* | Annotate a GnuTLS memory leak in printing/backend/print_backend_cups.cc | earthdok@chromium.org | 2013-07-24 | 1 | -2/+9 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 2 | -2/+3 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 2 | -2/+2 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 2 | -4/+4 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 3 | -4/+4 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 2 | -4/+4 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 1 | -3/+3 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 4 | -12/+16 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 2 | -2/+2 |
* | mac: Build printing with -Wno-deprecated-declarations with the 10.9 SDK. | thakis@chromium.org | 2013-06-20 | 1 | -1/+16 |
* | Use a direct include of strings headers in ppapi/, printing/. | avi@chromium.org | 2013-06-11 | 13 | -15/+15 |
* | Don't close handles returned by ::OpenPrinter with error. | vitalybuka@chromium.org | 2013-06-11 | 3 | -20/+29 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 7 | -7/+7 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 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 |
* | Enabled system print dialog on Windows Aura. | vitalybuka@chromium.org | 2013-05-28 | 3 | -16/+39 |