Отображение вопросов с тегом: Показать все вопросы
  • Архивировано

Proton and userchrome

It took years to perfect my userchrome to make FF look exactly how I want. Once 91+ came out it wasn't even a question of fixing the floating tabs and condensing the heig… (читать ещё)

It took years to perfect my userchrome to make FF look exactly how I want. Once 91+ came out it wasn't even a question of fixing the floating tabs and condensing the height and menu spacing (though I tried all of it) but my own codes stopped working properly - I had code to set the background colour of menus/bookmark menus and when I upgrade they were the right colour but with thick white borders around them. This was more important to me than the floating tabs and I immediately downgraded to 90 where I've stayed. Can anyone help me figure out how to get MY codes to work with 91+ and/or to work together with the other fixes out there (tabs, condensed menus etc)??

Below is how my userchrome looks and attached is how my current set up looks. ANY advice is appreciated. THANK YOU.

@import url(userChrome_Fx56_bookmark_icons.css);
*/

/* Standard folder -- on Toolbar and Menus */
#PlacesToolbarItems toolbarbutton[container="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"]:not([tagContainer="true"]) > .menu-iconic-left,
/* Standard folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList) treechildren::-moz-tree-image(container), 
#editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon,
#editBMPanel_folderMenuList menupopup menuitem {
  list-style-image: url(Fx56-yellow-folder.png) !important;
}

/* THIS WAS REMOVED BECAUSE IT CAUSES YELLOW FOLDER ICONS FOR BLANK 
   COLUMNS. AS A RESULT, FOLDERS ON THE RIGHT SIDE REMAIN GRAY.
  #placeContent treechildren::-moz-tree-image(container) {
    list-style-image: url(Fx56-yellow-folder.png) !important;
  }
*/

/* Live Bookmark -- on Toolbar and Menus */ /* REMOVED */

/* Smart bookmark folder -- on Toolbar and Menus */
#PlacesToolbarItems toolbarbutton[container="true"][query="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"][query="true"]:not([tagContainer="true"]) > .menu-iconic-left > .menu-iconic-icon,
/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, query) {
  list-style-image: url(Fx56-query.png) !important;
}

/* Tag containers (preserve the built-in icon) */
#PlacesToolbarItems toolbarbutton[container="true"][tagContainer="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][tagContainer="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"][tagContainer="true"] > .menu-iconic-left > .menu-iconic-icon,
/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, query, tagContainer) {
  list-style-image: url(chrome://browser/skin/places/tag.svg) !important;
}

/*** Top-level "container" icons (otherwise would be Standard folder color) ***/
/* Bookmarks Menu -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_menu________),
#editBMPanel_bmRootItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="1"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-bookmarksMenu.png) !important;
}

/* Bookmarks Toolbar -- on Menus */
#BMB_bookmarksPopup #BMB_bookmarksToolbar > .menu-iconic-left > .menu-iconic-icon,
#bookmarksMenuPopup #bookmarksToolbarFolderMenu  > .menu-iconic-left > .menu-iconic-icon,
/* Bookmarks Toolbar -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_toolbar_____),
#editBMPanel_toolbarFolderItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="0"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-bookmarksToolbar.png) !important;
}

/* Other Bookmarks -- on Menus */
#BMB_bookmarksPopup #BMB_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
#bookmarksMenuPopup #menu_unsortedBookmarks  > .menu-iconic-left > .menu-iconic-icon,
/* Other Bookmarks -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_unfiled_____),
#editBMPanel_unfiledRootItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="2"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-unsortedBookmarks.png) !important;
}  

/* Preserve Built-in History/Tags/All Bookmarks Icons in Library */
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_history____v), 
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(title, query, dayContainer) {
  list-style-image: url("chrome://browser/skin/places/history.svg") !important;
}
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(title, query, tagContainer),
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v) {
  list-style-image: url("chrome://browser/skin/places/tag.svg") !important;
}
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_allbms_____v) {
  list-style-image: url(Fx56-allBookmarks.png) !important;
}


}

menupopup {
-moz-appearance: none !important;
background-color: #e7d9ad !important }


#urlbar[breakout],
#urlbar[breakout][breakout-extend] {
  --urlbar-height: 28px !important;
  --urlbar-toolbar-height: 30px !important;

  width: 100% !important;
  top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
  left: 0 !important;
}

#urlbar[breakout][breakout-extend] > #urlbar-input-container,
#urlbar-input-container {
  height: var(--urlbar-height) !important;
  width: 100% !important;
  padding-block: unset !important;
  padding-inline: unset !important;
  transition: none !important;
}

#urlbar[breakout][breakout-extend] > #urlbar-background {
  box-shadow: 0 1px 4px rgba(0,0,0,.05) !important;
  animation: none !important;
}


}
/* REMOVE MEGABAR END */

Задан M 2 года назад

Последний ответ от M 1 год назад

  • Архивировано

Print webpage enlarges 4x

When I try to print a webpage using Firefox, the page enlarges 4x and therefore I only get 1/4 of the webpage on an 8.5 x 11 sheet. If I change my browser to Chrome or I… (читать ещё)

  • When I try to print a webpage using Firefox, the page enlarges 4x and therefore I only get 1/4 of the webpage on an 8.5 x 11 sheet. If I change my browser to Chrome or IE, it prints correctly. If I scroll to the bottom of the Firefox Print Dialog window and select "Print using system dialog" it also works correctly.
  • I have the zoom set to 100 and the Print Dialog paper size set to Letter, It is set to print to page width, I tried it with Scale 100 but it didn't help. I also went to about: config and checked that the paper size and scaling were set to 1.
  • The the picture of the Print Preview looks exactly like should be when printed, but when it is sent to the Lexmark S505 printer the size is too large.
Since I print 50-100 individual webpages a week, I cannot use Firefox if this can't be corrected.

Thanks, Randall Win7 Pro

Задан ZZZRSC 2 года назад

Последний ответ от jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

Browser is not supported by Discord web application

I cannot turn on the audio input and the audio output in Discord web application when running Firefox for desktop PC. The advice from Mozilla Support knowledge base regar… (читать ещё)

I cannot turn on the audio input and the audio output in Discord web application when running Firefox for desktop PC. The advice from Mozilla Support knowledge base regarding how to enable microphone did not help, since there is always no access request from discord.com detected in "Preferences" -> "Privacy & Security" -> "Permissions".

I am using the latest version of Firefox (94.0.1) on Windows 7 SP 1 and Windows 10 20H2. In Discord Support knowledge base the app is claimed to support Firefox version 80+.

Задан MySha_61 2 года назад

Дан ответ MySha_61 1 год назад

  • Решено
  • Архивировано

I have one web site that will not recognize my pass word and pass code. It used to work untill down loading Firefox updates.

This web site ' cornerstonegrp.securecafe.com/residentservices/carolina-club/userlogin.aspx'. The site tells me that password or pass code incorrect. In the past allowed … (читать ещё)

This web site ' cornerstonegrp.securecafe.com/residentservices/carolina-club/userlogin.aspx'. The site tells me that password or pass code incorrect. In the past allowed me to continue to the main web page. At this time all of the add-ons are disabled. Cornerstone web site is the only site not recognizing login. Please help.

Задан donald 2 года назад

Дан ответ FredMcD 2 года назад

  • Решено
  • Архивировано

Using the -no-deelevate command option on a second profile

I have been using the -no-deelevate command line option to launch my main browser profile with a shortcut to Firefox.exe without any problem since it became necessary. Ho… (читать ещё)

I have been using the -no-deelevate command line option to launch my main browser profile with a shortcut to Firefox.exe without any problem since it became necessary. However, I am unable to start my other profile to allow dragging. Is there a way to do it, please?

Задан Straydog 2 года назад

Дан ответ cor-el 2 года назад

  • Архивировано

[Solved] Installing Bing Wallpaper Causes Vanishment of Icons of Default Search Engine

As the subject describes, installing Bing Wallpaper causes the vanishment of icons of the six default search engines in my region (China Mainland), i.e. Baidu, Wikipedia … (читать ещё)

