summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Improvements in --debug-print switch implementation.vitalybuka@chromium.org2014-06-121-1/+5
* Fix crashe in PrintJob if Stop() called twice.vitalybuka@chromium.org2014-02-121-6/+3
* Don't run internal message loop from PrintJob::ControlledWorkerShutdown()vitalybuka@chromium.org2014-02-081-52/+19
* Revert 249608 "Don't run internal message loop from PrintJob::Co..."vitalybuka@chromium.org2014-02-071-19/+52
* Don't run internal message loop from PrintJob::ControlledWorkerShutdown()vitalybuka@chromium.org2014-02-071-52/+19
* Revert 249561 "Don't run internal message loop from PrintJob::Co..."piman@chromium.org2014-02-071-19/+38
* Don't run internal message loop from PrintJob::ControlledWorkerShutdown()vitalybuka@chromium.org2014-02-071-38/+19
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-1/+1
* Use a direct include of the message_loop header in chrome/browser/, part 8.avi@chromium.org2013-07-171-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Use a direct include of time headers in chrome/browser/, part 6.avi@chromium.org2013-06-281-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-6/+2
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-16/+18
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-1/+1
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-1/+1
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-1/+1
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-2/+2
* Move thread join to worker pool.simonhatch@chromium.org2013-04-261-6/+30
* Convert printing code to use base::TimeDelta in PostDelayedTask interfaces.tedvessenes@gmail.com2012-05-231-2/+2
* At browser exit, wait for pending print jobs before starting shutdown. This i...jam@chromium.org2012-05-191-9/+15
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-5/+2
* base::Bind: Easy cleanups in chrome/browser/printing.jhawkins@chromium.org2011-11-101-8/+26
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-11/+11
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+9
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-17/+0
* printing: Prevent a race between PrintViewManager::OnDidGetPrintedPagesCount ...thestig@chromium.org2011-02-011-2/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Printing: Allow file IO on the UI thread.kmadhusu@chromium.org2010-12-161-0/+5
* Deinline even more destructors.erg@google.com2010-12-141-0/+8
* Add a DCHECK for the thread PrinterQuery and PrintJobs get created on.thestig@chromium.org2010-11-301-5/+5
* More style nits.erg@google.com2009-10-141-2/+1
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-1/+6
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-2/+2
* Remove unused notification in print code to simplify before refactoring.sverrir@google.com2009-07-031-23/+1
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-12/+8
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Remove black magic and >100 lines. Unhook a lot of dead code.maruel@chromium.org2009-02-051-92/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-20/+21
* Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t...maruel@chromium.org2008-12-011-1/+11
* Reverting 5971.maruel@chromium.org2008-11-251-11/+1
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-251-1/+11
* Revert 5607 because it caused a base_unittest failure.maruel@chromium.org2008-11-181-11/+1
* Add superficial unit test for PrintJob. That's a start.maruel@chromium.org2008-11-181-1/+11