[Pkg-mozext-commits] [requestpolicy] annotated tag v1.0.beta11pre2 created (now 584b6ed)

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:41 UTC 2016


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

taffit pushed a change to annotated tag v1.0.beta11pre2
in repository requestpolicy.

        at  584b6ed   (tag)
   tagging  490931b51ec08dd4ed200475fc5e16c0fb86f4c1 (commit)
  replaces  v1.0.beta10
 tagged by  Martin Kimmerle
        on  Sun Dec 6 20:13:30 2015 +0100

- Log -----------------------------------------------------------------
RequestPolicyContinued 1.0.beta11pre2

The SHA-512 sum of the attached XPI file is:
bfe6706cf4fca8663d4a8b8f6abe7163f1536f1622bdaa34d13fb4bc1907ad7b70eb8b643f61bf324883cf17a045945f056611b6e4833de5abaca2bc7b4d9636
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWZIlCAAoJEKRUchyueP3+nhAP/0WTlD9tqkBHNdkXbo97MiSh
5hHLkN6EaIQLYK1BL784jwR4KdKpHdSR2HKWZsIPCP8Kl5re5QC+45mPvhnXU5f7
/z1k2NMc1f2XhXsszD3AA+Ql25uLsPFZIo3SqoSRBlXToaRWUNKvsEzCrd+XNOMA
TkrUpKTApOoh4fnbGXoh/Pt/UDIR7Cw4JcpdkWyHCszuUTSO3TgLnpiX65pxNyyd
ndM5Q34aU/IhwEGmDuXylft2rQlL+5G3dleg9+Mmxkjx4MrVFwtcN02Ct9c4Iz5f
ua7HuFh1lI+udpjH9HNAtqcJkRgPclXsVqVjHj0FPUPdUhV/UK/SXCegra4wWHBm
dRfwxB8QTOyoDw4Pgy1MuAtVnPY6cguTwCO962mGPoSvSMH73fzGCpik8Orm6jYf
J3RvmIjv0VoFPH4Wpa8DZH72Ci6EYQ+tIrbZGk6rwif4W8tdsR9pdCHLLwT3ZBkU
cBvagC39b6Pc/W3uuHFhIgkCOkS7sfJ8T8ZClOlpHNkKpjBjkwXMYhlBrPvGTFFl
VqkcGjH9h37tRpAYJv4VmzsjpznRFga+/ZgGAC+grsVh6vflWLoGxFjOLtg6hKqo
N6QJ+blffSeKn53ranRSv8Al6pUZiMKgHgSb2npKlYJYhXs3SCbBlB31A6wCApS2
RZL1t/MVw/h08hAU9egr
=Fcr6
-----END PGP SIGNATURE-----

