Closed
Bug 612227
Opened 14 years ago
Closed 14 years ago
Disable remote global/local/sessionStorage until actual support exists
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jdm, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
712 bytes,
patch
|
Details | Diff | Splinter Review |
We currently break sites in exciting ways because window.localStorage throws an error in remote content. Why don't we disable it until bug 584946 lands?
Reporter | ||
Updated•14 years ago
|
Component: DOM: Core & HTML → General
Product: Core → Fennec
QA Contact: general → general
Version: unspecified → Trunk
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Updated•14 years ago
|
Attachment #490699 -
Flags: review?(mark.finkle)
Reporter | ||
Updated•14 years ago
|
tracking-fennec: --- → ?
Comment 2•14 years ago
|
||
jdm, does this actually disable the object in the content DOM?
Reporter | ||
Comment 3•14 years ago
|
||
Yep. Any attempt to access window.localStorage returns null with this pref disabled.
Reporter | ||
Updated•14 years ago
|
Attachment #490699 -
Attachment is obsolete: true
Attachment #490699 -
Flags: review?(mark.finkle)
Reporter | ||
Comment 4•14 years ago
|
||
Reporter | ||
Updated•14 years ago
|
Attachment #490699 -
Attachment is obsolete: false
Reporter | ||
Updated•14 years ago
|
Attachment #491101 -
Attachment is obsolete: true
Comment 5•14 years ago
|
||
Comment on attachment 490699 [details] [diff] [review]
Disable DOMStorage until bug 584946 lands.
Requesting review to Mark to see if that's ok
Attachment #490699 -
Flags: review?(mark.finkle)
Comment 6•14 years ago
|
||
local storage should land today
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•14 years ago
|
Attachment #490699 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•