| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't delay callback if print without selection. | vitalybuka@chromium.org | 2014-03-20 | 1 | -3/+5 |
* | Move GetContextMenuNode from RenderView to RenderFrame. | jam@chromium.org | 2014-03-10 | 2 | -25/+4 |
* | Use the single argument overload of WebFrame::create(). | dcheng@chromium.org | 2014-02-23 | 1 | -2/+1 |
* | Unify frame IDs with RenderFrameHost routing IDs. | creis@chromium.org | 2014-02-20 | 1 | -1/+3 |
* | Update WebFrameClient implementations to maintain frame tree. | dcheng@chromium.org | 2014-02-06 | 1 | -1/+5 |
* | Revert 249168 "Update WebFrameClient implementations to maintain..." | dcheng@chromium.org | 2014-02-06 | 1 | -5/+1 |
* | Update WebFrameClient implementations to maintain frame tree. | dcheng@chromium.org | 2014-02-05 | 1 | -1/+5 |
* | Exclude print_preview resources for platforms that don't use it | aurimas@chromium.org | 2014-01-27 | 1 | -2/+2 |
* | Check frame before generation print preview. | vitalybuka@chromium.org | 2014-01-16 | 2 | -44/+38 |
* | Override default implementation of createChildFrame() for print preview. | dcheng@chromium.org | 2014-01-03 | 1 | -2/+15 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update some uses of Value in chrome/ to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Convert remaining uses of WebView::initializeMainFrame to setMainFrame. | dcheng@chromium.org | 2013-12-20 | 1 | -4/+5 |
* | Make the renderer-side prerendering code use RenderFrames instead of RenderVi... | jam@chromium.org | 2013-12-10 | 1 | -1/+3 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Removed unused code path. | vitalybuka@chromium.org | 2013-11-22 | 1 | -1/+0 |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 6 | -147/+147 |
* | Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit... | vitalybuka@chromium.org | 2013-10-23 | 1 | -2/+2 |
* | linux and chromeos: Turn on -Wunused-const-variable. | thakis@chromium.org | 2013-10-19 | 1 | -6/+8 |
* | Remove temporary <p> elements from printing tests. | rune@opera.com | 2013-10-14 | 1 | -2/+2 |
* | Remove abodenha from printing related owners | abodenha@chromium.org | 2013-10-09 | 1 | -1/+0 |
* | Removed old_print_pages_params_ | vitalybuka@chromium.org | 2013-10-09 | 2 | -94/+17 |
* | Trigger full html.css styles for some printing tests. | rune@opera.com | 2013-10-04 | 1 | -4/+4 |
* | Clean up unused constant globals | hans@chromium.org | 2013-10-03 | 1 | -0/+2 |
* | Add UMA_HISTOGRAM_ENUMERATION PrintPreview.PreviewEvent. | vitalybuka@chromium.org | 2013-10-03 | 1 | -0/+18 |
* | Removes the unused WebNode parameter of PrintPagesNative | cimamoglu@chromium.org | 2013-10-02 | 3 | -6/+2 |
* | Removes the unused ReportPreviewPageRenderTime from printing code | cimamoglu@chromium.org | 2013-10-02 | 1 | -3/+0 |
* | Clear the usage of useBrowserOverlays from PrintWebViewHelper and PrepareFram... | mkwst@chromium.org | 2013-09-20 | 1 | -5/+3 |
* | Disables window.print() for Android | cimamoglu@chromium.org | 2013-09-19 | 1 | -0/+3 |
* | Printing: Escape selected text for printing because the text will get unescaped. | thestig@chromium.org | 2013-09-11 | 1 | -3/+5 |
* | Fixing spreadsheets printing. | vitalybuka@chromium.org | 2013-09-04 | 2 | -6/+55 |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 3 | -4/+5 |
* | Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu. | avayvod@chromium.org | 2013-08-19 | 4 | -8/+17 |
* | Move webpreferences_renderer.* into content. | tfarina@chromium.org | 2013-08-18 | 1 | -2/+2 |
* | Print preview: Simplify PrintWebViewHelper::OnInitiatePrintPreview(). | thestig@chromium.org | 2013-08-16 | 1 | -13/+7 |
* | Update include paths in chrome et al. for base/process changes. | rsesek@chromium.org | 2013-07-25 | 3 | -3/+3 |
* | Use a direct include of the message_loop header in chrome/app, chrome/common,... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of the shared_memory header in base/, chrome/, components/. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Remove redundant calls to obtain WebView in PrintWebViewHelper::GetPrintFrame() | vivek.vg@samsung.com | 2013-06-25 | 1 | -5/+5 |
* | Make chrome/common and chrome/renderer use base namespace for Value. | brettw@chromium.org | 2013-06-18 | 2 | -34/+34 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 6 | -21/+21 |
* | Use a direct include of strings headers in chrome/renderer/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | reland of 'split webkit/glue/webpreferences to common and renderer' | scottmg@chromium.org | 2013-05-31 | 1 | -1/+2 |
* | Revert 203261 "split webkit/glue/webpreferences to common and re..." | isherman@chromium.org | 2013-05-30 | 1 | -2/+1 |
* | split webkit/glue/webpreferences to common and renderer | scottmg@chromium.org | 2013-05-30 | 1 | -1/+2 |
* | Update refernces to Blink's Platform API (chrome) | abarth@chromium.org | 2013-05-30 | 4 | -5/+5 |
* | Fixed reporting of PrintPreview.PageCount.PrintToCloudPrintWebDialog. | vitalybuka@chromium.org | 2013-05-29 | 1 | -2/+9 |