Что означаeт эта запись в консоли ошибок?

Ошибка: this.docShell is null
Источник: chrome://global/content/bindings/browser.xml
Строка: 323

Запись в строке 323:

Выделить код

Код:

this._webNavigation = this.isRemoteBrowser ? this._remoteWebNavigation : this.docShell.QueryInterface(Components.interfaces.nsIWebNavigation);

И в чём разница TypeError и ReferenceError?

Bug 808641 - Registering an nsIContentPolicy implementation causes error "this.docShell is null" in the "browser.xml" binding

Ferguss114 пишет

И в чём разница TypeError и ReferenceError?

http://javascript.ru/TypeError
http://javascript.ru/ReferenceError

А что значит это?

Ошибка: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: chrome://global/content/bindings/browser.xml ::  :: line 716"  data: no]
Источник: chrome://global/content/bindings/browser.xml
Строка: 723

Запись в строке 723:

Выделить код

Код:

Components.utils.reportError(e);

http://forum.mozilla-russia.org/viewtopic.php?pid=605873