2017-06-01 |
utatane.tea@gmail.com | [JSC] Implement String.prototype.concat in JS builtins |
blob | commitdiff |
2017-06-01 |
mark.lam@apple.com | Remove overrides of visitChildren() that do not add... |
blob | commitdiff | diff to current |
2017-05-31 |
commit-queue@webki... | Unreviewed, rolling out r217611 and r217631. |
blob | commitdiff | diff to current |
2017-05-31 |
gskachkov@gmail.com | Rolling out: Prevent async methods named 'function' |
blob | commitdiff | diff to current |
2017-05-31 |
aestes@apple.com | Rename ENABLE_APPLE_PAY_DELEGATE to ENABLE_APPLE_PAY_SE... |
blob | commitdiff | diff to current |
2017-05-31 |
keith_miller@apple.com | Reland r216808, underlying lldb bug has been fixed. |
blob | commitdiff | diff to current |
2017-05-31 |
keith_miller@apple.com | Fix leak in PromiseDeferredTimer |
blob | commitdiff | diff to current |
2017-05-30 |
gskachkov@gmail.com | Prevent async methods named 'function' in Object literal |
blob | commitdiff | diff to current |
2017-05-30 |
gskachkov@gmail.com | ASSERTION FAILED: generator.isConstructor() || generato... |
blob | commitdiff | diff to current |
2017-05-30 |
commit-queue@webki... | [CredentialManagement] Incorporate IDL updates from... |
blob | commitdiff | diff to current |
2017-05-30 |
achristensen@apple.com | Update libwebrtc configuration |
blob | commitdiff | diff to current |
2017-05-29 |
mitz@apple.com | [Xcode] ALWAYS_SEARCH_USER_PATHS is set to YES |
blob | commitdiff | diff to current |
2017-05-29 |
utatane.tea@gmail.com | [JSC] Provide better type information of toLength and... |
blob | commitdiff | diff to current |
2017-05-29 |
commit-queue@webki... | [WebIDL] @@iterator should only be accessed once when... |
blob | commitdiff | diff to current |
2017-05-28 |
utatane.tea@gmail.com | Unreviewed, build fix for Windows |
blob | commitdiff | diff to current |
2017-05-28 |
mark.lam@apple.com | Implement a faster Interpreter::getOpcodeID(). |
blob | commitdiff | diff to current |
2017-05-27 |
utatane.tea@gmail.com | [JSC] Map and Set constructors should have fast path... |
blob | commitdiff | diff to current |
2017-05-27 |
utatane.tea@gmail.com | [DOMJIT] Move DOMJIT patchpoint infrastructure out... |
blob | commitdiff | diff to current |
2017-05-27 |
keith_miller@apple.com | REEGRESSION(r217459): testapi fails in JSExportTest... |
blob | commitdiff | diff to current |
2017-05-26 |
commit-queue@webki... | JSContext Inspector: Improve the reliability of automat... |
blob | commitdiff | diff to current |
2017-05-26 |
mark.lam@apple.com | Temporarily commenting out a JSExportTest test until... |
blob | commitdiff | diff to current |
2017-05-26 |
mark.lam@apple.com | REGRESSION(216914): testCFStrings encounters an invalid... |
blob | commitdiff | diff to current |
2017-05-26 |
utatane.tea@gmail.com | Give ModuleProgram the same treatment that we did for... |
blob | commitdiff | diff to current |
2017-05-26 |
gskachkov@gmail.com | Prevent async methods named 'function' |
blob | commitdiff | diff to current |
2017-05-26 |
utatane.tea@gmail.com | Unreviewed, build fix for GCC |
blob | commitdiff | diff to current |
2017-05-26 |
keith_miller@apple.com | Cleanup tests after r217240 |
blob | commitdiff | diff to current |
2017-05-26 |
msaboff@apple.com | The default setting of Option::criticalGCMemoryThreshol... |
blob | commitdiff | diff to current |
2017-05-25 |
sbarati@apple.com | Our for-in optimization in the bytecode generator does... |
blob | commitdiff | diff to current |
2017-05-25 |
mark.lam@apple.com | ObjectToStringAdaptiveInferredPropertyValueWatchpoint... |
blob | commitdiff | diff to current |
2017-05-24 |
sbarati@apple.com | We should not mmap zero bytes for a memory in Wasm |
blob | commitdiff | diff to current |
2017-05-24 |
bburg@apple.com | REGRESSION(r217051): Automation sessions fail to comple... |
blob | commitdiff | diff to current |
2017-05-23 |
mmaxfield@apple.com | Remove dead ENABLE(FONT_LOAD_EVENTS) code |
blob | commitdiff | diff to current |
2017-05-23 |
sbarati@apple.com | CFGSimplificationPhase should not merge a block with... |
blob | commitdiff | diff to current |
2017-05-22 |
bburg@apple.com | Web Inspector: webkit reload policy should match defaul... |
blob | commitdiff | diff to current |
2017-05-22 |
keith_miller@apple.com | [Cocoa] An exported Objective C class’s prototype and... |
blob | commitdiff | diff to current |
2017-05-22 |
fpizlo@apple.com | FTL stack overflow handling should not assume that... |
blob | commitdiff | diff to current |
2017-05-22 |
utatane.tea@gmail.com | [FTL] Support GetByVal with ArrayStorage and SlowPutArr... |
blob | commitdiff | diff to current |
2017-05-22 |
sbarati@apple.com | We incorrectly throw a syntax error when declaring... |
blob | commitdiff | diff to current |
2017-05-22 |
utatane.tea@gmail.com | [JSC] Make get_by_val & string "499" to number 499 |
blob | commitdiff | diff to current |
2017-05-21 |
sbarati@apple.com | We overwrite the callee save space on the stack when... |
blob | commitdiff | diff to current |
2017-05-21 |
cdumez@apple.com | Drop [NoInterfaceObject] from RTCDTMFSender and RTCStat... |
blob | commitdiff | diff to current |
2017-05-20 |
utatane.tea@gmail.com | Unreviewed, add scope.release() to propertyIsEnumerable... |
blob | commitdiff | diff to current |
2017-05-20 |
utatane.tea@gmail.com | [JSC] Drop MapBase |
blob | commitdiff | diff to current |
2017-05-20 |
utatane.tea@gmail.com | [JSC] Speedup Object.assign for slow case by using... |
blob | commitdiff | diff to current |
2017-05-20 |
utatane.tea@gmail.com | [JSC] Enable testapi on Mac CMake build |
blob | commitdiff | diff to current |
2017-05-20 |
mark.lam@apple.com | [Re-landing] DFG::SpeculativeJIT::pickCanTrample()... |
blob | commitdiff | diff to current |
2017-05-19 |
ryanhaddad@apple.com | Unreviewed, rolling out r217156. |
blob | commitdiff | diff to current |
2017-05-19 |
mark.lam@apple.com | Add missing exception check. |
blob | commitdiff | diff to current |
2017-05-19 |
mark.lam@apple.com | DFG::SpeculativeJIT::pickCanTrample() is wrongly ignori... |
blob | commitdiff | diff to current |
2017-05-19 |
fpizlo@apple.com | Deduplicate some code in arrayProtoPrivateFuncConcatMemcpy |
blob | commitdiff | diff to current |
2017-05-19 |
fpizlo@apple.com | arrayProtoPrivateFuncConcatMemcpy needs to be down... |
blob | commitdiff | diff to current |
2017-05-19 |
fpizlo@apple.com | B3::Value::effects() says that having a fence range... |
blob | commitdiff | diff to current |
2017-05-19 |
commit-queue@webki... | [JSC] Remove PLATFORM(WIN) references |
blob | commitdiff | diff to current |
2017-05-19 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-19 |
jfbastien@apple.com | WebAssembly: exports is a getter |
blob | commitdiff | diff to current |
2017-05-19 |
sbarati@apple.com | Proxy's [[Get]] passes incorrect receiver |
blob | commitdiff | diff to current |
2017-05-19 |
aestes@apple.com | ENABLE(APPLE_PAY_DELEGATE) should be NO on macOS Sierra... |
blob | commitdiff | diff to current |
2017-05-18 |
sbarati@apple.com | We need to destroy worker threads in jsc.cpp |
blob | commitdiff | diff to current |
2017-05-18 |
msaboff@apple.com | Add FTL whitelist debugging option |
blob | commitdiff | diff to current |
2017-05-18 |
fpizlo@apple.com | Constructor calls set this too early |
blob | commitdiff | diff to current |
2017-05-18 |
sbarati@apple.com | WebAssembly: perform stack checks |
blob | commitdiff | diff to current |
2017-05-18 |
keith_miller@apple.com | WebAssembly API: test with neutered inputs |
blob | commitdiff | diff to current |
2017-05-18 |
joepeck@webkit.org | Remote Inspector: Be stricter about checking message... |
blob | commitdiff | diff to current |
2017-05-18 |
fpizlo@apple.com | DFG inlining should be hardened for the no-result case |
blob | commitdiff | diff to current |
2017-05-18 |
commit-queue@webki... | Unreviewed, rolling out r217031, r217032, and r217037. |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | Unreviewed, fix debug and non-JIT build |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | Unreviewed, rebaseline for newly added ClassInfo |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-18 |
sbarati@apple.com | We don't do context switches for Wasm->Wasm call indirect |
blob | commitdiff | diff to current |
2017-05-18 |
fpizlo@apple.com | JSC: Incorrect LoadVarargs handling in ArgumentsElimina... |
blob | commitdiff | diff to current |
2017-05-17 |
commit-queue@webki... | [Win] Support $vm.getpid() |
blob | commitdiff | diff to current |
2017-05-17 |
msaboff@apple.com | Source/bmalloc: |
blob | commitdiff | diff to current |
2017-05-17 |
sbarati@apple.com | PinnedRegisters should be better modeled in IRC/Briggs |
blob | commitdiff | diff to current |
2017-05-16 |
utatane.tea@gmail.com | [DFG] Constant Folding Phase should convert MakeRope... |
blob | commitdiff | diff to current |
2017-05-16 |
utatane.tea@gmail.com | Unreviewed, add Objective C files to CMake Mac port |
blob | commitdiff | diff to current |
2017-05-16 |
jfbastien@apple.com | WebAssembly: enforce size limits |
blob | commitdiff | diff to current |
2017-05-16 |
utatane.tea@gmail.com | [JSC] Build testapi in non Apple ports |
blob | commitdiff | diff to current |
2017-05-16 |
jfbastien@apple.com | WebAssembly: report Memory usage to GC |
blob | commitdiff | diff to current |
2017-05-16 |
jfbastien@apple.com | WebAssembly: validate load / store alignment |
blob | commitdiff | diff to current |
2017-05-16 |
mark.lam@apple.com | Rolling out r214038 and r213697: Crashes when using... |
blob | commitdiff | diff to current |
2017-05-15 |
ddkilzer@apple.com | JSEnvironmentRecord::allocationSizeForScopeSize() and... |
blob | commitdiff | diff to current |
2017-05-15 |
mark.lam@apple.com | WorkerRunLoop::Task::performTask() should check !script... |
blob | commitdiff | diff to current |
2017-05-14 |
ddkilzer@apple.com | Unused lambda capture in JSContextGroupAddMarkingConstr... |
blob | commitdiff | diff to current |
2017-05-14 |
ddkilzer@apple.com | [JSC] config.rb fails when checking some clang versions |
blob | commitdiff | diff to current |
2017-05-13 |
commit-queue@webki... | Unreviewed, rolling out r216808. |
blob | commitdiff | diff to current |
2017-05-13 |
commit-queue@webki... | Unreviewed, rolling out r216801. |
blob | commitdiff | diff to current |
2017-05-13 |
ggaren@apple.com | [JSC] DFG::Node should not have its own allocator |
blob | commitdiff | diff to current |
2017-05-13 |
keith_miller@apple.com | Use Mach exceptions instead of signals where possible |
blob | commitdiff | diff to current |
2017-05-12 |
mark.lam@apple.com | WorkerRunLoop::Task::performTask() should check !script... |
blob | commitdiff | diff to current |
2017-05-12 |
dbates@webkit.org | Cleanup: Make QueueTaskToEventLoopFunctionPtr take... |
blob | commitdiff | diff to current |
2017-05-12 |
msaboff@apple.com | [iOS] Use memory footprint to dynamically adjust behavi... |
blob | commitdiff | diff to current |
2017-05-12 |
sbarati@apple.com | Computing optionalDefArgWidth in CheckSpecial should... |
blob | commitdiff | diff to current |
2017-05-12 |
sbarati@apple.com | isValidForm for SimpleAddr should use ptr() instead... |
blob | commitdiff | diff to current |
2017-05-12 |
jlewis3@apple.com | Unreviewed, rolling out r216677. |
blob | commitdiff | diff to current |
2017-05-12 |
commit-queue@webki... | [CMake] Add HAVE check for regex.h |
blob | commitdiff | diff to current |
2017-05-11 |
fpizlo@apple.com | Callers of JSString::unsafeView() should check exceptions |
blob | commitdiff | diff to current |
2017-05-11 |
fpizlo@apple.com | Offer SPI to notify clients that GC has happened |
blob | commitdiff | diff to current |
2017-05-11 |
fpizlo@apple.com | JSWeakCreate/Retain/Release should take a JSContextGrou... |
blob | commitdiff | diff to current |
2017-05-11 |
mark.lam@apple.com | WorkerThread::stop() should call scheduleExecutionTermi... |
blob | commitdiff | diff to current |
2017-05-11 |
jfbastien@apple.com | WebAssembly: stop supporting 0xD |
blob | commitdiff | diff to current |
next |