summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Use service process to collect printers.vitalybuka@chromium.org2014-03-272-21/+36
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-201-1/+1
* Split ExtensionWebContentsObserver into base and Chrome implementationsjamescook@chromium.org2014-03-201-2/+2
* ChromeVox works on print preview page.dzhioev@chromium.org2014-03-191-1/+4
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-0/+7
* Move some functions in test_file_util to base namespace.brettw@chromium.org2014-03-171-1/+1
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+2
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-145-10/+9
* Removes --cloud-print-delete-file.vitalybuka@chromium.org2014-03-134-24/+9
* Show dialog as separate post task.vitalybuka@chromium.org2014-03-123-7/+20
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-7/+5
* Removing unused --print-raster switch.vitalybuka@chromium.org2014-03-071-2/+1
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-061-1/+3
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-1/+1
* Move render_view_context_menu.* and related files out of tab_contents.lazyboy@chromium.org2014-02-271-1/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCountjamescook@chromium.org2014-02-251-3/+3
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Changed RefCountedStaticMemory() to accept a void pointer.joaoe@opera.com2014-02-121-2/+1
* Fix crashe in PrintJob if Stop() called twice.vitalybuka@chromium.org2014-02-122-8/+3
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-1/+1
* Don't run internal message loop from PrintJob::ControlledWorkerShutdown()vitalybuka@chromium.org2014-02-083-71/+25
* Revert 249608 "Don't run internal message loop from PrintJob::Co..."vitalybuka@chromium.org2014-02-073-26/+71
* Don't run internal message loop from PrintJob::ControlledWorkerShutdown()vitalybuka@chromium.org2014-02-073-71/+26
* Revert 249561 "Don't run internal message loop from PrintJob::Co..."piman@chromium.org2014-02-072-20/+39
* Don't run internal message loop from PrintJob::ControlledWorkerShutdown()vitalybuka@chromium.org2014-02-072-39/+20
* Check for possibility of NULL WebUI returns in PrintPreviewDialogController.tsepez@chromium.org2014-01-241-12/+18
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-202-2/+2
* Allows gtk2 printing dialog in Linux-Aura.mukai@chromium.org2014-01-144-12/+65
* Replace signin dialog with browser tab.vitalybuka@chromium.org2014-01-144-99/+84
* Remove render process and WebContents notifications from background printing.avi@chromium.org2014-01-112-137/+71
* Remove notifications from PrintPreviewDialogController.avi@chromium.org2014-01-074-151/+168
* Remove the speculative resource prefetching code. This was experimental code ...jam@chromium.org2014-01-061-7/+0
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-242-6/+6
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-238-40/+47
* Stop using GetDefaultProfile() in CreatePrintDialogFromCommandLine()hashimoto@chromium.org2013-12-132-6/+7
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-123-3/+3
* Skip TestingBrowserProcess creation in browser_testsjamescook@chromium.org2013-12-091-1/+8
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-0612-61/+64
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-2/+3
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-2/+2
* Cleanup: Do not use wstrings in the cloud print dialog.thestig@chromium.org2013-11-233-52/+17
* Removed unused code path.vitalybuka@chromium.org2013-11-221-12/+0
* Don't call chrome::EndKeepAlive from CloudPrintWebDialogDelegate::OnDialogClo...vitalybuka@chromium.org2013-11-201-2/+5
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-2/+2
* Moved SimplifyDocumentTitle from printing/backendvitalybuka@chromium.org2013-11-091-3/+3