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