Some other errors/warnings in the Error Console (will be updated) 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

Some other errors/warnings in the Error Console (will be updated)

Unread post by GMforker » 2016-07-20, 11:15

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)

Code: Select all

Error: TypeError: this.updateDisplay is not a function
Source File: chrome://browser/content/search/search.xml
Line: 79
See bug #903274
Issue was fixed: https://github.com/MoonchildProductions ... 6b0faeca3f

2)

Code: Select all

Error: TypeError: list is undefined
Source File: resource://gre/modules/AppsServiceChild.jsm
Line: 118
See bug #970307 - https://hg.mozilla.org/mozilla-central/rev/4d2839eea957
Issue was fixed. Bug is not reproducible on alpha2 (it is reproduced only on alpha1).

3)

Code: Select all

Error: mismatched tag. Expected: </hr>.
Source File: http://blocklist.palemoon.org/27.0.0a1/blocklist.xml
Line: 6, Column: 3
Source Code:
</body>
Issue is INVALID.

4)

Code: Select all

Error: TypeError: doc is undefined
Source File: chrome://browser/content/nsContextMenu.js
Line: 1108
See bug #1127927

5)

Code: Select all

Warning: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
Source File: chrome://browser/content/browser.js
Line: 2512
See bug #1129093 (yet unfixed)

Code: Select all

Warning: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
Source File: resource://services-common/async.js
Line: 199
See bug #1166406

Issues is WONTFIX.

6)
Menu: "Bookmarks - Organize Bookmarks" - switching between folders (see attachment) - throws an errors in the Error Console

Code: Select all

Error: uncaught exception: 2147942487
Issue is DUPLICATE of: issue #76.
You do not have the required permissions to view the files attached to this post.
Last edited by GMforker on 2016-08-01, 09:48, edited 9 times in total.

GMforker

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by GMforker » 2016-07-28, 13:13

Pale Moon 27.0.0a2
Build ID: 20160728120832
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:3.0) Gecko/20100101 Goanna/20160728 PaleMoon/27.0.0a2
Built from git commit db7d338053c68af15e083e2c2badabe4e7b379b8

7)
Menu: "History-Clear Recent History... (Browsing & Download History)" - throws an errors in the Error Console

Code: Select all

Error: Exception during sanitize: ReferenceError: Cu is not defined
Source File: chrome://browser/content/sanitizeDialog.js
Line: 125
...after restart browser - throws an errors in the Error Console...

Code: Select all

Error: Error sanitizing downloads: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDownloadManager.cleanUp]"  nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: chrome://browser/content/sanitize.js :: Sanitizer.prototype.items.downloads.clear :: line 312"  data: no]
Source File: chrome://browser/content/sanitize.js
Line: 81

Code: Select all

Error: A promise chain failed to handle a rejection. Did you forget to '.catch', or did you forget to 'return'?
See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise

Full Message: undefined
Full Stack: JS frame :: resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js :: PendingErrors.register :: line 162
JS frame :: resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js :: this.PromiseWalker.completePromise :: line 675
JS frame :: resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js :: Handler.prototype.process :: line 903
JS frame :: resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js :: this.PromiseWalker.walkerLoop :: line 746
JS frame :: resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js :: this.PromiseWalker.scheduleWalkerLoop/< :: line 688
native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0
Source Code:
0
Last edited by GMforker on 2016-07-28, 17:41, edited 2 times in total.

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

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by Moonchild » 2016-07-28, 14:04

1) Fixed in 9af92db (in a different way than that bug#)
2) needs research, bug number is N/A, more information needed
3) As-expected. Any non-release version won't have a blocklist served.
4) Can't reproduce. More information needed.
5) WONTFIX. This is a warning for web developers that they are doing it wrong.
6) Please try again in a2

As a general rule, you NEED to include steps to reproduce the error thrown if you report something.
"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: Some other errors/warnings in the Error Console (will be updated)

Unread post by GMforker » 2016-07-28, 16:07

Moonchild wrote:1) Fixed in 9af92db (in a different way than that bug#)
2) needs research, bug number is N/A, more information needed
3) As-expected. Any non-release version won't have a blocklist served.
4) Can't reproduce. More information needed.
5) WONTFIX. This is a warning for web developers that they are doing it wrong.
6) Please try again in a2
1) Thank you
2) If you find the needinfo, bug is not reproducible on alpha2 (it is reproduced only on alpha1)
4) I can't reproduce again... (but maybe sometime later)
6) See attachment (animation gif!)
As a general rule, you NEED to include steps to reproduce the error thrown if you report something.
I'm sorry, I didn't have time to do it.
You do not have the required permissions to view the files attached to this post.

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

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by Moonchild » 2016-07-28, 17:31

Uncaught exception when selecting the tags category is known.
https://github.com/MoonchildProductions/Tycho/issues/76
"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: Some other errors/warnings in the Error Console (will be updated)

Unread post by GMforker » 2016-07-28, 17:42

Moonchild wrote:Uncaught exception when selecting the tags category is known.
OK, I'm sorry.

New Tobin Paradigm

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by New Tobin Paradigm » 2016-07-28, 20:15

To tell the truth we are aware of most issues and errors thrown in the console.. These pre-release builds are meant more to gauge functionality in more of the content sense (the web) and general useability and stability as well any quirks that may show up as a result of running it on different hardware and operating systems instead of JUST AMD Processors running Windows 7 which is what both Moonchild and I run.

Busted items that need fixing or missing Pale Moon specific items are well on the radar.
Off-topic:
I been running this almost exclusively since the password manager was fixed and ran it side by side with the then current 26.x since I got a first successful build after painstakingly ported the FE up 14 Mozilla codebases one by one.

GMforker

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by GMforker » 2016-07-28, 20:49

That's not my main browser. I just offered a little help.

We each have different reasons for joining...

GMforker

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by GMforker » 2016-08-01, 09:51

GMforker wrote:
Moonchild wrote:4) Can't reproduce. More information needed.
4) I can't reproduce again... (but maybe sometime later)
Steps to reproduce:
1. Open page in browser (any site)
2. Link (any link): Right-click to open a context menu and left-click on "Save link as..."

New Tobin Paradigm

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by New Tobin Paradigm » 2016-08-01, 14:30

I can't reproduce 4 at all either.

win7-7
Fanatic
Fanatic
Posts: 183
Joined: 2013-09-16, 15:18
Location: --

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by win7-7 » 2016-08-01, 15:06

GMforker wrote:
GMforker wrote:
Moonchild wrote:4) Can't reproduce. More information needed.
4) I can't reproduce again... (but maybe sometime later)
Steps to reproduce:
1. Open page in browser (any site)
2. Link (any link): Right-click to open a context menu and left-click on "Save link as..."
I can reproduce this:

This error only happens when you do select "Save Link As..." from context menu ( and functionality is fine despite this error) , it doesn't happen when you select "Save Page As..."

Timestamp: 1.8.2016 17:54:16
Error: TypeError: doc is undefined
Source File: chrome://browser/content/nsContextMenu.js
Line: 1108

New Tobin Paradigm

Re: Some other errors/warnings in the Error Console (will be updated)

Unread post by New Tobin Paradigm » 2016-08-01, 16:22

Alright I have reproduced this now.. Yes. Our nsContextMenu.js is native to the browser front end not to the platform.. Thus, changes in private browsing are throwing this error as it is trying to do: let docIsPrivate = PrivateBrowsingUtils.isWindowPrivate(doc.defaultView);

Obviously, the way we talk to PB is somewhat different in here.. File an issue at the Tycho repo for this if you would.