Closed
Bug 1183581
Opened 9 years ago
Closed 7 years ago
browser_storage_dynamic_windows.js IsSafeToRunScript errors when testing reload in E10S mode
Categories
(DevTools :: Storage Inspector, defect, P2)
DevTools
Storage Inspector
Tracking
(e10s+, firefox42 affected)
RESOLVED
WONTFIX
People
(Reporter: miker, Assigned: miker)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This test has a testReload() method that fails on E10S builds.
Search for this bug number inside browser_storage_dynamic_windows.js to re-enable this section of the test and investigate.
I suspect that we are best to move the scripts from storage-dynamic-windows.html to fix this.
Assignee | ||
Updated•9 years ago
|
Summary: browser_storage_dynamic_windows.js IsSafeToRunScript errors when testing reload → browser_storage_dynamic_windows.js IsSafeToRunScript errors when testing reload in E10S mode
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Assignee | ||
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•8 years ago
|
||
This has been quite a pain as fixing it with the way it currently runs results in intermittent oranges. The current test is very hard to follow and badly needs a rewrite... there is no need for it to be as complex as it currently is.
Assignee: nobody → mratcliffe
Assignee | ||
Comment 2•8 years ago
|
||
It turns out that the test is complicated for a reason. When the storage actor has changes they are passed as batched of added and deleted items. Because we use batches we need to catch all changes and build a picture of what the current state actually looks like.
The simple fact is that it is much simpler to test reloads in the client as the tablewidget takes care of this side so the tests are much simpler.
I will check if we test reloads in the frontend.
Assignee | ||
Comment 3•8 years ago
|
||
No, we don't test for reloads on the frontend either.
I am dropping this as other tasks have a higher priority.
Assignee: mratcliffe → nobody
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Has Regression Range: --- → no
OS: Unspecified → All
Hardware: Unspecified → All
Assignee | ||
Comment 4•7 years ago
|
||
When we reload the storage inspector is completely reinitialized so there is no need for this test. We could create a complex test specifically to test reloads but we can make much better use of man hours than that.
Status: ASSIGNED → RESOLVED
Has Regression Range: no → irrelevant
Has STR: --- → irrelevant
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•