summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch content/browser/webui to string16/std::string, update all callers.avi@chromium.org2011-03-092-5/+5
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-0913-34/+34
* Printing: Remove a check for a condition that's always true.thestig@chromium.org2011-03-081-12/+6
* Print Preview: Generate the print preview after the print preview renderer ha...thestig@chromium.org2011-03-081-4/+4
* gtk: Rename OnDialogResponse() to OnResponse() to standardize on a consistent...tfarina@chromium.org2011-03-072-2/+2
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-056-16/+139
* Print Preview: Always stop the preview job worker and handle the case where t...thestig@chromium.org2011-03-041-24/+23
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-032-3/+14
* Printing: Re-enable PrintJobTest.SimplePrint that use to crash with a DCHECK.thestig@chromium.org2011-03-031-7/+1
* Printing: Check for NULL TabContents in PrintViewManager.thestig@chromium.org2011-03-031-4/+5
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-03-032-6/+10
* 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
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-022-2/+2
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-022-2/+2
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-3/+3
* Linux: Fix leak in print dialog.thestig@chromium.org2011-03-011-4/+4
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-016-14/+13
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Move print related IPC message handlers from render_message_filter to printin...kmadhusu@chromium.org2011-02-282-0/+341
* WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...tfarina@chromium.org2011-02-274-4/+4
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-274-5/+5
* Revert 76067 - Created a new BrowserMessageFilter to handle print related IPC...nick@chromium.org2011-02-252-341/+0
* Created a new BrowserMessageFilter to handle print related IPC messages.kmadhusu@chromium.org2011-02-252-0/+341
* WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...tfarina@chromium.org2011-02-254-5/+5
* Print Preview: Add some CHECKs to help track down a crash.thestig@chromium.org2011-02-241-3/+6
* Cleanup: Remove a bunch of unneeded includes.thestig@chromium.org2011-02-241-1/+0
* Revert 75911 - Remove web_ui_util helper functions.kmadhusu@chromium.org2011-02-242-4/+4
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-02-242-4/+4
* WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.tfarina@chromium.org2011-02-222-6/+6
* Print Preview: Generate previews on Linux.thestig@chromium.org2011-02-221-2/+2
* PrintPreview: Send the expected pages count value to Web UI along with previe...kmadhusu@chromium.org2011-02-221-1/+1
* Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/w...tfarina@chromium.org2011-02-196-7/+7
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-194-148/+227