1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-01 19:08:06 +02:00
Commit Graph

727 Commits

Author SHA1 Message Date
kkapsner
e4c2196131 Send only necessary notifications to main process
For #238
2018-09-16 12:15:04 +02:00
kkapsner
db79c0129b Audio API notifies on every call 2018-09-16 12:09:48 +02:00
kkapsner
ee7f9b4dae Separated setting containers
For #166
2018-09-16 01:22:40 +02:00
kkapsner
57ef8a4166 Simplified relation logging <-> settings
For #166
2018-09-15 21:13:25 +02:00
kkapsner
9d5e8b71ed Separated settings migration
For #166
2018-09-14 16:29:30 +02:00
kkapsner
caa8db93c7 Added note on where to find the logging
Fixes #248
2018-09-13 23:35:21 +02:00
kkapsner
d63e74edf9
Merge pull request #257 from spodermenpls/master
Locale overhaul
2018-09-13 23:07:14 +02:00
kkapsner
e67c168d47 Added thank for the Spanish translation 2018-09-13 23:02:17 +02:00
kkapsner
e097395f2e
Merge pull request #250 from micrococo/master
Add Spanish translation
2018-09-13 23:00:06 +02:00
kkapsner
456c21cb04 Ignore port connection without tab
Fixes #255
2018-09-13 22:50:10 +02:00
kkapsner
b0e1e69ec9 Do not pass messages to internal tabs
E.g. about:addons
Otherwise this causes an error.
2018-09-13 18:40:18 +02:00
spodermenpls
cd670b8db7
Update messages.json 2018-09-13 17:52:28 +02:00
spodermenpls
81b90f41fb
Update messages.json 2018-09-13 17:43:14 +02:00
spodermenpls
2bf7203d90
Update messages.json 2018-09-13 17:26:09 +02:00
spodermenpls
e4e9622b0d
Update messages.json 2018-09-13 16:34:02 +02:00
micrococo
0a39be7cc8
Move the translation strings to the right spot 2018-09-13 12:54:44 +02:00
kkapsner
f73a4ee619 Save state of the arrow menu in options page
Fixes #251
2018-09-12 23:43:48 +02:00
kkapsner
040acb311f Added missing translation checker 2018-09-12 22:54:25 +02:00
kkapsner
be337fcd43 Added missing translations 2018-09-12 22:37:45 +02:00
kkapsner
28d6cf0d63 Added instruction von url specific values
Fixes #248
2018-09-12 22:36:14 +02:00
kkapsner
fe1f1ec79a Fixed caching issue
md5 was too slow.

Fixes #236
2018-09-12 22:23:29 +02:00
kkapsner
c798e2b412 Improve options layout 2018-09-12 18:10:31 +02:00
kkapsner
19a9035bed Settings rearrangement
For #251
2018-09-12 09:21:52 +02:00
kkapsner
c16aea3d6e Added translation tool 2018-09-12 00:07:39 +02:00
kkapsner
f05717836d canvas content was not stored to be displayed when wanted 2018-09-11 23:56:44 +02:00
kkapsner
5e5011f208 Added setting to controll to save notification details
Fixes #236
2018-09-11 23:54:59 +02:00
kkapsner
1a066de2fd Put RegExp in quotes 2018-09-09 01:07:00 +02:00
kkapsner
0133af70f5 Add proper DOMRect ask texts.
For #236
2018-09-09 00:16:44 +02:00
kkapsner
1eacfe7dc5 Ignoring DOMRect did not work.
For #236.
2018-09-09 00:15:47 +02:00
kkapsner
4c2fea8a90 Don't store ignored notifications.
For #236
2018-09-09 00:15:21 +02:00
micrococo
c2ca07e339
Add Spanish translation 2018-09-08 11:12:39 +02:00
kkapsner
e147c119ef Only use whitelisted status of tab url
For #241
2018-09-08 00:44:37 +02:00
kkapsner
255c8e6bbf DOMRect did not work because of protectedAPIFeatures 2018-09-08 00:05:56 +02:00
kkapsner
9af7378139 Fix German translation 2018-09-07 23:52:58 +02:00
kkapsner
fa92c15dab Converted apiWhiteList to protectedAPIFeatures
For #247
2018-09-07 23:52:29 +02:00
kkapsner
2138467fd3 Changed urlSettings title
For #245
2018-09-07 14:47:30 +02:00
kkapsner
ca6e5d83e1 Merge branch 'DOMRect'
Fixes #236
2018-09-06 20:24:37 +02:00
kkapsner
eed3e670ce Harmonized ask texts 2018-09-06 20:23:13 +02:00
kkapsner
b36bc34f5c Grammar 2018-09-06 20:17:30 +02:00
kkapsner
639ecb7cf4 Orthographie 2018-09-06 20:16:44 +02:00
kkapsner
6477572f79 Added indicator for whitelisted tab
First draft for #241
2018-09-06 20:13:16 +02:00
kkapsner
d3d137beed Fixed accidental blocking
See #243
2018-09-06 17:30:44 +02:00
kkapsner
bda97dbc38 Merge branch 'master' into DOMRect 2018-09-06 17:27:52 +02:00
kkapsner
aa8b202545 Fixed bug with "block" mode
window and audio API were always blocked when using any of the "block
..." modes

Fixes #243
2018-09-06 17:24:05 +02:00
kkapsner
e0729480fb Fix dataUrls.js 2018-09-06 08:38:22 +02:00
kkapsner
360c4628ce Corrected domain recognition
Domains with hyphens were treates like RegExps.

Fixes #244.
2018-09-06 08:34:08 +02:00
kkapsner
aa91a32b68 Update API whitelist description
For #244
2018-09-06 08:33:08 +02:00
kkapsner
fb31545604 Removed debugging statement 2018-09-05 17:02:36 +02:00
kkapsner
f8dc7ff05b DOMRect: added test for range functions 2018-09-05 16:56:34 +02:00
kkapsner
a01ccf458f Corrected type and api on DOMRect changed functions 2018-09-05 16:47:32 +02:00