Commit Graph

1108 Commits

Author SHA1 Message Date
kkapsner 7a0cad6966 Changed label for ignore button.
Fixes #49
2016-05-14 18:29:42 +02:00
kkapsner 37fd9f7a36 Suppressed notification if maxFakeSize triggers. 2016-05-11 08:58:45 +02:00
kkapsner b8ba76300e Introduced maxFakeSize. 2016-05-10 08:01:21 +02:00
kkapsner 8240bf6007 .nodeName not readable on HTMLCanvasElementPrototype.
Fixes #66.
2016-04-30 15:05:20 +02:00
kkapsner 4465ff8435 Disabled faking in getImageData for bigger areas. 2016-04-21 23:54:48 +02:00
kkapsner 535a72ab62 Added fennec in install.rdf 2016-03-30 19:05:23 +02:00
kkapsner 75b1017022 Version 0.3.1 2016-02-13 13:13:51 +01:00
kkapsner 6ce7b81124 Code cleanup. 2016-02-13 12:48:22 +01:00
kkapsner 951277e922 e10s ready!
Fixes #60 and #42
2016-02-13 12:28:36 +01:00
kkapsner 35c6a82480 Version 0.2.3 2016-01-29 00:28:10 +01:00
kkapsner b68e1bc8a4 Switch to jpm. 2016-01-29 00:07:41 +01:00
kkapsner 424b88f04f Prevented bypass with empty <iframe>.
Fixes #58
2016-01-28 23:46:39 +01:00
kkapsner 39ffe4d3b2 Added description and translations for stackList. 2016-01-16 00:03:51 +01:00
kkapsner d2f5a0cca1 Introduced stackList. 2015-12-31 13:37:27 +01:00
kkapsner 24d67113d6 Merge pull request #54 from patricksadowski/fix-de-locale
Fix de-DE locale typo
2015-12-23 15:00:55 +01:00
Patrick Sadowski 36fe354acc Fix de-DE locale typo 2015-12-22 23:17:05 +01:00
kkapsner 1193243d50 Version 0.2.2 2015-12-07 16:42:03 +01:00
kkapsner 712fdb698c Update README.md 2015-12-07 16:31:06 +01:00
kkapsner 6c806583f0 Removed bug with "add to ignore list"-button & added translations for prompts.
Fixes #41.
2015-10-24 10:44:51 +02:00
kkapsner 0f575a7aed Added also prompt for adding to ignore list. 2015-10-11 13:56:28 +02:00
kkapsner 9255fb5813 Added prompts for domain and URL whitelist adding in notification as mentioned in issue #40. 2015-10-08 17:17:02 +02:00
kkapsner 72ebf99297 Added keywords and homepage to package.json
Fixes #39
2015-09-14 17:10:38 +02:00
kkapsner 8e77487bd9 Version 0.2.1 2015-09-10 22:38:25 +02:00
kkapsner 087c3066bc Updated description files. 2015-09-10 17:30:29 +02:00
kkapsner 5fe5ec1d64 Added support for webgl2 (?) 2015-09-10 01:58:38 +02:00
kkapsner 0640008459 Fixed bug with webgl-canvas. 2015-09-10 01:35:49 +02:00
kkapsner 0904d8e2a6 Linted all files. 2015-09-08 11:42:32 +02:00
kkapsner 6c46d28593 Reintroduced ask modes. 2015-09-08 11:41:33 +02:00
kkapsner c10b382c93 Version 0.2.0
Reenabled notifications
Code cleanup.
2015-09-06 15:40:34 +02:00
kkapsner 97e0c6b9cd Removed pageMod and many not needed features.
Notifications not working.
2015-09-06 12:26:50 +02:00
kkapsner 195d780bf8 Version 0.1.9 2015-09-03 22:38:16 +02:00
kkapsner 98a15ef9f2 Removed bug with inproper calls (i.e. float point numbers for sw or sh) to getImageData(). 2015-09-02 23:57:31 +02:00
kkapsner 4ed4bb759b Changed notification not to show full URL but only domain. Added button to show full URL.
Fixes #33
2015-09-01 21:40:30 +02:00
kkapsner 637f2dd465 Made toDataURL() and toBlob() return valid data. 2015-09-01 21:28:03 +02:00
kkapsner 513e96f6c5 Version 0.1.8 2015-09-01 21:25:01 +02:00
kkapsner f6e09a9b1a Removed bypass option with non content windos. 2015-08-26 18:12:12 +02:00
kkapsner 01ea10fe79 Changed status and description of the preference allowPDFCanvas. 2015-08-25 10:05:09 +02:00
kkapsner cc0f1f03ec Version 0.1.7 2015-08-25 09:54:24 +02:00
kkapsner 519f6a4c58 Changed require calls for own modules. Otherwise the harness-options.json will contain wrong module names. 2015-06-23 13:14:50 +02:00
kkapsner cc8ac1c22d Some code cleanup and commenting. 2015-06-18 14:54:09 +02:00
kkapsner 9676f3f5b1 Changed preferencePane styling to self hosted module. 2015-05-15 11:21:14 +02:00
kkapsner 3bcdbc23ac Added JPM support 2015-05-15 00:31:44 +02:00
kkapsner f8cfff16a2 Fixed german translation typo 2015-05-15 00:30:58 +02:00
kkapsner 0a4b92508a Reenabled "whitelist URL"
Added proper escaping to the URL.

This fixes #28
2015-05-11 10:55:12 +02:00
kkapsner d1cf450ce5 Disabled "whitelist URL" in notification
Referres to #28
2015-05-11 10:47:50 +02:00
kkapsner dc38d922c3 Better input in lists by notification buttons. 2015-05-11 10:45:04 +02:00
kkapsner 9aff165a68 Added files with addon.mozilla.com descriptions
Fixes #27
2015-05-07 00:37:34 +02:00
kkapsner 233cfd1f6a Preferences changes
Changed translations, reordered preferences and added a "disable
notifications" button to the notifications.

Fixed #24, #25 and #26
2015-05-06 23:59:36 +02:00
kkapsner b6ac2248f3 Added proference to disable notifications 2015-05-03 13:39:27 +02:00
kkapsner a2853455d0 Fixed translation error.
Found in #21
2015-04-25 18:56:14 +02:00