summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/printing
Commit message (Expand)AuthorAgeFilesLines
* Don't delay callback if print without selection.vitalybuka@chromium.org2014-03-201-3/+5
* Move GetContextMenuNode from RenderView to RenderFrame.jam@chromium.org2014-03-102-25/+4
* Use the single argument overload of WebFrame::create().dcheng@chromium.org2014-02-231-2/+1
* Unify frame IDs with RenderFrameHost routing IDs.creis@chromium.org2014-02-201-1/+3
* Update WebFrameClient implementations to maintain frame tree.dcheng@chromium.org2014-02-061-1/+5
* Revert 249168 "Update WebFrameClient implementations to maintain..."dcheng@chromium.org2014-02-061-5/+1
* Update WebFrameClient implementations to maintain frame tree.dcheng@chromium.org2014-02-051-1/+5
* Exclude print_preview resources for platforms that don't use itaurimas@chromium.org2014-01-271-2/+2
* Check frame before generation print preview.vitalybuka@chromium.org2014-01-162-44/+38
* Override default implementation of createChildFrame() for print preview.dcheng@chromium.org2014-01-031-2/+15
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-1/+1
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Convert remaining uses of WebView::initializeMainFrame to setMainFrame.dcheng@chromium.org2013-12-201-4/+5
* Make the renderer-side prerendering code use RenderFrames instead of RenderVi...jam@chromium.org2013-12-101-1/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Removed unused code path.vitalybuka@chromium.org2013-11-221-1/+0
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-1/+1
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-076-147/+147
* Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit...vitalybuka@chromium.org2013-10-231-2/+2
* linux and chromeos: Turn on -Wunused-const-variable.thakis@chromium.org2013-10-191-6/+8
* Remove temporary <p> elements from printing tests.rune@opera.com2013-10-141-2/+2
* Remove abodenha from printing related ownersabodenha@chromium.org2013-10-091-1/+0
* Removed old_print_pages_params_vitalybuka@chromium.org2013-10-092-94/+17
* Trigger full html.css styles for some printing tests.rune@opera.com2013-10-041-4/+4
* Clean up unused constant globalshans@chromium.org2013-10-031-0/+2
* Add UMA_HISTOGRAM_ENUMERATION PrintPreview.PreviewEvent.vitalybuka@chromium.org2013-10-031-0/+18
* Removes the unused WebNode parameter of PrintPagesNativecimamoglu@chromium.org2013-10-023-6/+2
* Removes the unused ReportPreviewPageRenderTime from printing codecimamoglu@chromium.org2013-10-021-3/+0
* Clear the usage of useBrowserOverlays from PrintWebViewHelper and PrepareFram...mkwst@chromium.org2013-09-201-5/+3
* Disables window.print() for Androidcimamoglu@chromium.org2013-09-191-0/+3
* Printing: Escape selected text for printing because the text will get unescaped.thestig@chromium.org2013-09-111-3/+5
* Fixing spreadsheets printing.vitalybuka@chromium.org2013-09-042-6/+55
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-263-4/+5
* Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu.avayvod@chromium.org2013-08-194-8/+17
* Move webpreferences_renderer.* into content.tfarina@chromium.org2013-08-181-2/+2
* Print preview: Simplify PrintWebViewHelper::OnInitiatePrintPreview().thestig@chromium.org2013-08-161-13/+7
* Update include paths in chrome et al. for base/process changes.rsesek@chromium.org2013-07-253-3/+3
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in chrome/common/, chrome/installer, chr...avi@chromium.org2013-06-281-1/+1
* Remove redundant calls to obtain WebView in PrintWebViewHelper::GetPrintFrame()vivek.vg@samsung.com2013-06-251-5/+5
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-182-34/+34
* Update Blink include pathsabarth@chromium.org2013-06-176-21/+21
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* reland of 'split webkit/glue/webpreferences to common and renderer'scottmg@chromium.org2013-05-311-1/+2
* Revert 203261 "split webkit/glue/webpreferences to common and re..."isherman@chromium.org2013-05-301-2/+1
* split webkit/glue/webpreferences to common and rendererscottmg@chromium.org2013-05-301-1/+2
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-304-5/+5
* Fixed reporting of PrintPreview.PageCount.PrintToCloudPrintWebDialog.vitalybuka@chromium.org2013-05-291-2/+9