1. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  2. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  3. 91c551a Make IPC::SyncChannel not duplicate the underlying MessageLoop implementation by pumping messages on its own. This fixes the problem of windowless plugins not painting on right click, and generally makes this class almost ported, other than using a generic version of events/locks.Through this change I've also cleaned up the class and hopefully made it more understandable. by jam@chromium.org · 16 years ago
  4. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  5. 965e534 ObjectWatcher needs to know when the current thread's MessageLoop is being destroyed. This might also be generically useful, so I added a new API on ML to observe when the ML is being destroyed. The notification is sent to observers just prior to ML::current() being modified to return NULL. by darin@google.com · 16 years ago
  6. 18f923a Revise the ObjectWatcher API to be one-to-one with the object being watched. This greatly simplifies the implementation and API. by darin@google.com · 16 years ago
  7. 6a4581b A helper class for calling RegisterWaitForSingleObject with the objective of finding out when objects get signaled. by darin@google.com · 16 years ago