Ignore:
Timestamp:
Sep 19, 2011, 8:55:29 PM (14 years ago)
Author:
[email protected]
Message:

Removed ENABLE_WTF_MULTIPLE_THREADS and related #ifdefs
https://bugs.webkit.org/show_bug.cgi?id=68423

As discussed on webkit-dev. All ports build with threads enabled in WTF now.

This may break WinCE and other ports that have not built and tested with
this configuration. I've filed bugs for port maintainers. It's time for
WebKit to move forward.

Reviewed by Mark Rowe.

  • wtf/CryptographicallyRandomNumber.cpp:

(WTF::ARC4Stream::ARC4RandomNumberGenerator::randomNumber):
(WTF::ARC4Stream::ARC4RandomNumberGenerator::randomValues):

  • wtf/FastMalloc.cpp:
  • wtf/Platform.h:
  • wtf/RandomNumber.cpp:

(WTF::randomNumber):

  • wtf/RefCountedLeakCounter.cpp:

(WTF::RefCountedLeakCounter::increment):
(WTF::RefCountedLeakCounter::decrement):

  • wtf/ThreadingPthreads.cpp:

(WTF::initializeThreading):

  • wtf/ThreadingWin.cpp:

(WTF::initializeThreading):

  • wtf/dtoa.cpp:

(WTF::pow5mult):

  • wtf/gtk/ThreadingGtk.cpp:

(WTF::initializeThreading):

  • wtf/qt/ThreadingQt.cpp:

(WTF::initializeThreading):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95510 r95511  
     12011-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
    1352011-09-19  Geoffrey Garen  <[email protected]>
    236
Note: See TracChangeset for help on using the changeset viewer.