Closed
Bug 2041280
Opened 1 month ago
Closed 19 days ago
Introduce a UrlbarShared module that can be imported into system and content globals
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: mbeier, Assigned: mbeier)
References
Details
(Whiteboard: [sng][mcab-hnt])
Attachments
(1 file)
There are a lot of constants and other helpers that are used in system and content modules, for example UrlbarTokenizer.TYPE. Since system modules cannot be imported into non-chrome content globals and most if not all urlbar system modules won't work outside the parent process anyway, we probably want a UrlbarShared module that holds constants and stateless helpers that can be imported everywhere.
Updated•1 month ago
|
| Assignee | ||
Updated•1 month ago
|
Summary: Introduce a UrlbarShared module that can be imported into system and content globals. → Introduce a UrlbarShared module that can be imported into system and content globals
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed by mbeier@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e317de55a7d6
https://hg.mozilla.org/integration/autoland/rev/2ce204167ace
Introduce a UrlbarShared module that can be imported into system and content globals. r=Standard8,tabbrowser-reviewers,places-reviewers,urlbar-reviewers,sthompson
Comment 3•19 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Updated•18 days ago
|
QA Whiteboard: [search] [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•