kkapsner
|
f1a9708e41
|
Update all lists after loading of the settings.
|
2017-09-24 10:07:33 +02:00 |
|
kkapsner
|
26c5968b64
|
Fixed bug that the update of the lists sometimes did not use the new value but the old one.
|
2017-09-23 23:47:44 +02:00 |
|
kkapsner
|
2b1a32e078
|
Settings only need to be loaded when still in default state.
|
2017-09-23 23:40:57 +02:00 |
|
kkapsner
|
a4a92fc2f9
|
Ping back after the port opening to the background script now also returns the settings and the persistentRnd data.
|
2017-09-23 23:37:46 +02:00 |
|
kkapsner
|
e5e38e148e
|
Made the domain rnd setable for the persistent rng.
|
2017-09-23 23:34:29 +02:00 |
|
kkapsner
|
d5ac2aba4c
|
Cleanup of the default settings.
|
2017-09-23 23:30:54 +02:00 |
|
kkapsner
|
8fc5ee45c2
|
getImageData also faked when using fakeInput mode.
|
2017-09-23 23:23:12 +02:00 |
|
kkapsner
|
d8f6fb1ac9
|
Made readPixels consistent with the other faked readout functions.
|
2017-08-13 23:41:57 +02:00 |
|
kkapsner
|
73e4848ffd
|
Added setting for alpha channel faking.
|
2017-08-11 16:26:24 +02:00 |
|
kkapsner
|
b12dc3ad68
|
Added displayAdvancedSettings setting.
|
2017-08-08 18:11:45 +02:00 |
|
kkapsner
|
48dc965f7c
|
Added setting for canvas cache.
|
2017-08-08 18:08:18 +02:00 |
|
kkapsner
|
f853071d19
|
Added names to random supply objects.
|
2017-08-08 08:29:42 +02:00 |
|
kkapsner
|
1733be23f2
|
Added setting "ignoreFrequentColors"
|
2017-08-07 21:03:34 +02:00 |
|
kkapsner
|
9da251b14d
|
Added "constant" rng.
|
2017-08-07 17:43:57 +02:00 |
|
kkapsner
|
921c7dbd5f
|
Changed rng interface to use colors instead of separate channels.
|
2017-08-07 08:49:49 +02:00 |
|
kkapsner
|
9715eb09d2
|
Added logging lib with setting to control log level.
|
2017-07-27 19:14:04 +02:00 |
|
kkapsner
|
72a2904b0a
|
Removed log entry for missing unload - it's not possible in WebExtensions.
|
2017-07-18 16:19:06 +02:00 |
|
kkapsner
|
c8b451cf2f
|
Added more logging to frame script.
|
2017-07-18 16:18:36 +02:00 |
|
kkapsner
|
3c47eaf97f
|
Added loading of the current settings in the frame script.
|
2017-07-18 16:17:19 +02:00 |
|
kkapsner
|
bec157391d
|
Removed warning about unknown property.
|
2017-07-18 16:16:38 +02:00 |
|
kkapsner
|
6c47397d46
|
Do not intercept when the SOP is in the way.
|
2017-07-18 16:14:03 +02:00 |
|
kkapsner
|
5575c50a03
|
Added minimal fake size and respected the fake sizes in all fakeable functions.
|
2017-07-18 16:11:12 +02:00 |
|
kkapsner
|
0d7e8bdd8b
|
Formatting cleanup.
|
2017-07-16 00:26:59 +02:00 |
|
kkapsner
|
736d6b0fb2
|
Added some logging to frame script.
|
2017-07-16 00:25:19 +02:00 |
|
kkapsner
|
47729f81bb
|
Added storage version check.
|
2017-07-16 00:12:12 +02:00 |
|
kkapsner
|
0234a6d8cf
|
Removed obsolete files.
|
2017-07-14 08:58:48 +02:00 |
|
kkapsner
|
3cefcfe702
|
Added method to display faked canvas content.
|
2017-07-08 22:40:38 +02:00 |
|
kkapsner
|
8cec88f5f7
|
Restructuring of main.js.
|
2017-07-07 08:50:23 +02:00 |
|
kkapsner
|
18a2e32044
|
Added better logging to frame.js and separated settings update from defaultSettings.js
|
2017-07-07 08:49:12 +02:00 |
|
kkapsner
|
97c9f1c94b
|
Added function lists.updateAll() to account for later loaded settings.
|
2017-07-07 08:46:58 +02:00 |
|
kkapsner
|
5576b54883
|
Page action message display and buttons.
|
2017-07-02 12:21:16 +02:00 |
|
kkapsner
|
f70380aa67
|
Added test page for webGL - it is also working with the webExtension.
|
2017-06-29 20:19:00 +02:00 |
|
kkapsner
|
067ec6954c
|
Allow the page scripts to overwrite the faked functions.
Fixes #121
|
2017-06-29 07:31:55 +02:00 |
|
kkapsner
|
5cec9781c2
|
Added pageAction to display the notifications.
|
2017-06-29 07:21:36 +02:00 |
|
kkapsner
|
cba5680406
|
First working webExtesion.
|
2017-06-25 22:33:12 +02:00 |
|
kkapsner
|
4ea073132d
|
Changed library functions that may work in both types.
Added helper scripts for webExtension.
|
2017-06-25 22:22:17 +02:00 |
|
kkapsner
|
4d75ad4ca1
|
Fixed ask mode with input mode.
|
2017-06-25 21:14:13 +02:00 |
|
kkapsner
|
a6e1b05045
|
WebExtension: added embedded WebExtension to store the preferences for the transition
|
2017-05-21 13:17:35 +02:00 |
|
kkapsner
|
a9c7d97708
|
Prevented error when wrong object is passed to the faked functions.
Solves the fourth problem in #114.
|
2017-05-05 09:18:11 +02:00 |
|
kkapsner
|
231e33ffb7
|
Relative paths did no longer work for remoteRequire in nightly.
Also fixes #113 (first tab after restoration did not load frame script) - no clue why.
|
2017-04-23 00:27:40 +02:00 |
|
kkapsner
|
6fdf13bd10
|
Prevented error when canvas has size zero
Solves the third problem in #114
|
2017-04-19 19:32:37 +02:00 |
|
kkapsner
|
e55d0078d5
|
Modified functions need type.
Fixes #109
|
2017-03-03 00:55:32 +01:00 |
|
kkapsner
|
f85303065c
|
Only interfecpt constructors that are present.
Fixes #108.
|
2017-02-22 17:46:17 +01:00 |
|
kkapsner
|
a8611230b1
|
Added option to store data for persistent rng.
Fixes #102.
|
2017-02-10 17:37:35 +01:00 |
|
kkapsner
|
b968e3e7a0
|
Firefox 45.7.0 (ESR) complained about function in block.
Fixes #105.
|
2017-02-10 17:29:38 +01:00 |
|
kkapsner
|
66536113e8
|
Fixed mode "fake at input".
|
2017-02-10 16:30:11 +01:00 |
|
kkapsner
|
6636e1d68b
|
window objects of <frame>s with no url do get the "about:blank" too late -> treat blank URL the same way.
|
2017-02-01 11:15:05 +01:00 |
|
kkapsner
|
eb6494eca5
|
Shared persistent rnd between processes.
Fixes #103.
|
2017-02-01 10:49:33 +01:00 |
|
kkapsner
|
602d5a6bfd
|
Switch from frameScript to require("sdk/remote/...").
Fixes #98. Fixes #100.
|
2017-01-31 21:51:08 +01:00 |
|
kkapsner
|
9c7e842f4b
|
Prevented error message when notifications where triggered on preview, which is not possible.
|
2017-01-31 20:03:48 +01:00 |
|