Showing questions tagged: Show all questions
  • Archived

minimize, maximize, restore, close buttons missing

Firefox 94.0.1 (64-bit) ~ Windows 7 ~ No anti-virus except Windows Defender ~ No new extensions installed that haven't already been operating for weeks or longer. Sudde… (read more)

Firefox 94.0.1 (64-bit) ~ Windows 7 ~ No anti-virus except Windows Defender ~ No new extensions installed that haven't already been operating for weeks or longer.


Suddenly, after doing NOTHING except restarting my computer, my 'minimize', 'maximize', 'restore' and 'close' buttons are missing.

Any 'solutions' I've looked up talk about "Tablet Mode" (which I highly doubt I'm in) or other nonsense, the options for which either didn't exist when I opened suggested menus, or were simply techno-jargon-gobbledy-gook.

I doubt it's anything to do with Windows, since 'Waterfox', 'Microsoft Edge', 'Chrome' and other browsers all have their buttons intact.

When I opened Firefox in 'troubleshoot mode' the buttons were back. But nobody in those unhelpful 'help articles' said what to do after opening in troubleshoot mode, so I closed it, opened Firefox the usual way again, and the buttons were still missing.

Some logical, properly explained help would be greatly appreciated.

Asked by befir 2 years ago

Last reply by FredMcD 1 year ago

  • 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

I cant view Instagram any more.

I can no longer view Instagram in my browser. For a week or so I've had trouble with Instagram. I can log in but all I get is the grey Instagram camera logo in the middle… (read more)

I can no longer view Instagram in my browser. For a week or so I've had trouble with Instagram. I can log in but all I get is the grey Instagram camera logo in the middle of my browser window. The app on my phone works fine. If I continue to try logging in on my computer to see if it works yet Instagram locks my account until I enter a password they send my email. My eyes aren't great and I need to view Instagram on my computer monitor. Please help. How do I fix this?

Asked by DPro 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

  • Solved
  • Archived

How do I list what is on the Mozilla site that is being synched?

I'm interested in listing what bookmarks are being synched. You'd think that's the dumbest question on earth. Obviously, just look at my bookmarks Ctrl+Shift+o. There … (read more)

I'm interested in listing what bookmarks are being synched. You'd think that's the dumbest question on earth. Obviously, just look at my bookmarks Ctrl+Shift+o. There they are. But that's not what I'm asking. I want to see what has been stored on the Mozilla site in the way of bookmarks. I want to see what Mozilla will send to a second device when I get on that second device & tell the Firefox on the second device to synch. And not just bookmarks. I want to see everything that will get downloaded onto the second device when it synchs. I suppose it depends partly on what the second device is: PC, phone, something else. But that doesn't change my question. I'd like to list what is on the Mozilla site in the way of synching data. It's all well & good to say it's doing what it needs to. I think I'm in the trust but verify camp on this subject.

Asked by Wild Willy 2 years ago

Answered by cor-el 2 years 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 1 year 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 1 year ago

Answered by cor-el 1 year ago

  • Archived

Log in to website

Trying to log into my investing website (Vanguard) So.............I log into the website periodically and several weeks or more ago they 'updated' their site with a new … (read more)

Trying to log into my investing website (Vanguard)

So.............I log into the website periodically and several weeks or more ago they 'updated' their site with a new look. So when I go to it, it has 'auto-filled' my username and password (just like it used to do) and after the site does the 'handshake' with the window I press the 'Log In' button and nothing happens. Nothing at all, it just sits there. I can launch my (outdated) Internet Explorer browser and do the same thing and it works fine and I go right in to the site. I've tried deleting cookies for the site on the Firefox browser but it doesn't change anything.

So..........ideas? Maybe a plug-in problem???

Thanks, Kent

Asked by kentoc.58 1 year ago

Last reply by FredMcD 1 year ago

  • Archived

Videos don't play when trying to use paramount plus

Hello, Just last week all videos that I watched on Paramount Plus worked fine. Now I get an error message 3304, which seems to indicate that I have an ad blocker active. … (read more)

Hello, Just last week all videos that I watched on Paramount Plus worked fine. Now I get an error message 3304, which seems to indicate that I have an ad blocker active. I have tried everything including trying to use Paramount Plus in Firefox safe mode, with no luck. I know this is not necessarily a Firefox issue, but if anyone has knowledge or experience with this issue, I would greatly appreciate the help. Thanks

Asked by pianotech1 1 year ago

Last reply by cor-el 1 year ago

  • Archived

FF 94.0.2 right click Context Menus hang and other issues since update from FF 88

Running ROCK SOLID Windows 7 SP 1 64 bit. Last week updated 64 bit FF from 88xx to 94.0.2. EVERYTHING was working fine with FF 88 except for videos on CNN. After update… (read more)

Running ROCK SOLID Windows 7 SP 1 64 bit. Last week updated 64 bit FF from 88xx to 94.0.2. EVERYTHING was working fine with FF 88 except for videos on CNN.

After update when I right click in FF the small Context Menu freezes. Subsequent right clicks launches the same Menu. See attached image. When I mess around with scrolling they go away.

Also, when I'm going back and forth between a FF web page and a file in another app to cut and paste text or images, half of one or the other screens hang.

I'm an old geek and I did ALL of the recommendations including a complete clean uninstall and clean reinstall of FF 94.0.2... I've spent hours trying to solve the problem...

I'm having NO PROBLEMS with Chrome or Opera or any other SW on this PC.

BTW, DON'T EVEN SUGGEST GOING TO Windows 10 or 11. I have 10 but I use 7 on this PC for a lot of reasons.

Like I said, problems began after 94.0.2 update.

Regards,

Chas.

Asked by ccolerich 1 year ago

Last reply by FredMcD 1 year ago

  • Archived

Saving settings - Youtube

Sign in...sign in...sign in.... What. I am signed in to my Firefox account, why the hell do I have to sign in, change my profile etc etc, to ask a question? I'm getting f… (read more)

Sign in...sign in...sign in.... What. I am signed in to my Firefox account, why the hell do I have to sign in, change my profile etc etc, to ask a question? I'm getting frustrated with Firefox, it's my goto browser but really, it's getting to be a piece of crap. Too many incompatible changes, with itself and it's extensions. I've changed settings, particular to Youtube, I use Youtube extensions, but regularly those settings are ignored. I'll change autoplay, pop out mini players, in-scroll video pop-outs etc, all to be off, but on the next video or page load, it's back. I get page not found for sites like Aliexpress. WTF is going on? I've cleared cache, I've reset settings and keep getting the same crap issues.

Asked by mornebuzz 1 year ago

Last reply by FredMcD 1 year ago

  • Archived