source:
webkit/trunk/JavaScriptCore/wtf@
59064
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
android | 52503 | 15 years | 2009-12-22 Steve Block <[email protected]> Reviewed by … | ||
brew | 58164 | 15 years | 2010-04-23 Patrick Gansterer <[email protected]> Reviewed … | ||
chromium | 58425 | 15 years | 2010-04-28 Darin Fisher <[email protected]> Reviewed by … | ||
efl | 57968 | 15 years | 2010-04-21 Gustavo Sverzut Barbieri <[email protected]> … | ||
gobject | 58885 | 15 years | 2010-05-06 Martin Robinson <Martin Robinson> Reviewed … | ||
gtk | 58266 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle … | ||
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 | 58266 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle … | ||
symbian | 56370 | 15 years | 2010-03-22 Siddharth Mathur <[email protected]> … | ||
text | 58851 | 15 years | Bug 38604 - workers-gc2 crashing on Qt Reviewed by Darin Adler. This … | ||
unicode | 58167 | 15 years | 2010-04-23 Gabor Rapcsanyi <[email protected]> … | ||
url | 59024 | 15 years | 2010-05-08 Adam Barth <[email protected]> Reviewed by Darin … | ||
win | 58266 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle … | ||
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.6 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
Atomics.h | 5.2 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
AVLTree.h | 27.4 KB | 42638 | 16 years | 2009-04-17 Gavin Barraclough <[email protected]> … | |
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 … | |
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.7 KB | 49160 | 16 years | StringImpl needs a method to get an instance for another thread which … | |
CurrentTime.cpp | 9.5 KB | 58429 | 15 years | Don't use CFAbsoluteTimeGetCurrent on Mac OS X, since it's just a … | |
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.1 KB | 45073 | 16 years | 2009-06-24 Zoltan Horvath <[email protected]> … | |
DisallowCType.h | 3.7 KB | 47516 | 16 years | 2009-08-19 Jungshik Shin <[email protected]> Reviewed by … | |
dtoa.cpp | 65.2 KB | 52729 | 15 years | 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by … | |
dtoa.h | 1.5 KB | 51168 | 16 years | 2009-11-18 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.2 KB | 58753 | 15 years | 2010-05-04 Gustavo Noronha Silva <[email protected]> … | |
FastMalloc.h | 8.7 KB | 56468 | 15 years | Reviewed by Geoff Garen. * wtf/FastMalloc.h: Added a using … | |
Forward.h | 1.4 KB | 48650 | 16 years | * wtf/Forward.h: Added PassOwnPtr. Reviewed by Sam Weinig. | |
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 | 10.2 KB | 53957 | 15 years | Reviewed by Darin Adler. … | |
HashTable.cpp | 2.3 KB | 38859 | 16 years | 2008-12-01 David Levin <[email protected]> Reviewed by … | |
HashTable.h | 44.1 KB | 54618 | 15 years | Reviewed by Geoffrey Garen. … | |
HashTraits.h | 5.1 KB | 54618 | 15 years | Reviewed by Geoffrey Garen. … | |
ListHashSet.h | 19.2 KB | 50324 | 16 years | Allow custom memory allocation control for JavaScriptCore's … | |
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 | 7.0 KB | 59001 | 15 years | JavaScriptCore: Safari pegs CPU and drops tons of frames using HTML5 … | |
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 | 6.7 KB | 58308 | 15 years | Compile fix for Visual Studio 2010 … | |
MD5.cpp | 10.9 KB | 58138 | 15 years | Unreviewed build fix. * wtf/MD5.cpp: fix include path of CString.h | |
MD5.h | 2.0 KB | 58136 | 15 years | 2010-04-22 Fumitoshi Ukai <[email protected]> Reviewed by … | |
MessageQueue.h | 7.3 KB | 51198 | 16 years | Fixing a bug in MessageQueue::removeIf() that leads to an assertion … | |
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.4 KB | 45911 | 16 years | 2009-07-07 Norbert Leser <[email protected]> Reviewed … | |
OwnFastMallocPtr.h | 1.5 KB | 55069 | 15 years | JavaScriptCore: Make UString::m_data be const, and make the UChar … | |
OwnPtr.h | 4.4 KB | 55120 | 15 years | Remove auto_ptr usage in JavaScriptCore. … | |
OwnPtrCommon.h | 2.5 KB | 55621 | 15 years | 2010-03-06 Kwang Yul Seo <[email protected]> Reviewed by … | |
PassOwnPtr.h | 5.9 KB | 44095 | 16 years | Part 1 of 2: Bug 25495: Implement PassOwnPtr and replace uses of … | |
PassRefPtr.h | 8.5 KB | 57262 | 15 years | Reviewed Oliver Hunt. [Qt]r57240 broke Qt build (might be a gcc bug) … | |
Platform.h | 29.3 KB | 59042 | 15 years | 2010-05-08 Laszlo Gombos <Laszlo Gombos> … | |
PossiblyNull.h | 1.9 KB | 47092 | 16 years | Make it harder to misuse try* allocation routines … | |
RandomNumber.cpp | 4.7 KB | 53928 | 15 years | 2010-01-27 Kwang Yul Seo <[email protected]> Reviewed by … | |
RandomNumber.h | 1.9 KB | 58941 | 15 years | 2010-05-06 Fumitoshi Ukai <[email protected]> Reviewed by … | |
RandomNumberSeed.h | 2.9 KB | 52791 | 15 years | 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by … | |
RefCounted.h | 2.9 KB | 51875 | 15 years | Revert and reopen "Add asserts to RefCounted to make sure ref/deref … | |
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 | 6.9 KB | 58858 | 15 years | 2010-05-05 Tony Gentilcore <[email protected]> Reviewed by … | |
RefPtrHashMap.h | 13.1 KB | 53957 | 15 years | Reviewed by Darin Adler. … | |
RetainPtr.h | 5.7 KB | 40399 | 16 years | 2009-01-30 David Levin <[email protected]> Reviewed by … | |
SegmentedVector.h | 7.9 KB | 47265 | 16 years | JavaScriptCore: Some small bits of housekeeping. Patch by Darin Adler … | |
StaticConstructors.h | 3.3 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
StdLibExtras.h | 3.2 KB | 56085 | 15 years | Rolled out r56081 since it broke the Windows build. | |
StringExtras.cpp | 2.0 KB | 52493 | 15 years | 2009-12-22 Kwang Yul Seo <[email protected]> Reviewed by … | |
StringExtras.h | 3.2 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
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 | 6.7 KB | 53580 | 15 years | Use the inline i386 assembly for x86_64 as well rather than falling … | |
TCSystemAlloc.cpp | 15.4 KB | 55483 | 15 years | Add virtual memory tags for TCMalloc and WebCore's purgeable buffers. … | |
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 | 58266 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle … | |
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.2 KB | 58266 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle … | |
ThreadingWin.cpp | 16.5 KB | 58266 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle … | |
ThreadSafeShared.h | 5.0 KB | 58206 | 15 years | Fix for https://bugs.webkit.org/show_bug.cgi?id=38060 Split up … | |
ThreadSpecific.h | 8.0 KB | 54123 | 15 years | 2010-01-31 Patrick Gansterer <[email protected]> Reviewed … | |
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 | 34.5 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
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 | 58712 | 15 years | Rolling out r58114 - this introduced memory leaks of AtomicStrings … | |
WTFThreadData.h | 5.4 KB | 58712 | 15 years | Rolling out r58114 - this introduced memory leaks of AtomicStrings … |
Note:
See TracBrowser
for help on using the repository browser.