summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_view_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, for printing code.thestig@chromium.org2012-06-081-8/+7
* Clean up display of print errors to avoid use of BrowserList::GetLastActive().ben@chromium.org2012-05-301-4/+6
* TabContents -> WebContentsImpl, part 20.avi@chromium.org2012-04-171-2/+2
* Block printing from blocked popup. abodenha@chromium.org2012-03-231-2/+10
* Printing: Handle more error conditions and remove more cruft.thestig@chromium.org2012-03-151-6/+6
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-3/+4
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Printing: Release the PrinterQuery when a renderer crashes.thestig@chromium.org2012-02-251-19/+29
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-5/+4
* Print Preview: Do not change the print preview state when print preview is no...thestig@chromium.org2012-02-101-1/+6
* Print preview: Do not exit the window.print() nested loop too early when savi...thestig@chromium.org2012-01-241-3/+7
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-1/+1
* Adding functionality to print PDF embedded in the html page.gene@chromium.org2012-01-131-1/+2
* Move chrome/browser/ui/webui/print_preview* to chrome/browser/ui/webui/print_...thestig@chromium.org2012-01-111-1/+1
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-4/+4
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-16/+16
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+1
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-1/+1
* Coverity: Fix unchecked return bugs.kmadhusu@chromium.org2011-12-221-2/+2
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-8/+7
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-3/+3
* Print Preview: Set source modifiable bit for scripted printing.thestig@chromium.org2011-12-011-2/+15
* Print Preview: Properly handle window.print().thestig@chromium.org2011-11-231-4/+74
* Print Preview: Make print preview tab modal. (try 2)thestig@chromium.org2011-11-151-20/+4
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-151-1/+1
* Revert 110056 - Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-4/+20
* Print Preview: Make print preview tab modal.thestig@chromium.org2011-11-151-20/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* 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