Search found 20 matches
- Sun Sep 09, 2018 12:38 am
- Forum: NoScript Development
- Topic: NoScript popup doesn't show its contents on 10.1.9.2rc3
- Replies: 4
- Views: 5718
Re: NoScript popup doesn't show its contents on 10.1.9.2rc3
Interestingly, seems fixed in rc4.
- Sat Sep 08, 2018 3:46 pm
- Forum: NoScript Development
- Topic: NoScript popup doesn't show its contents on 10.1.9.2rc3
- Replies: 4
- Views: 5718
Re: NoScript popup doesn't show its contents on 10.1.9.2rc3
We're talking FF nightly? And just what FF version is that at this point? Ah, Yes, I test with FF nightly(0908). I'm not sure it happens on release version or old nightly. Do other extensions' popups work? As far as I see, ublock origin shows its popup correctly and NoScript's popup works normally ...
- Sat Sep 08, 2018 2:22 pm
- Forum: NoScript Development
- Topic: NoScript popup doesn't show its contents on 10.1.9.2rc3
- Replies: 4
- Views: 5718
NoScript popup doesn't show its contents on 10.1.9.2rc3
At least on 10.1.9.2rc3 with latest nightly, NoScript's popup doesn't show any contents. When I try to show Noscript popup, Browser Console said, this.viewNode is null, can't access property "removeEventListener" of it 2 ExtensionPopups.jsm:486 attach resource:///modules/ExtensionPopups.js...
- Thu Jul 12, 2018 11:44 am
- Forum: NoScript Development
- Topic: UI Problem with 10.1.8.3rc10
- Replies: 3
- Views: 2605
UI Problem with 10.1.8.3rc10
With 10.1.8.3rc10, on NoScript popup, First row doesn't show a current setting when the setting is default.
Image is https://i.gyazo.com/ddcc46d16c446af6a80 ... cccb2e.png
Image is https://i.gyazo.com/ddcc46d16c446af6a80 ... cccb2e.png
- Mon Jan 08, 2018 2:23 pm
- Forum: NoScript Development
- Topic: [FIXED] Reloading not working automatically (10.1.6.3rc4)
- Replies: 5
- Views: 2998
Re: Reloading not working automatically (10.1.6.3rc4)
Simply, due to a miss in code...
In storage.js
async set(type, obj) {
return await this.safeOp("set", type, keys);
}
variable name mismatch between obj and keys...
Probably, fixed in future release.
In storage.js
async set(type, obj) {
return await this.safeOp("set", type, keys);
}
variable name mismatch between obj and keys...
Probably, fixed in future release.
- Wed Nov 08, 2017 3:17 pm
- Forum: NoScript Development
- Topic: NoScript doesn't work on 1108 nightly due to Bug 1414096
- Replies: 3
- Views: 2802
NoScript doesn't work on 1108 nightly due to Bug 1414096
With 1108 nightly, NoScript can't work correctly. Prefs aren't displayed, some sites returns error. NoScript uses nsIPrefBranch.setComplexValue which behavior was changed by a patch in Bug 1414096 . So that, NoScript no longer works with 1108 nightly. ADDITION: Once, Bug 1414096 is reopened by backo...
- Wed Sep 27, 2017 12:28 pm
- Forum: NoScript Development
- Topic: iframe loading problem with firefox 2017-09-23 nightly
- Replies: 5
- Views: 3994
Re: iframe loading problem with firefox 2017-09-23 nightly
Confirmed fixed. Very thanks!Giorgio Maone wrote:Please check latest development build 5.1.0rc2, thanks.
- Sat Sep 23, 2017 3:15 pm
- Forum: NoScript Development
- Topic: iframe loading problem with firefox 2017-09-23 nightly
- Replies: 5
- Views: 3994
iframe loading problem with firefox 2017-09-23 nightly
On 2017-09-23 nightly with NoScript, contents in iframe aren't loaded at all. STR: Open http://masaboo.cside.com/new_html1/ht_44.htm. Expected Results: HTML in iframe is displayed. Actual Results: Completely blank in iframe. Is Bug 1402102 related? It removes nsIDOMHTMLObjectElement which is used in...
- Tue Aug 08, 2017 2:05 pm
- Forum: NoScript Development
- Topic: [FIXED] NS doesn't work on 0808 nightly due to Bug 1374847
- Replies: 8
- Views: 8532
[FIXED] NS doesn't work on 0808 nightly due to Bug 1374847
On 0808 nightly, NoScript shows exception "this.mappings is undefined" and doesn't work at all.
Root cause is that Bug 1374847 was fixed.
nsIPrefBranch2 no longer exists, so Qi of nsIPrefBranch2 at ScriptSurrogate.js(line 22) fails.
Root cause is that Bug 1374847 was fixed.
nsIPrefBranch2 no longer exists, so Qi of nsIPrefBranch2 at ScriptSurrogate.js(line 22) fails.
- Thu Dec 22, 2016 4:51 pm
- Forum: NoScript Development
- Topic: There is a problem when dom.ipc.process is large value
- Replies: 0
- Views: 1529
There is a problem when dom.ipc.process is large value
This isn't urgent problem because dom.ipc.process pref is set to 1 currently. But when dom.ipc.process is set to enough large for each tab to have their own process(This is future work for firefox), NoScript behaves unexpectedly. STR: 0. Set dom.ipc.process enough large value. 1. Open New tab and op...
- Mon Nov 14, 2016 3:49 am
- Forum: NoScript Development
- Topic: [2.9.5rc22] whitelist is ignored on startup
- Replies: 1
- Views: 1258
[2.9.5rc22] whitelist is ignored on startup
STR: 1. Open http://www.yahoo.co.jp/ and allow yahoo.co.jp in NoScript popup. 2. Close Firefox and Open. Expected Result: Javascript works on http://www.yahoo.co.jp/ Actual Result: http://www.yahoo.co.jp/ says "Javascript isn't enabled". To work normally, we need to disallow yahoo.co.jp on...
- Thu Jan 07, 2016 6:14 pm
- Forum: NoScript Development
- Topic: NoScript 2.9/2.9.0.1rc1 doesn't work in Nightly 20160107
- Replies: 7
- Views: 4487
- Thu Nov 19, 2015 4:35 pm
- Forum: NoScript Development
- Topic: Recaptcha Problems
- Replies: 11
- Views: 5778
Re: Recaptcha Problems
I have seen same problem in https://p.eagate.573.jp/gate/p/login.html?___REDIRECT=1. And in my build, get these error message. Error: Error: Failed to load script (nsresult = 0x805e0006) Source File: https://www.google.com/recaptcha/api2/w ... 1112120204 Line: 1 Error: : NS_ERROR_FAILURE: Source Fil...
- Tue Jul 28, 2015 3:07 pm
- Forum: NoScript Support
- Topic: Noscript spam nightly console with "unsafe CPOW usage"
- Replies: 1
- Views: 1315
Re: Noscript spam nightly console with "unsafe CPOW usage"
This is e10s related warning because NoScript isn't ready for e10s now.
If you get worried about them, you should disable e10s by uncheck "Enable multi-process...".
If you get worried about them, you should disable e10s by uncheck "Enable multi-process...".
- Thu Feb 19, 2015 5:00 am
- Forum: NoScript Development
- Topic: The latest NoScript dev build make my Firefox crash
- Replies: 7
- Views: 3772
Re: The latest NoScript dev build make my Firefox crash
In Bug 1134196, a patch to fix the cause of crash is landed.