Commits
User selector
Commit History
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 20, 2021
GraphicsLayer::setName() causes heap fragmentation
Show description for 10fc665committed
Commits on Apr 17, 2021
Move RuntimeEnabledFeatures to Settings (Part 1)
Show description for de6f156committed
Sam Weinig
Commits on Mar 24, 2021
[WinCairo] Implement inspector-resource:// URL scheme handler for Web Inspector resources
Show description for 8bb6f5ccommitted
Commits on Mar 22, 2021
Web Inspector: rename WebInspectorProxy to WebInspectorUIProxy
Show description for 598cfeccommitted
Commits on Mar 19, 2021
[Cocoa] Web Inspector: load inspector resources using a custom scheme handler
Show description for 18a2717committed
Commits on Mar 9, 2021
[IPC Hardening] Protect against bad input in WebProcessProxy::createSpeechRecognitionServer() and MessageReceiverMap
Show description for dbeff8fcommitted
Commits on Feb 26, 2021
[Cocoa] Web Inspector: add support for receiving Web Extension events via _WKInspectorExtensionDelegate
Show description for 837bed8committed
Commits on Feb 24, 2021
[Cocoa] Web Inspector: Add support for reloading the inspected page via _WKInspectorExtension
Show description for 2287714committed
Commits on Feb 20, 2021
WebGL GPU process IPC should use shared memory for asynchronous messages
Show description for 3696f97authored andcommitted
Commits on Feb 16, 2021
RemoteAudioSourceProviderManager is accessed in non-thread-safe manner
Show description for 936a85dauthored andcommitted
Commits on Feb 10, 2021
[Cocoa] Web Inspector: add support for evaluating script on the inspected page via _WKInspectorExtension
Show description for 1f839eecommitted
Commits on Dec 9, 2020
[Cocoa] Web Inspector: add support for creating extension tabs in WebInspectorUI via _WKInspectorExtension
Show description for 24de311committedIPC should support non-byte aligned data references
Show description for 2df0539authored andcommitted
Commits on Dec 4, 2020
Web Inspector: InspectorFrontendAPIDispatcher should not ignore all exceptions
Show description for b78500fcommitted
Commits on Nov 12, 2020
REGRESSION(r267411): Unable to "Start Element Selection" with Web Inspector closed
Show description for 94eec6bcommitted
Commits on Nov 11, 2020
[Cocoa] Inspector Extensions: Add _WKInspectorExtension and related plumbing
Show description for 906cf90committed
Commits on Nov 6, 2020
Unreviewed, reverting r269486.
Show description for b19e0cccommitted
Truitt Savell[Cocoa] Inspector Extensions: Add _WKInspectorExtension and related plumbing
Show description for 580e920committed
Commits on Oct 30, 2020
Web Inspector: move InspectorFrontendAPIDispatcher to WebCore, clean up uses
Show description for b4bf3d5committed
Commits on Oct 17, 2020
Web Inspector: rename `Highlight` so it doesn't conflict with CSS `Highlight`
Show description for 4932642committed
Commits on Oct 8, 2020
Unreviewed. Remove the build warning below since r238330.
Show description for a156b80committed
Commits on Sep 22, 2020
[Cocoa] _WKInspectorDelegate should handle showing external resources
Show description for ae0fc6fcommitted
Commits on Jul 19, 2020
Remove ColorBuilder
Show description for 5d824c2committed
Sam Weinig
Commits on Jul 18, 2020
Remove final vestigates of SimpleColor
Show description for 7af1934committed
Sam Weinig
Commits on Jun 29, 2020
Remove remaining makeSimpleColorFrom* variants
Show description for c10168acommitted
Sam Weinig
Commits on Jun 1, 2020
Extended Color: Replace Color constructors taking numeric values with type specific factory functions
Show description for d4a4859committed
Sam Weinig
Commits on May 14, 2020
Web Inspector: `RuntimeEnabledFeatures` should also be enabled when remotely inspecting
Show description for 769c9eecommitted
Commits on May 13, 2020
Selected element on Web Inspector is not highlighted with CPU Rendering.
Show description for 517cc59authored andcommitted
Commits on May 6, 2020
Reduce IPC overhead for message receiver name and message name to 2 bytes
Show description for f9df206authored andcommitted
Commits on May 4, 2020
Web Inspector: provide a way for inspector to turn on/off ITP debug mode and AdClickAttribution debug mode
Show description for e2d2eb6committed
Commits on Apr 29, 2020
Commits on Apr 28, 2020
Web Inspector: find dialog does not populate search string from system find pasteboard
Show description for ac6d49ecommitted
Commits on Apr 18, 2020
Reduce parameter list of the FrameLoadRequest constructor
Show description for 39de65eauthored andcommitted