You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by rf...@apache.org on 2017/09/18 17:28:26 UTC

[21/21] incubator-senssoft-useralejs git commit: Merge branch 'browser-logging' into SENSSOFT-192

Merge branch 'browser-logging' into SENSSOFT-192


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/7087e06f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/7087e06f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/7087e06f

Branch: refs/heads/SENSSOFT-192
Commit: 7087e06fcdaa04b49e52f141c776c435a9571208
Parents: aa62945 ead656f
Author: Rob Foley <ro...@gmail.com>
Authored: Mon Sep 18 13:27:42 2017 -0400
Committer: Rob Foley <ro...@gmail.com>
Committed: Mon Sep 18 13:27:42 2017 -0400

----------------------------------------------------------------------
 gulpfile.js                             |  77 +++++++++----
 src/UserALEWebExtension/background.js   | 165 +++++++++++++++++++++++++++
 src/UserALEWebExtension/content.js      |  59 ++++++++++
 src/UserALEWebExtension/globals.js      |  10 +-
 src/UserALEWebExtension/manifest.json   |  19 +--
 src/UserALEWebExtension/messageTypes.js |   3 +
 src/UserALEWebExtension/options.js      |  54 +++++----
 src/UserALEWebExtension/user-ale-ext.js |  58 ----------
 src/sendLogs.js                         |  11 +-
 9 files changed, 329 insertions(+), 127 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/7087e06f/gulpfile.js
----------------------------------------------------------------------