summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Prevent extra destroy on several GTK dialogsestade@chromium.org2011-04-201-0/+3
* Print Preview: Check PrintHostMsg_UpdatePrintSettings return results and disp...thestig@chromium.org2011-04-202-0/+12
* Linux Printing: Continue trying to update settings even if we cannot find the...thestig@chromium.org2011-04-201-5/+10
* Print Preview: Implement dialog-less printing on Linux.thestig@chromium.org2011-04-192-8/+165
* Disable the context menu on the keyboard overlay and the print dialog.mazda@chromium.org2011-04-192-0/+6
* Prepopulating "Print To PDF" select file dialog with a suggested filename and...dpapad@chromium.org2011-04-151-2/+3
* Cleanup: Move TabContent::PrintNow() out of src/content.thestig@chromium.org2011-04-152-0/+13
* Launch print dialog from BrowserInit::ProcessCmdLineImpl rather than BrowserM...abodenha@google.com2011-04-132-0/+39
* For readability review.scottbyer@chromium.org2011-04-132-5/+17
* More https for support URLs.cevans@chromium.org2011-04-132-4/+4
* Renames TabStripModel and Browser's selected_index tosky@chromium.org2011-04-121-3/+3
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-113-12/+13
* Linux: Refactor PrintDialogGtk in preparation for adding dialog-less printing.thestig@chromium.org2011-04-112-76/+94
* Cleanup: Update a bunch of files to the new location of browser_window.h. Par...tfarina@chromium.org2011-04-091-1/+1
* Print Preview: Set a print job's title and url correctly.thestig@chromium.org2011-04-073-7/+38
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-063-3/+3
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-062-3/+3
* Cleanup: Move more print code out of RVH.thestig@chromium.org2011-03-311-1/+4
* Remove #if defined(OS_POSIX) so code can be used in windows print preview.ctguil@chromium.org2011-03-301-2/+0
* DCHECK triggered while trying to print a webpage.kmadhusu@chromium.org2011-03-301-2/+4
* Move web_ui_util.* to chrome/ from content/estade@chromium.org2011-03-301-1/+0
* Renaming is_off_the_record to is_incognito. Contributed by vipul.bhasin@gmail...willchan@chromium.org2011-03-292-3/+4
* PrintPreview: Fix the print preview tab title format to match the mocks.kmadhusu@chromium.org2011-03-281-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-2817-20/+20
* Fix clang error.thestig@chromium.org2011-03-251-1/+1
* Cleanup: Move the last bits of chrome printing code out of content/.thestig@chromium.org2011-03-252-14/+9
* Cleanup: Remove src/contents dependency on PrintPreviewTabController.thestig@chromium.org2011-03-252-1/+9
* Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...jam@chromium.org2011-03-241-1/+1
* Move printing messages to their own file.jam@chromium.org2011-03-247-38/+36
* Cleanup: Move TabContents::PrintPreview() to PrintPreviewTabController to rem...thestig@chromium.org2011-03-244-21/+35
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-1/+1
* Memory leak fix.scottbyer@chromium.org2011-03-225-96/+58
* Cleanup: Use the right parameter type in PrintPreviewTabController::GetOrCrea...thestig@chromium.org2011-03-222-2/+3
* Printing: Use const reference instead of a const pointer.thestig@chromium.org2011-03-221-1/+1
* Print Preview: Make window.print() and printing a frame work.thestig@chromium.org2011-03-212-3/+18
* PrintPreview: [MAC] Set the selected printer for the current print job.kmadhusu@chromium.org2011-03-212-6/+6
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Two-factor and captcha login fixesscottbyer@chromium.org2011-03-183-10/+26
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Fix up cloud print login.scottbyer@chromium.org2011-03-175-85/+115
* Print Preview: Cleanup PrintPreviewTabController::Observe.thestig@chromium.org2011-03-161-22/+16
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-9/+4
* Change cloud print dialog and command line switches for cloud print dialog to...scottbyer@chromium.org2011-03-156-47/+84
* Revert 78231 - Change cloud print dialog and command line switches for cloud ...scottbyer@chromium.org2011-03-156-80/+47
* Change cloud print dialog and command line switches for cloud print dialog to...scottbyer@chromium.org2011-03-156-47/+80
* Workaround for MSVS2005 build problem with inheriting nested classes.caseq@google.com2011-03-152-1/+4
* Cloud print signin crash.scottbyer@chromium.org2011-03-146-16/+79
* Coverity: Fix a memory leak in print preview error handling code.thestig@chromium.org2011-03-111-0/+1
* Fix uninitialized constructors and reverse NULL checks found by Coveritystuartmorgan@chromium.org2011-03-111-1/+1
* PrintPreview: Set the page range info in ViewHostMsg_UpdatePrintSettings reply.kmadhusu@chromium.org2011-03-101-3/+5