2016-09-27 |
commit-queue@webki... | [CMake] Use CMake to determine HAVE_* defines |
blob | commitdiff |
2016-09-27 |
andersca@apple.com | PlatformEvent::m_modifiers should be an OptionSet |
blob | commitdiff | diff to current |
2016-09-27 |
jer.noble@apple.com | Remove deprecated ENCRYPTED_MEDIA implementation. |
blob | commitdiff | diff to current |
2016-09-27 |
commit-queue@webki... | [Fetch API] Use Ref<const T> in FetchBody::m_data variant |
blob | commitdiff | diff to current |
2016-09-26 |
dbates@webkit.org | Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING |
blob | commitdiff | diff to current |
2016-09-26 |
benjamin@webkit.org | [JSC] Shrink the Math inline caches some more |
blob | commitdiff | diff to current |
2016-09-26 |
mcatanzaro@igalia.com | std::unique_ptr deleter functions should not check... |
blob | commitdiff | diff to current |
2016-09-26 |
mcatanzaro@igalia.com | == Rolled over to ChangeLog-2016-09-26 == |
blob | commitdiff | diff to current |
2016-09-24 |
fpizlo@apple.com | Need a store-load fence between setting cell state... |
blob | commitdiff | diff to current |
2016-09-23 |
caitp@igalia.com | [JSC] Implement parsing of Async Functions |
blob | commitdiff | diff to current |
2016-09-23 |
ryanhaddad@apple.com | Unreviewed, rolling out r206314, r206316, and r206319. |
blob | commitdiff | diff to current |
2016-09-23 |
fpizlo@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-09-23 |
carlosgc@webkit.org | REGRESSION(r194387): Crash on github.com in IntlDateTim... |
blob | commitdiff | diff to current |
2016-09-22 |
fpizlo@apple.com | Fences on x86 should be a lot cheaper |
blob | commitdiff | diff to current |
2016-09-22 |
ap@apple.com | Rolling out r206244, as it caused flaky crashes on... |
blob | commitdiff | diff to current |
2016-09-22 |
keith_miller@apple.com | Fix build for future versions of Clang. |
blob | commitdiff | diff to current |
2016-09-22 |
bfulgham@apple.com | Correct uses of 'safeCast' |
blob | commitdiff | diff to current |
2016-09-21 |
commit-queue@webki... | Unreviewed, rolling out r206222 and r206227. |
blob | commitdiff | diff to current |
2016-09-21 |
keith_miller@apple.com | Fix build for future versions of Clang. |
blob | commitdiff | diff to current |
2016-09-21 |
achristensen@apple.com | Require WTFMove for String::adopt |
blob | commitdiff | diff to current |
2016-09-20 |
fpizlo@apple.com | Make MarkedBlock state tracking support overlapped... |
blob | commitdiff | diff to current |
2016-09-20 |
jbedard@apple.com | Undefined behavior: Left shift negative number |
blob | commitdiff | diff to current |
2016-09-19 |
dbates@webkit.org | Remove ENABLE(TEXT_AUTOSIZING) automatic text size... |
blob | commitdiff | diff to current |
2016-09-16 |
jer.noble@apple.com | [media-source] fix imported/w3c/web-platform-tests... |
blob | commitdiff | diff to current |
2016-09-16 |
andersca@apple.com | Fix isValidEnum to work with older versions of GCC |
blob | commitdiff | diff to current |
2016-09-15 |
jfbastien@apple.com | TextBreakIterator: unconvolute character break cache |
blob | commitdiff | diff to current |
2016-09-15 |
keith_miller@apple.com | Pragma out undefined-var-template warnings in JSC for... |
blob | commitdiff | diff to current |
2016-09-15 |
commit-queue@webki... | Unreviewed, rolling out r205933 and r205936. |
blob | commitdiff | diff to current |
2016-09-14 |
keith_miller@apple.com | Pragma out undefined-var-template warnings in JSC for... |
blob | commitdiff | diff to current |
2016-09-14 |
jfbastien@apple.com | Atomics on ARM don't require full-system fencing, and... |
blob | commitdiff | diff to current |
2016-09-14 |
jfbastien@apple.com | Alwasys inline atomic operations |
blob | commitdiff | diff to current |
2016-09-14 |
msaboff@apple.com | Promises aren't resolved properly when making a ObjC... |
blob | commitdiff | diff to current |
2016-09-14 |
achristensen@apple.com | Implement URLSearchParams |
blob | commitdiff | diff to current |
2016-09-13 |
fpizlo@apple.com | ParkingLot is going to have a bad time with threads... |
blob | commitdiff | diff to current |
2016-09-13 |
cdumez@apple.com | Fix post-landing review comments after r205787 |
blob | commitdiff | diff to current |
2016-09-12 |
utatane.tea@gmail.com | [WTF] HashTable's rehash is not compatible to Ref<T... |
blob | commitdiff | diff to current |
2016-09-12 |
mmaxfield@apple.com | [Cocoa] Reduce uses of CGFonts in favor of CTFonts |
blob | commitdiff | diff to current |
2016-09-12 |
sbarati@apple.com | MapHash should do constant folding when it has a consta... |
blob | commitdiff | diff to current |
2016-09-12 |
fpizlo@apple.com | DFG::forAllKilledOperands() could use a faster bitvecto... |
blob | commitdiff | diff to current |
2016-09-12 |
fpizlo@apple.com | FastBitVector should have efficient and easy-to-use... |
blob | commitdiff | diff to current |
2016-09-10 |
cdumez@apple.com | parseHTMLInteger() should take a StringView in parameter |
blob | commitdiff | diff to current |
2016-09-09 |
mark.lam@apple.com | Gardening: fixing a few JSC test failures. |
blob | commitdiff | diff to current |
2016-09-09 |
utatane.tea@gmail.com | [WTF] HashTable's rehash is not compatible to Ref<T... |
blob | commitdiff | diff to current |
2016-09-09 |
fpizlo@apple.com | Heap::isMarked() shouldn't pay the price of concurrent... |
blob | commitdiff | diff to current |
2016-09-08 |
mmaxfield@apple.com | Support new emoji group candidates |
blob | commitdiff | diff to current |
2016-09-08 |
commit-queue@webki... | bitwise_cast: allow const destination type |
blob | commitdiff | diff to current |
2016-09-07 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
blob | commitdiff | diff to current |
2016-09-07 |
commit-queue@webki... | [Streams API] Separate compile flag for ReadableStream... |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
blob | commitdiff | diff to current |
2016-09-06 |
ryanhaddad@apple.com | Unreviewed, rolling out r205504. |
blob | commitdiff | diff to current |
2016-09-06 |
sbarati@apple.com | Make JSMap and JSSet faster |
blob | commitdiff | diff to current |
2016-09-06 |
pvollan@apple.com | [Win] Enable strict runtime stack buffer checks. |
blob | commitdiff | diff to current |
2016-09-06 |
dbates@webkit.org | Remove EXTERN_C from WTF |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-09-02 |
commit-queue@webki... | bitwise_cast infinite loops if called from the default... |
blob | commitdiff | diff to current |
2016-09-01 |
andersca@apple.com | Use BlockPtr::fromCallable in WorkQueue::dispatch and... |
blob | commitdiff | diff to current |
2016-09-01 |
andersca@apple.com | add BlockPtr::fromCallable |
blob | commitdiff | diff to current |
2016-09-01 |
krollin@apple.com | WebKit should set a subsystem for os_log so it's easier... |
blob | commitdiff | diff to current |
2016-09-01 |
achristensen@apple.com | Implement IPv6 parsing in URLParser |
blob | commitdiff | diff to current |
2016-08-30 |
beidson@apple.com | GameController.framework backend for gamepad API. |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-08-28 |
commit-queue@webki... | URLParser should parse relative URLs |
blob | commitdiff | diff to current |
2016-08-27 |
commit-queue@webki... | bitwise_cast uses inactive member of union |
blob | commitdiff | diff to current |
2016-08-27 |
commit-queue@webki... | Web Inspector: Frontend should have access to Resource... |
blob | commitdiff | diff to current |
2016-08-26 |
ossy@webkit.org | Fix the ENABLE(WEBASSEMBLY) build on Linux |
blob | commitdiff | diff to current |
2016-08-25 |
utatane.tea@gmail.com | [DFG][FTL] Implement ES6 Generators in DFG / FTL |
blob | commitdiff | diff to current |
2016-08-25 |
commit-queue@webki... | TryGetById should have a ValueProfile so that it can... |
blob | commitdiff | diff to current |
2016-08-25 |
achristensen@apple.com | Don't store networkLoadTiming in the disk cache |
blob | commitdiff | diff to current |
2016-08-24 |
utatane.tea@gmail.com | [JSC] Move generic data structures out of B3 |
blob | commitdiff | diff to current |
2016-08-24 |
akling@apple.com | Source/bmalloc: |
blob | commitdiff | diff to current |
2016-08-24 |
andersca@apple.com | Add enum traits and use them in the IPC::Decoder |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-22 |
keith_miller@apple.com | Actually enable the WASM build. |
blob | commitdiff | diff to current |
2016-08-17 |
commit-queue@webki... | Use find_library within Windows build |
blob | commitdiff | diff to current |
2016-08-17 |
andersca@apple.com | Move WKSignedPublicKeyAndChallengeString into WebCore... |
blob | commitdiff | diff to current |
2016-08-17 |
antti@apple.com | Remove CSS_IMAGE_SET feature define |
blob | commitdiff | diff to current |
2016-08-16 |
keith_miller@apple.com | Enable WebAssembly in the build. |
blob | commitdiff | diff to current |
2016-08-16 |
andersca@apple.com | Fix a thinko. |
blob | commitdiff | diff to current |
2016-08-16 |
andersca@apple.com | Add WTF::ScopeExit |
blob | commitdiff | diff to current |
2016-08-16 |
andersca@apple.com | Add an address-of operator to RetainPtr |
blob | commitdiff | diff to current |
2016-08-16 |
commit-queue@webki... | Speed up compile times by not including wtf/Variant... |
blob | commitdiff | diff to current |
2016-08-15 |
keith_miller@apple.com | Implement WASM Parser and B3 IR generator |
blob | commitdiff | diff to current |
2016-08-15 |
krollin@apple.com | Rename LOG_ALWAYS |
blob | commitdiff | diff to current |
2016-08-15 |
achristensen@apple.com | Remove unused includes of wtf headers |
blob | commitdiff | diff to current |
2016-08-14 |
dbates@webkit.org | Fix compiler errors when building iOS WebKit using... |
blob | commitdiff | diff to current |
2016-08-14 |
mitz@apple.com | Build fix follow-up to r204433. |
blob | commitdiff | diff to current |
2016-08-12 |
commit-queue@webki... | Make variant only available when compiling for C++14... |
blob | commitdiff | diff to current |
2016-08-11 |
commit-queue@webki... | Add NSButtonType to AppKitCompatibilityDeclarations.h. |
blob | commitdiff | diff to current |
2016-08-10 |
benjamin@webkit.org | [JSC] TinyPtrSet::deleteListIfNecessary() no longer... |
blob | commitdiff | diff to current |
2016-08-09 |
weinig@apple.com | Fix windows build. |
blob | commitdiff | diff to current |
2016-08-09 |
weinig@apple.com | Source/WebCore: |
blob | commitdiff | diff to current |
2016-08-06 |
commit-queue@webki... | WTF needs a variant implementation |
blob | commitdiff | diff to current |
2016-08-06 |
keith_miller@apple.com | Add LEBDecoder and tests |
blob | commitdiff | diff to current |
2016-08-05 |
keith_miller@apple.com | Delete out of date WASM code. |
blob | commitdiff | diff to current |
2016-08-03 |
ossy@webkit.org | Lacking support on a arm-traditional disassembler. |
blob | commitdiff | diff to current |
2016-08-03 |
mmaxfield@apple.com | Update breaking rules to match ICU 57 |
blob | commitdiff | diff to current |
2016-08-03 |
benjamin@webkit.org | [JSC] Simplify the initialization of AbstractValue... |
blob | commitdiff | diff to current |
2016-08-03 |
commit-queue@webki... | Clean up some useless AtomicString atoms |
blob | commitdiff | diff to current |
2016-08-02 |
commit-queue@webki... | [JSC][ARM64] Fix branchTest32/64 taking an immediate... |
blob | commitdiff | diff to current |
next |