Closed
Bug 1544118
Opened 7 years ago
Closed 7 years ago
Move nsINode::localize to use DocumentL10n::TranslateFragment
Categories
(Core :: Internationalization, task, P2)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: zbraniecki, Assigned: zbraniecki)
References
Details
Attachments
(1 file)
Once we land bug 1503657, we can refactor deeper integration of Fluent into DOM to stop having to go back and forth between C++ and JS when localizing fragments.
The only call from C++ to JS is the call for strings which is FormatMessages. Everything else can stay within C++.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Type: defect → task
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by zbraniecki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc48855c4da8
Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•