summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_view_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* PrintPreview: Made code change to display the error messages that occurs whil...kmadhusu@chromium.org2011-06-111-0/+7
* Attempt at fixing crash. It looks like the printing code can deletesky@chromium.org2011-06-091-4/+6
* Print Preview: Print the right WebFrame/WebNode.thestig@chromium.org2011-05-271-0/+8
* Print Preview: Print in the background.thestig@chromium.org2011-05-071-0/+16
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-061-0/+13
* Revert 84343 - Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-051-13/+0
* Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-051-0/+13
* Cleanup: Remove more dead printing code.thestig@chromium.org2011-04-291-9/+1
* Cleanup: Remove more dead printing code.thestig@chromium.org2011-04-291-21/+4
* Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...thestig@chromium.org2011-04-291-3/+1
* Cleanup: Move TabContent::PrintNow() out of src/content.thestig@chromium.org2011-04-151-0/+8
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-6/+4
* Print Preview: Set a print job's title and url correctly.thestig@chromium.org2011-04-071-7/+24
* Cleanup: Move more print code out of RVH.thestig@chromium.org2011-03-311-1/+4
* DCHECK triggered while trying to print a webpage.kmadhusu@chromium.org2011-03-301-2/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Cleanup: Move the last bits of chrome printing code out of content/.thestig@chromium.org2011-03-251-7/+3
* Move printing messages to their own file.jam@chromium.org2011-03-241-5/+4
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-031-3/+9
* Printing: Check for NULL TabContents in PrintViewManager.thestig@chromium.org2011-03-031-4/+5
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-1/+2
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-2/+1
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-1/+2
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-3/+3
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-12/+20
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-15/+15
* printing: Prevent a race between PrintViewManager::OnDidGetPrintedPagesCount ...thestig@chromium.org2011-02-011-8/+6
* Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed.jam@chromium.org2011-01-251-2/+14
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+2
* Remove dead code - PrintViewManager::PrintNowInternal.thestig@chromium.org2010-10-081-11/+0
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-1/+1
* Printing: Convert several wstrings to string16.jhawkins@chromium.org2010-09-131-3/+3
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-1/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Implement limited paged media support for win.hamaji@chromium.org2010-07-021-1/+2
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-1/+3
* linux: readjust some stubbed filesevan@chromium.org2010-02-151-0/+4
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-3/+5
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-131-1/+1
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-131-1/+1
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-131-1/+1
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-15/+15
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-1/+1
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-8/+10
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-2/+13
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-8/+4