git://git.webkit.org
/
WebKit-https.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Clients of JSArray::tryCreateForInitializationPrivate() should do their own null...
2017-03-23
mark.lam@apple.com
Clients of JSArray::tryCreateForInitializationPrivate...
commit
|
commitdiff
|
tree
2017-03-23
mark.lam@apple.com
Add support for Error.stackTraceLimit.
commit
|
commitdiff
|
tree
2017-03-22
mark.lam@apple.com
The DFG Integer Check Combining phase should force...
commit
|
commitdiff
|
tree
2017-03-17
mark.lam@apple.com
Fix exception scope verification failures in GenericArgument...
commit
|
commitdiff
|
tree
2017-03-16
mark.lam@apple.com
Array concat operation should check for length overflows.
commit
|
commitdiff
|
tree
2017-03-16
mark.lam@apple.com
The new array with spread operation needs to check...
commit
|
commitdiff
|
tree
2017-03-15
mark.lam@apple.com
Fix exception scope verification failures in jsc.cpp.
commit
|
commitdiff
|
tree
2017-03-15
mark.lam@apple.com
Fix missing exception checks in Interpreter.cpp.
commit
|
commitdiff
|
tree
2017-03-15
mark.lam@apple.com
BytecodeGenerator should use the same function to determine...
commit
|
commitdiff
|
tree
2017-03-14
mark.lam@apple.com
Add a null check in VMTraps::willDestroyVM() to handle...
commit
|
commitdiff
|
tree
2017-03-14
mark.lam@apple.com
Gardening: Speculative build fix for CLoop after r213886.
commit
|
commitdiff
|
tree
2017-03-14
mark.lam@apple.com
Make the HeapVerifier useful again.
commit
|
commitdiff
|
tree
2017-03-13
mark.lam@apple.com
Remove obsolete experimental ObjC SPI.
commit
|
commitdiff
|
tree
2017-03-11
mark.lam@apple.com
Turn ENABLE(MASM_PROBE) on by default for OS(DARWIN...
commit
|
commitdiff
|
tree
2017-03-11
mark.lam@apple.com
JSC: BindingNode::bindValue doesn't increase the scope...
commit
|
commitdiff
|
tree
2017-03-10
mark.lam@apple.com
[Re-landing] Implement a StackTrace utility object...
commit
|
commitdiff
|
tree
2017-03-10
mark.lam@apple.com
Implement a StackTrace utility object that can capture...
commit
|
commitdiff
|
tree
2017-03-09
mark.lam@apple.com
Refactoring some HeapVerifier code.
commit
|
commitdiff
|
tree
2017-03-09
mark.lam@apple.com
Use const AbstractLocker& (instead of const LockHolder...
commit
|
commitdiff
|
tree
2017-03-09
mark.lam@apple.com
Make the VM Traps mechanism non-polling for the DFG...
commit
|
commitdiff
|
tree
2017-03-03
mark.lam@apple.com
Gardening: fix broken ARM64 build.
commit
|
commitdiff
|
tree
2017-03-03
mark.lam@apple.com
Add MacroAssembler::isBreakpoint() query function.
commit
|
commitdiff
|
tree
2017-03-03
mark.lam@apple.com
We should only check for traps that we're able to handle.
commit
|
commitdiff
|
tree
2017-03-03
mark.lam@apple.com
Add WebKit2 hooks to notify the VM that the user has...
commit
|
commitdiff
|
tree
2017-03-02
mark.lam@apple.com
Add Options::alwaysCheckTraps() and Options::usePollingTraps...
commit
|
commitdiff
|
tree
2017-03-02
mark.lam@apple.com
Add support for selective handling of VM traps.
commit
|
commitdiff
|
tree
2017-03-01
mark.lam@apple.com
[Re-landing] Change JSLock to stash PlatformThread...
commit
|
commitdiff
|
tree
2017-03-01
mark.lam@apple.com
REGRESSION (r213202?): Assertion failed: (!"initialized...
commit
|
commitdiff
|
tree
2017-03-01
mark.lam@apple.com
REGRESSION (r213202?): Assertion failed: (!"initialized...
commit
|
commitdiff
|
tree
2017-03-01
mark.lam@apple.com
Change JSLock to stash PlatformThread instead of std...
commit
|
commitdiff
|
tree
2017-02-28
mark.lam@apple.com
Enable the SigillCrashAnalyzer by default for iOS.
commit
|
commitdiff
|
tree
2017-02-28
mark.lam@apple.com
Remove setExclusiveThread() and peers from the JSLock.
commit
|
commitdiff
|
tree
2017-02-28
mark.lam@apple.com
Introduce a VM Traps mechanism and refactor Watchdog...
commit
|
commitdiff
|
tree
2017-02-23
mark.lam@apple.com
Ensure that the end of the last invalidation point...
commit
|
commitdiff
|
tree
2017-02-22
mark.lam@apple.com
Add more missing exception checks detected by running...
commit
|
commitdiff
|
tree
2017-02-22
mark.lam@apple.com
Add missing exception checks detected by running marathon.js.
commit
|
commitdiff
|
tree
2017-02-21
mark.lam@apple.com
[Re-landing] CachedCall should let GC know to keep...
commit
|
commitdiff
|
tree
2017-02-20
mark.lam@apple.com
BytecodeGenerator should not iterate its m_controlFlowScopeS...
commit
|
commitdiff
|
tree
2017-02-20
mark.lam@apple.com
functionTestWasmModuleFunctions() should use a MarkedArgumen...
commit
|
commitdiff
|
tree
2017-02-20
mark.lam@apple.com
CachedCall should let GC know to keep its arguments...
commit
|
commitdiff
|
tree
2017-02-14
mark.lam@apple.com
Add JSC_sweepSynchronously and fix JSC_useZombieMode...
commit
|
commitdiff
|
tree
2017-02-10
mark.lam@apple.com
StructureStubInfo::considerCaching() should write barrier...
commit
|
commitdiff
|
tree
2017-02-07
mark.lam@apple.com
SigillCrashAnalyzer::analyze() should use a do-while...
commit
|
commitdiff
|
tree
2017-02-07
mark.lam@apple.com
The SigillCrashAnalyzer should play nicer with client...
commit
|
commitdiff
|
tree
2017-02-05
mark.lam@apple.com
The VMInspector should use an RAII Locker.
commit
|
commitdiff
|
tree
2017-02-03
mark.lam@apple.com
Add a SIGILL crash analyzer to make debugging SIGILLs...
commit
|
commitdiff
|
tree
2017-02-02
mark.lam@apple.com
Add a SIGILL crash analyzer to make debugging SIGILLs...
commit
|
commitdiff
|
tree
2017-01-27
mark.lam@apple.com
Fix missing exception check in genericTypedArrayViewProtoFun...
commit
|
commitdiff
|
tree
2017-01-23
mark.lam@apple.com
Added a comment to clarify an assertion.
commit
|
commitdiff
|
tree
2017-01-23
mark.lam@apple.com
ObjCCallbackFunction::destroy() should not use jsCast().
commit
|
commitdiff
|
tree
2017-01-11
mark.lam@apple.com
Reverting run-jsc-stress-tests' $buildType to use string...
commit
|
commitdiff
|
tree
2017-01-10
mark.lam@apple.com
Property setters should not be called for bound arguments...
commit
|
commitdiff
|
tree
2017-01-06
mark.lam@apple.com
The ObjC API's JSVirtualMachine's map tables need to...
commit
|
commitdiff
|
tree
2016-12-23
mark.lam@apple.com
Using Option::breakOnThrow() shouldn't crash while...
commit
|
commitdiff
|
tree
2016-12-23
mark.lam@apple.com
Enhance LLInt tracing to dump the codeBlock signature...
commit
|
commitdiff
|
tree
2016-12-23
mark.lam@apple.com
Fix broken LLINT_SLOW_PATH_TRACING build.
commit
|
commitdiff
|
tree
2016-12-22
mark.lam@apple.com
BytecodeGenerator::m_finallyDepth should be unsigned.
commit
|
commitdiff
|
tree
2016-12-22
mark.lam@apple.com
De-duplicate finally blocks.
commit
|
commitdiff
|
tree
2016-12-20
mark.lam@apple.com
Rolling out r209974 and r209952. They break some websites...
commit
|
commitdiff
|
tree
2016-12-20
mark.lam@apple.com
Rolling out r209974 and r209952. They break some websites...
commit
|
commitdiff
|
tree
2016-12-18
mark.lam@apple.com
Rename finallyActionRegister to completionTypeRegister...
commit
|
commitdiff
|
tree
2016-12-17
mark.lam@apple.com
JSTests:
commit
|
commitdiff
|
tree
2016-12-16
mark.lam@apple.com
Add predecessor info to dumps from JSC_dumpBytecodeLivenessR...
commit
|
commitdiff
|
tree
2016-12-14
mark.lam@apple.com
BytecodeBasicBlock::computeImpl() should not keep iterating...
commit
|
commitdiff
|
tree
2016-12-12
mark.lam@apple.com
Rename BytecodeGenerator's ControlFlowContext to ControlFlow...
commit
|
commitdiff
|
tree
2016-12-12
mark.lam@apple.com
Debug JSC test timeout: stress/string-prototype-replace...
commit
|
commitdiff
|
tree
2016-12-12
mark.lam@apple.com
Rename BytecodeGenerator's m_symbolTableStack to m_lexicalSc...
commit
|
commitdiff
|
tree
2016-12-08
mark.lam@apple.com
Enable JSC restricted options by default in the jsc...
commit
|
commitdiff
|
tree
2016-12-08
mark.lam@apple.com
DumpRenderTree should stop using CheckedMalloc.
commit
|
commitdiff
|
tree
2016-12-07
mark.lam@apple.com
GetByID IC is wrongly unwrapping the global proxy this...
commit
|
commitdiff
|
tree
2016-12-06
mark.lam@apple.com
Introduce the concept of Immutable Prototype Exotic...
commit
|
commitdiff
|
tree
2016-12-05
mark.lam@apple.com
Fix JSC files so that we can build a release build...
commit
|
commitdiff
|
tree
2016-12-01
mark.lam@apple.com
TypeInfo::OutOfLineTypeFlags should be 16 bits in size.
commit
|
commitdiff
|
tree
2016-11-30
mark.lam@apple.com
Proxy is not allowed in the global prototype chain.
commit
|
commitdiff
|
tree
2016-11-30
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-29
mark.lam@apple.com
Fix exception scope verification failures in ProxyConstructo...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in IteratorOperati...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in JSArray...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in JSDataView...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in JSFunction...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in JSScope...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in JSTypedArrayVie...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in more miscellane...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in runtime...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in ObjectConstruct...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in miscellaneous...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in ReflectObject...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in ArrayConstructo...
commit
|
commitdiff
|
tree
2016-11-28
mark.lam@apple.com
Fix exception scope verification failures in LLIntSlowPaths...
commit
|
commitdiff
|
tree
2016-11-22
mark.lam@apple.com
Fix exception scope verification failures in JSC profiler...
commit
|
commitdiff
|
tree
2016-11-22
mark.lam@apple.com
Fix exception scope verification failures in JSONObject...
commit
|
commitdiff
|
tree
2016-11-22
mark.lam@apple.com
Hasher::addCharacters() should be able to handle zero...
commit
|
commitdiff
|
tree
2016-11-22
mark.lam@apple.com
Removed an extra space character at the end of line.
commit
|
commitdiff
|
tree
2016-11-22
mark.lam@apple.com
Fix exception scope verification failures in FunctionConstru...
commit
|
commitdiff
|
tree
2016-11-22
mark.lam@apple.com
Fix exception scope verification failures in GetterSetter...
commit
|
commitdiff
|
tree
next