Delete Firefox installation codebase

Review Request #9832 — Created March 25, 2018 and discarded — Latest diff uploaded

Information

rb-screenshot
master

Reviewers

Since Firefox can install Chrome extensions directly, a seperate code base for Firefox is not required. Therefore I deleted the XPI code;

Try User test on Firefox and Chrome to make sure all features still works after the deletion.

Diff Revision 8 (Latest)

orig
1
2
3
4
5
6
7
8
.gitignore
AUTHORS.md
gulpfile.js
content/manifest.json Was crx/manifest.json
content/js/background.js Was crx/js/background.js
content/js/capture.js Was crx/js/capture.js
content/js/modify_users.js Was crx/js/modify_users.js
content/js/popup.js Was crx/js/popup.js
content/js/save_user.js Was crx/js/save_user.js
content/js/browserify/screenshot.js Was content/js/screenshot.js
content/js/browserify/user_form.js Was content/js/user_form.js
xpi/README.md Deleted
xpi/chrome.manifest Deleted
xpi/index.js Deleted
xpi/package.json Deleted
xpi/js/capture.js Deleted
xpi/js/capture-area.js Deleted
xpi/js/crop.js Deleted
xpi/js/cs_screenshot.js Deleted
xpi/js/modify_users.js Deleted
xpi/js/popup.js Deleted
xpi/js/save_user.js Deleted
.gitignore
AUTHORS.md
gulpfile.js
crx/manifest.json
crx/js/background.js
crx/js/capture.js
crx/js/modify_users.js
crx/js/popup.js
crx/js/save_user.js
content/js/screenshot.js
content/js/user_form.js
xpi/README.md
xpi/chrome.manifest
xpi/index.js
xpi/package.json
xpi/js/capture.js
xpi/js/capture-area.js
xpi/js/crop.js
xpi/js/cs_screenshot.js
xpi/js/modify_users.js
xpi/js/popup.js
xpi/js/save_user.js
Loading...