Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement Storage::SupportedPropertyNames #7670
Comments
|
Code: components/script/dom/storage.rs |
|
This should make |
|
Note: this was filed proactively as a task for a particular contributor to work on, so please talk with me before working on it if I have not directly suggested you should work on it. |
This isn't correct; it should help with |
|
Related to #7273 |
|
I've opened a PR for it. Implemented and done some unit test on it like @frewsxcv did for htmlproperties. If it looks ok, I'll keep on working implementing more :). Thanks. |
|
Oh oops @jdm I didn't read the comment of warning you before. I saw the issue as unassigned. :\ Anyways, feel free to take my pr on it if you want. |
|
Ack. :( I'll figure out what to do here. |
|
There's still plenty SupportedPropertyNames to implement from here, do you want me to open issues on those before working on them @jdm ? |
|
I'll claim #7695 as a replacement. |
|
@jdm Ok not touching at those then :). |
Implement Storage::SupportedPropertyNames Hi guys, This is a rough draft for issue #7670 . It includes : - SupportedPropertyNames implementation - WPT with Object.supportedpropertynames with Local Storage and Session Storage. The following link help me understood the issue : http://www.w3.org/TR/webstorage/#the-storage-interface https://html.spec.whatwg.org/multipage/infrastructure.html#supported-property-names Thanks for looking into it. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7693) <!-- Reviewable:end -->
Implement Storage::SupportedPropertyNames Hi guys, This is a rough draft for issue #7670 . It includes : - SupportedPropertyNames implementation - WPT with Object.supportedpropertynames with Local Storage and Session Storage. The following link help me understood the issue : http://www.w3.org/TR/webstorage/#the-storage-interface https://html.spec.whatwg.org/multipage/infrastructure.html#supported-property-names Thanks for looking into it. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7693) <!-- Reviewable:end -->
|
Completed in #7693 by @ddrmanxbxfr |
This should return the list of all keys for this storage: https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface:supported-property-names