summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_job.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-12/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use the new Thread::StopSoon() facility. Add a new tight loop to control the ...maruel@google.com2008-08-121-21/+53
* Add chrome to the repository.initial.commit2008-07-261-0/+454