As the subject describes, installing Bing Wallpaper causes the vanishment of icons of the six default search engines in my region (China Mainland), i.e. Baidu, Wikipedia (actually the icon of Wikipedia is still there), Bing, Google, Amazon and DuckDuckGo, but these search engines themselves are still usable though. It is probably caused because I chose the choice that setting Bing as my default search engine of all browsers and the application (Bing Wallpaper) reset all those engines. I have tried removing these engines from my settings list then adding them back, but the icons are still invisible. I have not tried to uninstall and reinstall my Firefox.

My Firefox version: 94.0.2 My OS version: Windows 7 6.1.7601, Service Pack 1

Задан whc1109 2 года назад

Последний ответ от FredMcD 1 год назад

  • Архивировано

New NON-STOP Errors / bugs detect = Large Memory leak / 100% CPU

WebExtensions: proxy-monitor: started api.js:63 WebExtensions: reset-default-search: starting. api.js:183 WebExtensions: reset-default-search: has already ran once and sa… (читать ещё)

WebExtensions: proxy-monitor: started api.js:63 WebExtensions: reset-default-search: starting. api.js:183 WebExtensions: reset-default-search: has already ran once and saw panel, exit. api.js:210 Async method failed in safeAsyncMethod Error: Connection closed, pending request to server0.conn0.windowGlobal30064790683/performanceActor10, type connect failed

Request stack: request@resource://devtools/shared/protocol/Front.js:292:14 generateRequestMethods/</frontProto[name]@resource://devtools/shared/protocol/Front/FrontClassWithSpec.js:46:19 connect@resource://devtools/client/fronts/performance.js:63:36 <pre> baseFrontClassDestroy resource://devtools/shared/protocol/Front.js:106 destroy resource://devtools/shared/protocol/Front.js:74 destroy resource://devtools/shared/protocol/Pool.js:210 baseFrontClassDestroy resource://devtools/shared/protocol/Front.js:110 purgeRequests resource://devtools/client/devtools-client.js:683 onTransportClosed resource://devtools/client/devtools-client.js:598 close resource://devtools/shared/transport/local-transport.js:170 close resource://devtools/shared/transport/local-transport.js:165 close resource://devtools/shared/transport/local-transport.js:165 close resource://devtools/client/devtools-client.js:131 destroy resource://devtools/client/fronts/descriptors/descriptor-mixin.js:71

async-utils.js:65:17 Pusty ciąg znaków przekazany do „getElementById()”. 228 tabbrowser-tabs.js:2007:22 Content Security Policy: Ustawienia strony zablokowały wczytanie zasobu „inline” („default-src”). 2 chrome:511:24 Content Security Policy: Ustawienia strony zablokowały wczytanie zasobu „inline” („default-src”). chrome:75:24 Content Security Policy: Ustawienia strony zablokowały wczytanie zasobu „inline” („default-src”). 2 chrome:511:24 Content Security Policy: Ustawienia strony zablokowały wczytanie zasobu „inline” („default-src”). chrome:75:24 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 API dziennika konsoli WWW (console.log, console.info, console.warn, console.error) zostało wyłączone przez skrypt na tej stronie. [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Content Security Policy: Ustawienia strony zablokowały wczytanie zasobu „inline” („default-src”). 2 chrome:511:24 Content Security Policy: Ustawienia strony zablokowały wczytanie zasobu „inline” („default-src”). chrome:75:24 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 sendRemoveListener on closed conduit languagetool-webextension@languagetool.org.2061584302769 2 ConduitsChild.jsm:108 Promise rejected after context unloaded: Actor 'Conduits' destroyed before query 'RuntimeMessage' was resolved extensionEnvironmentAdapter.js:2 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. 2 chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. 2 chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Promise resolved while context is inactive preload.js:177 Promise resolved while context is inactive pageTranslator.js:46 Promise resolved while context is inactive translateSelected.js:8 Promise rejected while context is inactive: Managed storage manifest not found extensionStorageController.js:2 Promise resolved while context is inactive showTranslated.js:6 Promise rejected while context is inactive: Managed storage manifest not found extensionStorageController.js:2 sendRemoveListener on closed conduit {036a55b4-5e72-4d05-a06c-cba2dfcc134a}.549755820028 ConduitsChild.jsm:108 sendRemoveListener on closed conduit languagetool-webextension@languagetool.org.549755820029 2 ConduitsChild.jsm:108 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Promise resolved after context unloaded config.js:157 Promise resolved after context unloaded 2 extensionStorageController.js:2 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 sendRemoveListener on closed conduit languagetool-webextension@languagetool.org.549755820069 2 ConduitsChild.jsm:108 Promise resolved after context unloaded 2 extensionStorageController.js:2 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] 2 tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] 2 tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 WebGL context was lost. 2 Troubleshoot.jsm:690:17 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 LoginRecipes: getRecipes: falling back to a synchronous message for: https://support.mozilla.org LoginRecipes.jsm:295:9 POSThttps://support.mozilla.org/en-US/upload/image/auth.User/4232262 [HTTP/1.1 400 Bad Request 40663ms]

[Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] 2 tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” sendRemoveListener on closed conduit {036a55b4-5e72-4d05-a06c-cba2dfcc134a}.274877995119 ConduitsChild.jsm:108 Content Security Policy: Ignorowanie „'unsafe-inline'” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „https:” w script-src: określono „strict-dynamic” Content Security Policy: Ignorowanie „http:” w script-src: określono „strict-dynamic” [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] 2 tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 e is undefined chrome.js:53 Unchecked lastError value: Error: An unexpected error occurred chrome.js:51 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:99 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 e is undefined chrome.js:53 Unchecked lastError value: Error: An unexpected error occurred chrome.js:51 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:99 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 e is undefined chrome.js:53 Unchecked lastError value: Error: An unexpected error occurred chrome.js:51 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:99 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. chrome.js:100 [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: chrome://browser/content/tabbrowser.js :: getter :: line 2204" data: no] tabbrowser.js:2204:63

Задан nnina084 2 года назад

Последний ответ от Galen Thurber 1 год назад

  • Архивировано

Firefox browser often crashes

Hello,somebody。 My firefox browser has collapsed 8 times from 2021/12/1. It is currently operating normally, but the number of collapse is too frequent, and the user exp… (читать ещё)

Hello,somebody。 My firefox browser has collapsed 8 times from 2021/12/1. It is currently operating normally, but the number of collapse is too frequent, and the user experience is very poor. The latest Crash report ID:bp-fd4c7367-1346-4a10-a2cd-244ac0211202

Задан cyxiu123 2 года назад

Последний ответ от FredMcD 1 год назад

  • Решено
  • Архивировано

about:preferences#home : New Tabs

"Homepage and new windows" setting allows "Custom URLs" as an option. "New tabs" setting allows only "Firefox home page (default)" or "Blank page" Why is there no longer… (читать ещё)

"Homepage and new windows" setting allows "Custom URLs" as an option. "New tabs" setting allows only "Firefox home page (default)" or "Blank page"

Why is there no longer an option in "New tabs" for a "Custom URL" ??

Is this just another of those program designers' decisions of a less-is-more "improvement" . . . ? Well, it's not.

How can I return to having my Homepage URL also designated for new tabs?

Thank you.

Задан Hikermann 2 года назад

Дан ответ cor-el 1 год назад

  • Архивировано

Firefox downloads

Firefox updates use the term MSI, but never do you explain what that means. Come on guys step around the counter and act like a user. Not only what does it mean, but what… (читать ещё)

Firefox updates use the term MSI, but never do you explain what that means. Come on guys step around the counter and act like a user. Not only what does it mean, but what are the differences between MSI and the download without MSI?

Задан rhdesktop 2 года назад

Последний ответ от AliceWyman 2 года назад

  • Закрыто
  • Архивировано

Amazon prime videos

Amazon Prime videos won't play. Error message come up and says I need to upgrade to the newest firefox. I have the newest version 94. duplicate. https://support.mozilla… (читать ещё)

Amazon Prime videos won't play. Error message come up and says I need to upgrade to the newest firefox. I have the newest version 94.

duplicate. https://support.mozilla.org/en-US/questions/1360310

Задан furybakerman 2 года назад

Последний ответ от FredMcD 2 года назад

  • Решено
  • Архивировано

google dark

Hello. My homepage is google. Its turned dark all of a sudden.The background is all dark as indicated in the pic here. Thanks much to anyone who can help.

Задан cs999 2 года назад

Дан ответ Swarnava Sengupta 2 года назад

  • Архивировано

Account picture

I want to change the image on my firefox account, but when I enter the page, all I see is a white screen with the firefox logo. I have also tried to refresh the page but … (читать ещё)

I want to change the image on my firefox account, but when I enter the page, all I see is a white screen with the firefox logo. I have also tried to refresh the page but the result is still the same. Can you help me?

Задан fidelisgalih 2 года назад

Последний ответ от JoeJupa 2 года назад

  • Решено
  • Архивировано

Captive Network login, redo: Detectportal?

I must log in to the WiFi network I use. When I start FireFox the first time, it brings up my login page, I click [Accept], and I'm online. After a while on, I get kicked… (читать ещё)

I must log in to the WiFi network I use. When I start FireFox the first time, it brings up my login page, I click [Accept], and I'm online. After a while on, I get kicked off, and must log in again. (The non-internet, WiFi connection remains active; but I'm neither logged in nor online.) How do I re-initialize the automatic login function ("detectportal"?)?

