index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
printing
/
print_web_view_helper.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove usage of WebFrame::uniqueName when using WebView::findFrameByName
vitalybuka@chromium.org
2014-03-26
1
-5
/
+12
*
Check print_pages_params_ before dereferencing. It could be NULL.
vitalybuka@chromium.org
2014-03-26
1
-3
/
+11
*
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
1
-6
/
+0
*
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
1
-25
/
+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
*
Removed unused code path.
vitalybuka@chromium.org
2013-11-22
1
-1
/
+0
*
Rename WebKit namespace to blink (part 4)
abarth@chromium.org
2013-11-07
1
-96
/
+96
*
Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit...
vitalybuka@chromium.org
2013-10-23
1
-2
/
+2
*
Removed old_print_pages_params_
vitalybuka@chromium.org
2013-10-09
1
-92
/
+17
*
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
1
-3
/
+2
*
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
1
-6
/
+46
*
Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu.
avayvod@chromium.org
2013-08-19
1
-1
/
+1
*
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
1
-1
/
+1
*
Use a direct include of the message_loop header in chrome/app, chrome/common,...
avi@chromium.org
2013-07-17
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
1
-10
/
+10
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-13
/
+13
*
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
1
-2
/
+2
*
Fixed reporting of PrintPreview.PageCount.PrintToCloudPrintWebDialog.
vitalybuka@chromium.org
2013-05-29
1
-2
/
+9
*
Don't store pointers to WebFrame*.
vitalybuka@chromium.org
2013-05-23
1
-38
/
+68
*
Resolved TODO because there is no mentioned crashes in existing Chrome builds.
vitalybuka@chromium.org
2013-05-22
1
-6
/
+2
*
chrome: Use base::MessageLoop. (Part 1)
xhwang@chromium.org
2013-05-10
1
-1
/
+2
*
Move WebPreferences to root namespace
gman@chromium.org
2013-05-01
1
-6
/
+6
*
PP_PDFFEATURE_PRINTING to allow pdf plugin to remove print button when printi...
vitalybuka@chromium.org
2013-04-09
1
-0
/
+6
*
CalculatePrintParamsForCss must be called after printBegin.
vitalybuka@chromium.org
2013-03-20
1
-1
/
+4
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-2
/
+2
*
WebKit::WebFrame::printEnd on linux should be called before metafile is closed.
vitalybuka@chromium.org
2013-02-16
1
-10
/
+16
*
Added PrintPreview.PageCount.SystemDialog UMA histogram.
vitalybuka@chromium.org
2013-02-11
1
-7
/
+17
[next]