summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/background_printing_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-4/+3
* Add missing DCHECK.avi@chromium.org2014-04-181-1/+1
* Remove render process and WebContents notifications from background printing.avi@chromium.org2014-01-111-114/+62
* Cleanup: remove "tab" terminology from print preview codewittman@chromium.org2013-08-021-5/+4
* Revert 212329 "Reland "Close web contents modal dialogs on conte..."wittman@chromium.org2013-07-311-4/+5
* Reland "Close web contents modal dialogs on content load start"wittman@chromium.org2013-07-181-5/+4
* Revert 211058 "Close web contents modal dialogs on content load ..."wittman@chromium.org2013-07-121-4/+5
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Close web contents modal dialogs on content load startwittman@chromium.org2013-07-111-5/+4
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Cleanup: Rename print preview tab to print preview dialog in BackgroundPrint...thestig@chromium.org2012-12-211-64/+57
* Cleanup: Rename print preview tab to print preview dialog in chrome/browser/u...thestig@chromium.org2012-12-201-0/+10
* Rename PrintPreviewTabController to PrintPreviewDialogController; Rename Brow...thestig@chromium.org2012-12-191-4/+4
* Remove TabContents from printing.avi@chromium.org2012-12-061-35/+31
* Switch NOTIFICATION_PRINT_JOB_RELEASED to source a WebContents.avi@chromium.org2012-10-121-10/+6
* Remove NOTIFICATION_TAB_CONTENTS_DESTROYED from printing.avi@chromium.org2012-10-111-19/+23
* Miscellaneous cleanups from several months ago I never got around to landing.pkasting@chromium.org2012-09-011-24/+12
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-301-1/+0
* TabContentsWrapper -> TabContents, for printing code.thestig@chromium.org2012-06-081-29/+23
* Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to...pkasting@chromium.org2012-05-261-16/+12
* Get rid of the last RenderViewHostDelegate usage in chrome.jam@chromium.org2012-05-231-2/+3
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* TabContents -> WebContentsImpl, part 20.avi@chromium.org2012-04-171-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-10/+10
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-8/+9
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-6/+5
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-5/+8
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-8/+11
* Print Preview: Make print preview tab modal. (try 2)thestig@chromium.org2011-11-151-67/+3
* Revert 110056 - Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-3/+67
* Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-67/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Print Preview: Fix a double deletion corner case in BackgroundPrintingManager.thestig@chromium.org2011-10-251-28/+50
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-25/+29
* Print Preview: Hold on to tabs that do window.print(); window.close() until p...thestig@chromium.org2011-09-081-26/+151
* Print Preview: Make BackgroundPrintingManager a bit more readable. (no functi...thestig@chromium.org2011-08-311-18/+21
* Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper.thestig@chromium.org2011-08-301-7/+6
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-10/+11
* Print Preview: Speculative fix for a crash.thestig@chromium.org2011-06-301-5/+10
* Coverity: Null returns and negative returnskmadhusu@chromium.org2011-06-221-0/+2
* Moves NavigationController::session_id into RestoreTabHelper.sky@chromium.org2011-06-141-1/+2
* PrintPreview: Preview generation should not block print button.kmadhusu@chromium.org2011-06-101-0/+4
* Attempt at fixing crash. It looks like the printing code can deletesky@chromium.org2011-06-091-8/+10
* PrintPreview: Handle Print button click event to close preview tab and focus ...kmadhusu@chromium.org2011-05-101-0/+11
* Print Preview: Print in the background.thestig@chromium.org2011-05-071-0/+88