2019-01-16 |
sbarati@apple.com | Try ripping out inferred types because it might be... |
blob | commitdiff |
2019-01-15 |
tpopela@redhat.com | Unreviewed: Fix the -Wformat compiler warnings |
blob | commitdiff | diff to current |
2019-01-15 |
ticaiolima@gmail.com | DFGByteCodeParser rules for bitwise operations should... |
blob | commitdiff | diff to current |
2019-01-15 |
commit-queue@webki... | Web Inspector: Generate the DOMDebugger domain for... |
blob | commitdiff | diff to current |
2019-01-15 |
drousso@apple.com | Web Inspector: Audit: create new IDL type for exposing... |
blob | commitdiff | diff to current |
2019-01-15 |
msaboff@apple.com | Add option to JSC to dump memory footprint on script... |
blob | commitdiff | diff to current |
2019-01-15 |
yusukesuzuki@slows... | [JSC] AI should check the given constant's array type... |
blob | commitdiff | diff to current |
2019-01-15 |
ticaiolima@gmail.com | [BigInt] Literal parsing is crashing when used inside... |
blob | commitdiff | diff to current |
2019-01-14 |
yusukesuzuki@slows... | [JSC] Do not use asArrayModes() with Structures because... |
blob | commitdiff | diff to current |
2019-01-14 |
mark.lam@apple.com | Re-enable ability to build --cloop builds. |
blob | commitdiff | diff to current |
2019-01-14 |
mark.lam@apple.com | Fix all CLoop JSC test failures (including some LLInt... |
blob | commitdiff | diff to current |
2019-01-14 |
keith_miller@apple.com | JSC should have a module loader API |
blob | commitdiff | diff to current |
2019-01-14 |
dinfuehr@igalia.com | Fix property access on ARM with the baseline JIT |
blob | commitdiff | diff to current |
2019-01-13 |
timothy@apple.com | Have prefers-color-scheme: light always match on macOS... |
blob | commitdiff | diff to current |
2019-01-12 |
yusukesuzuki@slows... | Unreviewed, fix scope check assertions |
blob | commitdiff | diff to current |
2019-01-12 |
wilander@apple.com | Compile out Web API Statistics Collection |
blob | commitdiff | diff to current |
2019-01-12 |
sbarati@apple.com | DFG combined liveness can be wrong for terminal basic... |
blob | commitdiff | diff to current |
2019-01-11 |
yusukesuzuki@slows... | [JSC] Global lexical bindings can shadow global variabl... |
blob | commitdiff | diff to current |
2019-01-11 |
dinfuehr@igalia.com | Enable DFG on ARM/Linux again |
blob | commitdiff | diff to current |
2019-01-10 |
bburg@apple.com | Web Inspector: incorrect type signature used for protoc... |
blob | commitdiff | diff to current |
2019-01-10 |
bburg@apple.com | Rebaseline inspector generator test results after recen... |
blob | commitdiff | diff to current |
2019-01-10 |
commit-queue@webki... | Unreviewed, rolling out r239825. |
blob | commitdiff | diff to current |
2019-01-10 |
dinfuehr@igalia.com | Enable DFG on ARM/Linux again |
blob | commitdiff | diff to current |
2019-01-09 |
mark.lam@apple.com | Restore bytecode dumper's ability to dump jump target... |
blob | commitdiff | diff to current |
2019-01-09 |
mark.lam@apple.com | Gigacage disabling checks should handle the GIGACAGE_AL... |
blob | commitdiff | diff to current |
2019-01-09 |
keith_miller@apple.com | builtins should be able to use async/await |
blob | commitdiff | diff to current |
2019-01-09 |
yusukesuzuki@slows... | Array.prototype.flat/flatMap have a minor bug in ArrayS... |
blob | commitdiff | diff to current |
2019-01-09 |
ddkilzer@apple.com | Leak of VectorBufferBase.m_buffer (16-64 bytes) under... |
blob | commitdiff | diff to current |
2019-01-09 |
commit-queue@webki... | ASSERT when paused in debugger and console evaluation... |
blob | commitdiff | diff to current |
2019-01-08 |
keith_miller@apple.com | Move JSValueMakeSymbol to private header |
blob | commitdiff | diff to current |
2019-01-08 |
mark.lam@apple.com | Fix some typos in comments. |
blob | commitdiff | diff to current |
2019-01-08 |
tzagallo@apple.com | LLInt put_by_id uses the wrong load instruction for... |
blob | commitdiff | diff to current |
2019-01-07 |
drousso@apple.com | Web Inspector: extend XHR breakpoints to work with... |
blob | commitdiff | diff to current |
2019-01-07 |
drousso@apple.com | Web Inspector: Network: show secure connection details... |
blob | commitdiff | diff to current |
2019-01-04 |
tzagallo@apple.com | Baseline version of get_by_id may corrupt metadata |
blob | commitdiff | diff to current |
2019-01-04 |
yusukesuzuki@slows... | [JSC] Optimize Object.prototype.toString |
blob | commitdiff | diff to current |
2019-01-03 |
msaboff@apple.com | DFG IntegerRangeOptimization phase exceeding loop limit... |
blob | commitdiff | diff to current |
2019-01-03 |
webkit@devinrousso.com | Web Inspector: Implement `queryObjects` Command Line API |
blob | commitdiff | diff to current |
2019-01-02 |
keith_miller@apple.com | SourceProviders should use an actual URL instead of... |
blob | commitdiff | diff to current |
2019-01-01 |
jeffm@apple.com | Update user-visible copyright strings to include 2019 |
blob | commitdiff | diff to current |
2018-12-30 |
ross.kirsling@sony.com | [JSC] Identifier validity should be based on ID_Start... |
blob | commitdiff | diff to current |
2018-12-29 |
yusukesuzuki@slows... | [JSC] Remove one indirection in JSObject::toStringName |
blob | commitdiff | diff to current |
2018-12-27 |
achristensen@apple.com | Resurrect Mac CMake build |
blob | commitdiff | diff to current |
2018-12-26 |
Hironori.Fujii@son... | [JSC][Win][Clang] warning: implicit conversion from... |
blob | commitdiff | diff to current |
2018-12-23 |
yusukesuzuki@slows... | [BigInt] Support BigInt in JSON.stringify |
blob | commitdiff | diff to current |
2018-12-22 |
yusukesuzuki@slows... | [JSC] Use appendUnbarriered for cached own keys |
blob | commitdiff | diff to current |
2018-12-22 |
yusukesuzuki@slows... | Use Ref<> as much as possible |
blob | commitdiff | diff to current |
2018-12-21 |
joepeck@webkit.org | Web Inspector: Crashes seen under Inspector::ScriptCall... |
blob | commitdiff | diff to current |
2018-12-21 |
cdumez@apple.com | Use Optional::hasValue() instead of Optional::has_value() |
blob | commitdiff | diff to current |
2018-12-20 |
keith_miller@apple.com | Add support for globalThis |
blob | commitdiff | diff to current |
2018-12-20 |
cdumez@apple.com | Use Optional::valueOr() instead of Optional::value_or() |
blob | commitdiff | diff to current |
2018-12-20 |
commit-queue@webki... | ITMLKit Inspector: Elements tab does not show DOM Tree |
blob | commitdiff | diff to current |
2018-12-20 |
mark.lam@apple.com | Fix a typo in slow_path_construct_arityCheck and operat... |
blob | commitdiff | diff to current |
2018-12-20 |
ticaiolima@gmail.com | [BigInt] We should enable CSE into arithmetic operation... |
blob | commitdiff | diff to current |
2018-12-20 |
commit-queue@webki... | Unreviewed, rolling out r239377. |
blob | commitdiff | diff to current |
2018-12-20 |
cdumez@apple.com | wtf/Optional.h: move-constructor and move-assignment... |
blob | commitdiff | diff to current |
2018-12-19 |
simon.fraser@apple.com | Web Inspector: Timelines: correctly label Intersection... |
blob | commitdiff | diff to current |
2018-12-19 |
mark.lam@apple.com | JSPropertyNameEnumerator should cache the iterated... |
blob | commitdiff | diff to current |
2018-12-19 |
ticaiolima@gmail.com | [BigInt] We should enable CSE into arithmetic operation... |
blob | commitdiff | diff to current |
2018-12-19 |
tzagallo@apple.com | String overflow in JSC::createError results in ASSERT... |
blob | commitdiff | diff to current |
2018-12-19 |
ross.kirsling@sony.com | Error message for `-x ** y` contains a typo. |
blob | commitdiff | diff to current |
2018-12-19 |
sbarati@apple.com | Update ARM64EHash |
blob | commitdiff | diff to current |
2018-12-18 |
mark.lam@apple.com | JSON.stringify() should throw OOM on StringBuilder... |
blob | commitdiff | diff to current |
2018-12-18 |
ross.kirsling@sony.com | Redeclaration of var over let/const/class should be... |
blob | commitdiff | diff to current |
2018-12-18 |
ddkilzer@apple.com | clang-tidy: Use const reference for MediaTime parameter... |
blob | commitdiff | diff to current |
2018-12-18 |
sbarati@apple.com | Unreviewed. Appease a build error where we weren't... |
blob | commitdiff | diff to current |
2018-12-18 |
mark.lam@apple.com | Array unshift/shift should not race against the AI... |
blob | commitdiff | diff to current |
2018-12-18 |
yusukesuzuki@slows... | [JSC] Optimize Object.keys by caching own keys results... |
blob | commitdiff | diff to current |
2018-12-18 |
mark.lam@apple.com | SamplingProfiler's isValidFramePointer() should reject... |
blob | commitdiff | diff to current |
2018-12-17 |
mark.lam@apple.com | Suppress ASAN on valid stack accesses in Probe-based... |
blob | commitdiff | diff to current |
2018-12-17 |
mark.lam@apple.com | Fix stale assertion in attemptToForceStringArrayModeByT... |
blob | commitdiff | diff to current |
2018-12-17 |
jlewis3@apple.com | Unreviewed, rolling out r239254. |
blob | commitdiff | diff to current |
2018-12-16 |
yusukesuzuki@slows... | Unreviewed, suppress warnings in Linux |
blob | commitdiff | diff to current |
2018-12-16 |
yusukesuzuki@slows... | Null pointer dereference in JSC::WriteBarrierBase() |
blob | commitdiff | diff to current |
2018-12-16 |
darin@apple.com | Use warning-ignoring macros more consistently and simply |
blob | commitdiff | diff to current |
2018-12-16 |
darin@apple.com | Replace many uses of String::format with more type... |
blob | commitdiff | diff to current |
2018-12-15 |
darin@apple.com | LiteralParser has a bunch of uses of String::format... |
blob | commitdiff | diff to current |
2018-12-15 |
mark.lam@apple.com | CallFrame::convertToStackOverflowFrame() needs to keep... |
blob | commitdiff | diff to current |
2018-12-14 |
ddkilzer@apple.com | clang-tidy: Fix unnecessary copy of objects for operato... |
blob | commitdiff | diff to current |
2018-12-14 |
commit-queue@webki... | Unreviewed, rolling out r239153, r239154, and r239155. |
blob | commitdiff | diff to current |
2018-12-14 |
keith_miller@apple.com | Callers of JSString::getIndex should check for OOM... |
blob | commitdiff | diff to current |
2018-12-14 |
Hironori.Fujii@son... | [WinCairo][Clang] DLLLauncherMain.cpp: warning: unused... |
blob | commitdiff | diff to current |
2018-12-14 |
dinfuehr@igalia.com | Improve GDB output for LLInt on Linux |
blob | commitdiff | diff to current |
2018-12-14 |
mark.lam@apple.com | Add a missing exception check. |
blob | commitdiff | diff to current |
2018-12-14 |
sbarati@apple.com | The JSC shell should listen for memory pressure events... |
blob | commitdiff | diff to current |
2018-12-14 |
mark.lam@apple.com | Ensure that StructureFlags initialization always starts... |
blob | commitdiff | diff to current |
2018-12-14 |
mark.lam@apple.com | Add the JSC_traceBaselineJITExecution option for tracin... |
blob | commitdiff | diff to current |
2018-12-14 |
ddkilzer@apple.com | clang-tidy: Fix unnecessary object copies in JavaScriptCore |
blob | commitdiff | diff to current |
2018-12-13 |
drousso@apple.com | Web Inspector: remove DOM.BackendNodeId and associated... |
blob | commitdiff | diff to current |
2018-12-13 |
ticaiolima@gmail.com | [BigInt] Add ValueDiv into DFG |
blob | commitdiff | diff to current |
2018-12-13 |
yusukesuzuki@slows... | Unreviewed, build fix after r239153, part 2 |
blob | commitdiff | diff to current |
2018-12-13 |
yusukesuzuki@slows... | Unreviewed, build fix after r239153 |
blob | commitdiff | diff to current |
2018-12-13 |
yusukesuzuki@slows... | [JSC] Optimize Object.keys by caching own keys results... |
blob | commitdiff | diff to current |
2018-12-13 |
yusukesuzuki@slows... | [DFG][FTL] Add NewSymbol |
blob | commitdiff | diff to current |
2018-12-13 |
yusukesuzuki@slows... | [BigInt] Implement DFG/FTL typeof for BigInt |
blob | commitdiff | diff to current |
2018-12-12 |
yusukesuzuki@slows... | [BigInt] Simplify boolean context evaluation by leverag... |
blob | commitdiff | diff to current |
2018-12-12 |
justin_michaud@app... | Implement feature flag for CSS Typed OM |
blob | commitdiff | diff to current |
2018-12-11 |
don.olmstead@sony.com | Move ENABLE_RESOURCE_LOAD_STATISTICS to FeatureDefines... |
blob | commitdiff | diff to current |
2018-12-11 |
mark.lam@apple.com | PropertyAttribute needs a CustomValue bit. |
blob | commitdiff | diff to current |
2018-12-10 |
mark.lam@apple.com | LinkBuffer::copyCompactAndLinkCode() needs to be aware... |
blob | commitdiff | diff to current |
next |