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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guard against the same PrintWebViewHelper being re-entered.
tsepez@chromium.org
2012-11-03
1
-1
/
+13
*
Code cleanup. No functional changes.
vitalybuka@chromium.org
2012-11-01
1
-132
/
+111
*
Reign in print throttling.
scottbyer@chromium.org
2012-09-19
1
-4
/
+19
*
Fixing printing from preview PDF to device on Windows.
vitalybuka@chromium.org
2012-09-01
1
-0
/
+12
*
Enable RenderText path in print_web_view_helper.cc on the Mac.
asvitkine@chromium.org
2012-08-28
1
-1
/
+1
*
Print preview: Use an ID instead of memory pointer string in WebUI.
thestig@chromium.org
2012-08-24
1
-7
/
+7
*
Work-around Windows 8 bug causing print footers and headers to have incorrect...
asvitkine@chromium.org
2012-08-07
1
-2
/
+7
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-24
1
-2
/
+3
*
Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed
acolwell@chromium.org
2012-07-23
1
-3
/
+2
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-23
1
-2
/
+3
*
Rewrite use of RenderText in print_web_view_helper.cc.
asvitkine@chromium.org
2012-07-12
1
-60
/
+59
*
Rename RenderText::CreateRenderText() to RenderText::CreateInstance().
asvitkine@chromium.org
2012-07-09
1
-1
/
+1
*
Workaround Skia clipping bug in print_web_view_helper.cc.
asvitkine@chromium.org
2012-06-28
1
-0
/
+3
*
Delete obsolete and unused CoreText code from print_web_view_helper.cc.
asvitkine@chromium.org
2012-06-27
1
-79
/
+6
*
Add ability to build a canvas with a target scale factor.
pkotwicz@chromium.org
2012-06-27
1
-2
/
+6
*
Fix crash when displaying system print dialog on Linux.
abodenha@chromium.org
2012-06-12
1
-4
/
+0
*
Clean up display of print errors to avoid use of BrowserList::GetLastActive().
ben@chromium.org
2012-05-30
1
-14
/
+0
*
Fix and simplify calculation of y-coordinate of header/footer rendertext rect.
arthurhsu@chromium.org
2012-05-29
1
-10
/
+10
*
Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...
kmadhusu@chromium.org
2012-05-17
1
-53
/
+91
*
[Print Preview]: Added code to support pdf fit to page functionality.
kmadhusu@chromium.org
2012-05-16
1
-23
/
+58
*
Fix RenderText display rect y-axis adjustment in print preview
xji@chromium.org
2012-05-14
1
-15
/
+11
*
Quote WebPreferences in namespace webkit_glue.
wangxianzhu@chromium.org
2012-05-11
1
-1
/
+1
*
Fix RTL and complex script title in print preview header/footer.
arthurhsu@chromium.org
2012-05-07
1
-0
/
+70
*
[Print Preview] Refactored code to support auto fit to page functionality.
kmadhusu@chromium.org
2012-04-20
1
-24
/
+20
*
Remove support for bitmap printing in pepper
brettw@chromium.org
2012-04-19
1
-2
/
+8
*
Code cleanup. Addressing TODO from the previous CL.
gene@chromium.org
2012-04-16
1
-13
/
+10
*
Fixed issue with shrink output when using system print dialog.
gene@chromium.org
2012-04-14
1
-2
/
+11
*
PrintPreview: Fix extra margins issue.
kmadhusu@chromium.org
2012-03-24
1
-9
/
+16
*
Block printing from blocked popup.
abodenha@chromium.org
2012-03-23
1
-1
/
+15
*
PrintPreview: Hide/Show the header footer option based on print frame margins.
kmadhusu@chromium.org
2012-03-20
1
-0
/
+14
*
Printing: Handle a case of a NULL WebFrame without crashing.
thestig@chromium.org
2012-03-19
1
-8
/
+11
*
PrintPreview: Modify PrintMsg_Print_Params data validation check.
kmadhusu@chromium.org
2012-03-15
1
-8
/
+7
*
Printing: Handle more error conditions and remove more cruft.
thestig@chromium.org
2012-03-15
1
-32
/
+41
*
Cleanup: Remove some unneeded fluff in printing code.
thestig@chromium.org
2012-03-07
1
-19
/
+11
*
Printing: Release the PrinterQuery when a renderer crashes.
thestig@chromium.org
2012-02-25
1
-1
/
+1
*
[Coverity] pass string by const-ref
tbreisacher@chromium.org
2012-02-08
1
-1
/
+1
*
Print preview: Do not exit the window.print() nested loop too early when savi...
thestig@chromium.org
2012-01-24
1
-11
/
+26
*
Print Preview: Refactor and cleanup parts of PrintPreviewHandler and PrintWeb...
thestig@chromium.org
2012-01-19
1
-11
/
+13
*
Print Preview: Add a non-user-visible pref for controlling print preview. Hoo...
thestig@chromium.org
2012-01-18
1
-1
/
+6
*
Adding functionality to print PDF embedded in the html page.
gene@chromium.org
2012-01-13
1
-12
/
+16
*
PrintPreview: Honor print media page orientation settings.
kmadhusu@chromium.org
2012-01-12
1
-16
/
+39
*
PrintPreview: Honor the print media page size and margin values.
kmadhusu@chromium.org
2012-01-10
1
-111
/
+279
*
Revert 115245 - Coverity: Fixing pass by value, 101350.
cmp@chromium.org
2011-12-21
1
-11
/
+11
*
Coverity: Fixing pass by value, 101350.
dpapad@chromium.org
2011-12-21
1
-11
/
+11
*
PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...
kmadhusu@chromium.org
2011-12-04
1
-7
/
+7
*
Update includes to new header locations.
abarth@chromium.org
2011-12-03
1
-4
/
+4
*
Print Preview: Set source modifiable bit for scripted printing.
thestig@chromium.org
2011-12-01
1
-1
/
+3
*
Print Preview: Properly handle window.print().
thestig@chromium.org
2011-11-23
1
-1
/
+5
*
PrintPreview: [Cleanup] Remove unwanted function calls.
kmadhusu@chromium.org
2011-11-19
1
-23
/
+11
*
Print Preview: Making margin selection sticky (part 2/2, again)
dpapad@chromium.org
2011-11-15
1
-1
/
+2
[next]