This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
[develop] Start of version 5 - WebExtension Experiments #120
Merged
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
3909b4e
Fix the division between dependencies and devDependencies in package.…
motin ea27ed2
Removed path as dependency (since it is a core package, we should not…
motin c7777fe
Updated package-lock.json
motin 3e1f545
Npm run format (prettier + eslint --fix + fixpack)
motin af564c7
Results of npm run format
motin 08ce53e
Version bump to 5.0.0-alpha1
motin 10b430f
Imported js that should be part of study utils rather than the templa…
motin f882fe9
Using the same eslint configuration as the template (from https://git…
motin f718c53
Npm run format + linting
motin efae1b0
Moved make_xpi script to test-addon folder (since it it only used to …
motin 7c0a77c
Inactivated functional tests for now (will be restored after refactor…
motin 0a473ee
Not: Using add-on in package description
motin 1ac3e3f
Cleaned up npm run build / lint commands
motin f33f312
Build produces a web extensions api js file instead of ShieldUtils.js…
motin efdbf5c
Package.json nits
motin d72e3ce
Smaller test clean-up
motin 96188af
Legacy test add-on removed, webextension-based test add-on inserted
motin 6ca70e2
Importing study utils and study utils bootstrap jsm modules via webpa…
motin 7e3ebab
Minor clean-up in src/index.js
motin c7c1faa
Smaller clean-up in background.js
motin 879dbd0
Renamed config to studyConfig
motin 2e2fc1f
Moved study config from privileged scope to web extension background …
motin 087bf7c
Formatting
motin aa3b891
Renamed study util js files to match variable names
motin f4e6c85
Bundle command to reflect that it is no longer necessary to bundle an…
motin c67c13a
Moved schema-related files to own folder
motin 05b0506
Synchronized names for studySetup variables (was called studySteup, c…
motin 10dea47
Moved web extension api related parts to a separate folder
motin d9b5ae4
Moved out jsonschema + sampling to separate files. Changed exposed "s…
motin 533291f
Made room for more web extension apis
motin 243b440
Added the prefs api from https://github.com/gregglind/shield-study-we…
motin 228266b
Restored build + moved webpack to where it is used + made a bash scri…
motin c6c8f75
Formatting
motin 317657b
Added the test utils from the template repo
motin 6758125
Added test for: should be able to access shieldUtils WebExtensions AP…
motin 4f79eda
Test add-on ignores APIs that are bundled from shield-studies-addon-u…
motin 7d04c3c
Formatting
motin 98182dc
Synced example study test utils and test-addon test utils + split tes…
motin ff31a48
Formatting + a minor grammar nit
motin 4c6242c
Cleaned up background script, clarified extension page and let execut…
motin 7da6b5e
Moved test-addon into example folder and shield-study-helper-addon in…
motin 4b23202
Updated the readme to reflect version 5
motin 6adda92
Corrected npm install command in readme (should be installed as runti…
motin cb990d2
Changed webextension api namespace from shieldUtils to study
motin 4e01d6e
Smaller improvements
motin 6c69c09
Updated package-lock.json
motin ffd015a
Restored npm run test after test add-on path change
motin fd82f92
Smaller method and variable refactoring
motin 41f0679
Added browser.study.deterministicVariation and browser.study.startup …
motin beda8c2
Removed webExtensionMsg schema since no longer relevant
motin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
soon, let's make this into a node script.