Ad: The Firefox addon Greasemonkey 3.8 (the original version) Topic is solved

This board is for discussions, bug reports, etc. for pre-releases of the v27 milestone codenamed "Tycho".

Since the beta phase is over, this board is closed for new posts/topics.
GMforker

Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by GMforker » 2016-07-17, 11:49

Pale Moon 27.0.0a1
Build ID: 20160716124658
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:3.0) Gecko/20100101 Goanna/20160715 PaleMoon/27.0.0a1
Built from git commit 45265f6a0daeb8185cb6ed88fac4971f5189e99a

1)
Greasemonkey shows the error in the Error Console:

Code: Select all

Error: TypeError: tabBrowser.getTabForBrowser is not a function
Source File: chrome://greasemonkey/content/browser.js
Line: 68
See bug #1039500
Issue was fixed: https://github.com/MoonchildProductions ... 175c467d5f

2)
Pale Moon shows the error in the Error Console:

Code: Select all

Error: TypeError: this.previewFromTab(...) is undefined
Source File: resource://app/modules/WindowsPreviewPerTab.jsm
Line: 533
See bug #897794
Issue was fixed: https://github.com/MoonchildProductions ... fa09460d68

3)
The issue: Infinite loading web page (*.user.js, e.g. MIME type: text/html)

One example of a URL is:
https://github.com/anonim1133/wykop-use ... as.user.js

See also: https://github.com/janekptacijarabaci/g ... a74483R594

Last bad: 2015-07-01
Mozilla/5.0 (Windows NT 6.1; rv:42.0) Gecko/20100101 Firefox/42.0
https://hg.mozilla.org/mozilla-central/rev/079b6f1ae1c3

First good: 2015-07-02
Mozilla/5.0 (Windows NT 6.1; rv:42.0) Gecko/20100101 Firefox/42.0
https://hg.mozilla.org/mozilla-central/rev/f5e3bacfb60e

Pushlog
http://hg.mozilla.org/mozilla-central/p ... e3bacfb60e

bug #1170197 is the suspect.

See also https://github.com/greasemonkey/greasemonkey/pull/2407 (successfully merged)

4)
Forward compatibility: Add a simple mechanism for content pages to communicate with chrome

See bug #1068087

Ad Greasemonkey - see: https://github.com/greasemonkey/greasem ... t-10944861
Ad Adblock Plus (e.g.) - see: https://hg.adblockplus.org/elemhidehelp ... 50b1badf3c

...revert this commit. For the time being...

Issue was fixed: https://github.com/MoonchildProductions ... b5554116dd

Thank you in advance for solving the problem.
Last edited by GMforker on 2016-08-24, 19:51, edited 12 times in total.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35631
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by Moonchild » 2016-07-21, 12:17

Point 1 should be fixed too now, since we've got both _getBrowserForTab and getBrowserForTab now.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35631
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by Moonchild » 2016-07-21, 12:32

Not sure what #3 is all about.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

GMforker

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by GMforker » 2016-07-21, 13:38

Ad 3) - The issue: Infinite loading web page in new tab
See attachment (animation gif!)
Attachments
Ad 3) - The issue: Infinite loading web page in new tab
Ad 3) - The issue: Infinite loading web page in new tab

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35631
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by Moonchild » 2016-07-21, 13:47

Um.. yeah, so don't use that greasemonkey script :P
I don't see that as a problem in the browser, sorry.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

GMforker

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by GMforker » 2016-07-21, 14:52

Moonchild wrote:I don't see that as a problem in the browser, sorry.
I'm not sure, but so be it...
See also https://github.com/greasemonkey/greasemonkey/pull/2407 (successfully merged)
Last edited by GMforker on 2016-08-02, 15:13, edited 1 time in total.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35631
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by Moonchild » 2016-07-21, 15:09

1 liner patch on your end versus having to port this on our end for a "maybe" fix?
https://hg.mozilla.org/mozilla-central/rev/785ec4b923d6
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

GMforker

Re: Ad: The Firefox addon Greasemonkey 3.8 (the original version)

Unread post by GMforker » 2016-07-21, 15:25

Moonchild wrote:1 liner patch on your end versus having to port this on our end for a "maybe" fix?
https://hg.mozilla.org/mozilla-central/rev/785ec4b923d6
Maybe yes.

I think it's the bug (bug #1170197)...

Locked