Changeset 95511 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 19, 2011, 8:55:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r95510 r95511 1 2011-09-19 Geoffrey Garen <[email protected]> 2 3 Removed ENABLE_WTF_MULTIPLE_THREADS and related #ifdefs 4 https://bugs.webkit.org/show_bug.cgi?id=68423 5 6 As discussed on webkit-dev. All ports build with threads enabled in WTF now. 7 8 This may break WinCE and other ports that have not built and tested with 9 this configuration. I've filed bugs for port maintainers. It's time for 10 WebKit to move forward. 11 12 Reviewed by Mark Rowe. 13 14 * wtf/CryptographicallyRandomNumber.cpp: 15 (WTF::ARC4Stream::ARC4RandomNumberGenerator::randomNumber): 16 (WTF::ARC4Stream::ARC4RandomNumberGenerator::randomValues): 17 * wtf/FastMalloc.cpp: 18 * wtf/Platform.h: 19 * wtf/RandomNumber.cpp: 20 (WTF::randomNumber): 21 * wtf/RefCountedLeakCounter.cpp: 22 (WTF::RefCountedLeakCounter::increment): 23 (WTF::RefCountedLeakCounter::decrement): 24 * wtf/ThreadingPthreads.cpp: 25 (WTF::initializeThreading): 26 * wtf/ThreadingWin.cpp: 27 (WTF::initializeThreading): 28 * wtf/dtoa.cpp: 29 (WTF::pow5mult): 30 * wtf/gtk/ThreadingGtk.cpp: 31 (WTF::initializeThreading): 32 * wtf/qt/ThreadingQt.cpp: 33 (WTF::initializeThreading): 34 1 35 2011-09-19 Geoffrey Garen <[email protected]> 2 36
Note:
See TracChangeset
for help on using the changeset viewer.