Showing questions tagged: Show all questions
  • Archived

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… (read more)

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 */

Asked by M 2 years ago

Last reply by M 1 year ago

  • Archived

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… (read more)

  • 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

Asked by ZZZRSC 2 years ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

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… (read more)

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+.

Asked by MySha_61 2 years ago

Answered by MySha_61 1 year ago

  • Solved
  • Archived

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 … (read more)

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.

Asked by donald 2 years ago

Answered by FredMcD 2 years ago

  • Solved
  • Archived

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… (read more)

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?

Asked by Straydog 2 years ago

Answered by cor-el 2 years ago

  • Archived

[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 … (read more)

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

Asked by whc1109 2 years ago

Last reply by FredMcD 1 year ago

  • Archived

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… (read more)

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

Asked by nnina084 2 years ago

Last reply by Galen Thurber 1 year ago

  • Archived

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… (read more)

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

Asked by cyxiu123 2 years ago

Last reply by FredMcD 1 year ago

  • Solved
  • Archived

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… (read more)

"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.

Asked by Hikermann 2 years ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox doesn't remember username, but remembers password

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox wi… (read more)

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox without WebEx there was addon which allowed to manipulate forms to prepare proper autocompletion data. This addon is not supported with WebEx anymore due to lack of proper functions. Instead Firefox Dev Team claims that mechanism built in current Firefox is enough for such tasks and mentioned addons are not needed. Seems it is wrong thinking.

I tried different approaches to save username for mentioned site but without success.

Asked by zygdresze1 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

empty bookmarks toolbar

My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolb… (read more)

My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolbar folder, which has the expected contents.

Additional issue: how do I rearrange my toolbars. The desired order, from top to bottom is title menu navigation tabs bookmarks

Windows 7 Pro, Firefox 94.0.2

Much thanks!

Asked by walterdh 2 years ago

Answered by cor-el 2 years ago

  • Archived

How do I contact official Mozilla support?

I would like to contact Firefox support, but the best I found on the official site is this "ask the community" thing. Is there a support e-mail or a well hidden web form … (read more)

I would like to contact Firefox support, but the best I found on the official site is this "ask the community" thing. Is there a support e-mail or a well hidden web form that I missed?

Thanks, zoliking

Asked by zoliking 2 years ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Streaming video

Last night it worked fine but today I went onto Amazon Prime to watch movies or programs and it wouldn't play. It says I need the newest version of firefox to be able to … (read more)

Last night it worked fine but today I went onto Amazon Prime to watch movies or programs and it wouldn't play. It says I need the newest version of firefox to be able to watch. I have it already but no go.

Asked by furybakerman 2 years ago

Last reply by Márk Stitovits 1 year ago

  • Locked
  • Archived

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… (read more)

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

Asked by furybakerman 2 years ago

Last reply by FredMcD 1 year ago

  • Archived

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 … (read more)

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?

Asked by fidelisgalih 1 year ago

Last reply by JoeJupa 1 year ago