[tor-commits] [pluggable-transports/snowflake-webext] branch main updated (37c58b7 -> 3bf4593)

gitolite role git at cupani.torproject.org
Wed Oct 12 14:28:49 UTC 2022


This is an automated email from the git hooks/post-receive script.

shelikhoo pushed a change to branch main
in repository pluggable-transports/snowflake-webext.

    from 37c58b7  bump version to 0.6.3
     new 604eee1  refactor: use a separate directory for webext dist files
     new 3ee7398  feat: add option to keep running when browser is closed
     new d24e6bb  fix: don't include 'background' permission in Gecko (Firefox) build
     new dbccf7d  refactor: consturct `Popup` only once, not inside `onMessage`
     new 18a9521  improvement: revoke 'background' permission when "Enabled" is off
     new c124752  improvement: make the "runInBackground" string localizable
     new 512ccde  refactor: get "enabled" button wrapper by id, not class name
     new 3bf4593  fix: "run in background" not working if "enabled" was never toggled

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .eslintignore                                |  2 +-
 .gitignore                                   |  7 +--
 LICENSE                                      |  1 +
 README.md                                    | 28 +++++++---
 init-webext.js                               | 79 ++++++++++++++++++++++++----
 make.js                                      | 55 +++++++++++++++----
 static/_locales/en_US/messages.json          |  3 ++
 static/embed.css                             |  4 ++
 static/embed.html                            | 10 +++-
 static/popup.js                              | 49 ++++++++++++++---
 webext/embed.js                              | 46 +++++++++-------
 webext/{manifest.json => manifest_base.json} |  0
 12 files changed, 226 insertions(+), 58 deletions(-)
 rename webext/{manifest.json => manifest_base.json} (100%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list