| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | 64-bit Porting. JNI pointers passed in int. | anton@chromium.org | 2014-05-02 | 1 | -2/+2 |
* | Renamed namespaces of url lib. | vitalybuka@chromium.org | 2014-05-01 | 1 | -1/+1 |
* | Removes dependency from printing on win8_util | sky@chromium.org | 2014-04-18 | 3 | -86/+1 |
* | Remove all uses of toolkit_use_gtk in the gyp files. | erg@chromium.org | 2014-04-17 | 1 | -16/+0 |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 3 | -121/+0 |
* | Fixed FilePath::Append in debug code. | vitalybuka@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Pass location and description of local printers into print preview. | vitalybuka@chromium.org | 2014-03-29 | 2 | -4/+12 |
* | Removed invalid DCHECK in printing. | vitalybuka@chromium.org | 2014-03-28 | 1 | -1/+0 |
* | Tunnel PWGRasterConfig capability to the ticket and to the utility process | noamsml@chromium.org | 2014-03-27 | 1 | -0/+33 |
* | Small PrintingContextTest cleanup. | vitalybuka@chromium.org | 2014-03-27 | 3 | -129/+129 |
* | Fix linker warning on build with target_arch=ia32. | hidehiko@chromium.org | 2014-03-26 | 1 | -0/+5 |
* | Tunnel the CDD from the Print Preview javascript to the privet operation | noamsml@chromium.org | 2014-03-22 | 2 | -0/+4 |
* | Remove CreatePlatformFile from content shell. | rvargas@chromium.org | 2014-03-15 | 1 | -1/+4 |
* | Move ui.gyp into ui/base/ directory. | tfarina@chromium.org | 2014-03-13 | 1 | -3/+3 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 4 | -44/+49 |
* | Add a method to query whether printing is active. | sgurun@chromium.org | 2014-03-10 | 3 | -13/+27 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 3 | -8/+8 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | Window ownership -> WindowTreeHost | ben@chromium.org | 2014-03-04 | 1 | -1/+1 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -2/+3 |
* | Added more checks for buffer size to crash safely in case of incorrect driver... | vitalybuka@chromium.org | 2014-02-27 | 1 | -4/+4 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-25 | 5 | -83/+43 |
* | Changed tags to match caps printers. | vitalybuka@chromium.org | 2014-02-22 | 2 | -10/+10 |
* | Less strict CHECK for DeviceCapabilities results. | vitalybuka@chromium.org | 2014-02-21 | 1 | -4/+10 |
* | Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." | vitalybuka@chromium.org | 2014-02-21 | 7 | -51/+89 |
* | Move root_window.* to window_event_dispatcher.* | ben@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 7 | -89/+51 |
* | Added NULL pointer check for DEVMODE. | vitalybuka@chromium.org | 2014-02-20 | 1 | -1/+4 |
* | Removed unnecessary comparison checking bits in DEVMODE::dmFields. | vitalybuka@chromium.org | 2014-02-18 | 2 | -10/+9 |
* | Fixing crash when DRIVER_INFO_6::pszMfgName is NULL | vitalybuka@chromium.org | 2014-02-17 | 1 | -1/+1 |
* | Use XPS to set color for HP printers. | vitalybuka@chromium.org | 2014-02-14 | 4 | -61/+196 |
* | Move root_window_host* in aura to window_tree_host*. | ben@chromium.org | 2014-02-14 | 1 | -1/+1 |
* | Use ScopedNestedTaskAllower instead of background thread for print dialog | scottmg@chromium.org | 2014-02-14 | 2 | -1/+10 |
* | Fix printing unittests after revert of r230235 | scottmg@chromium.org | 2014-02-13 | 1 | -5/+0 |
* | Revert 230235 "Use BaseShellDialog for print dialog on Windows" | scottmg@chromium.org | 2014-02-13 | 4 | -52/+23 |
* | Linux: Fix a NULL deref in printing code that is only reachable with messages... | thestig@chromium.org | 2014-02-07 | 1 | -0/+8 |
* | Fixed coping printer names. | vitalybuka@chromium.org | 2014-02-05 | 1 | -4/+10 |
* | Extend PrinterSemanticCapsAndDefaults with Collate, Copies, PaperSize and Dpi... | vitalybuka@chromium.org | 2014-02-05 | 3 | -27/+161 |
* | Validate enum parameters for IPCs in print_messages.h | tsepez@chromium.org | 2014-01-30 | 1 | -0/+1 |
* | Remove all exclude rules that filename_rules.gypi already handles. | dongseong.hwang@intel.com | 2014-01-20 | 1 | -7/+1 |
* | Refactor base/safe_numerics.h | jschuh@chromium.org | 2014-01-17 | 3 | -8/+8 |
* | Allows gtk2 printing dialog in Linux-Aura. | mukai@chromium.org | 2014-01-14 | 6 | -56/+70 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 5 | -21/+25 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Add base:: to a string16 in printing/. | dbeam@chromium.org | 2013-12-19 | 1 | -1/+1 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+2 |
* | Have jni_generator.gypi specify include_dirs to dependent targets. | blundell@chromium.org | 2013-12-17 | 1 | -5/+2 |
* | Fixing all Java import ordering issues. | aurimas@chromium.org | 2013-12-10 | 4 | -10/+8 |
* | Remove references to SkAdvancedTypefaceMetrics::kNotEmbeddable_Font | vandebo@chromium.org | 2013-12-09 | 1 | -3/+3 |