Closed
Bug 2019260
Opened 3 months ago
Closed 25 days ago
Make the SearchInput a shared Component
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox153 fixed)
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: bomsy, Assigned: cvl123abc)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We unify the file search behaviour across the devtools panel. To accomplish this, we need to decouple and move the SearchInput Component (https://searchfox.org/firefox-main/rev/1f43fe5ffadde0b6898daf607cabb3335dd75d6f/devtools/client/debugger/src/components/shared/SearchInput.js) from debugger panel and move it to the devtools/client/shared/components/ folder.
Updated•3 months ago
|
Priority: -- → P3
| Reporter | ||
Updated•3 months ago
|
Summary: Make the SearchInFileBar a shared Component → Make the SearchInput a shared Component
| Assignee | ||
Comment 1•3 months ago
|
||
I can get going on this.
| Assignee | ||
Comment 3•3 months ago
|
||
Pushed by hmanilla@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/67968b1de472
https://hg.mozilla.org/integration/autoland/rev/989676a98d0c
Move SearchInput to shared components. r=bomsy,devtools-reviewers
Backed out for causing dt failures
Flags: needinfo?(cvl123abc)
Pushed by hmanilla@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a73a3f85d74d
https://hg.mozilla.org/integration/autoland/rev/3c2183a92c2a
Move SearchInput to shared components. r=bomsy,devtools-reviewers
Status: ASSIGNED → RESOLVED
Closed: 25 days ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
| Assignee | ||
Updated•13 days ago
|
Flags: needinfo?(cvl123abc)
Updated•6 days ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•