Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: lib/dom/scripts/systemhtml.py

Issue 9956076: Make Storage implement Map. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Marked underlying Storage methods as private Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index d78182c664691fe7b5302d3ff401644f9ecda6ec..16321dae9cc69b6a1a4fe151e19a192711b1d79c 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -64,6 +64,12 @@ _private_html_members = set([
'Node.removeChild',
'Node.replaceChild',
'NodeSelector.querySelectorAll',
+ 'Storage.length',
+ 'Storage.clear',
+ 'Storage.getItem',
+ 'Storage.key',
+ 'Storage.removeItem',
+ 'Storage.setItem',
'Window.getComputedStyle',
])
« no previous file with comments | « client/tests/client/html/LocalStorageTests.dart ('k') | lib/dom/templates/html/impl/impl_Storage.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698