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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark WebViewClient subclasses that return a null layerTreeView.
ojan@chromium.org
2014-04-22
1
-0
/
+9
*
Revert teporary include hacks for WebLocalFrame and use forward declares
dcheng@chromium.org
2014-04-18
5
-5
/
+6
*
Update a few more references to WebFrame to use WebLocalFrame.
dcheng@chromium.org
2014-04-10
1
-2
/
+2
*
Convert Chrome usages of WebFrame to WebLocalFrame.
dcheng@chromium.org
2014-04-08
2
-39
/
+44
*
Do not do UI from the renderer.
avi@chromium.org
2014-04-05
1
-19
/
+5
*
Remove usage of WebFrame::uniqueName when using WebView::findFrameByName
vitalybuka@chromium.org
2014-03-26
2
-8
/
+16
*
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
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
[next]