Closed
Bug 1853296
Opened 2 years ago
Closed 2 years ago
Pass the function symbols to the main thread when the Quick open panel is opened
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox120 fixed)
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
As mentioned in Bug 1843454 displaying currently opened source functions in quick open search (Ctrl+P)
For this the parser could probably pass a much simplier data to the main thread.
We could also delay until we get an explicit request to lookup for functions...
Assignee | ||
Updated•2 years ago
|
Summary: Parse the symbols needed when the Quick open panel is opened → Pass the function symbols to the main thread when the Quick open panel is opened
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D188414
Updated•2 years ago
|
Assignee: nobody → hmanilla
Attachment #9353589 -
Attachment description: WIP: Bug 1853296 - [devtools] Pass the function symbols to the main thread when the Quick open panel is opened → Bug 1853296 - [devtools] Pass the function symbols to the main thread when the Quick open panel is opened r=#devtools-reviewers
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ed9dce43430
[devtools] Pass the function symbols to the main thread when the Quick open panel is opened r=devtools-reviewers,ochameau
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•