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
/
print_web_view_helper_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...
kmadhusu@chromium.org
2011-08-02
1
-5
/
+1
*
PrintPreview: backend changes to support pipelining.
vandebo@chromium.org
2011-07-26
1
-2
/
+12
*
Change printing code to minimize the number of page reflows (3 to 1-2).
vandebo@chromium.org
2011-07-26
1
-11
/
+17
*
Added a struct to hold page sizes and margins.
aayushkumar@chromium.org
2011-07-25
1
-21
/
+13
*
Make Metafile::StartPageForVectorCanvas take the page number as an argument.
vandebo@chromium.org
2011-07-23
1
-1
/
+1
*
Print Preview: Make preview generation event driven to eliminate synchronous ...
thestig@chromium.org
2011-07-18
1
-59
/
+16
*
Print Preview: Associating preview requests and responses using an identifier
dpapad@chromium.org
2011-07-13
1
-0
/
+1
*
Print Preview: Add the ability to cancel an in-flight print preview.
thestig@chromium.org
2011-07-07
1
-19
/
+21
*
Print Preview: Remove unused draft mode code.
thestig@chromium.org
2011-06-29
1
-2
/
+1
*
PrintPreview: Regenerate print preview data only when required.
kmadhusu@chromium.org
2011-06-24
1
-4
/
+6
*
Print preview should use draft PDFs until it is ready to print to improve speed.
kmadhusu@chromium.org
2011-06-15
1
-1
/
+2
*
Improve print preview UMAs based on jar's feedback.
vandebo@chromium.org
2011-05-30
1
-9
/
+12
*
Fix clang complaint.
vandebo@chromium.org
2011-05-29
1
-2
/
+3
*
Add the rest of the print preview UMAs that we'd like.
vandebo@chromium.org
2011-05-29
1
-2
/
+4
*
PrintPreview: Added UMA to track the time taken to render and generate the PD...
kmadhusu@chromium.org
2011-05-27
1
-10
/
+15
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-1
/
+1
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-1
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-1
/
+1
*
Change printing of PDFs for preview on Windows to not rasterize.
vandebo@chromium.org
2011-05-24
1
-38
/
+30
*
PrintPreview: Added a new histogram to measure the time taken to render the p...
kmadhusu@chromium.org
2011-05-13
1
-0
/
+9
*
Print Preview: Disable controls when printing an embedded PDF.
thestig@chromium.org
2011-05-12
1
-1
/
+2
*
Fix print preview clipping issues due to scaling.
ctguil@chromium.org
2011-04-30
1
-2
/
+3
*
Printing: Catch more printing failures.
thestig@chromium.org
2011-04-28
1
-11
/
+13
*
Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin...
thestig@chromium.org
2011-04-19
1
-9
/
+3
*
Adds method call to UpdatePrintableSizeInPrintParameters() to fix Content Are...
clementskau@gmail.com
2011-04-13
1
-0
/
+2
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-22
/
+20
*
Fix accidental overload in r80818.
thestig@chromium.org
2011-04-07
1
-7
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Adding CreateFromData to NativeMetafileFactory
dpapad@chromium.org
2011-03-26
1
-2
/
+0
*
Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.
vandebo@chromium.org
2011-03-25
1
-0
/
+3
*
Move printing messages to their own file.
jam@chromium.org
2011-03-24
1
-20
/
+20
*
Move the rest of the renderer->browser messages that belong in content. Also...
jam@chromium.org
2011-03-24
1
-1
/
+1
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-6
/
+5
*
Revert 78859 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-5
/
+6
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-6
/
+5
*
Revert 78812 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
1
-5
/
+6
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
1
-6
/
+5
*
Renaming NativeMetafile related methods to more appropriate names.
dpapad@chromium.org
2011-03-19
1
-3
/
+3
*
Unifying StartPage across all platforms
dpapad@chromium.org
2011-03-18
1
-6
/
+5
*
Revert 78662 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
1
-5
/
+8
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
1
-8
/
+5
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
1
-5
/
+8
*
Printing: Always pass in the WebNode.
thestig@chromium.org
2011-03-14
1
-5
/
+7
*
Linux Printing: Properly print a subset of all pages.
thestig@chromium.org
2011-03-03
1
-6
/
+12
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-9
/
+13
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-12
/
+8
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-8
/
+12
*
Linux: Print a potential double free in PrintWebViewHelper::PrintPages().
thestig@chromium.org
2011-03-01
1
-9
/
+6
*
Removing PS option from PdsPsMetafile
dpapad@chromium.org
2011-02-25
1
-2
/
+2
*
PrintPreview: On Linux, for initial page range text, set |expected_pages_coun...
kmadhusu@chromium.org
2011-02-23
1
-1
/
+3
[next]