Closed
Bug 1520494
Opened 7 years ago
Closed 7 years ago
Speculative connections for the Quantum Bar
Categories
(Firefox :: Address Bar, enhancement, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
urlbarbindings supports speculative connections in two cases:
- when the first result arrives, we speculative connect for autofill or search. https://searchfox.org/mozilla-central/rev/c21d6620d384dfb13ede6054015da05a6353b899/browser/base/content/urlbarBindings.xml#2513
- on mousedown, for http/https, or for remote tabs https://searchfox.org/mozilla-central/rev/c21d6620d384dfb13ede6054015da05a6353b899/browser/base/content/urlbarBindings.xml#2729
| Assignee | ||
Updated•7 years ago
|
Blocks: quantumbar-view
| Assignee | ||
Updated•7 years ago
|
Blocks: quantumbar-nightly-experiment
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
The code path is pretty much done, but this is temporarily blocked by the work in bug 1514164, because we have 4 tests on speculative that must be ported.
Depends on: 1514164
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Summary: Reimplement speculative connections → Speculative connections for the Quantum Bar
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/e83dff041251
Speculative connections for the Quantum Bar. r=Standard8
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/316954f2bfc3
follow-up: properly wait for the HTTP Server stop. r=Standard8
Comment 6•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e83dff041251
https://hg.mozilla.org/mozilla-central/rev/316954f2bfc3
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•