26757c0b2d
Remove redundant code
2020-03-09 19:11:23 +01:00
b3fce146f5
Fix port naming
2020-03-09 19:11:08 +01:00
80c14f72be
comment out dead imports and code
2020-03-08 18:47:01 +01:00
6ea2b0488d
Fix console errors
2020-03-08 18:43:53 +01:00
5cc90ea368
Fix problems with uw-ui
2020-03-08 18:38:36 +01:00
d8181431ff
Block show-logger until ui is initiated
2020-03-08 18:38:09 +01:00
e681a64f55
remove unnecessary code
2020-03-08 18:34:30 +01:00
92c4ba0c69
Remove paginfo and command declarations out of comms
2020-03-08 17:13:50 +01:00
c26744b9d9
handleMessage _always_ tries to execute command, even if it has forwarding flags set. Command is executed before forwarding.
2020-03-08 16:49:20 +01:00
4c41601319
spin UI to a separate file
2020-03-08 16:45:46 +01:00
210290e7f4
Merge branch 'master' into stable
2020-03-03 00:36:34 +01:00
95aec0f68c
remove install/first time tab from webpack, as it's not used yet
2020-03-03 00:36:24 +01:00
a600f30ff8
Merge branch 'master' into stable
2020-03-03 00:34:15 +01:00
ec046767c7
Changelog update
2020-03-03 00:33:55 +01:00
f86ef5bda6
Version update
2020-03-02 22:35:41 +01:00
77ee6be218
Fix getting extension version in the popup
2020-03-02 22:35:34 +01:00
1c978e61b7
Fix the bug with Settings.fixSiteSettings()
2020-03-01 21:52:57 +01:00
aba099d577
Disable unnecessary logging
2020-03-01 21:52:47 +01:00
33e05014fd
flex.css -> flex.scss for dat scoping
2020-03-01 20:24:08 +01:00
c5f6868a63
Make sure aspect ratio makes sense before setting it. Don't set NaN for aspect ratio, that tends to break things
2020-03-01 16:55:52 +01:00
4b177a9724
initialize content script vue/ui only if there's a need
2020-02-26 00:45:35 +01:00
9a2261faed
whitespace
2020-02-26 00:45:06 +01:00
d009b53dba
update webpack to include new install/update pages
2020-02-26 00:44:28 +01:00
acfa833203
Some stuff for easier logging configuration - wip
2020-02-26 00:43:11 +01:00
4c0aca48fd
Add "first time" and "updated" pages templates.
2020-02-26 00:42:41 +01:00
66169ddeb1
Remove scheduleGc to avoid webNavigation
2020-02-14 21:45:31 +01:00
72b28918e9
Try disabling minimization
2020-02-14 20:55:20 +01:00
7eca642da3
Let's take away 'tabs' permission, since activeTab seems to do the job just fine
2020-02-14 20:29:38 +01:00
4fa1cb5cbc
Merge branch 'master' into stable
2020-02-11 20:01:33 +01:00
18a3a2162a
Changelog and version update stuff
2020-02-11 20:01:10 +01:00
6054da346d
Merge branch 'master' into stable
2020-02-11 20:00:04 +01:00
ef52eec860
Merge branch 'master' into stable
2020-02-11 19:59:33 +01:00
c88247df25
Fix problem with video sometimes being offset to the side
2020-02-11 19:54:41 +01:00
f028af8b98
change single quotes to double quotes for json
2020-02-11 19:36:49 +01:00
51526b5dcc
Version bump
2020-02-09 02:11:37 +01:00
2ead2f8e41
Changelog
2020-02-09 02:11:28 +01:00
c4914b4e5b
Improve handling of change listener on settings, fix bug that prevented callback from triggering
2020-02-09 01:16:46 +01:00
a5685fa420
Improve logging of storage listener in logger
2020-02-09 01:14:05 +01:00
f53faac344
Make logger thing a proper json, not just javascript object
2020-02-09 01:13:29 +01:00
c9f227c0f9
This appears to do exactly nothing?
2020-02-09 00:28:35 +01:00
470f576b41
Fix build-zip script
2020-02-08 01:05:05 +01:00
8945226d24
Fixes for Edge
2020-02-08 00:41:10 +01:00
6b7f41ecf8
update readme for AMO
2020-02-08 00:38:40 +01:00
dd74725c0a
fix run scripts, but for real. Fix related stuff as well
2020-02-08 00:38:09 +01:00
9338711d4c
update gitignore
2020-02-08 00:12:49 +01:00
ddf8c3210f
typo fix
2020-02-08 00:09:07 +01:00
806a889726
Gotta have separate dist folders for each browser
2020-02-08 00:08:07 +01:00
0ab21f8360
Remove unnecessary scripts, 'npm run dev' builds both chrome and ff builds
2020-02-08 00:07:34 +01:00
7f806a55af
Install concurrently package
2020-02-07 23:51:35 +01:00
31ed290390
fix webpack, don't include useless files (ext/lib and ext/conf) in build
...
Since files in /lib and /conf use optional chaining, and since optional chaining is only supported through the magic of babel plugins, this is one sure way to fail validation
2020-02-07 00:07:28 +01:00