Closed
Bug 1320186
Opened 8 years ago
Closed 7 years ago
Don't sanitize storage values more than once
Categories
(WebExtensions :: General, defect, P1)
Tracking
(firefox55 fixed)
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
(Whiteboard: storage, triaged)
Attachments
(1 file)
Currently, we're sanitizing storage values both in ext-c-storage.js's get and set methods, and in ExtensionStorage.jsm's set method. There's really no need to do this twice, and for particularly large or complex objects, we take a non-trivial performance hit for it (e.g., bug 1319474)
Updated•8 years ago
|
Assignee: nobody → kmaglione+bmo
Priority: -- → P1
Whiteboard: storage, triaged
Updated•8 years ago
|
webextensions: --- → ?
Updated•8 years ago
|
webextensions: ? → +
Updated•7 years ago
|
Blocks: webext-perf
Updated•7 years ago
|
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8875090 [details]
Bug 1320186: Don't sanitize storage values more than once.
https://reviewboard.mozilla.org/r/146458/#review150474
Attachment #8875090 -
Flags: review?(aswan) → review+
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f79cc01cb73f6beba75b92bb0719438d5f6accc1
Bug 1320186: Don't sanitize storage values more than once. r=aswan
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•