Commits
User selector
Commit History
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 29, 2021
Stop using UncheckedLock in JSC::SamplingProfiler
Show description for aafd500committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on May 9, 2021
Remove calls to the String::toInt family of functions from JavaScriptCore
Show description for 5bdfe31committed
Commits on Jan 11, 2021
Web Inspector: Debugger: allow breakpoint actions to be evaluated as a user gesture
Show description for 7290e95committed
Commits on Nov 14, 2020
[clang-tidy] Run modernize-use-override through JSC
Show description for 38830a3committed
Commits on Oct 27, 2020
Web Inspector: console command line API should be exposed to breakpoint conditions/actions
Show description for 04af619committed
Commits on Oct 17, 2020
Web Inspector: REGRESSION(r266074): line-based JavaScript breakpoints don't hit after reload
Show description for dc4dc33committed
Commits on Sep 25, 2020
Non-unified build fixes, late September 2020 edition
Show description for 9f20742committed
Commits on Sep 19, 2020
console APIs shouldn't crash making a string that's too long for a console warning when using user provided labels
Show description for 3d5e0e5committed
Commits on Sep 11, 2020
Unreviewed. Remove the build warning below since r266885.
Show description for 9350cd3committed
Commits on Sep 10, 2020
Web Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
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: rename `ScriptDebugServer` subclasses/methods
Show description for 5454e58committedWeb Inspector: allow event breakpoints to be configured
Show description for 3ef4c4dcommittedWeb Inspector: remove "extra domains" concept now that domains can be added based on the debuggable type
Show description for bbe490bcommitted
Commits on Jul 31, 2020
Reduce over include usage in JSC
Show description for 10ad5e5committed
Commits on Jun 9, 2020
[JSC] Shrink __DATA,(__data,__bss,__common) more
Show description for 3621c9ccommitted
Commits on Jun 6, 2020
Web Inspector: unify the naming scheme for agents used by instrumentation
Show description for 23f660ccommitted
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 May 12, 2020
Fix existing usage of final/override/virtual in JSC and WTF
Show description for 1c3329ccommitted
Commits on May 6, 2020
ASSERT_WITH_MESSAGE(m_isOwnedByMainThread == isMainThread()) when web inspecting
Show description for 60ce3e8committed
Commits on Apr 19, 2020
Support an inlined representation in JSValue of small BigInts ("BigInt32")
Show description for b7d6325committed
Robin Morisset
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 Dec 12, 2019
[JSC] IsoHeapCellType should have destroy function member instead of specializing template function
Show description for 1d41d47committed
Commits on Dec 7, 2019
Web Inspector: non-regex Local Overrides and Script Blackboxing shouldn't apply to scripts that just contain the URL
Show description for a8b5f48committed
Commits on Dec 6, 2019
Web Inspector: add compiler UNLIKELY hints when checking if developer extras are enabled
Show description for 8392b81committed
Commits on Dec 4, 2019
Web Inspector: allow inspector to pause provisional page load and restore its state
Show description for 5325a1ccommitted