- aee1b11 Unreviewed, rolling out r239825. https://bugs.webkit.org/show_bug.cgi?id=193330 by commit-queue@webkit.org · 6 years ago
- 7348ff5 Enable DFG on ARM/Linux again https://bugs.webkit.org/show_bug.cgi?id=192496 by dinfuehr@igalia.com · 6 years ago
- 117b2e9 Restore bytecode dumper's ability to dump jump target as offset#(->targetBytecodeIndex#). by mark.lam@apple.com · 6 years ago
- 67f2614 Gigacage disabling checks should handle the GIGACAGE_ALLOCATION_CAN_FAIL case properly. by mark.lam@apple.com · 6 years ago
- 17ac7b7 builtins should be able to use async/await by keith_miller@apple.com · 6 years ago
- c52e54d Array.prototype.flat/flatMap have a minor bug in ArraySpeciesCreate by yusukesuzuki@slowstart.org · 6 years ago
- 8ae109a Leak of VectorBufferBase.m_buffer (16-64 bytes) under JSC::CompactVariableEnvironment in com.apple.WebKit.WebContent running layout tests by ddkilzer@apple.com · 6 years ago
- de3c7af ASSERT when paused in debugger and console evaluation causes exception by commit-queue@webkit.org · 6 years ago
- 2330729 Move JSValueMakeSymbol to private header by keith_miller@apple.com · 6 years ago
- 5ee9cd4 Fix some typos in comments. by mark.lam@apple.com · 6 years ago
- 3f94e49 LLInt put_by_id uses the wrong load instruction for loading flags from the metadata by tzagallo@apple.com · 6 years ago
- 2433a04 Versioning. by alancoon@apple.com · 6 years ago
- 20b4382 Web Inspector: extend XHR breakpoints to work with fetch by drousso@apple.com · 6 years ago
- 073a7b6 Web Inspector: Network: show secure connection details per-request by drousso@apple.com · 6 years ago
- cc234e4 Versioning. by alancoon@apple.com · 6 years ago
- 9ac24c4 Baseline version of get_by_id may corrupt metadata by tzagallo@apple.com · 6 years ago
- 9fca117 [JSC] Optimize Object.prototype.toString by yusukesuzuki@slowstart.org · 6 years ago
- 04f9b05 DFG IntegerRangeOptimization phase exceeding loop limit shouldn't ASSERT by msaboff@apple.com · 6 years ago
- a247fcb Web Inspector: Implement `queryObjects` Command Line API by webkit@devinrousso.com · 6 years ago
- b095ba6 SourceProviders should use an actual URL instead of a string by keith_miller@apple.com · 6 years ago
- f5f2c41 Update user-visible copyright strings to include 2019 by jeffm@apple.com · 6 years ago
- f2cb723 [JSC] Identifier validity should be based on ID_Start / ID_Continue properties by ross.kirsling@sony.com · 6 years ago
- c530e79 [JSC] Remove one indirection in JSObject::toStringName by yusukesuzuki@slowstart.org · 6 years ago
- 31ed0b9 Resurrect Mac CMake build https://bugs.webkit.org/show_bug.cgi?id=192658 by achristensen@apple.com · 6 years ago
- e823706 [JSC][Win][Clang] warning: implicit conversion from 'size_t' (aka 'unsigned long long') to 'int32_t' (aka 'int') changes value from 18446744073709551552 to -64 [-Wconstant-conversion] by Hironori.Fujii@sony.com · 6 years ago
- 08c76af [BigInt] Support BigInt in JSON.stringify by yusukesuzuki@slowstart.org · 6 years ago
- ddb8103 [JSC] Use appendUnbarriered for cached own keys by yusukesuzuki@slowstart.org · 6 years ago
- ae5a8bd Use Ref<> as much as possible https://bugs.webkit.org/show_bug.cgi?id=192808 by yusukesuzuki@slowstart.org · 6 years ago
- 0211894 Web Inspector: Crashes seen under Inspector::ScriptCallFrame::~ScriptCallFrame by joepeck@webkit.org · 6 years ago
- 00c8895 [WebGPU] Convert WebGPUBindGroups into MTLArgumentEncoders by justin_fan@apple.com · 6 years ago
- 455463f Use Optional::hasValue() instead of Optional::has_value() by cdumez@apple.com · 6 years ago
- 046331a Add support for globalThis https://bugs.webkit.org/show_bug.cgi?id=165171 by keith_miller@apple.com · 6 years ago
- 6eda1ab Use Optional::valueOr() instead of Optional::value_or() by cdumez@apple.com · 6 years ago
- 1bf2570 ITMLKit Inspector: Elements tab does not show DOM Tree by commit-queue@webkit.org · 6 years ago
- 351d7c8 Fix a typo in slow_path_construct_arityCheck and operationConstructArityCheck. by mark.lam@apple.com · 6 years ago
- 7fae6fe [BigInt] We should enable CSE into arithmetic operations that speculate BigIntUse by ticaiolima@gmail.com · 6 years ago
- 4cc6c49 Unreviewed, rolling out r239377. https://bugs.webkit.org/show_bug.cgi?id=192921 by commit-queue@webkit.org · 6 years ago
- 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
- d882847 Web Inspector: Timelines: correctly label Intersection Observer callbacks by simon.fraser@apple.com · 6 years ago
- cb4391f JSPropertyNameEnumerator should cache the iterated object's structure only after getting its property names. by mark.lam@apple.com · 6 years ago
- 2efdc22 [BigInt] We should enable CSE into arithmetic operations that speculate BigIntUse by ticaiolima@gmail.com · 6 years ago
- 0cd95dc String overflow in JSC::createError results in ASSERT in WTF::makeString by tzagallo@apple.com · 6 years ago
- 0d0527e Error message for `-x ** y` contains a typo. by ross.kirsling@sony.com · 6 years ago
- fc044cd Update ARM64EHash by sbarati@apple.com · 6 years ago
- 7d55564 JSON.stringify() should throw OOM on StringBuilder overflows. by mark.lam@apple.com · 6 years ago
- 6dbb1ef Redeclaration of var over let/const/class should be a syntax error. by ross.kirsling@sony.com · 6 years ago
- d320fc1 clang-tidy: Use const reference for MediaTime parameter to prevent object copy by ddkilzer@apple.com · 6 years ago
- eafb252 Unreviewed. Appease a build error where we weren't using a variable defined in an "if" by sbarati@apple.com · 6 years ago
- c7f40e9 Array unshift/shift should not race against the AI in the compiler thread. by mark.lam@apple.com · 6 years ago
- 8178441 [JSC] Optimize Object.keys by caching own keys results in StructureRareData by yusukesuzuki@slowstart.org · 6 years ago
- 8a3e337 SamplingProfiler's isValidFramePointer() should reject address at stack origin. by mark.lam@apple.com · 6 years ago
- cffd4db Suppress ASAN on valid stack accesses in Probe-based OSRExit::executeOSRExit(). by mark.lam@apple.com · 6 years ago
- 2859c7a Fix stale assertion in attemptToForceStringArrayModeByToStringConversion(). by mark.lam@apple.com · 6 years ago
- f1042fe Unreviewed, rolling out r239254. by jlewis3@apple.com · 6 years ago
- 5c512ac Unreviewed, suppress warnings in Linux by yusukesuzuki@slowstart.org · 6 years ago
- 2a88ef6 Null pointer dereference in JSC::WriteBarrierBase() by yusukesuzuki@slowstart.org · 6 years ago
- 7dfa403 Use warning-ignoring macros more consistently and simply by darin@apple.com · 6 years ago
- ad4e52d Replace many uses of String::format with more type-safe alternatives by darin@apple.com · 6 years ago
- 94ca863 LiteralParser has a bunch of uses of String::format with untrusted data by darin@apple.com · 6 years ago
- 777029d CallFrame::convertToStackOverflowFrame() needs to keep the top CodeBlock alive. by mark.lam@apple.com · 6 years ago
- c24f265 clang-tidy: Fix unnecessary copy of objects for operator==() methods by ddkilzer@apple.com · 6 years ago
- 9c2e56e Unreviewed, rolling out r239153, r239154, and r239155. by commit-queue@webkit.org · 6 years ago
- d417ccd Callers of JSString::getIndex should check for OOM exceptions by keith_miller@apple.com · 6 years ago
- 6d408eb [WinCairo][Clang] DLLLauncherMain.cpp: warning: unused function 'prependPath' and 'appleApplicationSupportDirectory' by Hironori.Fujii@sony.com · 6 years ago
- e634464c Improve GDB output for LLInt on Linux by dinfuehr@igalia.com · 6 years ago
- fd1812b Add a missing exception check. by mark.lam@apple.com · 6 years ago
- 5777238 The JSC shell should listen for memory pressure events and respond to them by sbarati@apple.com · 6 years ago
- a5e426f Ensure that StructureFlags initialization always starts with Base::StructureFlags. by mark.lam@apple.com · 6 years ago
- 061fa34 Add the JSC_traceBaselineJITExecution option for tracing baseline JIT execution. by mark.lam@apple.com · 6 years ago
- bed6dfc clang-tidy: Fix unnecessary object copies in JavaScriptCore by ddkilzer@apple.com · 6 years ago
- ea5ba79 Versioning. by kocsen_chung@apple.com · 6 years ago
- 5265227 Web Inspector: remove DOM.BackendNodeId and associated commands/events by drousso@apple.com · 6 years ago
- 77f1746 [BigInt] Add ValueDiv into DFG https://bugs.webkit.org/show_bug.cgi?id=186178 by ticaiolima@gmail.com · 6 years ago
- a593284 Unreviewed, build fix after r239153, part 2 by yusukesuzuki@slowstart.org · 6 years ago
- ad0427d Unreviewed, build fix after r239153 by yusukesuzuki@slowstart.org · 6 years ago
- 0ae781e [JSC] Optimize Object.keys by caching own keys results in StructureRareData by yusukesuzuki@slowstart.org · 6 years ago
- 7ec74d1 [DFG][FTL] Add NewSymbol https://bugs.webkit.org/show_bug.cgi?id=192620 by yusukesuzuki@slowstart.org · 6 years ago
- 3cd4fee [BigInt] Implement DFG/FTL typeof for BigInt by yusukesuzuki@slowstart.org · 6 years ago
- c9f1da0 [BigInt] Simplify boolean context evaluation by leveraging JSString::offsetOfLength() == JSBigInt::offsetOfLength() by yusukesuzuki@slowstart.org · 6 years ago
- bd124d8 Implement feature flag for CSS Typed OM by justin_michaud@apple.com · 6 years ago
- 6b3f99b Move ENABLE_RESOURCE_LOAD_STATISTICS to FeatureDefines.xcconfig by don.olmstead@sony.com · 6 years ago
- 11530f1 PropertyAttribute needs a CustomValue bit. by mark.lam@apple.com · 6 years ago
- b4fb48f LinkBuffer::copyCompactAndLinkCode() needs to be aware of ENABLE(SEPARATED_WX_HEAP). by mark.lam@apple.com · 6 years ago
- 3ac487d [BigInt] Add ValueMul into DFG https://bugs.webkit.org/show_bug.cgi?id=186175 by ticaiolima@gmail.com · 6 years ago
- eb1e41d Reduce size of PropertySlot and PutPropertySlot. by mark.lam@apple.com · 6 years ago
- 745dbdc Record right offset with aligned wide instructions by dinfuehr@igalia.com · 6 years ago
- 87802cb Align the metadata table on all platforms by tzagallo@apple.com · 6 years ago
- 5912d98 speculationFromCell() should speculate non-Identifier strings as SpecString instead of SpecStringVar. by mark.lam@apple.com · 6 years ago
- b85119d DFG's StrengthReduction phase should not reduce Construct into DirectContruct when the executable does not have constructAbility. by mark.lam@apple.com · 6 years ago
- 6514855 [ESNext][BigInt] Support logic operations by ticaiolima@gmail.com · 6 years ago
- 8a0bc01 Web Inspector: Audit: tests should support async operations by drousso@apple.com · 6 years ago
- 2b558d7 Unreviewed, rolling out r238833. by ryanhaddad@apple.com · 6 years ago
- bb46de3 [ESNext][BigInt] Support logic operations by ticaiolima@gmail.com · 6 years ago
- 82d7123 Add .xcfilelist files by krollin@apple.com · 6 years ago
- 75036b9 Versioning. by kocsen_chung@apple.com · 6 years ago
- 096a331 Fix the bytecode code generator scripts to pretty print BytecodeStructs.h and BytecodeIndices.h. by mark.lam@apple.com · 6 years ago
- 9782468 Add a runtime feature flag for LayoutFormattingContext. by zalan@apple.com · 6 years ago
- c8fd1769 [ESNext][BigInt] Implement support for "<<" and ">>" by ticaiolima@gmail.com · 6 years ago
- c849f02 Heap.h refers to the non-existent HeapStatistics by simon.fraser@apple.com · 6 years ago
- c092f54 [JSC] Keep TypeMaybeBigInt small https://bugs.webkit.org/show_bug.cgi?id=192203 by yusukesuzuki@slowstart.org · 6 years ago