Create a (hidden) sidebar entry for displaying Megalist
Categories
(Toolkit :: Form Autofill, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: mtigley, Assigned: joschmidt)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 57 obsolete files)
Display a unified list of logins, credit cards, and addresses. For now, we call this "Megalist".
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
•
|
||
info: the sidebar is initially invisible to users.
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D188363
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D197072
| Assignee | ||
Comment 5•2 years ago
|
||
Depends on D197579
Comment 6•2 years ago
|
||
Depends on D197592
Comment 7•2 years ago
|
||
Depends on D197610
Comment 8•2 years ago
|
||
Depends on D197623
| Assignee | ||
Comment 9•2 years ago
|
||
Depends on D197624
Updated•2 years ago
|
| Assignee | ||
Comment 10•2 years ago
|
||
and fix their tests
Depends on D197624
| Assignee | ||
Comment 11•2 years ago
|
||
Depends on D197649
Updated•2 years ago
|
| Assignee | ||
Comment 12•2 years ago
|
||
Depends on D197671
| Reporter | ||
Comment 13•2 years ago
|
||
| Assignee | ||
Comment 14•2 years ago
|
||
Depends on D197708
Comment 15•2 years ago
|
||
Updated•2 years ago
|
| Reporter | ||
Comment 16•2 years ago
|
||
Comment 17•2 years ago
|
||
Comment 18•2 years ago
|
||
Comment 19•2 years ago
|
||
Comment 20•2 years ago
|
||
Comment 21•2 years ago
|
||
| Assignee | ||
Comment 22•2 years ago
|
||
Depends on D197816
| Assignee | ||
Comment 23•2 years ago
|
||
Depends on D197899
| Assignee | ||
Comment 24•2 years ago
|
||
top avoid double work and confusion
Depends on D197906
Comment 25•2 years ago
|
||
Updated•2 years ago
|
Comment 26•2 years ago
|
||
Comment 27•2 years ago
|
||
Comment 28•2 years ago
|
||
Comment 29•2 years ago
|
||
| Assignee | ||
Comment 30•2 years ago
|
||
Depends on D197996
Comment 31•2 years ago
|
||
Comment 32•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 33•2 years ago
|
||
| Assignee | ||
Comment 34•2 years ago
|
||
Comment 35•2 years ago
|
||
| Reporter | ||
Comment 36•2 years ago
|
||
Comment 37•2 years ago
|
||
Comment 38•2 years ago
|
||
| Reporter | ||
Comment 39•2 years ago
|
||
| Assignee | ||
Comment 40•2 years ago
|
||
This is a poc evaluating the use of Web Streams as an API for
both the Aggregator and its data sources.
This adds a boring Examples data source to the default aggregator, like so:
export class Default extends Aggregator {
constructor() {
super(
new Logins(),
new Examples(1000),
);
}
}
The aggregator itself basically becomes a multiplexer, with both a readable and a writable stream.
Comment 41•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
| Reporter | ||
Comment 42•2 years ago
|
||
| Reporter | ||
Comment 43•2 years ago
|
||
| Assignee | ||
Comment 44•2 years ago
|
||
| Assignee | ||
Comment 45•2 years ago
|
||
and add a megalist/moz.build manifest
Comment 46•2 years ago
|
||
| Reporter | ||
Comment 47•2 years ago
|
||
| Reporter | ||
Comment 48•2 years ago
|
||
| Reporter | ||
Updated•2 years ago
|
Comment 49•2 years ago
|
||
Comment 50•2 years ago
|
||
Comment 51•2 years ago
|
||
Comment 52•2 years ago
|
||
Comment 53•2 years ago
|
||
Comment 54•2 years ago
|
||
Comment 55•2 years ago
|
||
Comment 56•2 years ago
|
||
Comment 57•2 years ago
|
||
Updated•2 years ago
|
Comment 58•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Reporter | ||
Comment 59•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 60•2 years ago
|
||
Comment 61•2 years ago
|
||
| bugherder | ||
Description
•