Search found 8 matches

by hempeter
Sat Feb 28, 2015 1:41 am
Forum: NoScript Mobile
Topic: White screen of tabs, preview of tabs shows content
Replies: 0
Views: 3462

White screen of tabs, preview of tabs shows content

I have noticed occasionally that when restoring Firefox from background I get a white screen instead of the tab I'm trying to view. When I go to switch tabs, I can see the page content in the preview. Tonight it finally happened while I was near the PC so I got to have a look at the log. The page be...
by hempeter
Tue Feb 03, 2015 10:58 am
Forum: NoScript Mobile
Topic: Android Firefox Beta 36.0: Noscript Not Functioning
Replies: 4
Views: 6668

Re: Android Firefox Beta 36.0: Noscript Not Functioning

Glad to help :P I did some playing last night, turned "Full Protection" on and some debug, I believe PageMod also needs a similar fix (just a 'this.PageMod = PageMod;' job). I started a new thread on NoScript backporting. Feeling up for it @Lekensteyn? ;) Glad that Mozilla's attempts to ch...
by hempeter
Tue Feb 03, 2015 10:08 am
Forum: NoScript Mobile
Topic: NoScript to NSA++ Backports
Replies: 1
Views: 3798

NoScript to NSA++ Backports

Hi all, I've been playing quite a lot with the NSA codebase this past year, and I've spent some time making comparisons between the NoScript release branch and I've spent some time patching the NSA++ codebase. It's a bit messy and vague at the moment. I'm going to be making incremental commits on gi...
by hempeter
Sat Jan 31, 2015 3:32 pm
Forum: NoScript Mobile
Topic: Android Firefox Beta 36.0: Noscript Not Functioning
Replies: 4
Views: 6668

Re: Android Firefox Beta 36.0: Noscript Not Functioning

Been having a look at this since last week. Managed to narrow it down to exported objects not entering the global scope.

Fixed, as far as I can tell. I've issued a pull request to Lekensteyn, so hopefully this change can be merged into the main line.

For those interested, take a look:
Link
by hempeter
Wed Nov 12, 2014 2:38 pm
Forum: NoScript Mobile
Topic: NSA++ not working with Firefox Mobile Beta 34?
Replies: 25
Views: 34510

Re: NSA++ not working with Firefox Mobile Beta 34?

What do you think of this alternative approach?
I think the menu interface idea is much cleaner and better. The overlay icon sometimes didn't appear for me, and the overlay window sometimes didn't respond well to resizing.
Hats off I say. Thanks for the hours you put into this! :)
by hempeter
Mon May 26, 2014 10:55 am
Forum: NoScript Mobile
Topic: Loading page from address bar fails
Replies: 14
Views: 20624

Re: Loading page from address bar fails

finally got it! took quite a bit of time comparing the desktop noscript git tree to spot what was going wrong.. I took the rather more elegant change from lekensteyn's development branch for Load.jsm and submitted a pull request on github, so hopefully an official new version can be released, but fo...
by hempeter
Fri May 23, 2014 12:43 am
Forum: NoScript Mobile
Topic: Loading page from address bar fails
Replies: 14
Views: 20624

Re: Loading page from address bar fails

I got the latest xpi using: wget http://noscript.net/nsa/latest renamed latest (xpi file) to latest.zip, unzipped it, made the modification to 3.5a4rc201306082147/modules/Load.jsm if (last) { debug("Could not attach load info to " + channel.name + "\n" + (last.location === channe...
by hempeter
Fri May 23, 2014 12:11 am
Forum: NoScript Mobile
Topic: Loading page from address bar fails
Replies: 14
Views: 20624

Re: Loading page from address bar fails

Hi, first time poster. I love noscript, but this NSA bug makes firefox unusable on Android. Looking at the debug console: -- [23:39:24.645] last is null @ resource://noscript_3_5a4rc201306082147 ... oad.jsm:89 -- Looking at the code: Load.attach = function(channel) { let last = lastLoad; if (last &a...