| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing emf record constructor that is not used. | finnur@chromium.org | 2010-08-31 | 2 | -7/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+4 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 2 | -0/+7 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 2 | -7/+0 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+1 |
* | Win32: Print the right number of pages. | thestig@chromium.org | 2010-08-13 | 3 | -34/+136 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 2 | -3/+3 |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 2 | -0/+7 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 2 | -2/+1 |
* | Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO... | pinkerton@google.com | 2010-08-09 | 2 | -7/+0 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 2 | -1/+2 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 2 | -0/+7 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -7/+8 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | Added StartPage and EndPage methods to the Emf class because the GDI StartPag... | sanjeevr@chromium.org | 2010-07-12 | 3 | -0/+107 |
* | Deprecate most of the remaining wstring file_util functions. | evan@chromium.org | 2010-07-08 | 2 | -8/+8 |
* | Add PrintedPage::GetCenteredPageContentRect so Mac and Win can share code. | hamaji@chromium.org | 2010-07-05 | 6 | -23/+91 |
* | Implement limited paged media support for win. | hamaji@chromium.org | 2010-07-02 | 6 | -11/+32 |
* | Implement limited paged media support for mac. | hamaji@chromium.org | 2010-07-01 | 6 | -11/+33 |
* | Added support for vector printing for Pepper v1 plugins for Linux. | sanjeevr@chromium.org | 2010-06-29 | 3 | -0/+66 |
* | Implement limited paged media support for linux. | hamaji@chromium.org | 2010-06-29 | 3 | -21/+32 |
* | Added support for vector printing of Pepper v1 plugins on the Mac. | sanjeevr@chromium.org | 2010-06-28 | 4 | -10/+57 |
* | Create constant variables kPointsPerInch and kPixelsPerInch and conversion fu... | hamaji@chromium.org | 2010-06-28 | 5 | -7/+43 |
* | Changed printer page setup units to be in device co-ordinates (this is pixels... | sanjeevr@chromium.org | 2010-05-29 | 5 | -43/+63 |
* | Port some more RenderViewTests to Linux. | estade@chromium.org | 2010-05-24 | 1 | -1/+1 |
* | Elide the EV bubble when it's extremely long. This limits it to half the loc... | pkasting@chromium.org | 2010-05-20 | 1 | -2/+2 |
* | Set the job name for the print job on the Mac. | avi@chromium.org | 2010-05-12 | 4 | -7/+26 |
* | Set the job title of print jobs. | avi@chromium.org | 2010-04-27 | 1 | -0/+6 |
* | Move Page Setup into print, as Chrome is not a document-based app. | avi@chromium.org | 2010-04-27 | 1 | -0/+7 |
* | Linux: fix printing somewhat. | estade@chromium.org | 2010-04-10 | 3 | -204/+63 |
* | Officially close PDF files when done writing them. No difference now, but if ... | avi@chromium.org | 2010-04-01 | 1 | -0/+1 |
* | Minor C++ fixes found by Clang. | evan@chromium.org | 2010-03-30 | 2 | -3/+8 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 2 | -2/+2 |
* | Move text_elider from app/gfx to app/ | ben@chromium.org | 2010-03-19 | 2 | -2/+2 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 2 | -2/+2 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 2 | -3/+3 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 2 | -2/+2 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 9 | -9/+10 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 5 | -6/+105 |
* | printing: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 2 | -2/+6 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -3/+3 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 11 | -40/+39 |
* | Linux: fix shared build. | craig.schlenter@chromium.org | 2010-02-15 | 1 | -0/+9 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | OpenBSD/FreeBSD GYP changes (most of the remaining ones) | pvalchev@google.com | 2010-02-04 | 7 | -18/+20 |
* | Link the following tests against tcmalloc: | glider@chromium.org | 2009-12-10 | 1 | -0/+9 |
* | printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS). | maruel@chromium.org | 2009-12-08 | 6 | -11/+10 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 2 | -2/+8 |