| Commit message (Expand) | Author | Age | Files | Lines |
* | PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_... | kmadhusu@chromium.org | 2011-12-04 | 1 | -7/+7 |
* | Update includes to new header locations. | abarth@chromium.org | 2011-12-03 | 1 | -4/+4 |
* | Print Preview: Set source modifiable bit for scripted printing. | thestig@chromium.org | 2011-12-01 | 1 | -1/+3 |
* | Print Preview: Properly handle window.print(). | thestig@chromium.org | 2011-11-23 | 1 | -1/+5 |
* | PrintPreview: [Cleanup] Remove unwanted function calls. | kmadhusu@chromium.org | 2011-11-19 | 1 | -23/+11 |
* | Print Preview: Making margin selection sticky (part 2/2, again) | dpapad@chromium.org | 2011-11-15 | 1 | -1/+2 |
* | Revert 110035 - Print Preview: Making margin selection sticky (part 2/2) | dpapad@chromium.org | 2011-11-15 | 1 | -2/+1 |
* | Print Preview: Making margin selection sticky (part 2/2) | dpapad@chromium.org | 2011-11-15 | 1 | -1/+2 |
* | Printing: Remove an unused variable, update some obsolete comments, and remov... | thestig@chromium.org | 2011-11-03 | 1 | -4/+0 |
* | Add checks to narrow down the search space for bug 100890. | vandebo@chromium.org | 2011-10-20 | 1 | -1/+7 |
* | Print Preview: Fix a bad DCHECK. | thestig@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Fix print media page size by using the value we compute. | vandebo@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Remove redundant function call, and fix bad var naming. | arthurhsu@chromium.org | 2011-10-18 | 1 | -6/+8 |
* | When printing a PDF, query and use the print scaling disabled option. Also, ... | vandebo@chromium.org | 2011-10-17 | 1 | -41/+74 |
* | Move margin processing code to the browser process. | vandebo@chromium.org | 2011-10-15 | 1 | -100/+38 |
* | More options for the types of margins to add. | vandebo@chromium.org | 2011-10-13 | 1 | -22/+21 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 1 | -17/+18 |
* | Sanity check the printable area returned by windows. | vandebo@chromium.org | 2011-10-08 | 1 | -1/+0 |
* | Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have... | jam@chromium.org | 2011-10-07 | 1 | -1/+2 |
* | Patch up excessive margins until we can get the real fix plumbed through. | vandebo@chromium.org | 2011-10-07 | 1 | -11/+30 |
* | Move RenderViewObserver and RenderViewObserverTracker to content\public\rende... | jam@chromium.org | 2011-10-03 | 1 | -2/+2 |
* | PrintWebViewHelper: change WebNode* to const WebNode& | vandebo@chromium.org | 2011-09-26 | 1 | -32/+24 |
* | Fix print preview workflow to reflect settings of selected printer. | arthurhsu@chromium.org | 2011-09-22 | 1 | -31/+58 |
* | Move sending of the following IPC messages out of Chrome\renderer. | ananta@chromium.org | 2011-09-19 | 1 | -3/+2 |
* | Print Preview: Add UMA for renderer failures. | thestig@chromium.org | 2011-09-13 | 1 | -4/+25 |
* | Add check to debug issue 96063. | vandebo@chromium.org | 2011-09-10 | 1 | -0/+2 |
* | PrintPreview: Set |display_header_footer| to false if it is a first request a... | kmadhusu@chromium.org | 2011-09-09 | 1 | -0/+5 |
* | Fix the print preview regression bug caused by r98926. | kmadhusu@chromium.org | 2011-09-02 | 1 | -7/+24 |
* | Print preview not showing if default print is invalid. | arthurhsu@chromium.org | 2011-09-01 | 1 | -12/+22 |
* | Print preview page selection should not require a rerendering of draft pages. | kmadhusu@chromium.org | 2011-08-31 | 1 | -31/+71 |
* | Fix regression in printing page settings CSS properties. | vandebo@chromium.org | 2011-08-30 | 1 | -1/+2 |
* | Print Preview: Fix an error in error logging. | thestig@chromium.org | 2011-08-30 | 1 | -5/+3 |
* | Print Preview: Prevent a crash and add error logging. | thestig@chromium.org | 2011-08-27 | 1 | -7/+26 |
* | Print Preview: Fix printing from print preview. | thestig@chromium.org | 2011-08-24 | 1 | -34/+36 |
* | Backend changes for custom margins. | aayushkumar@chromium.org | 2011-08-23 | 1 | -6/+96 |
* | Print Preview: Go from event driven print preview back to print preview with ... | thestig@chromium.org | 2011-08-23 | 1 | -108/+68 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Added Headers and Footers support for Core Graphics on Mac | aayushkumar@chromium.org | 2011-08-19 | 1 | -43/+133 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+165 |
* | Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ... | aayushkumar@chromium.org | 2011-08-17 | 1 | -165/+1 |
* | Added Header and Footer support in Linux, Windows and Mac for Skia | aayushkumar@chromium.org | 2011-08-17 | 1 | -1/+165 |
* | Print Preview: Fixing behavior of event listeners. | dpapad@chromium.org | 2011-08-12 | 1 | -6/+14 |
* | Revert 96567 - Reland 96406 - Print preview page selection should not require... | kmadhusu@chromium.org | 2011-08-12 | 1 | -88/+55 |
* | Reland 96406 - Print preview page selection should not require a rerendering ... | kmadhusu@chromium.org | 2011-08-12 | 1 | -55/+88 |
* | Revert 96406 - Print preview page selection should not require a rerendering ... | kmadhusu@chromium.org | 2011-08-11 | 1 | -88/+55 |
* | Print preview page selection should not require a rerendering of draft pages. | kmadhusu@chromium.org | 2011-08-11 | 1 | -55/+88 |
* | Remove metafile casts. | vandebo@chromium.org | 2011-08-08 | 1 | -2/+3 |
* | Print Preview: Fix crash in PrepareFrameAndViewForPrint. | thestig@chromium.org | 2011-08-04 | 1 | -1/+7 |
* | PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and... | kmadhusu@chromium.org | 2011-08-02 | 1 | -8/+0 |
* | Made code changes to support print preview pipeline on windows. | kmadhusu@chromium.org | 2011-07-27 | 1 | -7/+0 |