Closed
Bug 1817984
Opened 2 years ago
Closed 2 years ago
Add support for search modifiers in project search
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Support for search modifiers when searching across multiple files (case sensitive, regexp, whole word, see related codebase). We already support this for searching within a file (CodeMirror)
Assignee | ||
Comment 1•2 years ago
|
||
In this patch
- Move search modifiers support into the SearchInput component, so that it can be shared across the Project Search, File Search and the Quick modal Search.
- Add on the actions, reducers and workers support for search modifiers to project search
Updated•2 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5aa8652bdc97
[devtools] Add Search Modifiers for the project search component r=ochameau
Comment 3•2 years ago
|
||
Backed out for causing failures at browser_dbg-project-search.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/15899fb6f61c3e44b3a0d328af6a5f11b551e621
Push where failures started: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=c28a730e51b0cd99ebea87de44d0c403439ceb0f&selectedTaskRun=L_kfGATpTPGxdWJRThiIfA.0
Failure log: https://treeherder.mozilla.org/logviewer?job_id=407014982&repo=autoland&lineNumber=8020
Flags: needinfo?(hmanilla)
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e383cec983d
[devtools] Add Search Modifiers for the project search component r=ochameau
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(hmanilla)
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•