source:
webkit/trunk/JavaScriptCore/wtf@
65104
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
android | 52503 | 15 years | 2009-12-22 Steve Block <[email protected]> Reviewed by … | ||
brew | 61847 | 15 years | 2010-06-25 Sheriff Bot <[email protected]> … | ||
chromium | 58425 | 15 years | 2010-04-28 Darin Fisher <[email protected]> Reviewed by … | ||
efl | 62015 | 15 years | 2010-06-28 Lucas De Marchi <[email protected]> … | ||
gobject | 64761 | 15 years | 2010-08-05 Gustavo Noronha Silva <[email protected]> … | ||
gtk | 64384 | 15 years | JavaScriptCore: Added a yield() function. … | ||
haiku | 47050 | 16 years | 2009-08-11 Maxime Simon <Maxime Simon> Reviewed … | ||
mac | 58268 | 15 years | Fix Tiger build. * wtf/mac/MainThreadMac.mm: (WTF::isMainThread): | ||
qt | 65022 | 15 years | Qt build fix. * wtf/qt/StringQt.cpp: | ||
text | 65077 | 15 years | Bug 43786 - Move AtomicStringHash from WebCore to WTF Also remove … | ||
unicode | 64798 | 15 years | JavaScriptCore: Rename iOS-related OS and PLATFORM macros. … | ||
url | 59024 | 15 years | 2010-05-08 Adam Barth <[email protected]> Reviewed by Darin … | ||
win | 61847 | 15 years | 2010-06-25 Sheriff Bot <[email protected]> … | ||
wince | 52529 | 15 years | 2009-12-23 Patrick Gansterer <[email protected]> Reviewed … | ||
wx | 58709 | 15 years | Reviewed by Kevin Ollivier. [wx] Implement … | ||
AlwaysInline.h | 1.9 KB | 57318 | 15 years | 2010-04-09 Patrick Gansterer <[email protected]> Reviewed … | |
ASCIICType.h | 8.5 KB | 55633 | 15 years | Remove unnecessary includes of wtf/Platform.h. This is already pulled … | |
Assertions.cpp | 6.2 KB | 52791 | 15 years | 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by … | |
Assertions.h | 9.9 KB | 62441 | 15 years | 2010-07-03 Kwang Yul Seo <[email protected]> Reviewed by … | |
Atomics.h | 5.2 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
AVLTree.h | 27.5 KB | 62367 | 15 years | 2010-07-01 Oliver Hunt <[email protected]> Reviewed by … | |
Bitmap.h | 3.2 KB | 64912 | 15 years | Bitmap.h has no default constructor … | |
BumpPointerAllocator.h | 8.9 KB | 64146 | 15 years | Bug 42621 - Add a bump allocator for the YARR interpreter Reviewed by … | |
ByteArray.cpp | 1.6 KB | 40055 | 16 years | Move runtime/ByteArray to wtf/ByteArray RS=Dan Bernstein | |
ByteArray.h | 2.9 KB | 47456 | 16 years | 2009-08-18 Dirk Schulze <[email protected]> Reviewed by … | |
CMakeLists.txt | 1.1 KB | 64357 | 15 years | 2010-07-30 Rafael Antognolli <[email protected]> … | |
CMakeListsEfl.txt | 519 bytes | 64005 | 15 years | 2010-07-23 Rafael Antognolli <[email protected]> … | |
Complex.h | 1.9 KB | 54684 | 15 years | 2010-02-11 Chris Rogers <[email protected]> Reviewed by … | |
CONTRIBUTORS.pthreads-win32 | 5.3 KB | 40122 | 16 years | 2009-01-22 Dmitry Titov <[email protected]> Reviewed by … | |
CrossThreadRefCounted.h | 5.9 KB | 62696 | 15 years | 2010-07-07 Darin Adler <Darin Adler> Reviewed by Adam … | |
CurrentTime.cpp | 9.5 KB | 59868 | 15 years | 2010-05-20 Darin Adler <Darin Adler> Reviewed by Eric … | |
CurrentTime.h | 2.4 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
DateMath.cpp | 31.0 KB | 53921 | 15 years | 2010-01-27 Kwang Yul Seo <[email protected]> Reviewed by … | |
DateMath.h | 6.5 KB | 53445 | 15 years | 2010-01-18 Kent Tamura <[email protected]> Reviewed by … | |
Deque.h | 21.3 KB | 60683 | 15 years | 2010-06-04 Tony Gentilcore <[email protected]> Reviewed by … | |
DisallowCType.h | 3.7 KB | 47516 | 16 years | 2009-08-19 Jungshik Shin <[email protected]> Reviewed by … | |
dtoa.cpp | 65.1 KB | 64706 | 15 years | JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=43461 Invalid … | |
dtoa.h | 1.6 KB | 60468 | 15 years | 2010-06-01 Kent Tamura <[email protected]> Reviewed by … | |
FastAllocBase.h | 12.7 KB | 48259 | 16 years | 2009-09-10 Zoltan Horvath <[email protected]> Reviewed by … | |
FastMalloc.cpp | 141.3 KB | 65091 | 15 years | 2010-08-10 Patrick Gansterer <[email protected]> Reviewed … | |
FastMalloc.h | 8.7 KB | 61544 | 15 years | 2010-06-21 Kwang Yul Seo <[email protected]> Reviewed by … | |
FixedArray.h | 1.8 KB | 62367 | 15 years | 2010-07-01 Oliver Hunt <[email protected]> Reviewed by … | |
Forward.h | 1.6 KB | 65021 | 15 years | Bug 43594 - Add string forwards to Forward.h This allows us to remove … | |
GetPtr.h | 1.0 KB | 29663 | 17 years | set eol-style to native on tons of files to head off future … | |
HashCountedSet.h | 7.9 KB | 56435 | 15 years | Bug 36519 - JSGlobalContextRelease is unnecessarily slow Reviewed by … | |
HashFunctions.h | 6.8 KB | 52776 | 15 years | JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=33163 Add … | |
HashIterators.h | 8.8 KB | 35900 | 17 years | 2008-08-23 Cameron Zwarich <[email protected]> … | |
HashMap.h | 15.4 KB | 55068 | 15 years | 2010-02-21 Yuta Kitamura <[email protected]> Reviewed by … | |
HashSet.h | 9.1 KB | 62138 | 15 years | 2010-06-29 Nathan Lawrence <[email protected]> Reviewed … | |
HashTable.cpp | 2.3 KB | 38859 | 16 years | 2008-12-01 David Levin <[email protected]> Reviewed by … | |
HashTable.h | 44.5 KB | 62138 | 15 years | 2010-06-29 Nathan Lawrence <[email protected]> Reviewed … | |
HashTraits.h | 5.1 KB | 54618 | 15 years | Reviewed by Geoffrey Garen. … | |
ListHashSet.h | 21.3 KB | 59678 | 15 years | 2010-05-18 Anders Carlsson <[email protected]> Reviewed by … | |
ListRefPtr.h | 2.7 KB | 48988 | 16 years | 2009-10-01 Yongjun Zhang <[email protected]> Reviewed … | |
Locker.h | 1.8 KB | 45891 | 16 years | JavaScriptCore: 2009-07-14 Zoltan Horvath <[email protected]> … | |
MainThread.cpp | 6.9 KB | 60683 | 15 years | 2010-06-04 Tony Gentilcore <[email protected]> Reviewed by … | |
MainThread.h | 2.8 KB | 59001 | 15 years | JavaScriptCore: Safari pegs CPU and drops tons of frames using HTML5 … | |
MallocZoneSupport.h | 2.3 KB | 29663 | 17 years | set eol-style to native on tons of files to head off future … | |
MathExtras.h | 7.0 KB | 63721 | 15 years | 2010-07-19 Dirk Schulze <[email protected]> Reviewed by … | |
MD5.cpp | 10.9 KB | 64327 | 15 years | 2010-07-29 Sheriff Bot <[email protected]> … | |
MD5.h | 2.0 KB | 59067 | 15 years | 2010-05-09 Fumitoshi Ukai <[email protected]> Reviewed by … | |
MessageQueue.h | 7.3 KB | 62551 | 15 years | 2010-07-06 Darin Adler <Darin Adler> Reviewed by Adam … | |
Noncopyable.h | 1.7 KB | 46933 | 16 years | 2009-08-07 Zoltan Horvath <[email protected]> … | |
NotFound.h | 1.5 KB | 43471 | 16 years | 2009-05-10 Darin Adler <Darin Adler> Reviewed by Sam … | |
OwnArrayPtr.h | 2.9 KB | 62674 | 15 years | Make clear set the pointer to 0 before deletion … | |
OwnFastMallocPtr.h | 1.5 KB | 55069 | 15 years | JavaScriptCore: Make UString::m_data be const, and make the UChar … | |
OwnPtr.h | 5.1 KB | 63093 | 15 years | Add WARN_UNUSED_RETURN to the smart pointer "leak" member functions … | |
OwnPtrCommon.h | 2.6 KB | 61847 | 15 years | 2010-06-25 Sheriff Bot <[email protected]> … | |
PageAllocation.cpp | 1.6 KB | 64782 | 15 years | Bug 43185 - Switch RegisterFile over to use PageAllocation Reviewed … | |
PageAllocation.h | 10.2 KB | 64782 | 15 years | Bug 43185 - Switch RegisterFile over to use PageAllocation Reviewed … | |
PageReservation.h | 8.2 KB | 64782 | 15 years | Bug 43185 - Switch RegisterFile over to use PageAllocation Reviewed … | |
PassOwnPtr.h | 6.8 KB | 63093 | 15 years | Add WARN_UNUSED_RETURN to the smart pointer "leak" member functions … | |
PassRefPtr.h | 9.3 KB | 63562 | 15 years | Really add WARN_UNUSED_RESULT to leakRef … | |
Platform.h | 29.9 KB | 65081 | 15 years | 2010-08-10 Patrick Gansterer <[email protected]> Reviewed … | |
PossiblyNull.h | 1.9 KB | 47092 | 16 years | Make it harder to misuse try* allocation routines … | |
RandomNumber.cpp | 4.3 KB | 60945 | 15 years | 2010-06-10 Kwang Yul Seo <[email protected]> Reviewed by … | |
RandomNumber.h | 1.6 KB | 60945 | 15 years | 2010-06-10 Kwang Yul Seo <[email protected]> Reviewed by … | |
RandomNumberSeed.h | 2.9 KB | 52791 | 15 years | 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by … | |
RefCounted.h | 3.6 KB | 62696 | 15 years | 2010-07-07 Darin Adler <Darin Adler> Reviewed by Adam … | |
RefCountedLeakCounter.cpp | 2.9 KB | 36633 | 17 years | 2008-09-18 Darin Adler <Darin Adler> - fix release … | |
RefCountedLeakCounter.h | 1.4 KB | 36631 | 17 years | 2008-09-18 Darin Adler <Darin Adler> Reviewed by Sam … | |
RefPtr.h | 7.1 KB | 62674 | 15 years | Make clear set the pointer to 0 before deletion … | |
RefPtrHashMap.h | 13.1 KB | 53957 | 15 years | Reviewed by Darin Adler. … | |
RetainPtr.h | 7.1 KB | 63562 | 15 years | Really add WARN_UNUSED_RESULT to leakRef … | |
SegmentedVector.h | 7.9 KB | 47265 | 16 years | JavaScriptCore: Some small bits of housekeeping. Patch by Darin Adler … | |
SizeLimits.cpp | 2.6 KB | 62734 | 15 years | Fixed build in configurations like PowerPC. * … | |
StaticConstructors.h | 3.3 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
StdLibExtras.h | 3.2 KB | 64327 | 15 years | 2010-07-29 Sheriff Bot <[email protected]> … | |
StringExtras.cpp | 2.0 KB | 52493 | 15 years | 2009-12-22 Kwang Yul Seo <[email protected]> Reviewed by … | |
StringExtras.h | 3.9 KB | 62550 | 15 years | Update comment in StringExtras.h to be more accurate. Reviewed by … | |
StringHashFunctions.h | 4.3 KB | 53456 | 15 years | Revert r53454, since it causes much sadness in this world. Patch by … | |
TCPackedCache.h | 9.4 KB | 29663 | 17 years | set eol-style to native on tons of files to head off future … | |
TCPageMap.h | 9.2 KB | 41443 | 16 years | <rdar://problem/6354858> FastMallocZone's enumeration code reports … | |
TCSpinLock.h | 7.6 KB | 63981 | 15 years | 2010-07-23 Patrick Gansterer <[email protected]> Reviewed … | |
TCSystemAlloc.cpp | 15.4 KB | 62764 | 15 years | 2010-07-08 Patrick Gansterer <[email protected]> Reviewed … | |
TCSystemAlloc.h | 3.3 KB | 46511 | 16 years | Reviewed by Darin Adler. … | |
ThreadIdentifierDataPthreads.cpp | 3.1 KB | 53714 | 15 years | Fix the leak of ThreadIdentifiers in threadMap across threads. … | |
ThreadIdentifierDataPthreads.h | 3.1 KB | 53714 | 15 years | Fix the leak of ThreadIdentifiers in threadMap across threads. … | |
Threading.cpp | 3.4 KB | 53714 | 15 years | Fix the leak of ThreadIdentifiers in threadMap across threads. … | |
Threading.h | 5.1 KB | 64384 | 15 years | JavaScriptCore: Added a yield() function. … | |
ThreadingNone.cpp | 2.6 KB | 55429 | 15 years | 2010-03-02 Jeremy Orlow <[email protected]> Reviewed by … | |
ThreadingPrimitives.h | 4.4 KB | 58206 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38060 Split up … | |
ThreadingPthreads.cpp | 9.5 KB | 64384 | 15 years | JavaScriptCore: Added a yield() function. … | |
ThreadingWin.cpp | 16.6 KB | 64384 | 15 years | JavaScriptCore: Added a yield() function. … | |
ThreadSafeShared.h | 4.9 KB | 61293 | 15 years | 2010-06-16 Darin Adler <Darin Adler> Reviewed by David … | |
ThreadSpecific.h | 8.9 KB | 61732 | 15 years | 2010-06-23 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
ThreadSpecificWin.cpp | 1.6 KB | 41594 | 16 years | Change the Windows implementation of ThreadSpecific to use functions … | |
TypeTraits.cpp | 8.5 KB | 53568 | 15 years | CrossThreadCopier needs to support ThreadSafeShared better. … | |
TypeTraits.h | 19.4 KB | 53568 | 15 years | CrossThreadCopier needs to support ThreadSafeShared better. … | |
UnusedParam.h | 1.1 KB | 35900 | 17 years | 2008-08-23 Cameron Zwarich <[email protected]> … | |
ValueCheck.h | 1.8 KB | 55811 | 15 years | Refactored fastCheckConsistency to match some review comments: - … | |
Vector3.h | 3.5 KB | 54522 | 15 years | 2010-02-08 Chris Rogers <[email protected]> Reviewed by … | |
Vector.h | 35.7 KB | 64327 | 15 years | 2010-07-29 Sheriff Bot <[email protected]> … | |
VectorTraits.h | 3.9 KB | 55120 | 15 years | Remove auto_ptr usage in JavaScriptCore. … | |
VMTags.h | 3.4 KB | 57583 | 15 years | 2010-04-14 Kent Hansen <[email protected]> Reviewed by … | |
WTFThreadData.cpp | 2.0 KB | 65021 | 15 years | Bug 43594 - Add string forwards to Forward.h This allows us to remove … | |
WTFThreadData.h | 5.2 KB | 65021 | 15 years | Bug 43594 - Add string forwards to Forward.h This allows us to remove … |
Note:
See TracBrowser
for help on using the repository browser.