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 |
|
kkapsner
|
b1fa00a28a
|
Invalid version characters...
|
2015-04-24 01:34:46 +02:00 |
|
kkapsner
|
b915630750
|
Version 0.1.6
|
2015-04-24 01:20:54 +02:00 |
|
kkapsner
|
7ce54a25c9
|
Simplified translations in inject.js
|
2015-04-24 01:04:14 +02:00 |
|
kkapsner
|
48e2966d61
|
... xpi creation
|
2015-04-23 10:12:32 +02:00 |
|
kkapsner
|
475c28483f
|
Added ignore list.
|
2015-04-23 10:04:20 +02:00 |
|
kkapsner
|
af47ee8d87
|
Code cleanup and removed blockAll bug
blockAll did not block readout-API. This could be relevant if a user
changes the setting and an open tab still holds a reference to a
canvas-context.
|
2015-04-22 11:55:31 +02:00 |
|
kkapsner
|
30407e71a0
|
Added fake for readPixels and removed new tab bug
Bug description: if a new tab is opened the wrong blockmode could be
used.
|
2015-04-22 11:18:26 +02:00 |
|
kkapsner
|
a8f636ba6f
|
Merge remote-tracking branch 'origin/master' into notificationOnFakeReadout
Conflicts:
canvasblocker.xpi
data/inject.js
lib/main.js
|
2015-04-15 12:11:51 +02:00 |
|
kkapsner
|
e51c5644ad
|
Created XPI
|
2015-04-15 12:03:35 +02:00 |
|
kkapsner
|
460da0f642
|
Functional notifications in right tab!
|
2015-04-15 12:02:21 +02:00 |
|
kkapsner
|
e639b863dd
|
Simplified PDF checking
|
2015-04-15 11:39:35 +02:00 |
|
kkapsner
|
8524301655
|
Added translations
|
2015-04-15 11:33:10 +02:00 |
|
kkapsner
|
f0e3a6a874
|
First function notifications
may open notification on wrong tab...
|
2015-04-15 10:08:01 +02:00 |
|
kkapsner
|
ba524a896e
|
Removed bug introduced with "about:" sites
|
2015-04-14 01:28:49 +02:00 |
|
kkapsner
|
0a88d47609
|
First notification steps - NOT FUNCTIONAL!
|
2015-04-14 01:26:04 +02:00 |
|
kkapsner
|
4bcdfb9fb7
|
Allow all "about:" sites
|
2015-04-09 11:08:31 +02:00 |
|
kkapsner
|
69e454bde6
|
Removed file typo
|
2015-01-16 13:09:16 +01:00 |
|
kkapsner
|
606f875e39
|
Added MPL
|
2015-01-16 13:05:40 +01:00 |
|
kkapsner
|
a6d58a3941
|
Added MPL
|
2015-01-16 13:01:01 +01:00 |
|
kkapsner
|
02a9186215
|
Next version number (0.1.5)
|
2014-12-16 11:37:45 +01:00 |
|
kkapsner
|
3403bcaf95
|
Added different answer tracking for visible and invisible canvas
|
2014-12-15 22:01:36 +01:00 |
|
kkapsner
|
612ecc1d0f
|
... forgot to build XPI...
|
2014-12-15 21:12:40 +01:00 |
|
kkapsner
|
eeb734c655
|
Removed the wrong double stack issue.
|
2014-12-15 21:11:04 +01:00 |
|
kkapsner
|
ab8a88ef66
|
Merge from master
|
2014-12-15 19:32:02 +01:00 |
|
kkapsner
|
1c0dc233a9
|
Added preferences to display caller(s)
|
2014-12-15 18:43:47 +01:00 |
|