git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Changes method of quitting iOS Simulator to be more correct.
[WebKit-https.git]
/
Source
/
WTF
/
wtf
/
2015-04-16
utatane.tea@gmail.com
[ES6] Implement Symbol.for and Symbol.keyFor
tree
|
commitdiff
2015-04-16
antti@apple.com
Use CommonCrypto for SHA1 and MD5
tree
|
commitdiff
2015-04-15
commit-queue@webki...
Harmonize binary semaphore ifdefs
tree
|
commitdiff
2015-04-13
mcatanzaro@igalia.com
Fix -Wparentheses warning with GCC 5 in SaturatedArithm...
tree
|
commitdiff
2015-04-11
weinig@apple.com
Allow LaunchServices to handle URLs on link navigations
tree
|
commitdiff
2015-04-10
aestes@apple.com
[Cocoa] Add a HAVE(AVKIT) and use it
tree
|
commitdiff
2015-04-09
aestes@apple.com
[Content Filtering] Add a HAVE(PARENTAL_CONTROLS) and...
tree
|
commitdiff
2015-04-08
achristensen@apple.com
Add CMake build system for WinCairo port.
tree
|
commitdiff
2015-04-05
antti@apple.com
Bloom filter should support longer hashes
tree
|
commitdiff
2015-04-03
antti@apple.com
Source/WebCore:
tree
|
commitdiff
2015-04-01
antti@apple.com
015-04-01 Antti Koivisto <antti@apple.com>
tree
|
commitdiff
2015-04-01
achristensen@apple.com
Progress towards CMake on Windows and Mac.
tree
|
commitdiff
2015-04-01
ap@apple.com
Fix the build after <trac.webkit.org/changeset/182205>.
tree
|
commitdiff
2015-03-31
utatane.tea@gmail.com
Clean up Identifier factories to clarify the meaning...
tree
|
commitdiff
2015-03-31
gyuyoung.kim@samsu...
[CMake][EFL] Remove redundant library link and include...
tree
|
commitdiff
2015-03-26
commit-queue@webki...
Progress towards CMake on Mac.
tree
|
commitdiff
2015-03-26
fpizlo@apple.com
Unreviewed, we have edited this file in 2015.
tree
|
commitdiff
2015-03-26
fpizlo@apple.com
Heap variables shouldn't end up in the stack frame
tree
|
commitdiff
2015-03-25
fpizlo@apple.com
Change Atomic methods from using the_wrong_naming_conve...
tree
|
commitdiff
2015-03-24
bdakin@apple.com
Add events related to force click gesture
tree
|
commitdiff
2015-03-24
fpizlo@apple.com
JSC should have a low-cost asynchronous disassembler
tree
|
commitdiff
2015-03-23
benjamin@webkit.org
CSS Selectors: fix attribute case-insensitive matching...
tree
|
commitdiff
2015-03-19
akling@apple.com
DFGAllocator should use bmalloc's aligned allocator.
tree
|
commitdiff
2015-03-19
diorahman@rockybar...
Source/WTF:
tree
|
commitdiff
2015-03-17
msaboff@apple.com
Windows X86-64 should use the fixed executable allocator
tree
|
commitdiff
2015-03-17
rniwa@webkit.org
Enable ES6 classes by default
tree
|
commitdiff
2015-03-16
ossy@webkit.org
[ARM] Enable generating idiv instructions if it is...
tree
|
commitdiff
2015-03-16
benjamin@webkit.org
Fix StringView after r181525
tree
|
commitdiff
2015-03-16
commit-queue@webki...
Add APNG support
tree
|
commitdiff
2015-03-16
benjamin@webkit.org
CSS: fix the case-insensitive matching of the attribute...
tree
|
commitdiff
2015-03-15
benjamin@webkit.org
Change the exact attribute matching to be ASCII case...
tree
|
commitdiff
2015-03-14
msaboff@apple.com
Disable Yarr JIT for ARMv7k
tree
|
commitdiff
2015-03-14
msaboff@apple.com
ES6: Add binary and octal literal support
tree
|
commitdiff
2015-03-13
mark.lam@apple.com
Replace TCSpinLock with a new WTF::SpinLock based on...
tree
|
commitdiff
2015-03-13
mark.lam@apple.com
Introduce WTF::Atomic to wrap std::atomic for a friendl...
tree
|
commitdiff
2015-03-13
fpizlo@apple.com
Bytecode liveness analysis should have more lambdas...
tree
|
commitdiff
2015-03-13
msaboff@apple.com
Disable Yarr JIT for ARMv7k
tree
|
commitdiff
2015-03-13
mark.lam@apple.com
Change WTF::ByteSpinLock to use std::atomic.
tree
|
commitdiff
2015-03-12
ossy@webkit.org
[ARM][Linux] GC sometimes stuck in an infinite loop...
tree
|
commitdiff
2015-03-11
mmaxfield@apple.com
Use out-of-band messaging for RenderBox::firstLineBasel...
tree
|
commitdiff
2015-03-11
bfulgham@apple.com
[Win] 17 different JSC tests started to fail in DST
tree
|
commitdiff
2015-03-10
commit-queue@webki...
Use unsigned for HashSet size.
tree
|
commitdiff
2015-03-10
commit-queue@webki...
Remove PassRefPtr from svg/properties classes.
tree
|
commitdiff
2015-03-10
mark.lam@apple.com
[Win] JSC Build Warnings Need to be Resolved.
tree
|
commitdiff
2015-03-10
ggaren@apple.com
bmalloc: tryFastMalloc shouldn't crash
tree
|
commitdiff
2015-03-10
commit-queue@webki...
GCC: CRASH() should be annotated with NORETURN
tree
|
commitdiff
2015-03-10
commit-queue@webki...
Unreviewed, rolling out r181307.
tree
|
commitdiff
2015-03-10
ggaren@apple.com
bmalloc: tryFastMalloc shouldn't crash
tree
|
commitdiff
2015-03-10
mark.lam@apple.com
8-bit version of weakCompareAndSwap() can cause an...
tree
|
commitdiff
2015-03-09
commit-queue@webki...
[EFL] Move DispatchQueue to WTF
tree
|
commitdiff
2015-03-09
bfulgham@apple.com
[Win] WTF::WorkQueue does not balance ref/deref properly
tree
|
commitdiff
2015-03-08
bfulgham@apple.com
[Win] Revive WTF::WorkQueue on Windows
tree
|
commitdiff
2015-03-06
ggaren@apple.com
2015-03-06 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2015-03-06
mmaxfield@apple.com
Crash in -[WebCascadeList objectAtIndex:] + 195
tree
|
commitdiff
2015-03-06
simon.fraser@apple.com
Allow tree dumping functions to be used in release...
tree
|
commitdiff
2015-03-05
benjamin@webkit.org
Regression(r173761): ASSERTION FAILED: !is8Bit() in...
tree
|
commitdiff
2015-03-05
cdumez@apple.com
NetworkCache efficacy logging is using too much CPU
tree
|
commitdiff
2015-03-05
antti@apple.com
Support WorkQueue QOS classes on Mavericks
tree
|
commitdiff
2015-03-04
andersca@apple.com
Remove unused compression code
tree
|
commitdiff
2015-03-03
gyuyoung.kim@samsu...
[WK2] Remove unnecessary create() factory functions.
tree
|
commitdiff
2015-03-03
fpizlo@apple.com
DFG compile time measurements should really report...
tree
|
commitdiff
2015-02-28
darin@apple.com
Remove unused PossiblyNull
tree
|
commitdiff
2015-02-26
commit-queue@webki...
Revert bug 19975, now that gcc 4.7 is required.
tree
|
commitdiff
2015-02-26
ossy@webkit.org
UNREACHABLE_FOR_PLATFORM() should be release assert
tree
|
commitdiff
2015-02-25
fpizlo@apple.com
Enable concurrent JIT on GTK
tree
|
commitdiff
2015-02-24
bfulgham@apple.com
WTF::WeakPtr should rename 'forgot' to 'clear' and...
tree
|
commitdiff
2015-02-23
bfulgham@apple.com
Source/WTF:
tree
|
commitdiff
2015-02-20
ggaren@apple.com
Remove TCMalloc
tree
|
commitdiff
2015-02-20
ossy@webkit.org
EFL URTBF
tree
|
commitdiff
2015-02-20
simon.fraser@apple.com
RunLoop::dispatch() should drop the mutex before callin...
tree
|
commitdiff
2015-02-20
gyuyoung.kim@samsu...
Unreviewed, EFL build fix since r180410.
tree
|
commitdiff
2015-02-20
antti@apple.com
Move WorkQueue from WK2 to WTF
tree
|
commitdiff
2015-02-14
gyuyoung.kim@samsu...
[EFL] Enable bmalloc for EFL port
tree
|
commitdiff
2015-02-13
andersca@apple.com
Add a move constructor and move assignment operator...
tree
|
commitdiff
2015-02-13
andersca@apple.com
Add an initializer list constructor to Deque
tree
|
commitdiff
2015-02-13
andersca@apple.com
Re-indent Deque.h
tree
|
commitdiff
2015-02-12
bfulgham@apple.com
[Win] [64-bit] Work around MSVC2013 Runtime Bug
tree
|
commitdiff
2015-02-11
gyuyoung.kim@samsu...
[EFL][GTK] Use bmalloc instead of tcmalloc
tree
|
commitdiff
2015-02-11
darin@apple.com
Add the crash-on-failure behavior to bmalloc-based...
tree
|
commitdiff
2015-02-10
carlosgc@webkit.org
[GTK] GMutexLocker build issue
tree
|
commitdiff
2015-02-10
ap@apple.com
REGRESSION: tryFastCalloc is no longer "try"
tree
|
commitdiff
2015-02-08
ossy@webkit.org
[ARM] GC sometimes stuck in an infinite loop if paralle...
tree
|
commitdiff
2015-02-08
cdumez@apple.com
Add Vector::removeFirstMatching() / removeAllMatching...
tree
|
commitdiff
2015-02-06
commit-queue@webki...
Unreviewed, rolling out r179743.
tree
|
commitdiff
2015-02-06
akling@apple.com
Remove WTF::fastMallocGoodSize().
tree
|
commitdiff
2015-02-05
calvaris@igalia.com
[Streams API] Implement a barebone ReadableStream interface
tree
|
commitdiff
2015-02-04
ap@apple.com
Optimized equal() functions in StringImpl.h are not...
tree
|
commitdiff
2015-02-04
cdumez@apple.com
Add removeFirst(value) / removeAll(value) methods to...
tree
|
commitdiff
2015-02-03
commit-queue@webki...
Optimize matchesLangPseudoClass() of :lang()
tree
|
commitdiff
2015-02-02
ggaren@apple.com
Use FastMalloc (bmalloc) instead of BlockAllocator...
tree
|
commitdiff
2015-02-02
dbates@webkit.org
[iOS] ASSERTION FAILED: m_scriptExecutionContext->isCon...
tree
|
commitdiff
2015-01-31
weinig@apple.com
Remove even more Mountain Lion support
tree
|
commitdiff
2015-01-31
commit-queue@webki...
Unreviewed, rolling out r179426.
tree
|
commitdiff
2015-01-31
commit-queue@webki...
Unreviewed, rolling out r179408.
tree
|
commitdiff
2015-01-31
utatane.tea@gmail.com
Implement ES6 Symbol
tree
|
commitdiff
2015-01-31
ggaren@apple.com
Use FastMalloc (bmalloc) instead of BlockAllocator...
tree
|
commitdiff
2015-01-31
commit-queue@webki...
Call vsnprintf instead of _vsnprintf in vprintf_stderr_...
tree
|
commitdiff
2015-01-30
burg@cs.washington.edu
Web Inspector: ASSERT in InspectorTimelineAgent::intern...
tree
|
commitdiff
2015-01-30
cdumez@apple.com
Add match_constness<Reference, T> helper struct
tree
|
commitdiff
2015-01-30
cdumez@apple.com
Add assertion in RefPtr's operator*() to make sure...
tree
|
commitdiff
next