Martin Kimmerle (206):
      Merge branch 'release-1-0-beta10' into dev-1.0
      Makefile: use the "normal" venv for `make run`
      get `run-xpcshell-tests.sh` to work
      xpcshell: remove nonexistant `test_first.js`
      xpcshell: fix `head_loadrp.js`
      xpcshell: fix some URIs
      xpcshell: fix `test_policystorage.js`
      tweak `run-xpcshell-tests.sh`
      xpcshell: disable policymanager and subscription tests
      Merge branch 'get-xpcshell-tests-working' into get-beta10-signed
      Makefile: fix mozmill target
      [ref] move "info" part of "utils.jsm" to "utils/info.jsm"
      [ref] rewrite head_loadrp a bit
      [add] utils: add wrapFunction() and unwrapFunction
      [ref] Utils, Info: remove unused jsm imports
      [ref] overlay: wrap addTab() using Utils.wrapFunction()
      [ref] frame script: comment out unused code
      Merge branch 'remove-eval' into get-beta10-signed
      [ref] menu: use `addEventListener` for "click"
      [ref] menu: make the "lists" private
      [ref] xul.jsm: rename some variables
      [ref] xul-trees: reorganize tree structure
      [ref] xul.jsm: simplify the element removal
      [ref] xul-trees, xulutils: use `addEventListener`
      [ref] classicmenu: use `addEventListener`
      Merge branch 'remove-onXY-event-attributes' into get-beta10-signed
      [ref] overlay: prevent AMO's `setTimeout` warning
      [fix] off-AMO name: remove "Beta"
      [ref] makefile: replace `root_files` by a symlink
      [ref] makefile: rename `*source_files` to `*src__all_files`
      [ref] makefile: prefix "normal build" variables
      [ref] makefile: rename `*src_files` to `*all_files`
      [ref] makefile: rename `*other_files` to `*copy_files`
      [ref] makefile: rename `*javascript_files` to `*jspp_files`
      [ref] makefile: create `src__copy_files` and `src__jspp_files`
      [ref] makefile: create generic "files" variables
      [ref] makefile: use the `$<` Automatic Variable
      [ref] makefile: replace `$(dir $@)` by `$(@D)`
      [fix] makefile: remove _all_ deleted files and empty dirs
      [ref] makefile: rename directory for off-amo build
      Merge branch 'simplify-makefile' into get-beta10-signed
      [fix] jquery: take original file, don't preprocess
      Merge branch 'get-beta10-signed' into dev-1.0
      [ref] request processor: add `fixme` comments
      [ref] php files: remove `?>` at EOF
      [tst][add] testing data: add RSS feed
      [tst][IMP] data: http redirection with path
      [tst][fix] requirements.txt: push mozrunner to 6.9
      [tst][add] Marionette test: <a> link click
      [tst][add] Marionette test: open <a> in new tab
      [tst][add] Marionette test: open <a> in new window
      [tst][fix] mozrunner: allow unsigned XPIs
      [tst][add] Marionette test: open selURL in current tab
      [tst][add] Marionette test: open selURL in new tab
      [tst][ref] Marionette "open <a> in new tab":
      [tst][add] Marionette test: open selURL in new win
      [tst][add] RP Puppeteer "Rules" API
      [tst][add] introduce RequestPolicyPuppeteer
      [tst][ref] Marionette prefs api: override Prefs class
      [tst][fix] Marionette testcase tearDown: remove all rules
      [tst][add] RP Puppeteer "Requests" API
      [tst][add] Marionette test: rule with scheme only
      [tst][fix] rules.py: implement __ne__
      [tst][fix] rules.py: use `isinstance` on `Rule` comparison
      [tst][imp] rules.py: add properties like `origin_scheme`
      [tst][imp] rules.py: convert port numbers to integer
      [tst][add] extend Puppeteer "L10n" API
      [tst][ref] python files: remove unused code
      [tst][ref] python: use `string.format()`
      [tst][add] RP Puppeteer "your_policy" library
      [tst][add] RP Puppeteer "request_log" library
      [tst][add] Marionette test: URI without host
      [tst][rem] Drop "Scheme Workaround" test
      [tst][ref] RedirectNotification.is_shown()
      [tst][imp] RedirectNotification: add `close()`
      [tst][add] Marionette test: auto-redirections
      [tst][add] Marionette test: inline-redirections
      [tst][add] Marionette test: link click redirect
      [tst][ref] ctx_menu: `self.element`, `self.state`
      [tst][fix] ctx_menu: `select_entry()`, `_close()`
      [tst][fix] xpcshell tests are running again
      [tst][fix] mozrunner: allow unsigned XPIs
      [fix] Module Patterns: Fix JavaScript issues in Nightly
      [fix] Don't use the return value of `Cu.import()`
      Merge branch 'dev-1.0' into mozmill-marionette-migration
      [tst][add] Marionette: "open link in new tab" redirect
      [tst][rem] Mozmill: remove migrated tests/libs
      [tst][imp] RPTestcase tearDown: assert "no rules"
      [tst][fix] redir.notif. test: `is_shown()`
      [tst][fix] YourPolicy: Don't leak rules
      [tst][ref] RPTestCase: change function order
      [tst][fix] minor issue: wrong test-class name
      [tst][fix] minor issue: unnecessary semicolon
      [tst][add] WebUtils tests
      [tst][add] Tabs tests
      [tst][ref] Marionette error detection: rename methods
      [tst][imp] Marionette console error detection: record messages
      Merge branch 'mozmill-marionette-migration' into dev-1.0
      [release] set version to 1.0.beta10.2
      [release] update applications' maxVersion
      [fix] cherry-pick changelog for 1.0.beta10.1-signed
      [release] update changelogs
      Merge branch 'release-1.0.beta10.2' into dev-1.0
      Merge branch 'update-readme' into dev-1.0
      [ref] change to `preprocess.py`
      [ref] specific-xpi: use `v1.0.beta9.3__preprocess.py`
      Merge branch 'preprocess.py' into dev-1.0
      [fix] Readme: Add "zip" as prerequisite
      [fix] requirements.txt: firefox-ui-tests branch name
      [rem] drop support for Gecko < 22
      [tst][fix] multiple RP versions: specific-xpi tree-ish
      [fix] Makefile: `preprocessor` should be order-only
      [fix] http-on-examine-response: top-level doc detection
      [tst][imp] Makefile/Marionette: run enabling E10s
      [tst][fix] R21n: use `sleep()` in `is_shown()`
      [tst] redirect tests: disable some tests on E10s
      [tst][ref] R21n: get `_panel` differently
      [fix] R21n: show on blocked header redirection
      [ref] header redirect: don't remove header
      [tst][ref] auto-redirect: factor out navigate()
      [tst][add] r21n library: the "allow" button
      [tst][fix] FirefoxTestCase moved to fx-puppeteer
      [fix] R21n: the "allow" button on a empty tab
      [ref] fix misuse of the english word "eventually"
      [tst][ref] Add-On Library: Replace UI lib by API lib
      [tst][fix] R21n @ blocked header-redir: fix tests
      [ref] overlay: add e10s fixme comment
      [tst][add] prefs.ini: enable chrome debugging
      [ref] merge `ruleDataPartToDisplayString` functions
      [tst][add] Auto-import of old (v0.5) rules
      [tst][fix] don't use "Cu" in Marionette tests
      [tst][ref] import old rules: create TestCase
      [tst][ref] test_your_policy: move rules to harness
      [tst][ref] Factor out RulesTable from YourPolicy
      [tst][ref] self.your_policy -> self.settings.*
      [tst][ref] old rules: create OldRulesPrefs class
      [tst][ref] old rules: move "typical old rules" to harness
      [tst][add] new OldRulesPage library
      [tst][ref] TestRuleRow: merge `origin` and `dest` test functions
      [tst][imp] RuleRow: implement `create_rule()`
      [tst][add] TestImportPage
      [tst][add] test "link to oldrules" exists
      [ref] common.js: move `clearPref()` to `Prefs`
      [ref] common.js: move `addAllowRules()` to `PolicyManager`
      [ref] create `oldrules.jsm`
      [tst][fix] RPTestCase: leaked rules in rules file
      [ref] use "var" for all exported variables
      [ref] settings: wrap js code in IIFEs
      [imp] start using JSHint
      [ref] Environment: wrap code in IIFEs
      [ref] HttpResponse: use `defineProperty()`
      [ref] PolicyManager: move comments to gh-issues
      [ref] DOMUtils: switch to Module Pattern
      [ref] AboutRP: use `self.*` notation
      [ref] PolicyImplementation: use `self.*` notation
      [ref] use common pattern for all *.js(m) files
      [fix] settings: revert usage of "let"
      [fix] jshint: fix warnings (non-critical changes)
      [ref] set minVersion to Gecko 36
      [ref] RulesetStorage: switch to Module Pattern
      [ref] RequestResult: use `self.*` notation
      [ref] Rules[Symbol.iterator]
      [ref] ScriptLoader: use `LOG_SCRIPTLOADER`
      [ref] use "let" in many places
      [ref] don't use == and != anymore
      [tst][ref] helper addon: change file structure
      [ref] AboutRP: remove unnecessary line
      [ref] overlay: wrap ctx-menu functions using Utils.wrapFunction
      Merge branch 'introduce-jshint' into dev-1.0
      [fix] make run: disable data reporting
      [tst][fix] multiple installations: leaked notice tabs
      [ref] Environment: use `LOG_ENVIRONMENT`
      [imp] Environment: catch errors of startup/shutdown functions
      [imp] start using JSCS
      [ref] JSCS: run `jscs --fix 'src/'`
      [ref] use template strings to avoid "\""
      [ref] RequestSet.containsBlockedRequests() loops
      [ref] coding style: fix some JSCS issues
      [ref] coding style: don't use catch-if anymore
      [ref] JSCS: run `jscs --fix 'src/'` (again)
      [ref] manually fix some JSCS issues
      [ref] coding style: convert another catch-if
      [ref] JSCS: fix some more issues
      [ref] Ruleset.getHostMatches: convert to generator function
      [ref] JSCS: run `jscs --fix 'src/'` (again)
      [ref] finish fixing JSCS issues
      [fix] ProcessEnvironment: console not defined
      [ref] jshint: don't use `moz` anymore
      Merge branch 'introduce-jscs' into dev-1.0
      [release] update changelogs
      [release] update applications' maxVersion
      [fix] install.rdf: set version back to "1.0.dev"
      [fix] oldrules: handle URIs without host correctly
      [tst][fix] old rules page: leaked rules
      [imp] old rules: detect errors in the pref strings
      [fix] oldrules: catch condition "e.name"
      [imp] old rules: detect if wildcard is needed
      [tst][imp] old rules: test importing IP address rules
      [ref] rpService: factor out "getMostRecentBrowserWindow()"
      [fix] old rules: when to import automatically
      [tst][add] install & upgrade: default policy
      [fix] default policy: "deny" for new installations
      [fix] compat rules: add KeeFox
      [fix] compat rules: add Enpass
      [release] update changelogs
      [release] set version to 1.0.beta11pre2

