summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_view_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-7/+7
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-10/+10
* base::Bind cleanup in chrome/browser/printing/print_view_manager.ccdpapad@chromium.org2011-10-171-2/+2
* Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ...thestig@chromium.org2011-10-041-8/+0
* Cleanup: Remove unused has_visible_overlays variable.thestig@chromium.org2011-09-231-2/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper.thestig@chromium.org2011-08-301-4/+6
* PrintPreview: Make ctrl-shift-p start the native print flow.kmadhusu@chromium.org2011-08-261-0/+20
* PrintPreview: Whenever a preview tab reloads, reset the tab title.kmadhusu@chromium.org2011-08-241-0/+4
* Print Preview: Printing with the system dialog should print the same frame/node.thestig@chromium.org2011-07-221-9/+12
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+9
* Printing: Store the document cookie of the current PrinterQuery onjhawkins@chromium.org2011-07-011-16/+34
* Print Preview: Display a throbber when the user requests the system printjhawkins@chromium.org2011-06-291-1/+14
* 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