** Changed in: webbrowser-app
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1334546
Title:
The search engine is hardcoded in webbrowser-app
Status in OEM Priority Project:
Triaged
Status in OEM Priority Project trusty series:
New
Status in Web Browser App:
Fix Released
Status in “unity8” package in Ubuntu:
Invalid
Bug description:
The search engine is hard coded into the webbroswer-app.
http://bazaar.launchpad.net/~phablet-team/webbrowser-
app/14.04/view/head:/src/app/AddressBar.qml
function buildSearchUrl(query) {
var searchUrl =
"https://google.com/search?client=ubuntu&q=%1&ie=utf-8&oe=utf-8"
var terms = query.split(/\s/).map(escapeHtmlEntities)
return searchUrl.arg(terms.join("+"))
}
So can we add a way to easily change or customize the search engine?
To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1334546/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp