Commits
User selector
Commit History
Commits on Sep 23, 2021
Web Inspector: Graphics: add instrumentation for new `CanvasRenderingContext2DSettings`
Show description for 9bbaba3committed
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 Aug 19, 2021
Implement ::backdrop pseudo element
Show description for c6e00eacommitted
Commits on Jul 30, 2021
Stop building WebGPU and the WHLSL compiler to decrease binary size
Show description for f11022ecommitted
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 11, 2021
Web Inspector: Add instrumentation to node destruction for InspectorDOMAgent
Show description for 1ee85cfcommitted
Commits on Jun 5, 2021
FileSystem::readFromFile() should return data as `void*`
Show description for e711459committed
Commits on Jun 4, 2021
Web Inspector: mark recently added protocol commands/events as page-only
Show description for 188deebcommitted
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 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 26, 2021
Use UncheckedLock less in JavaScriptCore
Show description for 91e855ecommitted
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committedDrop 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 db20ed5committedStop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on May 19, 2021
Move CFStringRef and NSString support from StringBuilder into StringConcatenateCF
Show description for c8156cccommitted
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 May 9, 2021
Remove calls to the String::toInt family of functions from JavaScriptCore
Show description for 5bdfe31committed
Commits on Apr 13, 2021
Inspector code is wrongly including some private headers
Show description for b26773acommitted
Commits on Apr 12, 2021
Modernize uses of ConsoleClient
Show description for 19ce22acommitted
Commits on Apr 8, 2021
Rename and make the TerminationException a singleton.
Show description for c803659committed
Mark Lam
Commits on Mar 28, 2021
Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports
Show description for c19981bcommitted
Sam Weinig
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 6, 2021
<model> should create a model-owning compositing layer
Show description for 9e0516fcommitted
Commits on Mar 5, 2021
Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit
Show description for 743c1f7committed