Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
Mark Lam
Commits on Jan 11, 2021
Web Inspector: Debugger: allow breakpoint actions to be evaluated as a user gesture
Show description for 7290e95committed
Commits on Oct 27, 2020
Web Inspector: console command line API should be exposed to breakpoint conditions/actions
Show description for 04af619committed
Commits on Sep 3, 2020
Web Inspector: allow special JavaScript breakpoints to be configured
Show description for 56a499acommitted
Commits on Aug 24, 2020
Web Inspector: allow event breakpoints to be configured
Show description for 3ef4c4dcommitted
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 15, 2020
Web Inspector: Debugger: add a Step next that steps by expression
Show description for 45f1ee3committed
Commits on Feb 6, 2020
Web Inspector: Sources: add a special breakpoint for controlling whether `debugger` statements pause
Show description for 36dd560committed
Commits on Jan 14, 2020
Web Inspector: crash in DumpRenderTree at com.apple.JavaScriptCore: WTF::RefCountedBase::hasOneRef const
Show description for d23b874committed
Commits on Dec 7, 2019
The compiler thread should not adjust Identifier refCounts.
Show description for 4d2cb63committed
Mark Lam
Commits on Oct 24, 2019
[JSC] Remove wasmAwareLexicalGlobalObject
Show description for dcedbfacommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 3, 2019
Web Inspector: tests under LayoutTests/inspector/debugger are flaky
Show description for 5d16b7bauthored andcommitted
Commits on Sep 13, 2019
Web Inspector: Formatter: Pretty Print HTML resources (including inline <script>/<style>)
Show description for 5629474committed
Commits on Sep 4, 2019
Web Inspector: implement blackboxing of script resources
Show description for ac0a8fbcommitted
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Feb 9, 2019
[JSC] Shrink sizeof(CodeBlock) more
Show description for 56ea256committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Aug 28, 2018
Fix exception throwing code so that topCallFrame and topEntryFrame stay true to their names.
Show description for 7bbb7e8committed
Mark Lam
Commits on Aug 23, 2018
Move vmEntryGlobalObject() to VM from CallFrame.
Show description for 66b87e9committed
Mark Lam
Commits on Jun 27, 2018
JSImmutableButterfly can't be allocated from a subspace with HeapCell::Kind::Auxiliary
Show description for 03ec722committed
Commits on May 31, 2018
[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on Mar 2, 2018
Remove monotonicallyIncreasingTime
Show description for e05d544committed
Commits on Jan 11, 2018
CodeBlocks should be in IsoSubspaces
Show description for 618dbdccommitted
Filip Pizlo
Commits on Jan 10, 2018
Unreviewed, rolling out r226667 and r226673.
Show description for f7f33f4committedCodeBlocks should be in IsoSubspaces
Show description for b645d68committed
Filip Pizlo
Commits on Oct 20, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 6b950e6committed
Commits on Oct 6, 2017
Unreviewed, rolling out r222791 and r222873.
Show description for 8171170authored andcommitted
Commits on Oct 3, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 26ecac5committed
Commits on Jun 21, 2017
Web Inspector: Using "break on all exceptions" when throwing stack overflow hangs inspector
Show description for f7a91c4authored andcommitted
Commits on May 8, 2017
Introduce ExceptionScope::assertNoException() and releaseAssertNoException().
Show description for e0d17c5committed
Mark Lam