| Commit message (Expand) | Author | Age | Files | Lines |
* | [Print Preview] Refactored code to support auto fit to page functionality. | kmadhusu@chromium.org | 2012-04-20 | 1 | -3/+3 |
* | Cleanup: Remove some unneeded fluff in printing code. | thestig@chromium.org | 2012-03-07 | 1 | -5/+4 |
* | PrintPreview: Honor the print media page size and margin values. | kmadhusu@chromium.org | 2012-01-10 | 1 | -19/+14 |
* | PrintPreview: [Cleanup] Remove unwanted function calls. | kmadhusu@chromium.org | 2011-11-19 | 1 | -9/+5 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 1 | -1/+0 |
* | Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have... | jam@chromium.org | 2011-10-07 | 1 | -1/+2 |
* | Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l... | kmadhusu@chromium.org | 2011-09-28 | 1 | -3/+3 |
* | Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only... | kmadhusu@chromium.org | 2011-09-27 | 1 | -3/+3 |
* | PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la... | kmadhusu@chromium.org | 2011-09-27 | 1 | -3/+3 |
* | PrintWebViewHelper: change WebNode* to const WebNode& | vandebo@chromium.org | 2011-09-26 | 1 | -2/+2 |
* | Move sending of the following IPC messages out of Chrome\renderer. | ananta@chromium.org | 2011-09-19 | 1 | -4/+3 |
* | GCC 4.6 warnings cleanup | pph34r@gmail.com | 2011-09-15 | 1 | -5/+0 |
* | Print preview page selection should not require a rerendering of draft pages. | kmadhusu@chromium.org | 2011-08-31 | 1 | -7/+17 |
* | Backend changes for custom margins. | aayushkumar@chromium.org | 2011-08-23 | 1 | -1/+2 |
* | Print Preview: Go from event driven print preview back to print preview with ... | thestig@chromium.org | 2011-08-23 | 1 | -3/+2 |
* | Added Headers and Footers support for Core Graphics on Mac | aayushkumar@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+7 |
* | Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ... | aayushkumar@chromium.org | 2011-08-17 | 1 | -7/+1 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+7 |
* | Revert 96567 - Reland 96406 - Print preview page selection should not require... | kmadhusu@chromium.org | 2011-08-12 | 1 | -17/+7 |
* | Reland 96406 - Print preview page selection should not require a rerendering ... | kmadhusu@chromium.org | 2011-08-12 | 1 | -7/+17 |
* | Revert 96406 - Print preview page selection should not require a rerendering ... | kmadhusu@chromium.org | 2011-08-11 | 1 | -17/+7 |
* | Print preview page selection should not require a rerendering of draft pages. | kmadhusu@chromium.org | 2011-08-11 | 1 | -7/+17 |
* | Remove metafile casts. | vandebo@chromium.org | 2011-08-08 | 1 | -2/+2 |
* | Fix print preview draft page memory leaks. | vandebo@chromium.org | 2011-08-06 | 1 | -4/+4 |
* | PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and... | kmadhusu@chromium.org | 2011-08-02 | 1 | -5/+1 |
* | PrintPreview: backend changes to support pipelining. | vandebo@chromium.org | 2011-07-26 | 1 | -2/+12 |
* | Change printing code to minimize the number of page reflows (3 to 1-2). | vandebo@chromium.org | 2011-07-26 | 1 | -11/+17 |
* | Added a struct to hold page sizes and margins. | aayushkumar@chromium.org | 2011-07-25 | 1 | -21/+13 |
* | Make Metafile::StartPageForVectorCanvas take the page number as an argument. | vandebo@chromium.org | 2011-07-23 | 1 | -1/+1 |
* | Print Preview: Make preview generation event driven to eliminate synchronous ... | thestig@chromium.org | 2011-07-18 | 1 | -59/+16 |
* | Print Preview: Associating preview requests and responses using an identifier | dpapad@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Print Preview: Add the ability to cancel an in-flight print preview. | thestig@chromium.org | 2011-07-07 | 1 | -19/+21 |
* | Print Preview: Remove unused draft mode code. | thestig@chromium.org | 2011-06-29 | 1 | -2/+1 |
* | PrintPreview: Regenerate print preview data only when required. | kmadhusu@chromium.org | 2011-06-24 | 1 | -4/+6 |
* | Print preview should use draft PDFs until it is ready to print to improve speed. | kmadhusu@chromium.org | 2011-06-15 | 1 | -1/+2 |
* | Improve print preview UMAs based on jar's feedback. | vandebo@chromium.org | 2011-05-30 | 1 | -9/+12 |
* | Fix clang complaint. | vandebo@chromium.org | 2011-05-29 | 1 | -2/+3 |
* | Add the rest of the print preview UMAs that we'd like. | vandebo@chromium.org | 2011-05-29 | 1 | -2/+4 |
* | PrintPreview: Added UMA to track the time taken to render and generate the PD... | kmadhusu@chromium.org | 2011-05-27 | 1 | -10/+15 |
* | This change implements a first pass in the effort to remove the dependency of... | twiz@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Revert 86625 - This change implements a first pass in the effort to remove th... | vandebo@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | This change implements a first pass in the effort to remove the dependency of... | twiz@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Change printing of PDFs for preview on Windows to not rasterize. | vandebo@chromium.org | 2011-05-24 | 1 | -38/+30 |
* | PrintPreview: Added a new histogram to measure the time taken to render the p... | kmadhusu@chromium.org | 2011-05-13 | 1 | -0/+9 |
* | Print Preview: Disable controls when printing an embedded PDF. | thestig@chromium.org | 2011-05-12 | 1 | -1/+2 |
* | Fix print preview clipping issues due to scaling. | ctguil@chromium.org | 2011-04-30 | 1 | -2/+3 |
* | Printing: Catch more printing failures. | thestig@chromium.org | 2011-04-28 | 1 | -11/+13 |
* | Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin... | thestig@chromium.org | 2011-04-19 | 1 | -9/+3 |
* | Adds method call to UpdatePrintableSizeInPrintParameters() to fix Content Are... | clementskau@gmail.com | 2011-04-13 | 1 | -0/+2 |