Closed
Bug 1889590
Opened 2 years ago
Closed 2 years ago
Make cache DB use UTF8 string for referrer.
Categories
(Core :: DOM: Networking, task, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Follow-up to bug 1887719.
| Assignee | ||
Comment 1•2 years ago
|
||
My understanding is that this should be safe to do. These have always
been utf-8 strings / urls anyways, and sqlite seems to handle returning
a TEXT field in both utf16 and utf8, and the DB should already use utf-8
encoding, so this change should just work, ideally?
But I'm not the most familiar with all that code so worth a
double-check.
Updated•2 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52ac01a41a0b
Make cache DB use utf-8 for referrer strings. r=dom-storage-reviewers,janv,asuth
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•