[browser] Implement auto-suggest for the address bar
Bug #1351151 reported by
Olivier Tilloy
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Released
|
High
|
James Mulholland | ||
webbrowser-app |
Fix Released
|
High
|
Ugo Riboni | ||
webbrowser-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
New
|
Undecided
|
Unassigned | ||
webbrowser-app (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The design spec calls for auto-suggest from online sources (the most relevant probably being google search) to be added to the suggestions list when the user is typing in the address bar.
Related branches
lp://staging/~uriboni/webbrowser-app/search-suggestions
- Olivier Tilloy: Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 659 lines (+272/-54)11 files modifiedCMakeLists.txt (+2/-0)
src/app/config.h.in (+5/-0)
src/app/webbrowser/Browser.qml (+26/-5)
src/app/webbrowser/SearchSuggestions.qml (+78/-0)
src/app/webbrowser/Suggestion.qml (+5/-2)
src/app/webbrowser/Suggestions.qml (+22/-11)
src/app/webbrowser/searchengine.cpp (+13/-1)
src/app/webbrowser/searchengine.h (+4/-0)
tests/autopilot/webbrowser_app/tests/__init__.py (+6/-6)
tests/autopilot/webbrowser_app/tests/http_server.py (+14/-1)
tests/autopilot/webbrowser_app/tests/test_suggestions.py (+97/-28)
Changed in ubuntu-ux: | |
assignee: | nobody → Giorgio Venturi (giorgio-venturi) |
status: | New → Fix Committed |
importance: | Undecided → High |
tags: | added: rtm14 |
tags: | removed: rtm14 |
summary: |
- Implement auto-suggest for the address bar + [browser] Implement auto-suggest for the address bar |
tags: | added: ota-1 |
Changed in webbrowser-app (Ubuntu): | |
status: | New → Confirmed |
tags: | added: design-gap |
Changed in webbrowser-app (Ubuntu RTM): | |
status: | New → Confirmed |
tags: | removed: ota-1 |
Changed in webbrowser-app: | |
assignee: | nobody → Ugo Riboni (uriboni) |
status: | Triaged → In Progress |
Changed in webbrowser-app: | |
status: | In Progress → Fix Released |
Changed in ubuntu-ux: | |
assignee: | Giorgio Venturi (giorgio-venturi) → James Mulholland (jamesjosephmulholland) |
Changed in ubuntu-ux: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package webbrowser-app - 0.23+15. 04.20150512- 0ubuntu1. 15.10
--------------- 04.20150512- 0ubuntu1. 15.10) wily; urgency=medium
webbrowser-app (0.23+15.
[ CI Train Bot ]
* Resync trunk.
[ Leo Arias ]
* Fix the base class used when launching the app in autopilot tests.
[ Leonardo Arias Fonseca ]
* Fix the base class used when launching the app in autopilot tests.
[ Olivier Tilloy ] qmlplugin to 1.7.
* Also set XDG_CONFIG_HOME (needed for tests not to override user-
defined settings).
* Update translation template.
* Use the new Oxide APIs to better control visibility of the chrome.
This bumps the runtime dependency on liboxideqt-
(LP: #1441064, #1453908)
[ Riccardo Padovani ]
* Add support for data: URIs in the address bar, and remove length
limitation for TLDs. (LP: #1377953, #1441281, #1450154)
* Add support for data: URIs in the address bar, and remove length
limitation for TLDs. (LP: #1377953, #1441281, #1450154)
[ Ugo Riboni ]
* Add suggestions from search engines in the suggestions list. (LP:
#1351151)
-- CI Train Bot <email address hidden> Tue, 12 May 2015 15:19:40 +0000