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
/
browser
/
printing
/
print_view_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base::Bind cleanup in chrome/browser/printing/print_view_manager.cc
dpapad@chromium.org
2011-10-17
1
-2
/
+2
*
Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ...
thestig@chromium.org
2011-10-04
1
-8
/
+0
*
Cleanup: Remove unused has_visible_overlays variable.
thestig@chromium.org
2011-09-23
1
-2
/
+1
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper.
thestig@chromium.org
2011-08-30
1
-4
/
+6
*
PrintPreview: Make ctrl-shift-p start the native print flow.
kmadhusu@chromium.org
2011-08-26
1
-0
/
+20
*
PrintPreview: Whenever a preview tab reloads, reset the tab title.
kmadhusu@chromium.org
2011-08-24
1
-0
/
+4
*
Print Preview: Printing with the system dialog should print the same frame/node.
thestig@chromium.org
2011-07-22
1
-9
/
+12
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-8
/
+9
*
Printing: Store the document cookie of the current PrinterQuery on
jhawkins@chromium.org
2011-07-01
1
-16
/
+34
*
Print Preview: Display a throbber when the user requests the system print
jhawkins@chromium.org
2011-06-29
1
-1
/
+14
*
PrintPreview: Made code change to display the error messages that occurs whil...
kmadhusu@chromium.org
2011-06-11
1
-0
/
+7
*
Attempt at fixing crash. It looks like the printing code can delete
sky@chromium.org
2011-06-09
1
-4
/
+6
*
Print Preview: Print the right WebFrame/WebNode.
thestig@chromium.org
2011-05-27
1
-0
/
+8
*
Print Preview: Print in the background.
thestig@chromium.org
2011-05-07
1
-0
/
+16
*
Printing: Notify the browser process of renderer print failures. (try 2)
thestig@chromium.org
2011-05-06
1
-0
/
+13
*
Revert 84343 - Printing: Notify the browser process of renderer print failures.
thestig@chromium.org
2011-05-05
1
-13
/
+0
*
Printing: Notify the browser process of renderer print failures.
thestig@chromium.org
2011-05-05
1
-0
/
+13
*
Cleanup: Remove more dead printing code.
thestig@chromium.org
2011-04-29
1
-9
/
+1
*
Cleanup: Remove more dead printing code.
thestig@chromium.org
2011-04-29
1
-21
/
+4
*
Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...
thestig@chromium.org
2011-04-29
1
-3
/
+1
*
Cleanup: Move TabContent::PrintNow() out of src/content.
thestig@chromium.org
2011-04-15
1
-0
/
+8
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-6
/
+4
*
Print Preview: Set a print job's title and url correctly.
thestig@chromium.org
2011-04-07
1
-7
/
+24
*
Cleanup: Move more print code out of RVH.
thestig@chromium.org
2011-03-31
1
-1
/
+4
*
DCHECK triggered while trying to print a webpage.
kmadhusu@chromium.org
2011-03-30
1
-2
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Cleanup: Move the last bits of chrome printing code out of content/.
thestig@chromium.org
2011-03-25
1
-7
/
+3
*
Move printing messages to their own file.
jam@chromium.org
2011-03-24
1
-5
/
+4
*
Renaming NativeMetafile related methods to more appropriate names.
dpapad@chromium.org
2011-03-19
1
-1
/
+1
*
Stop overloading Init() in NativeMetafile.
vandebo@chromium.org
2011-03-17
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-3
/
+3
*
Linux Printing: Properly print a subset of all pages.
thestig@chromium.org
2011-03-03
1
-3
/
+9
*
Printing: Check for NULL TabContents in PrintViewManager.
thestig@chromium.org
2011-03-03
1
-4
/
+5
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-1
/
+2
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-2
/
+1
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-1
/
+2
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-3
/
+3
*
Linux: Refactor printing to be more linux Windows/Mac.
thestig@chromium.org
2011-02-19
1
-12
/
+20
*
Make TabContentsObserver handle registration automatically, as well as exposi...
jam@chromium.org
2011-02-17
1
-15
/
+15
*
printing: Prevent a race between PrintViewManager::OnDidGetPrintedPagesCount ...
thestig@chromium.org
2011-02-01
1
-8
/
+6
*
Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed.
jam@chromium.org
2011-01-25
1
-2
/
+14
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+2
*
Remove dead code - PrintViewManager::PrintNowInternal.
thestig@chromium.org
2010-10-08
1
-11
/
+0
*
Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in the
jhawkins@chromium.org
2010-10-07
1
-1
/
+1
*
Printing: Convert several wstrings to string16.
jhawkins@chromium.org
2010-09-13
1
-3
/
+3
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-1
/
+1
[next]