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

Unified Diff: src/caterpillar.py

Issue 1593443003: Finished storage polyfill. (Closed) Base URL: sso://user/alger/caterpillar@master
Patch Set: Response to CR Created 4 years, 11 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
« no previous file with comments | « no previous file | src/js/polyfills/storage.manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/caterpillar.py
diff --git a/src/caterpillar.py b/src/caterpillar.py
index 9410f33701149f639248b6d7fd38c04622740101..dde2f3fedc36df3f6fe4be6ff928fc547a06cb1e 100755
--- a/src/caterpillar.py
+++ b/src/caterpillar.py
@@ -41,8 +41,8 @@ import configuration
# Chrome APIs with polyfills available.
POLYFILLS = {
'notifications',
+ 'storage',
'tts',
- 'storage'
}
# Manifest filenames.
« no previous file with comments | « no previous file | src/js/polyfills/storage.manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698