Closed
Bug 1861645
Opened 2 years ago
Closed 27 days ago
Replace KeywordUtils use of nsIScriptableUnicodeConverter with Services.textToSubURI.ConvertAndEscape
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: standard8, Assigned: oss)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng][search-tech-debt])
Attachments
(1 file)
KeywordUtils is currently using nsIScriptableUnicodeConverter in a convert and escape style routine:
We should be able to replace that section with Services.textToSubURI.ConvertAndEscape.
We may need to be careful to ensure the regexp replacement (/[+@\/]+/g) still works correctly as well.
It is possible we'll need to create some tests for this - or at least find if they exist in the urlbar tests (which is the only place that currently uses it).
Updated•2 years ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → oss
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•2 months ago
|
||
Would you be able to update the patch to rebase it, and remove the comment I left mention about in the review?
Flags: needinfo?(oss)
Updated•28 days ago
|
Attachment #9531305 -
Attachment description: Bug 1861645 - Replace KeywordUtils use of nsIScriptableUnicodeConverter. r=standard8 → Bug 1861645 - Replace KeywordUtils use of nsIScriptableUnicodeConverter. r=standard8!
| Reporter | ||
Comment 4•28 days ago
|
||
I've updated the patch will probably land it tomorrow.
Flags: needinfo?(oss)
Pushed by mbanner@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8ee966b78d68
https://hg.mozilla.org/integration/autoland/rev/2eb1ab6e8c67
Replace KeywordUtils use of nsIScriptableUnicodeConverter. r=hsivonen
Comment 6•27 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 27 days ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Updated•25 days ago
|
QA Whiteboard: [search] [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•