source:
webkit/trunk/Source/JavaScriptCore/wtf@
94644
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
android | 93590 | 14 years | Remove WebCore/editing/android and other Android-specific directories … | ||
brew | 75009 | 14 years | 2011-01-03 Martin Robinson <[email protected]> Reviewed … | ||
chromium | 58425 | 15 years | 2010-04-28 Darin Fisher <[email protected]> Reviewed by … | ||
dtoa | 94607 | 14 years | Fix broken PPC build due to new dtoa library … | ||
efl | 91171 | 14 years | [EFL] Refactor scheduleDispatchFunctionsOnMainThread to fix crash. … | ||
gobject | 89133 | 14 years | 2011-06-17 Joone Hur <[email protected]> Reviewed … | ||
gtk | 93004 | 14 years | [GTK] Fix non-pthreads build after r91906. … | ||
haiku | 73268 | 14 years | 2010-12-03 Patrick Gansterer <Patrick Gansterer> Reviewed … | ||
mac | 85265 | 14 years | Revert "<http://webkit.org/b/59705> WTF::postTimer() leaks a … | ||
qt | 91906 | 14 years | [chromium] Turn on WTF_MULTIPLE_THREADS. … | ||
tests | 84068 | 14 years | Revert of r83974. JavaScriptCore shouldn't depend on … | ||
text | 94640 | 14 years | Replace usages of Vector<UChar> with existing StringBuilder … | ||
unicode | 90259 | 14 years | 2011-07-01 Jungshik Shin <[email protected]> Reviewed by … | ||
url | 86787 | 14 years | 2011-05-18 Adam Barth <[email protected]> Reviewed by Sam … | ||
win | 61847 | 15 years | 2010-06-25 Sheriff Bot <[email protected]> … | ||
wince | 77070 | 14 years | 2011-01-29 Daniel Bates <[email protected]> Reviewed by Eric … | ||
wx | 80287 | 14 years | [wx] Build fixes for Windows. | ||
Alignment.h | 1.4 KB | 86304 | 14 years | 2011-05-11 Igor Oliveira <[email protected]> … | |
AlwaysInline.h | 986 bytes | 92974 | 14 years | Move compiler specific macros to their own header … | |
ASCIICType.h | 10.3 KB | 85909 | 14 years | 2011-05-05 Jay Civelli <[email protected]> Reviewed by … | |
Assertions.cpp | 9.0 KB | 90649 | 14 years | Patch by Kalev Lember <[email protected]> on 2011-07-08 Reviewed by … | |
Assertions.h | 12.6 KB | 93018 | 14 years | Add back 0xbbadbeef to CRASH to allow for old habits … | |
Atomics.h | 5.7 KB | 94235 | 14 years | Add Android's platform specification and the right atomic functions. … | |
AVLTree.h | 27.5 KB | 62367 | 15 years | 2010-07-01 Oliver Hunt <[email protected]> Reviewed by … | |
Bitmap.h | 4.2 KB | 87522 | 14 years | 2011-05-26 Geoffrey Garen <[email protected]> Reviewed by … | |
BlockStack.h | 2.7 KB | 89637 | 14 years | https://bugs.webkit.org/show_bug.cgi?id=63298 Replace Malloc with … | |
BloomFilter.h | 4.7 KB | 77792 | 14 years | Not reviewed. ASSERTS_DISABLED -> ASSERT_DISABLED * … | |
BumpPointerAllocator.h | 8.7 KB | 72967 | 14 years | Fixed a crash seen when using a PageAllocation to store itself. … | |
ByteArray.cpp | 1.6 KB | 65260 | 15 years | 2010-08-12 Gabor Loki <[email protected]> Reviewed by … | |
ByteArray.h | 3.3 KB | 92555 | 14 years | Patch by Aron Rosenberg <[email protected]> on 2011-08-06 … | |
CheckedArithmetic.h | 22.2 KB | 94460 | 14 years | Compile fix for mac build. * wtf/CheckedArithmetic.h: … | |
CMakeLists.txt | 4.5 KB | 94452 | 14 years | Incorporate newer, faster dtoa library … | |
CMakeListsEfl.txt | 1020 bytes | 91737 | 14 years | [EFL] Build break with --debug after r89153. … | |
CMakeListsWinCE.txt | 522 bytes | 74815 | 14 years | 2010-12-30 Patrick Gansterer <Patrick Gansterer> Reviewed … | |
Compiler.h | 5.7 KB | 93012 | 14 years | Use builtin_trap() for CRASH when building with clang … | |
Complex.h | 1.9 KB | 73283 | 14 years | 2010-12-03 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 | 81567 | 14 years | 2011-03-20 Bill Budge <[email protected]> Reviewed by … | |
CryptographicallyRandomNumber.cpp | 4.4 KB | 92068 | 14 years | Remove inclusion of MainThread.h from Threading.h … | |
CryptographicallyRandomNumber.h | 1.7 KB | 78149 | 14 years | 2011-02-09 Adam Barth <[email protected]> Reviewed by Eric … | |
CurrentTime.cpp | 10.5 KB | 92859 | 14 years | Implementation of monotonically increasing clock on GTK … | |
CurrentTime.h | 2.6 KB | 88199 | 14 years | 2011-06-06 James Simonsen <[email protected]> Reviewed … | |
DateMath.cpp | 40.6 KB | 90916 | 14 years | Reviewed by Andreas Kling. Broken build on QNX … | |
DateMath.h | 7.4 KB | 87958 | 14 years | 2011-06-02 Jay Civelli <[email protected]> Reviewed by … | |
DecimalNumber.cpp | 5.9 KB | 70198 | 15 years | 2010-10-19 Simon Fraser <Simon Fraser> Reviewed … | |
DecimalNumber.h | 4.0 KB | 88587 | 14 years | https://bugs.webkit.org/show_bug.cgi?id=16777 Eliminate JSC::NaN and … | |
Decoder.h | 1.9 KB | 74926 | 14 years | Add Encode/Decode machinery Darin and I plan to work with for … | |
Deque.h | 24.5 KB | 92050 | 14 years | MessageQueue::waitForMessageFilteredWithTimeout can triggers an … | |
DisallowCType.h | 3.7 KB | 47516 | 16 years | 2009-08-19 Jungshik Shin <[email protected]> Reviewed by … | |
DoublyLinkedList.h | 4.1 KB | 87427 | 14 years | Rolled back in http://trac.webkit.org/changeset/87408 with Windows … | |
dtoa.cpp | 48.5 KB | 94452 | 14 years | Incorporate newer, faster dtoa library … | |
dtoa.h | 2.0 KB | 94452 | 14 years | Incorporate newer, faster dtoa library … | |
DynamicAnnotations.cpp | 2.2 KB | 90477 | 14 years | 2011-07-06 Dmitriy Vyukov <[email protected]> Reviewed by … | |
DynamicAnnotations.h | 4.5 KB | 89566 | 14 years | 2011-06-23 Sheriff Bot <[email protected]> … | |
Encoder.h | 1.9 KB | 75085 | 14 years | Unreviewed build fix. * wtf/Encoder.h: Add <stdint.h> include for … | |
ExportMacros.h | 2.0 KB | 81135 | 14 years | Reviewed by Darin Adler. Introduce WTF_USE_EXPORT_MACROS, which will … | |
FastAllocBase.h | 12.9 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
FastMalloc.cpp | 148.2 KB | 93012 | 14 years | Use builtin_trap() for CRASH when building with clang … | |
FastMalloc.h | 9.9 KB | 85700 | 14 years | 2011-05-03 Oliver Hunt <[email protected]> Reviewed by … | |
FixedArray.h | 1.8 KB | 72574 | 15 years | 2010-11-22 Patrick Gansterer <Patrick Gansterer> Reviewed … | |
Forward.h | 1.9 KB | 94640 | 14 years | Replace usages of Vector<UChar> with existing StringBuilder … | |
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 | 76248 | 14 years | Refactoring of the custom allocation framework … | |
HashFunctions.h | 6.8 KB | 52776 | 15 years | JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=33163 Add … | |
HashIterators.h | 8.9 KB | 84718 | 14 years | 2011-04-22 Vitaly Repeshko <[email protected]> Reviewed … | |
HashMap.h | 15.4 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
HashSet.h | 9.1 KB | 76425 | 14 years | 2011-01-21 Geoffrey Garen <[email protected]> Reviewed by … | |
HashTable.cpp | 2.3 KB | 38859 | 16 years | 2008-12-01 David Levin <[email protected]> Reviewed by … | |
HashTable.h | 44.8 KB | 93991 | 14 years | Unreviewed build fix after r93990. * wtf/HashTable.h: | |
HashTraits.h | 5.3 KB | 93990 | 14 years | Viewing a post on reddit.com wastes a lot of memory on event … | |
HexNumber.h | 3.3 KB | 81943 | 14 years | 2011-03-24 Nikolas Zimmermann <[email protected]> … | |
ListHashSet.h | 24.8 KB | 84825 | 14 years | Build fix. * wtf/ListHashSet.h: | |
ListRefPtr.h | 2.7 KB | 48988 | 16 years | 2009-10-01 Yongjun Zhang <[email protected]> Reviewed … | |
Locker.h | 1.9 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
MainThread.cpp | 7.0 KB | 86972 | 14 years | <rdar://problem/9472883> and … | |
MainThread.h | 2.8 KB | 59001 | 15 years | JavaScriptCore: Safari pegs CPU and drops tons of frames using HTML5 … | |
MallocZoneSupport.h | 2.5 KB | 78176 | 14 years | <rdar://problem/8805364> Malloc zone enumeration code should be safe … | |
MathExtras.h | 9.6 KB | 94457 | 14 years | Read out of bounds in sUnpremultiplyData_RGBA8888 / … | |
MD5.cpp | 11.1 KB | 80446 | 14 years | 2011-03-06 Yuta Kitamura <[email protected]> Reviewed by … | |
MD5.h | 2.0 KB | 59067 | 15 years | 2010-05-09 Fumitoshi Ukai <[email protected]> Reviewed by … | |
MessageQueue.h | 7.3 KB | 92050 | 14 years | MessageQueue::waitForMessageFilteredWithTimeout can triggers an … | |
Noncopyable.h | 1.6 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
NonCopyingSort.h | 3.1 KB | 66968 | 15 years | 2010-08-30 Maciej Stachowiak <[email protected]> Reviewed by … | |
NotFound.h | 1.5 KB | 43471 | 16 years | 2009-05-10 Darin Adler <Darin Adler> Reviewed by Sam … | |
NullPtr.cpp | 1.4 KB | 85521 | 14 years | 2011-05-02 Xan Lopez <[email protected]> Reviewed by Alexey … | |
NullPtr.h | 1.9 KB | 92555 | 14 years | Patch by Aron Rosenberg <[email protected]> on 2011-08-06 … | |
OSAllocator.h | 4.7 KB | 86906 | 14 years | 2011-05-19 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
OSAllocatorPosix.cpp | 5.5 KB | 92635 | 14 years | Using mprotect to create guard pages breaks our use of madvise to … | |
OSAllocatorSymbian.cpp | 7.7 KB | 86906 | 14 years | 2011-05-19 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
OSAllocatorWin.cpp | 2.8 KB | 86908 | 14 years | Fix windows build. | |
OSRandomSource.cpp | 2.8 KB | 80407 | 14 years | 2011-03-04 Viatcheslav Ostapenko <[email protected]> … | |
OSRandomSource.h | 1.8 KB | 78195 | 14 years | 2011-02-10 Patrick Gansterer <Patrick Gansterer> Reviewed … | |
OwnArrayPtr.h | 4.5 KB | 88988 | 14 years | 2011-06-15 Darin Adler <Darin Adler> Reviewed by Adam … | |
OwnFastMallocPtr.h | 1.5 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
OwnPtr.h | 5.5 KB | 88988 | 14 years | 2011-06-15 Darin Adler <Darin Adler> Reviewed by Adam … | |
OwnPtrCommon.h | 3.0 KB | 91018 | 14 years | [EFL] Add OwnPtr specialization for Ecore_Pipe. … | |
PageAllocation.h | 3.9 KB | 86906 | 14 years | 2011-05-19 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
PageAllocationAligned.cpp | 3.5 KB | 74431 | 14 years | JavaScriptCore: Added PageAllocationAligned, a cross-platform … | |
PageAllocationAligned.h | 2.3 KB | 86906 | 14 years | 2011-05-19 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
PageAllocatorSymbian.h | 3.1 KB | 83059 | 14 years | 2011-04-06 Liang Qi <[email protected]> Reviewed by … | |
PageBlock.cpp | 2.6 KB | 87198 | 14 years | 2011-05-24 Geoffrey Garen <[email protected]> Reviewed by … | |
PageBlock.h | 2.8 KB | 87308 | 14 years | 2011-05-25 Oliver Hunt <[email protected]> Reviewed by … | |
PageReservation.h | 5.4 KB | 86906 | 14 years | 2011-05-19 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
ParallelJobs.h | 3.3 KB | 84911 | 14 years | 2011-04-26 Gabor Loki <[email protected]> Reviewed by Csaba … | |
ParallelJobsGeneric.cpp | 3.1 KB | 84911 | 14 years | 2011-04-26 Gabor Loki <[email protected]> Reviewed by Csaba … | |
ParallelJobsGeneric.h | 4.2 KB | 84911 | 14 years | 2011-04-26 Gabor Loki <[email protected]> Reviewed by Csaba … | |
ParallelJobsLibdispatch.h | 2.9 KB | 84911 | 14 years | 2011-04-26 Gabor Loki <[email protected]> Reviewed by Csaba … | |
ParallelJobsOpenMP.h | 2.6 KB | 84911 | 14 years | 2011-04-26 Gabor Loki <[email protected]> Reviewed by Csaba … | |
PassOwnArrayPtr.h | 5.5 KB | 89283 | 14 years | 2011-06-18 Anders Carlsson <[email protected]> Reviewed by … | |
PassOwnPtr.h | 6.3 KB | 89283 | 14 years | 2011-06-18 Anders Carlsson <[email protected]> Reviewed by … | |
PassRefPtr.h | 8.0 KB | 92903 | 14 years | Unreviewed, rolling out r92880. http://trac.webkit.org/changeset/92880 … | |
PassTraits.h | 2.4 KB | 86383 | 14 years | 2011-05-12 Maciej Stachowiak <[email protected]> Reviewed by … | |
Platform.h | 30.8 KB | 94559 | 14 years | JavaScriptCore does not have tiered compilation … | |
PossiblyNull.h | 1.9 KB | 47092 | 16 years | Make it harder to misuse try* allocation routines … | |
RandomNumber.cpp | 3.7 KB | 84466 | 14 years | 2011-04-20 Adam Klein <[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.8 KB | 77260 | 14 years | 2011-02-01 Daniel Bates <[email protected]> Reviewed by … | |
RefCounted.h | 5.8 KB | 92523 | 14 years | <http://webkit.org/b/65785> ThreadRestrictionVerifier needs a mode … | |
RefCountedLeakCounter.cpp | 2.9 KB | 84466 | 14 years | 2011-04-20 Adam Klein <[email protected]> Reviewed by … | |
RefCountedLeakCounter.h | 1.4 KB | 36631 | 17 years | 2008-09-18 Darin Adler <Darin Adler> Reviewed by Sam … | |
RefPtr.h | 7.1 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
RefPtrHashMap.h | 13.2 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
RetainPtr.h | 7.5 KB | 83664 | 14 years | 2011-04-12 Oliver Hunt <[email protected]> Reviewed by … | |
SegmentedVector.h | 7.9 KB | 88892 | 14 years | https://bugs.webkit.org/show_bug.cgi?id=43841 … | |
SentinelLinkedList.h | 4.4 KB | 94559 | 14 years | JavaScriptCore does not have tiered compilation … | |
SHA1.cpp | 6.1 KB | 80446 | 14 years | 2011-03-06 Yuta Kitamura <[email protected]> Reviewed by … | |
SHA1.h | 2.2 KB | 80446 | 14 years | 2011-03-06 Yuta Kitamura <[email protected]> Reviewed by … | |
SinglyLinkedList.h | 2.1 KB | 78634 | 14 years | 2011-02-14 Oliver Hunt <[email protected]> Reviewed by Gavin … | |
SizeLimits.cpp | 2.6 KB | 92254 | 14 years | Add asserts to RefCounted to make sure ref/deref happens on the right … | |
StackBounds.cpp | 7.7 KB | 92868 | 14 years | Removed unused variable in StackBounds::initialize() to resolve … | |
StackBounds.h | 3.3 KB | 74360 | 14 years | Bug 26276 - Need a mechanism to determine stack extent Reviewed by … | |
StaticConstructors.h | 3.3 KB | 58307 | 15 years | Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER) Reviewed by Simon … | |
StdLibExtras.h | 8.1 KB | 93466 | 14 years | The JSC JIT currently has no facility to profile and report the types … | |
StringExtras.cpp | 2.0 KB | 52493 | 15 years | 2009-12-22 Kwang Yul Seo <[email protected]> Reviewed by … | |
StringExtras.h | 3.8 KB | 78278 | 14 years | 2011-02-10 Patrick Gansterer <Patrick Gansterer> Reviewed … | |
StringHasher.h | 4.9 KB | 81548 | 14 years | 2011-03-19 Patrick Gansterer <Patrick Gansterer> Reviewed … | |
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 | 66538 | 15 years | * wtf/FastMalloc.cpp: (WTF::TCMalloc_PageHeap::scavenge): Replaced … | |
TCSpinLock.h | 7.6 KB | 69728 | 15 years | 2010-10-13 Fridrich Strba <[email protected]> … | |
TCSystemAlloc.cpp | 15.7 KB | 92231 | 14 years | Virtual copying of FastMalloc allocated memory causes madvise … | |
TCSystemAlloc.h | 3.3 KB | 46511 | 16 years | Reviewed by Darin Adler. … | |
ThreadFunctionInvocation.h | 1.9 KB | 74975 | 14 years | 2011-01-04 Daniel Bates <[email protected]> Reviewed by Adam … | |
ThreadIdentifierDataPthreads.cpp | 3.1 KB | 94281 | 14 years | Define PTHREAD_KEYS_MAX to fix Android port build. … | |
ThreadIdentifierDataPthreads.h | 3.2 KB | 92154 | 14 years | currentThread is too slow! … | |
Threading.cpp | 3.4 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
Threading.h | 5.1 KB | 92068 | 14 years | Remove inclusion of MainThread.h from Threading.h … | |
ThreadingNone.cpp | 2.6 KB | 55429 | 15 years | 2010-03-02 Jeremy Orlow <[email protected]> Reviewed by … | |
ThreadingPrimitives.h | 4.8 KB | 76975 | 14 years | Chromium build fix after r76967 * wtf/ThreadingPrimitives.h: Use … | |
ThreadingPthreads.cpp | 9.1 KB | 94452 | 14 years | Incorporate newer, faster dtoa library … | |
ThreadingWin.cpp | 17.2 KB | 94452 | 14 years | Incorporate newer, faster dtoa library … | |
ThreadRestrictionVerifier.h | 5.0 KB | 92523 | 14 years | <http://webkit.org/b/65785> ThreadRestrictionVerifier needs a mode … | |
ThreadSafeRefCounted.h | 5.1 KB | 82508 | 14 years | Add some dynamic annotations to JavaScriptCore/wtf … | |
ThreadSpecific.h | 8.9 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
ThreadSpecificWin.cpp | 1.6 KB | 76248 | 14 years | Refactoring of the custom allocation framework … | |
TypeTraits.cpp | 9.0 KB | 69236 | 15 years | Start cleaning up Arguments.h … | |
TypeTraits.h | 19.9 KB | 85945 | 14 years | 2011-05-06 Alexis Menard <[email protected]> … | |
UnusedParam.h | 1.3 KB | 66489 | 15 years | Modify ASSERT_UNUSED and UNUSED_PARAM similar to Qt's Q_UNUSED. … | |
ValueCheck.h | 1.8 KB | 55811 | 15 years | Refactored fastCheckConsistency to match some review comments: - … | |
Vector.h | 36.3 KB | 88477 | 14 years | Source/JavaScriptCore: Add Vector::reverse() … | |
VectorTraits.h | 3.7 KB | 83637 | 14 years | 2011-04-12 Geoffrey Garen <[email protected]> Reviewed by … | |
VMTags.h | 3.0 KB | 85036 | 14 years | Remove some dead code. Rubber-stamped by Timothy Hatcher. | |
wtf.pri | 1.7 KB | 94452 | 14 years | Incorporate newer, faster dtoa library … | |
WTFThreadData.cpp | 2.0 KB | 75011 | 14 years | 2011-01-04 James Robinson <[email protected]> Reviewed by … | |
WTFThreadData.h | 5.3 KB | 76248 | 14 years | Refactoring of the custom allocation framework … |
Note:
See TracBrowser
for help on using the repository browser.