Commits
User selector
Commit History
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Oct 6, 2024
Stop using class-level JS_EXPORT_PRIVATE for `JavaScriptCore/inspector` directory
Show description for 28b9071committed
Commits on Nov 15, 2023
Web Inspector: support awaitPromise parameter in Runtime.callFunctionOn
Show description for 700de83committed
Commits on May 3, 2023
Remove JavaScriptCore/bindings
Show description for 6b0de00committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
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 10, 2020
Web Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
Commits on May 12, 2020
Fix existing usage of final/override/virtual in JSC and WTF
Show description for 1c3329ccommitted
Commits on Oct 11, 2019
Web Inspector: use more C++ keywords for defining agents
Show description for 50c48c6committed
Commits on Sep 19, 2019
Web Inspector: Better handling for large arrays and collections in Object Trees
Show description for 057230fcommitted
Commits on Mar 19, 2019
Web Inspector: Provide $event in the console when paused on an event listener
Show description for 4251bb4committed
Commits on Jan 15, 2019
Web Inspector: Audit: create new IDL type for exposing special functionality in test context
Show description for 0fce9e3committed
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 Dec 4, 2018
Web Inspector: Audit: tests should support async operations
Show description for 926e3e4committed
Commits on Dec 12, 2017
Web Inspector: modernize InjectedScript a bit
Show description for 0bff150committedWeb Inspector: Optionally log WebKit log parameters as JSON
Show description for ed5b890committed
Commits on Dec 1, 2017
Web Inspector: move Inspector::Protocol::Array<T> to JSON namespace
Show description for df53e2acommitted
Commits on Jul 18, 2017
Web Inspector: Modernize InjectedScriptSource
Show description for 3f310bbcommitted
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Jun 22, 2017
Web Inspector: Pausing with a deep call stack can be very slow, avoid eagerly generating object previews
Show description for 55a576ecommitted
Commits on Aug 15, 2016
Use #pragma once in inspector headers
Show description for b12d009authored andcommitted
Commits on Apr 16, 2016
Reduce use of Deprecated::ScriptXXX classes
Show description for 9e14a59committed
Commits on Mar 10, 2016
Web Inspector: Get a RemoteObject or ObjectPreview from HeapSnapshot Object Identifier
Show description for 013bdb0authored andcommitted
Commits on Nov 5, 2015
Web Inspector: Clean up InjectedScript uses
Show description for 7a44021authored andcommitted
Commits on Mar 3, 2015
Web Inspector: Context Menu to Log a Particular Object
Show description for 57dcff5committed
Commits on Feb 27, 2015
Web Inspector: Save Console Evaluations into Command Line variables $1-$99 ($n)
Show description for 7204e17committed
Commits on Feb 25, 2015
Web Inspector: Make Getter/Setter RemoteObject property and ObjectPreview handling consistent
Show description for 7837b03committed
Commits on Feb 22, 2015
Web Inspector: Generate Previews more often for RemoteObject interaction
Show description for 505e4b5authored andcommitted
Commits on Jan 29, 2015
Web Inspector: ES6: Improved Console Format for Set and Map Objects (like Arrays)
Show description for 3e89453committed
Commits on Jan 21, 2015
Remove ENABLE(INSPECTOR) ifdef guards
Show description for c5a5e0bcommittedWeb Inspector: Cleanup RuntimeAgent a bit
Show description for 2f6d51eauthored andcommittedWeb Inspector: Expanding event objects in console shows undefined for most values, it should have real values
Show description for d8c1c11authored andcommitted
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