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 5, 2021
FileSystem::readFromFile() should return data as `void*`
Show description for e711459committed
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 26, 2021
Use UncheckedLock less in JavaScriptCore
Show description for 91e855ecommitted
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommittedMake CheckedLock the default Lock
Show description for e801aaacommitted
Commits on May 23, 2021
Use CheckedLock in even more places
Show description for ae0b81ccommitted
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
Rename FileSystem::getFileSize() to FileSystem::fileSize()
Show description for 7f42cb6committed[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 29, 2021
check-webkit-style: warn about WTF::BlockPtr use in JavaScriptCore until ARC is enabled
Show description for 20df190committed
David Kilzer
Commits on Jan 26, 2021
Crash when remote inspecting in debug builds
Show description for 268a7adcommitted
Commits on Nov 14, 2020
[clang-tidy] Run modernize-use-override through JSC
Show description for 38830a3committed
Commits on Nov 3, 2020
[CMake] Add remote inspector platforms
Show description for 7142ee5committed
Commits on Oct 28, 2020
[WinCairo][PlayStation] Add handling for accept failure case
Show description for 448065ecommitted
Commits on Sep 30, 2020
[PlayStation][WinCairo] Enable WebDriver target on PlayStation and client for WinCairo
Show description for 687d6eecommitted
Commits on Sep 24, 2020
[PlayStation] Stop raising SIGPIPE when client side of RemoteInspector dies
Show description for 069654fcommitted
Commits on Sep 21, 2020
[WinCairo][PlayStation] Support different instances of listener client.
Show description for b884f26committed
Commits on Sep 16, 2020
[Flatpak SDK][WPE] Launching the remote inspector kills MB
Show description for 2313edaauthored andcommitted
Commits on Sep 10, 2020
Web Inspector: modernize generated backend protocol code
Show description for f6e8afacommitted
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