1. 5f0f2e98 Fix incorrect guards in base/. by deanm@chromium.org · 16 years ago
  2. e31be59 Remove unneeded platform_thread.h includes. Reduces number of includes from 598 to 511. by thestig@chromium.org · 16 years ago
  3. 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
  4. eb98c60 Add thread safety checks but keep them disabled for now until I fix all the current places where it triggers. by maruel@chromium.org · 16 years ago
  5. 118a98a Use PlatformThreadId, not int when dealing with thread ids. by agl@chromium.org · 16 years ago
  6. 6818085 Adds a helper class used to mark/define critical section in a class and then install controls to check that those critical sections are not violated. by maruel@chromium.org · 16 years ago