1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. 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
  3. 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
  4. 6a4581b A helper class for calling RegisterWaitForSingleObject with the objective of finding out when objects get signaled. by darin@google.com · 16 years ago