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_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved chrome/renderer/print* -> chrome/renderer/printing/print*
vitalybuka@chromium.org
2013-01-23
1
-250
/
+0
*
Add skia::RefPtr class to wrap ref counted classes from Skia.
danakj@chromium.org
2012-12-04
1
-4
/
+4
*
Print headers and footers with WebKit.
vitalybuka@chromium.org
2012-11-13
1
-6
/
+13
*
Moved AlphaBlend rasterization to renderer process like it was before 152681.
vitalybuka@chromium.org
2012-11-13
1
-1
/
+8
*
Code cleanup. No functional changes.
vitalybuka@chromium.org
2012-11-01
1
-4
/
+4
*
Some printers has issue with metafiles produces from PDF so added switch and ...
vitalybuka@chromium.org
2012-08-22
1
-135
/
+6
*
Extracted FlattenTransparency method.
vitalybuka@chromium.org
2012-08-17
1
-45
/
+49
*
A better fix for scaling issue.
gene@chromium.org
2012-05-09
1
-34
/
+12
*
ugrr... Fixing printing scaling again.
gene@chromium.org
2012-05-03
1
-33
/
+32
*
[Print Preview] Refactored code to support auto fit to page functionality.
kmadhusu@chromium.org
2012-04-20
1
-2
/
+2
*
Fixed issue with shrink output when using system print dialog.
gene@chromium.org
2012-04-14
1
-5
/
+38
*
Revert 121840 - Make scoped dc objects smarter
cpu@chromium.org
2012-02-14
1
-6
/
+6
*
Make scoped dc objects smarter
cpu@chromium.org
2012-02-14
1
-6
/
+6
*
Fixed printing gets cut-off issue for CloudPrint and Chrome.
gene@chromium.org
2012-01-28
1
-4
/
+6
*
PrintPreview: Honor the print media page size and margin values.
kmadhusu@chromium.org
2012-01-10
1
-42
/
+62
*
PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...
kmadhusu@chromium.org
2011-12-04
1
-2
/
+2
*
* Rename ScopedHDC to ScopedCreateDC
yosin@chromium.org
2011-10-07
1
-1
/
+1
*
1 Add ScopedGetDC and ScopedSelectObject
yosin@chromium.org
2011-10-04
1
-34
/
+55
*
Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...
kmadhusu@chromium.org
2011-09-28
1
-3
/
+3
*
Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...
kmadhusu@chromium.org
2011-09-27
1
-3
/
+3
*
PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...
kmadhusu@chromium.org
2011-09-27
1
-3
/
+3
*
Cleanup: Remove unused has_visible_overlays variable.
thestig@chromium.org
2011-09-23
1
-2
/
+1
*
Print preview page selection should not require a rerendering of draft pages.
kmadhusu@chromium.org
2011-08-31
1
-9
/
+21
*
Backend changes for custom margins.
aayushkumar@chromium.org
2011-08-23
1
-1
/
+2
*
Print Preview: Go from event driven print preview back to print preview with ...
thestig@chromium.org
2011-08-23
1
-2
/
+2
*
Added Headers and Footers support for Core Graphics on Mac
aayushkumar@chromium.org
2011-08-19
1
-1
/
+1
*
Added Header and Footer support in Linux, Windows and Mac for Skia
aayushkumar@chromium.org
2011-08-17
1
-0
/
+9
*
Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...
aayushkumar@chromium.org
2011-08-17
1
-9
/
+0
*
Added Header and Footer support in Linux, Windows and Mac for Skia
aayushkumar@chromium.org
2011-08-17
1
-0
/
+9
*
Revert 96567 - Reland 96406 - Print preview page selection should not require...
kmadhusu@chromium.org
2011-08-12
1
-22
/
+9
*
Reland 96406 - Print preview page selection should not require a rerendering ...
kmadhusu@chromium.org
2011-08-12
1
-9
/
+22
*
Revert 96406 - Print preview page selection should not require a rerendering ...
kmadhusu@chromium.org
2011-08-11
1
-22
/
+9
*
Print preview page selection should not require a rerendering of draft pages.
kmadhusu@chromium.org
2011-08-11
1
-9
/
+22
*
Fix smelly scoped_ptr code in print_web_view_helper_win.
vandebo@chromium.org
2011-08-09
1
-24
/
+21
*
Remove metafile casts.
vandebo@chromium.org
2011-08-08
1
-2
/
+2
*
Fix print preview draft page memory leaks.
vandebo@chromium.org
2011-08-06
1
-4
/
+4
*
Remove cast to VectorPlatformDeviceEMF.
twiz@chromium.org
2011-08-04
1
-4
/
+3
*
PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...
kmadhusu@chromium.org
2011-08-02
1
-8
/
+4
*
Made code changes to support print preview pipeline on windows.
kmadhusu@chromium.org
2011-07-27
1
-5
/
+10
*
PrintPreview: backend changes to support pipelining.
vandebo@chromium.org
2011-07-26
1
-9
/
+15
*
Added a struct to hold page sizes and margins.
aayushkumar@chromium.org
2011-07-25
1
-14
/
+11
*
Make Metafile::StartPageForVectorCanvas take the page number as an argument.
vandebo@chromium.org
2011-07-23
1
-1
/
+2
*
Print Preview: Make preview generation event driven to eliminate synchronous ...
thestig@chromium.org
2011-07-18
1
-84
/
+14
*
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
-3
/
+15
*
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
-7
/
+8
*
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
-7
/
+7
*
Fix clang complaint.
vandebo@chromium.org
2011-05-29
1
-2
/
+3
[next]