Closing, and re-starting FireFox again doesn't work; it initially tries to go to my homepage instead... *but it can't*, because I'm not online. I can't go to the login page's displayed URL, for the same reason. I have to actually restart the computer, loosing whatever I'm doing, then start FireFox. Then, and only then, can I get it to go to the network login page so I can login and continue.

Is there a button, "about:thingie", or setting I can use to reinitialize the automatic login page search & display mechanism? Rebooting the whole computer is a xxxx.

Задан ReggieA 2 года назад

Дан ответ ReggieA 1 год назад

  • Архивировано

Firefox Settings Across Platforms

My primary machine has (FF 88.0.1 64-bit) has all the FF tweaks for privacy and annoyances I care to have. Last outstanding issue is floating videos -- but that's posted… (читать ещё)

My primary machine has (FF 88.0.1 64-bit) has all the FF tweaks for privacy and annoyances I care to have. Last outstanding issue is floating videos -- but that's posted as another topic by me. Big questions:

1. Can I bring FF on the three other laptops and server to the same FF revision level at this machine and copy across all files that would capture settings this machine's settings/changes in Config and Policies ?

I currently make quick work of syncing UBlock and AdBlocker on all machines by simple export/imports of text files. Everything tweaked exactly the same on every machine with respect to FF is what I am after...

Задан JoeJupa 2 года назад

Последний ответ от JoeJupa 1 год назад

  • Архивировано

Can't add search engines from some sites

Hello. Firefox not allows me to add search engine to search bar only for some sites. For example: I can add search on YouTube, and it's show me green "+" on search bar. B… (читать ещё)

Hello. Firefox not allows me to add search engine to search bar only for some sites. For example: I can add search on YouTube, and it's show me green "+" on search bar. But I need to add this site: allegro.pl and the "+" button is unavailable. I remember I added it to search few versions ago (probably it was FF 78 ESR), but I don't remember how I do it. And I accidentally delete it from search engines. Could anyone help me with add it again? Regards.

Задан Gacek 1 год назад

Последний ответ от cor-el 1 год назад

  • Архивировано

transfering my bookmarks to the latest firefox

bold text I don't want to add another device in sync to transfer all of my bookmarks to the latest version of firefox. I just want to use it on my PC. How can I transf… (читать ещё)

bold text

I don't want to add another device in sync to transfer all of my bookmarks to the latest version of firefox. I just want to use it on my PC.

How can I transfer all of my bookmarks to explorer or chrome?????

Задан sjstanfield 1 год назад

Последний ответ от FredMcD 1 год назад