Closed
Bug 965454
Opened 11 years ago
Closed 4 years ago
Stress test home panel JS API
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mcomella, Unassigned, Mentored)
References
Details
(Whiteboard: [lang=js])
e.g. Many quick successive insertions, large quantities of data, delete, insert
How does that affect maintenance (bug 965448)? How should that affect the amount of storage each addon should be granted (bug 965452)?
See also malicious addons (bug 965026).
Updated•11 years ago
|
Priority: -- → P1
Updated•11 years ago
|
Priority: P1 → P2
Comment 1•11 years ago
|
||
I've been using my hub kitchen sink add-on to start doing this:
https://github.com/leibovic/hub-kitchen-sink/
I found that with large datasets, we would run into database locked exceptions, which is no good, but I'm working to address that in bug 965452.
I also want to test what happens if you try to install a crazy number of panels.
Comment 2•11 years ago
|
||
Downgrading from a P2. We can file more actionable bugs as we find specific problematic testcases.
To anyone working to look on this bug, you should fork the add-on I mentioned in the previous comment and try doing crazy things with the HomeProvider API to see if you can chase out any bugs :)
Priority: P2 → --
Whiteboard: [mentor=margaret][lang=js]
Assignee | ||
Updated•10 years ago
|
Mentor: margaret.leibovic
Whiteboard: [mentor=margaret][lang=js] → [lang=js]
Comment 3•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•