nodiscc (2):
      [doc] remove contribution section from README
      add link to 'contributing' website page

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  66160b5   [doc] remove contribution section from README
       new  fe3716d   Merge branch 'release-1-0-beta10' into dev-1.0
       new  b5d6641   Makefile: use the "normal" venv for `make run`
       new  a09816e   get `run-xpcshell-tests.sh` to work
       new  0ffb9c4   xpcshell: remove nonexistant `test_first.js`
       new  d67ec7b   xpcshell: fix `head_loadrp.js`
       new  fb4b5e4   xpcshell: fix some URIs
       new  8c8dc1e   xpcshell: fix `test_policystorage.js`
       new  81112ec   tweak `run-xpcshell-tests.sh`
       new  736ac51   xpcshell: disable policymanager and subscription tests
       new  1c0914c   Merge branch 'get-xpcshell-tests-working' into get-beta10-signed
       new  50f5a9c   Makefile: fix mozmill target
       new  e58cdab   [ref] move "info" part of "utils.jsm" to "utils/info.jsm"
       new  fac0513   [ref] rewrite head_loadrp a bit
       new  164d4e5   [add] utils: add wrapFunction() and unwrapFunction
       new  2a591cf   [ref] Utils, Info: remove unused jsm imports
       new  0a27f54   [ref] overlay: wrap addTab() using Utils.wrapFunction()
       new  327bfd9   [ref] frame script: comment out unused code
       new  6fa86c4   Merge branch 'remove-eval' into get-beta10-signed
       new  cd62e82   [ref] menu: use `addEventListener` for "click"
       new  a936baa   [ref] menu: make the "lists" private
       new  f3106d4   [ref] xul.jsm: rename some variables
       new  1720b57   [ref] xul-trees: reorganize tree structure
       new  0d5c1e6   [ref] xul.jsm: simplify the element removal
       new  8103d60   [ref] xul-trees, xulutils: use `addEventListener`
       new  fe32ec5   [ref] classicmenu: use `addEventListener`
       new  768e259   Merge branch 'remove-onXY-event-attributes' into get-beta10-signed
       new  3bd641d   [ref] overlay: prevent AMO's `setTimeout` warning
       new  d57ecd0   [fix] off-AMO name: remove "Beta"
       new  9c0bb57   [ref] makefile: replace `root_files` by a symlink
       new  5a8579b   [ref] makefile: rename `*source_files` to `*src__all_files`
       new  60fe5b4   [ref] makefile: prefix "normal build" variables
       new  20cc890   [ref] makefile: rename `*src_files` to `*all_files`
       new  8ef6322   [ref] makefile: rename `*other_files` to `*copy_files`
       new  75b7697   [ref] makefile: rename `*javascript_files` to `*jspp_files`
       new  9ec6e64   [ref] makefile: create `src__copy_files` and `src__jspp_files`
       new  900101d   [ref] makefile: create generic "files" variables
       new  9f9d215   [ref] makefile: use the `$<` Automatic Variable
       new  14977fd   [ref] makefile: replace `$(dir $@)` by `$(@D)`
       new  7f70a4d   [fix] makefile: remove _all_ deleted files and empty dirs
       new  43c8864   [ref] makefile: rename directory for off-amo build
       new  c3e7924   Merge branch 'simplify-makefile' into get-beta10-signed
       new  d19af5a   [fix] jquery: take original file, don't preprocess
       new  6128b63   Merge branch 'get-beta10-signed' into dev-1.0
       new  f50c4ba   [ref] request processor: add `fixme` comments
       new  cafbce1   [ref] php files: remove `?>` at EOF
       new  aee5b72   [tst][add] testing data: add RSS feed
       new  c8e31f5   [tst][IMP] data: http redirection with path
       new  a51d3f1   [tst][fix] requirements.txt: push mozrunner to 6.9
       new  611aeef   [tst][add] Marionette test: <a> link click
       new  1a06eb4   [tst][add] Marionette test: open <a> in new tab
       new  5c5ec1f   [tst][add] Marionette test: open <a> in new window
       new  f3beb1b   [tst][fix] mozrunner: allow unsigned XPIs
       new  df608fd   [tst][add] Marionette test: open selURL in current tab
       new  4ee0f0c   [tst][add] Marionette test: open selURL in new tab
       new  5eeb9ac   [tst][ref] Marionette "open <a> in new tab":
       new  b79b36d   [tst][add] Marionette test: open selURL in new win
       new  d9bddfb   [tst][add] RP Puppeteer "Rules" API
       new  2807efe   [tst][add] introduce RequestPolicyPuppeteer
       new  3a2f12d   [tst][ref] Marionette prefs api: override Prefs class
       new  7260fef   [tst][fix] Marionette testcase tearDown: remove all rules
       new  5a07b4c   [tst][add] RP Puppeteer "Requests" API
       new  77006e2   [tst][add] Marionette test: rule with scheme only
       new  2d5c472   [tst][fix] rules.py: implement __ne__
       new  ff8bcdd   [tst][fix] rules.py: use `isinstance` on `Rule` comparison
       new  bd331b8   [tst][imp] rules.py: add properties like `origin_scheme`
       new  c1860f2   [tst][imp] rules.py: convert port numbers to integer
       new  1af0c33   [tst][add] extend Puppeteer "L10n" API
       new  e936a41   [tst][ref] python files: remove unused code
       new  055f55a   [tst][ref] python: use `string.format()`
       new  0cc176b   [tst][add] RP Puppeteer "your_policy" library
       new  89fbefb   [tst][add] RP Puppeteer "request_log" library
       new  dc31742   [tst][add] Marionette test: URI without host
       new  dd9de25   [tst][rem] Drop "Scheme Workaround" test
       new  599300d   [tst][ref] RedirectNotification.is_shown()
       new  ce759a7   [tst][imp] RedirectNotification: add `close()`
       new  be35aea   [tst][add] Marionette test: auto-redirections
       new  0efdd2f   [tst][add] Marionette test: inline-redirections
       new  32a90fe   [tst][add] Marionette test: link click redirect
       new  3ffe4cf   [tst][ref] ctx_menu: `self.element`, `self.state`
       new  b7c2dda   [tst][fix] ctx_menu: `select_entry()`, `_close()`
       new  c042da0   [tst][fix] xpcshell tests are running again
       new  dff0a57   [tst][fix] mozrunner: allow unsigned XPIs
       new  c98af40   [fix] Module Patterns: Fix JavaScript issues in Nightly
       new  00b5521   [fix] Don't use the return value of `Cu.import()`
       new  0135b01   Merge branch 'dev-1.0' into mozmill-marionette-migration
       new  f293b80   [tst][add] Marionette: "open link in new tab" redirect
       new  773b53a   [tst][rem] Mozmill: remove migrated tests/libs
       new  dea4a37   [tst][imp] RPTestcase tearDown: assert "no rules"
       new  0ead020   [tst][fix] redir.notif. test: `is_shown()`
       new  036854f   [tst][fix] YourPolicy: Don't leak rules
       new  590f588   [tst][ref] RPTestCase: change function order
       new  abfd4d8   [tst][fix] minor issue: wrong test-class name
       new  d1e60c8   [tst][fix] minor issue: unnecessary semicolon
       new  2bfaeb7   [tst][add] WebUtils tests
       new  2775a88   [tst][add] Tabs tests
       new  69b1799   [tst][ref] Marionette error detection: rename methods
       new  8d88a6c   [tst][imp] Marionette console error detection: record messages
       new  c86b806   Merge branch 'mozmill-marionette-migration' into dev-1.0
       new  13ebc82   [release] set version to 1.0.beta10.2
       new  eaf7b53   [release] update applications' maxVersion
       new  5e5b8e8   [fix] cherry-pick changelog for 1.0.beta10.1-signed
       new  8f77110   [release] update changelogs
       new  08ec2c8   Merge branch 'release-1.0.beta10.2' into dev-1.0
       new  5c7cb5c   add link to 'contributing' website page
       new  ffcb613   Merge branch 'update-readme' into dev-1.0
       new  6405cc5   [ref] change to `preprocess.py`
       new  da29127   [ref] specific-xpi: use `v1.0.beta9.3__preprocess.py`
       new  a51d59b   Merge branch 'preprocess.py' into dev-1.0
       new  4c03293   [fix] Readme: Add "zip" as prerequisite
       new  31a2bb3   [fix] requirements.txt: firefox-ui-tests branch name
       new  cec98e9   [rem] drop support for Gecko < 22
       new  c392404   [tst][fix] multiple RP versions: specific-xpi tree-ish
       new  aeda47e   [fix] Makefile: `preprocessor` should be order-only
       new  53a1174   [fix] http-on-examine-response: top-level doc detection
       new  a91980d   [tst][imp] Makefile/Marionette: run enabling E10s
       new  ee0f6e6   [tst][fix] R21n: use `sleep()` in `is_shown()`
       new  c373c4d   [tst] redirect tests: disable some tests on E10s
       new  4f83d20   [tst][ref] R21n: get `_panel` differently
       new  41366d3   [fix] R21n: show on blocked header redirection
       new  1ecff45   [ref] header redirect: don't remove header
       new  f1113be   [tst][ref] auto-redirect: factor out navigate()
       new  6ddaa07   [tst][add] r21n library: the "allow" button
       new  e690755   [tst][fix] FirefoxTestCase moved to fx-puppeteer
       new  a168f70   [fix] R21n: the "allow" button on a empty tab
       new  318e682   [ref] fix misuse of the english word "eventually"
       new  e2b116a   [tst][ref] Add-On Library: Replace UI lib by API lib
       new  db06102   [tst][fix] R21n @ blocked header-redir: fix tests
       new  c35a8c6   [ref] overlay: add e10s fixme comment
       new  7173c62   [tst][add] prefs.ini: enable chrome debugging
       new  a0bc385   [ref] merge `ruleDataPartToDisplayString` functions
       new  62d5119   [tst][add] Auto-import of old (v0.5) rules
       new  183eff2   [tst][fix] don't use "Cu" in Marionette tests
       new  f6c173f   [tst][ref] import old rules: create TestCase
       new  89cc559   [tst][ref] test_your_policy: move rules to harness
       new  0fbacb6   [tst][ref] Factor out RulesTable from YourPolicy
       new  3cf7419   [tst][ref] self.your_policy -> self.settings.*
       new  62a6404   [tst][ref] old rules: create OldRulesPrefs class
       new  f20bc97   [tst][ref] old rules: move "typical old rules" to harness
       new  aac5cff   [tst][add] new OldRulesPage library
       new  609f8b4   [tst][ref] TestRuleRow: merge `origin` and `dest` test functions
       new  02e7e39   [tst][imp] RuleRow: implement `create_rule()`
       new  6a952a1   [tst][add] TestImportPage
       new  2a2059f   [tst][add] test "link to oldrules" exists
       new  f03dfcb   [ref] common.js: move `clearPref()` to `Prefs`
       new  96a9b69   [ref] common.js: move `addAllowRules()` to `PolicyManager`
       new  73e7438   [ref] create `oldrules.jsm`
       new  52d7665   [tst][fix] RPTestCase: leaked rules in rules file
       new  1763ede   [ref] use "var" for all exported variables
       new  3fc873f   [ref] settings: wrap js code in IIFEs
       new  2e8962e   [imp] start using JSHint
       new  55f998d   [ref] Environment: wrap code in IIFEs
       new  fd14900   [ref] HttpResponse: use `defineProperty()`
       new  872b68c   [ref] PolicyManager: move comments to gh-issues
       new  e6011b5   [ref] DOMUtils: switch to Module Pattern
       new  b902670   [ref] AboutRP: use `self.*` notation
       new  ec308de   [ref] PolicyImplementation: use `self.*` notation
       new  8d4243f   [ref] use common pattern for all *.js(m) files
       new  c9839e1   [fix] settings: revert usage of "let"
       new  e4846d1   [fix] jshint: fix warnings (non-critical changes)
       new  a9773dd   [ref] set minVersion to Gecko 36
       new  9b79698   [ref] RulesetStorage: switch to Module Pattern
       new  46d158f   [ref] RequestResult: use `self.*` notation
       new  36ad2b9   [ref] Rules[Symbol.iterator]
       new  afcbaed   [ref] ScriptLoader: use `LOG_SCRIPTLOADER`
       new  bc74b52   [ref] use "let" in many places
       new  d89c2e4   [ref] don't use == and != anymore
       new  6bd10fd   [tst][ref] helper addon: change file structure
       new  a1f931a   [ref] AboutRP: remove unnecessary line
       new  d998841   [ref] overlay: wrap ctx-menu functions using Utils.wrapFunction
       new  c8f1da1   Merge branch 'introduce-jshint' into dev-1.0
       new  f2a1cc6   [fix] make run: disable data reporting
       new  1aade80   [tst][fix] multiple installations: leaked notice tabs
       new  67e0590   [ref] Environment: use `LOG_ENVIRONMENT`
       new  782a543   [imp] Environment: catch errors of startup/shutdown functions
       new  0224796   [imp] start using JSCS
       new  2809b72   [ref] JSCS: run `jscs --fix 'src/'`
       new  ba23900   [ref] use template strings to avoid "\""
       new  6a3a805   [ref] RequestSet.containsBlockedRequests() loops
       new  77fd3c1   [ref] coding style: fix some JSCS issues
       new  94d3146   [ref] coding style: don't use catch-if anymore
       new  9d9d774   [ref] JSCS: run `jscs --fix 'src/'` (again)
       new  5f9e4ba   [ref] manually fix some JSCS issues
       new  7c9d3b2   [ref] coding style: convert another catch-if
       new  8a14a39   [ref] JSCS: fix some more issues
       new  41fd1c1   [ref] Ruleset.getHostMatches: convert to generator function
       new  3ee242a   [ref] JSCS: run `jscs --fix 'src/'` (again)
       new  515d492   [ref] finish fixing JSCS issues
       new  fed0184   [fix] ProcessEnvironment: console not defined
       new  32f188a   [ref] jshint: don't use `moz` anymore
       new  45f969c   Merge branch 'introduce-jscs' into dev-1.0
       new  d2ba792   [release] update changelogs
       new  8bed425   [release] update applications' maxVersion
       new  add6c65   [fix] install.rdf: set version back to "1.0.dev"
       new  3bf8a88   [fix] oldrules: handle URIs without host correctly
       new  c34abea   [tst][fix] old rules page: leaked rules
       new  aaea07e   [imp] old rules: detect errors in the pref strings
       new  f439af0   [fix] oldrules: catch condition "e.name"
       new  717eecd   [imp] old rules: detect if wildcard is needed
       new  6bc15de   [tst][imp] old rules: test importing IP address rules
       new  4c8d722   [ref] rpService: factor out "getMostRecentBrowserWindow()"
       new  49894f6   [fix] old rules: when to import automatically
       new  604db00   [tst][add] install & upgrade: default policy
       new  fffe249   [fix] default policy: "deny" for new installations
       new  a38cc57   [fix] compat rules: add KeeFox
       new  566aa71   [fix] compat rules: add Enpass
       new  9fd14e8   [release] update changelogs
       new  490931b   [release] set version to 1.0.beta11pre2

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


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list