Closed
Bug 897745
Opened 12 years ago
Closed 12 years ago
Implement the CSP cache using ES6 Map
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
| Tracking | Status | |
|---|---|---|
| b2g-v1.3T | --- | fixed |
People
(Reporter: mccr8, Assigned: fabrice)
Details
(Whiteboard: [MemShrink:P3])
Attachments
(1 file)
|
3.56 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
I think this should be a little faster and use a little less memory. I'm not 100% sure of the state of Map on b2g18, though somebody was saying it should work except for clear().
Updated•12 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P3]
| Assignee | ||
Comment 1•12 years ago
|
||
pushed to try:
https://tbpl.mozilla.org/?tree=Try&rev=8157c1a5f700
Assignee: nobody → fabrice
Attachment #8357528 -
Flags: review?(continuation)
| Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 8357528 [details] [diff] [review]
map-csp-cache.patch
Review of attachment 8357528 [details] [diff] [review]:
-----------------------------------------------------------------
sweet
Attachment #8357528 -
Flags: review?(continuation) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [MemShrink:P3] → [MemShrink:P3][tarako][POVB]
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 5•12 years ago
|
||
use 1.3T+ flag instead of [tarako][POVB] in whiteboard
blocking-b2g: --- → 1.3T+
Whiteboard: [MemShrink:P3][tarako][POVB] → [MemShrink:P3]
| Assignee | ||
Comment 6•12 years ago
|
||
status-b2g-v1.3T:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•