Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29367151: Issue 4721 - Use IndexedDB for storage in Edge (Closed)
Patch Set: Created Dec. 9, 2016, 6:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | edge/ext/background.js » ('j') | edge/ext/background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -44,15 +44,15 @@
./build.py -t chrome devenv
./build.py -t safari devenv
+ ./build.py -t edge devenv
This will create a _devenv.platform_ directory in the repository. In Chrome you
should load _devenv.chrome_ as an unpacked extension directory. After making
changes to the source code re-run the command to update the development
environment, the extension should reload automatically after a few seconds.
-For Edge you can use the same development environment as Chrome. You should load
-_devenv.chrome_ as an unpacked extension directory. After rebuilding the
-extension you should usually force reloading it in Edge.
+For Edge you should load _devenv.edge_ as an unpacked extension directory. After
kzar 2016/12/12 14:17:50 Seems like these REAMDE changes clash with the oth
Oleksandr 2016/12/13 06:21:18 Done.
+rebuilding the extension you should usually force reloading it in Edge.
In Safari you should load _devenv.safari/adblockplussafari.safariextension_ as
unpacked extension directory. After making changes to the source code re-run the
« no previous file with comments | « no previous file | edge/ext/background.js » ('j') | edge/ext/background.js » ('J')

Powered by Google App Engine
This is Rietveld