Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

IndexedDB errors in nightly #3794

Closed
k88hudson opened this issue Nov 4, 2017 · 4 comments
Closed

IndexedDB errors in nightly #3794

k88hudson opened this issue Nov 4, 2017 · 4 comments
Assignees

Comments

@k88hudson
Copy link
Contributor

k88hudson commented Nov 4, 2017

I am getting IndexedDB errors in Nightly 58.0a1 (2017-11-03) on every new tab. Unfortunately, the error information is not particularly helpful:

{
 DOMException
code: 0
columnNumber: 0
data: null
filename: ""
lineNumber: 0
message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code."
name: "UnknownError"
result: 2154168321
stack: ""
}

Being thrown on the open request here:

openRequest.onerror = event => {

@k88hudson
Copy link
Contributor Author

k88hudson commented Nov 4, 2017

Hm, I am seeing this in beta as well

@piatra
Copy link
Contributor

piatra commented Nov 6, 2017

Is this AS related? I'm seeing the same failure on other websites trying to use IndexedDB.

@dmose
Copy link
Member

dmose commented Nov 6, 2017

Note that indexedDB is enabled on about:home but not about:newtab. Could that be related ?

https://dxr.mozilla.org/mozilla-central/source/browser/components/about/AboutRedirector.cpp#81

@tspurway tspurway added this to the Monty Python (November 26) milestone Nov 6, 2017
@tspurway tspurway modified the milestones: Monty Python (November 26), Lord of the Rings (November 12) Nov 6, 2017
@tspurway tspurway removed the fx58 label Nov 13, 2017
@Mardak Mardak added the fx59 label Nov 13, 2017
@jenn-chaulk jenn-chaulk modified the milestones: Monty Python and the Holy Grail (November 26), Notebook (December 10) Nov 27, 2017
@Mardak
Copy link
Member

Mardak commented Nov 28, 2017

@Mardak Mardak closed this as completed Nov 28, 2017
@Mardak Mardak reopened this Nov 28, 2017
@Mardak Mardak closed this as completed Nov 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants