summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-126-16/+30
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-113-6/+6
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-1015-53/+59
* Print Preview: Notify the print preview of the page count when reusing existi...thestig@chromium.org2011-07-081-0/+3
* DevTools: devtools manager should know nothing about DevToolsWindowyurys@chromium.org2011-07-071-2/+2
* Print Preview: Add the ability to cancel an in-flight print preview.thestig@chromium.org2011-07-072-1/+55
* Printing: Store the document cookie of the current PrinterQuery onjhawkins@chromium.org2011-07-012-19/+41
* Print Preview: Speculative fix for a crash.thestig@chromium.org2011-06-301-5/+10
* Print Preview: Make sure web_ui() is non-NULL before notifying thejhawkins@chromium.org2011-06-301-1/+1
* Remove the IsExternalTabContainer function from the TabContentsDelegate and R...ananta@chromium.org2011-06-291-2/+4
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-292-3/+3
* Print Preview: Display a throbber when the user requests the system printjhawkins@chromium.org2011-06-294-1/+59
* Wholesale move of debugger sources to content.joi@chromium.org2011-06-291-1/+1
* PrintPreview: Regenerate print preview data only when required.kmadhusu@chromium.org2011-06-241-5/+14
* Coverity: Null returns and negative returnskmadhusu@chromium.org2011-06-221-0/+2
* Coverity: Fix unchecked returns.kmadhusu@chromium.org2011-06-222-4/+4
* Fix issue with closing print dialog.abodenha@chromium.org2011-06-201-14/+20
* Added locale param to print dialog URL.abodenha@google.com2011-06-151-1/+2
* Moves NavigationController::session_id into RestoreTabHelper.sky@chromium.org2011-06-142-2/+8
* PrintPreview: Made code change to display the error messages that occurs whil...kmadhusu@chromium.org2011-06-112-0/+10
* Allows submission of print jobs in the Linux proxy. abeera@google.com2011-06-101-2/+7
* PrintPreview: Preview generation should not block print button.kmadhusu@chromium.org2011-06-106-1/+76
* Attempt at fixing crash. It looks like the printing code can deletesky@chromium.org2011-06-093-14/+21
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-083-4/+4
* Revert 88142 to fix sync_integration_tests offline.msw@chromium.org2011-06-073-4/+4
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-073-4/+4
* The ServiceProcessControl class is now a singleton and is not keyed off the p...sanjeevr@chromium.org2011-06-022-16/+6
* Support PDF print preview in ChromeFrame by opening the preview in a new Chro...ananta@chromium.org2011-06-021-2/+14
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-3/+3
* PrintPreview: Print Preview is not staying associated with initiator renderer.kmadhusu@chromium.org2011-05-303-4/+107
* Print Preview: Print the right WebFrame/WebNode.thestig@chromium.org2011-05-274-14/+21
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-253-3/+3
* Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...jam@chromium.org2011-05-191-1/+3
* Fix stupid build error.thestig@chromium.org2011-05-191-1/+1
* Print Preview: Fix a crash in CreatePrintPreviewTab.thestig@chromium.org2011-05-191-0/+3
* Created an IPC method to enable the cloud print proxy using robot OAuth2 cred...sanjeevr@chromium.org2011-05-132-0/+36
* Print Preview: Disable controls when printing an embedded PDF.thestig@chromium.org2011-05-121-1/+1
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-112-9/+18
* PrintPreview: Handle Print button click event to close preview tab and focus ...kmadhusu@chromium.org2011-05-101-0/+11
* Print Preview: Adding more specific error message when initiator tab is close...dpapad@chromium.org2011-05-101-1/+1
* Refactor preference syncing.zea@chromium.org2011-05-092-3/+6
* Print Preview: Print in the background.thestig@chromium.org2011-05-073-0/+159
* PrintPreview: Fix the destination printer list to show printer names rather t...kmadhusu@chromium.org2011-05-061-3/+3
* Printing: Notify the browser process of renderer print failures. (try 2)thestig@chromium.org2011-05-062-0/+15
* Revert 84343 - Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-052-15/+0
* Printing: Notify the browser process of renderer print failures.thestig@chromium.org2011-05-052-0/+15
* Remove Value::GetAsInteger() calls.yusukes@google.com2011-05-051-15/+3
* Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a...thestig@chromium.org2011-05-041-44/+40
* Print Preview: Fixing closing the initiator tab while preview is still loading.dpapad@chromium.org2011-05-042-2/+2
* Print Preview: Disabling layout options when the initiator tab is a PDF doc.dpapad@chromium.org2011-05-041-1/+2