summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/printing
Commit message (Collapse)AuthorAgeFilesLines
* Call window.print() directly from test.vitalybuka@chromium.org2013-02-261-25/+22
| | | | | | | | | | | Calling print from page on load is unreliable, or needs better synchronization. BUG=177733 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12330088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184768 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled PrintWebViewHelperTest.BlockScriptInitiatedPrintingFromPopup due to ↵vandebo@chromium.org2013-02-221-1/+2
| | | | | | | | | | falkiness. BUG=177733 Review URL: https://codereview.chromium.org/12314075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184214 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PrintWebViewHelperTest.PrintWithJavascript due to flakiness.dcheng@chromium.org2013-02-221-1/+2
| | | | | | | | BUG=177733 Review URL: https://codereview.chromium.org/12310070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184144 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit::WebFrame::printEnd on linux should be called before metafile is closed.vitalybuka@chromium.org2013-02-163-10/+21
| | | | | | | | BUG=175514 Review URL: https://chromiumcodereview.appspot.com/12288011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182959 0039d316-1c4b-4281-b951-d872f2087c98
* Added PrintPreview.PageCount.SystemDialog UMA histogram.vitalybuka@chromium.org2013-02-111-7/+17
| | | | | | | | TBR=gene Review URL: https://chromiumcodereview.appspot.com/12210105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181747 0039d316-1c4b-4281-b951-d872f2087c98
* Rename FilePath to base::FilePath and use new location of ↵brettw@chromium.org2013-02-082-3/+3
| | | | | | | | string_number_conversions in some chrome subdirectories. Review URL: https://codereview.chromium.org/12218065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181564 0039d316-1c4b-4281-b951-d872f2087c98
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-071-1/+1
| | | | | | | | | | | Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 TBR=sky Review URL: https://codereview.chromium.org/12226045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181140 0039d316-1c4b-4281-b951-d872f2087c98
* Selection print preview improvements.vitalybuka@chromium.org2013-02-052-26/+60
| | | | | | | | | | | | Don't resize frame if it was not changed yet. Wait when WebView is loaded before closing. Validate page rage in PrintPreviewContext::CreatePreviewDocument BUG=173419 Review URL: https://chromiumcodereview.appspot.com/12084106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180670 0039d316-1c4b-4281-b951-d872f2087c98
* Printing selection from context menu.vitalybuka@chromium.org2013-02-053-14/+23
| | | | | | | | BUG=83098 Review URL: https://chromiumcodereview.appspot.com/12177009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180570 0039d316-1c4b-4281-b951-d872f2087c98
* Resizes source frame to fit page before copying selected content.vitalybuka@chromium.org2013-01-311-11/+27
| | | | | | | | | | | Selected content includes effective style, so without resizing, if element outsize the page, then it will be outside, printing selection. BUG=173213 Review URL: https://chromiumcodereview.appspot.com/12086071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180001 0039d316-1c4b-4281-b951-d872f2087c98
* UI to printing selection with print preview.vitalybuka@chromium.org2013-01-302-2/+8
| | | | | | | | BUG=83098 Review URL: https://chromiumcodereview.appspot.com/12084012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179560 0039d316-1c4b-4281-b951-d872f2087c98
* Async frame preparation for Preview with support if selection.vitalybuka@chromium.org2013-01-296-60/+169
| | | | | | | | | | | Browser test for selection. BUG=83098 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12087005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179316 0039d316-1c4b-4281-b951-d872f2087c98
* Moved selection logic into PrepareFrameAndViewForPrint.vitalybuka@chromium.org2013-01-243-93/+152
| | | | | | | | BUG=83098 Review URL: https://chromiumcodereview.appspot.com/12035017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178700 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup of PrepareFrameAndViewForPrint code.vitalybuka@chromium.org2013-01-243-235/+157
| | | | | | | | | | | | Hide PrepareFrameAndViewForPrint in cc file. Remove references to PrepareFrameAndViewForPrint from platform specific code. Deleted dead code. BUG=83098 Review URL: https://chromiumcodereview.appspot.com/11953010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178439 0039d316-1c4b-4281-b951-d872f2087c98
* Moved chrome/renderer/print* -> chrome/renderer/printing/print*vitalybuka@chromium.org2013-01-237-0/+3818
Moved chrome/renderer/printing/print* in printing namespace. Review URL: https://chromiumcodereview.appspot.com/12051005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178217 0039d316-1c4b-4281-b951-d872f2087c98