Bug 246090 - Web Inspector: DOMDebugger: event breakpoints should support case insensitive and regex matching
Summary: Web Inspector: DOMDebugger: event breakpoints should support case insensitive...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-05 09:45 PDT by Devin Rousso
Modified: 2022-10-05 15:16 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2022-10-05 09:45:42 PDT
this would allow developers to be able to create breakpoints for `mouse*` instead of having to have separate ones for `mousedown` and `mouseup` and etc. (which would also require duplicating any actions and whatnot)
Comment 1 Devin Rousso 2022-10-05 09:54:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5038
Comment 2 EWS 2022-10-05 15:15:23 PDT
Committed 255196@main (fcd2b36fa9f9): <https://commits.webkit.org/255196@main>

Reviewed commits have been landed. Closing PR #5038 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-10-05 15:16:19 PDT
<rdar://problem/100826194>