[Ubuntu-webapps-bugs] [Bug 1334546] [NEW] The search engine is hard coded into the webbroswer-app

2014-06-26 Thread Joey Zheng
Public bug reported:

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=ubuntuq=%1ie=utf-8oe=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?

** Affects: oem-priority
 Importance: Undecided
 Status: New

** Affects: oem-priority/trusty
 Importance: Undecided
 Status: New

** Affects: webbrowser-app
 Importance: Undecided
 Status: New

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Also affects: oem-priority/trusty
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1334546

Title:
  The search engine is hard coded into the webbroswer-app

Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in Web Browser App:
  New
Status in “unity8” package in Ubuntu:
  New

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=ubuntuq=%1ie=utf-8oe=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/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1323743] Re: keyboard doesn't display in webapps after some time

2014-06-26 Thread Chris Coulson
Backed this out for now. Michael, would you mind taking a look at that
crash please?

** Changed in: oxide
   Status: Fix Released = In Progress

** Changed in: oxide
 Assignee: (unassigned) = Michael Sheldon (michael-sheldon)

** Changed in: oxide
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1323743

Title:
  keyboard doesn't display in webapps after some time

Status in Oxide Webview:
  In Progress
Status in Ubuntu Keyboard:
  In Progress
Status in Web Browser App:
  In Progress
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  using build r48
  maliit-framework  0.99.0+git20130615+97e8335-0ubuntu8
  ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140515-0ubuntu1
  webapp-container 0.23+14.10.20140522.1-0ubuntu1

  I don't have the exact steps to reproduce the issue, but have run into
  a lot over the last few days of using the phone.

  - launch gmail webapp
  - launch twitter webapp
  - try and use both, doing things to cause the osk to display (like 
sending/replying to email, writing a tweet, etc)
  - click on links in gmail that cause the browser to be open
  - all works fine for a while
  - then do other things on phone, like launch other apps, open the browser 
app, suspend resume, use the carousel spread to switch between open apps (fast 
right edge swipe)
  - phone gets into a state where the osk is no longer displayed in the webapps 
no matter what you do

  The only way to get osk back in the webapp is to close the webapp and
  relaunch it. This fixes the webapp you relaunched but not others that
  are already open.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1323743/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1334546] Re: The search engine is hard coded into the webbroswer-app

2014-06-26 Thread Olivier Tilloy
See also a related request to integrate OpenSearch: bug #1277637.

** Changed in: unity8 (Ubuntu)
   Status: New = Invalid

** Changed in: webbrowser-app
   Status: New = Triaged

** Summary changed:

- The search engine is hard coded into the webbroswer-app
+ The search engine is hardcoded in webbrowser-app

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1334546

Title:
  The search engine is hardcoded in webbrowser-app

Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in Web Browser App:
  Triaged
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=ubuntuq=%1ie=utf-8oe=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/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1323743] Re: keyboard doesn't display in webapps after some time

2014-06-26 Thread Chris Coulson
** Changed in: oxide
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1323743

Title:
  keyboard doesn't display in webapps after some time

Status in Oxide Webview:
  Fix Released
Status in Ubuntu Keyboard:
  In Progress
Status in Web Browser App:
  In Progress
Status in “ubuntu-keyboard” package in Ubuntu:
  In Progress

Bug description:
  using build r48
  maliit-framework  0.99.0+git20130615+97e8335-0ubuntu8
  ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140515-0ubuntu1
  webapp-container 0.23+14.10.20140522.1-0ubuntu1

  I don't have the exact steps to reproduce the issue, but have run into
  a lot over the last few days of using the phone.

  - launch gmail webapp
  - launch twitter webapp
  - try and use both, doing things to cause the osk to display (like 
sending/replying to email, writing a tweet, etc)
  - click on links in gmail that cause the browser to be open
  - all works fine for a while
  - then do other things on phone, like launch other apps, open the browser 
app, suspend resume, use the carousel spread to switch between open apps (fast 
right edge swipe)
  - phone gets into a state where the osk is no longer displayed in the webapps 
no matter what you do

  The only way to get osk back in the webapp is to close the webapp and
  relaunch it. This fixes the webapp you relaunched but not others that
  are already open.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1323743/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1314673] Re: Support Arabic language

2014-06-26 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1314673

Title:
  Support Arabic language

Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  Hello
  Support Arabic language writing?
  When I switch layout to Arabic and start writing, I see English letters .

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1314673/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1321679] Re: webbrowser-app test failure on armhf with Qt 5.3

2014-06-26 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: Fix Committed = Fix Released

** Changed in: webbrowser-app (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1321679

Title:
  webbrowser-app test failure on armhf with Qt 5.3

Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  With the FTBFS bug fixed, it seems there's still a test failure on
  armhf only when using Qt 5.3:

  https://launchpadlibrarian.net/176026671/buildlog_ubuntu-utopic-armhf
  .webbrowser-
  
app_1%3A0.23%2B14.10.20140515.1-0~537%2B201405201947~ubuntu14.10.1%2Bfixqt53~test1_FAILEDTOBUILD.txt.gz

  ---
   4/12 Test  #1: tst_QmlTests ...***Failed
1.12 sec
  libEGL warning: GLX/DRI2 is not supported
  
file:///build/buildd/webbrowser-app-0.23+14.10.20140515.1/obj-arm-linux-gnueabihf/tests/unittests/qml/undertest/AddressBar.qml:55:13:
 QML QQuickImage: Cannot open: 
file:///build/buildd/webbrowser-app-0.23+14.10.20140515.1/obj-arm-linux-gnueabihf/tests/unittests/qml/undertest/assets/reload.png
  process 18699: D-Bus library appears to be incorrectly set up; failed to read 
machine uuid: Failed to open /etc/machine-id: No such file or directory
  See the manual page for dbus-uuidgen to correct this issue.
  * Start testing of QmlTests *
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : QmlTests::AddressBar::initTestCase()
  Segmentation fault
  ---

  --
  Refer to kept-update info on the front page of 
https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta2 regarding 
where/how to get Qt 5.3. Note that it's not necessarily that PPA itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1321679/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1296742] Re: user agent not set or recognized

2014-06-26 Thread Olivier Tilloy
This was before using oxide, which has a much more reliable mechanism to set 
and override the user-agent.
I’ve tested both use cases mentioned in the description and they work as 
expected (i.e. I get the mobile versions of both wikipedia and ebay from the 
start).

** Changed in: webbrowser-app
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1296742

Title:
  user agent not set or recognized

Status in Web Browser App:
  Fix Released

Bug description:
  Using the new scopes preview to open a search result for e.g.
  wikipedia or ebay opens the desktop version of the website. Following
  a link within the browser or reloading the page (or both) triggers the
  mobile site version to be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1296742/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1262414] Re: Loading big images shows content of the previous app

2014-06-26 Thread Olivier Tilloy
Not seeing that issue anymore with the oxide renderer.

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: webbrowser-app
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1262414

Title:
  Loading big images shows content of the previous app

Status in Web Browser App:
  Fix Released
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  - Open the System Settings
  - Open the browser an browse to : planet.gnome.org
  - Scroll to any image that's still loading
  - see attachements

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: armhf
  Date: Wed Dec 18 23:15:27 2013
  InstallationDate: Installed on 2013-12-18 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf 
(20131218.2)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1262414/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp