Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6e462daaae46b9dca6817e61b308243175a8add6 https://github.com/WebKit/WebKit/commit/6e462daaae46b9dca6817e61b308243175a8add6 Author: Devin Rousso <h...@devinrousso.com> Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths: M LayoutTests/inspector/debugger/resources/blackbox.js M LayoutTests/inspector/debugger/setBlackboxBreakpointEvaluations-expected.txt M LayoutTests/inspector/debugger/setBlackboxBreakpointEvaluations.html M LayoutTests/inspector/debugger/setShouldBlackboxURL-exact-case-insensitive.html M LayoutTests/inspector/debugger/setShouldBlackboxURL-exact-case-sensitive-expected.txt M LayoutTests/inspector/debugger/setShouldBlackboxURL-exact-case-sensitive.html M LayoutTests/inspector/debugger/setShouldBlackboxURL-regex-case-insensitive.html M LayoutTests/inspector/debugger/setShouldBlackboxURL-regex-case-sensitive-expected.txt M LayoutTests/inspector/debugger/setShouldBlackboxURL-regex-case-sensitive.html M Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp M Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h M Source/JavaScriptCore/inspector/protocol/Debugger.json Log Message: ----------- Web Inspector: Debugger: blackboxing should default to case sensitive https://bugs.webkit.org/show_bug.cgi?id=290594 Reviewed by BJ Burg. This matches breakpoints and local overrides and searching and etc., as well as developer expectations (i.e. case insensitivity is an opt-in). * Source/JavaScriptCore/inspector/protocol/Debugger.json: * Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h: * Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp: (Inspector::InspectorDebuggerAgent::setShouldBlackboxURL): * LayoutTests/inspector/debugger/resources/blackbox.js: (ProtocolTest.Blackbox.setBlackbox): * LayoutTests/inspector/debugger/setBlackboxBreakpointEvaluations.html: * LayoutTests/inspector/debugger/setBlackboxBreakpointEvaluations-expected.txt: * LayoutTests/inspector/debugger/setShouldBlackboxURL-exact-case-insensitive.html: * LayoutTests/inspector/debugger/setShouldBlackboxURL-exact-case-sensitive.html: * LayoutTests/inspector/debugger/setShouldBlackboxURL-exact-case-sensitive-expected.txt: * LayoutTests/inspector/debugger/setShouldBlackboxURL-regex-case-insensitive.html: * LayoutTests/inspector/debugger/setShouldBlackboxURL-regex-case-sensitive.html: * LayoutTests/inspector/debugger/setShouldBlackboxURL-regex-case-sensitive-expected.txt: Canonical link: https://commits.webkit.org/292997@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes