Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Aug 31, 2021
Cut down on use of CFGetTypeID, using dynamic_cf_cast instead; related streamlining
Show description for 976a2e1committed
Commits on Jul 28, 2021
Web Inspector: [Cocoa] "RemoteInspector XPC connection to relay failed." messages are confusing in StdErr
Show description for 9ac23fdcommitted
Commits on Jun 3, 2021
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
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 14, 2021
[REGRESSION: r271876] Web Inspector: [Cocoa] Remote inspection crashes when using WEB_THREAD
Show description for db0740fcommitted
Commits on Mar 11, 2021
Web Inspector: Occasional crash under RemoteConnectionToTargetCocoa::close()
Show description for a34d5f4committedUse RetainPtr<> / OSObjectPtr<> more in WebKit
Show description for 27d4cf2committed
Commits on Mar 5, 2021
Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit
Show description for 743c1f7committed
Commits on Feb 17, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 3fbf538committed
Commits on Feb 16, 2021
Web Inspector: Add a way to wake up debuggables to the remote inspector protocol
Show description for 4d5acf5committed
Commits on Jan 26, 2021
Crash when remote inspecting in debug builds
Show description for 268a7adcommitted
Commits on Aug 24, 2020
Web Inspector: rename `ScriptDebugServer` subclasses/methods
Show description for 5454e58committed
Commits on Aug 5, 2020
[JSC] Use LazyNeverDestroyed & std::call_once for complex singletons
Show description for 2c9950ecommitted
Commits on Jul 9, 2020
REGRESSION(r262302): ITMLKit debuggables in listings are missing a title, use UUID instead
Show description for 514daa7committed
Commits on Jun 28, 2020
Rename initializeThreading to initialize
Show description for e9d5a10committed
Commits on May 29, 2020
Web Inspector: add ITML debuggable/target type
Show description for 1b0dacacommitted
Commits on Apr 8, 2020
Rearrange and simplify some JSC feature flags
Show description for f7700abcommitted
Commits on Apr 3, 2020
Web Inspector: increase the auto-inspect debugger timeout delay to account for slower networks/devices
Show description for c0bcfb9committed
Commits on Feb 17, 2020
Mach lookup to com.apple.webinspector should not be allowed in WebKit's WebContent process
Show description for 0ddc8b7committed
Commits on Nov 6, 2019
WTF::RunLoop should not depend on isMainThread() idiom.
Show description for 38be46acommitted
Mark Lam
Commits on Oct 17, 2019
Web Inspector: rework frontend agent construction to allow commands/events to be controlled by the related target's type
Show description for 30ea9b4committed
Commits on Oct 12, 2019
Make WebInspector's remote debug EventLoop code into RunLoop
Show description for 9fbb481committed
Commits on Sep 21, 2019
clang-tidy: Fix unnecessary copy/ref churn of for loop variables in WTF/JavaScriptCore
Show description for 0acf63dcommitted
Commits on May 2, 2019
RemoteInspector::updateAutomaticInspectionCandidate should have a default implementation.
Show description for 8a2a9d7committed
Commits on Apr 30, 2019
Web Automation: use a more informative key to indicate automation availability
Show description for 11d3040committed
Commits on Apr 25, 2019
[RemoteInspector] Fix connection and target identifier types.
Show description for a437579committed
Commits on Apr 3, 2019
Web Inspector: Remote Inspector indicate callback should always happen on the main thread
Show description for 62d6f3fcommitted
Commits on Mar 7, 2019
Followups to (r242306): Use LockHolder instead of std::lock_guard on Remote Inspector Locks
Show description for cb08dbccommitted
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommitted