Commits
User selector
Commit History
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Jun 11, 2025
Web Inspector: REGRESSION(?): Sources Tab: async stack traces can sometimes be empty
Show description for 3122668committed
Commits on May 27, 2025
Remove a comma from assorted copyright lines
Show description for ab37dd9committed
Commits on Jun 7, 2024
Use "= default" for constructor and destructor in more JSC code
Show description for 0710c9fcommitted
Ahmad Saleem
Commits on Jul 31, 2023
Web Inspector: Deeply nested console logging can cause ConsoleMessage to be destroyed while we are still trying to log it
Show description for e1d780dauthored andcommitted
Commits on May 22, 2023
Web Inspector: Deeply nested async stack traces are not fully truncated
Show description for 3310644authored andcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Jul 20, 2022
Web Inspector: should always send Console.StackTrace instead of an array of Console.CallFrame
Show description for 9b26fc6committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Feb 17, 2018
Web Inspector: get rid of remaining uses of OptOutput<T>
Show description for 6698fa3committed
Commits on Feb 16, 2018
Unreviewed, rolling out r228546.
Show description for ddcf520committedWeb Inspector: get rid of remaining uses of OptOutput<T>
Show description for f28437ccommitted
Commits on Dec 1, 2017
Web Inspector: move Inspector::Protocol::Array<T> to JSON namespace
Show description for df53e2acommitted
Commits on Nov 28, 2017
Move JSONValues to WTF and convert uses of InspectorValues.h to JSONValues.h
Show description for 27006f5authored andcommitted
Commits on Nov 15, 2017
Unreviewed, rolling out r224863.
Show description for c6d1ebecommittedMove JSONValues to WTF and convert uses of InspectorValues.h to JSONValues.h
Show description for 579a88dauthored andcommitted
Commits on Sep 10, 2017
Error should compute .stack and friends lazily
Show description for 9b187f3committed
Filip Pizlo
Commits on Dec 20, 2016
Modernize for loops in JSC
Show description for 00b4008committed
Commits on Nov 29, 2016
Web Inspector: Debugger should have an option for showing asynchronous call stacks
Show description for 924c49fcommitted
Commits on Dec 28, 2015
Stop moving local objects in return statements
Show description for 6e743f0committed
Commits on Jan 21, 2015
Remove ENABLE(INSPECTOR) ifdef guards
Show description for c5a5e0bcommitted
Commits on Jan 16, 2015
Web Inspector: code generator should introduce typedefs for protocol types that are arrays
Show description for 69da452committed
Brian Burg
Commits on Jan 7, 2015
Web Inspector: purge PassRefPtr from Inspector code and use Ref for typed and untyped protocol objects
Show description for 8a3eb3fauthored andcommitted
Unreviewed, rolling out r178039.
Show description for bd61a0ccommittedWeb Inspector: purge PassRefPtr from Inspector code and use Ref for typed and untyped protocol objects
Show description for 4e25a14committed
Brian Burg
Commits on Aug 25, 2014
Web Inspector: rename Inspector::TypeBuilder to Inspector::Protocol
Show description for e308d37committed
Brian Burg
Commits on Feb 27, 2014
Web Inspector: JSContext inspection should report exceptions in the console
Show description for b2bda98committed
Commits on Feb 23, 2014
REGRESSION (r164507): Crash beneath JSGlobalObjectInspectorController::reportAPIException at facebook.com, twitter.com, youtube.com
Show description for 24c794acommitted
Dan Bernstein
Commits on Feb 21, 2014
Web Inspector: JSContext inspection should report exceptions in the console
Show description for 53816b7committedRevert r164486, causing a number of test failures.
Show description for 14e2167committedWeb Inspector: JSContext inspection should report exceptions in the console
Show description for 4418140committed
Commits on Feb 6, 2014
Web Inspector: Add Console support to JSContext Inspection
Show description for 3d938b8committed
Loading