[Ubuntu-webapps-bugs] [Bug 1560271] [NEW] Cookie store should be created and initialized on the IO thread

2016-03-21 Thread Chris Coulson
Public bug reported:

We currently create and initialize the cookie store on the UI thread
because it's required to make the UI thread cookie store proxy
immediately available to the CookieManager API. However, the cookie
store really lives on and is used on the IO thread, and net::CookieStore
is not thread safe. Whilst it's sort-of ok for the time being (we
guarantee there aren't any concurrent accesses during initialization),
this will break if Chromium modifies net::CookieMonster to assert that
it's called from a single thread.

** Affects: oxide
 Importance: High
 Assignee: Chris Coulson (chrisccoulson)
 Status: Triaged

** Changed in: oxide
   Importance: Undecided => High

** Changed in: oxide
   Status: New => Triaged

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

Title:
  Cookie store should be created and initialized on the IO thread

Status in Oxide:
  Triaged

Bug description:
  We currently create and initialize the cookie store on the UI thread
  because it's required to make the UI thread cookie store proxy
  immediately available to the CookieManager API. However, the cookie
  store really lives on and is used on the IO thread, and
  net::CookieStore is not thread safe. Whilst it's sort-of ok for the
  time being (we guarantee there aren't any concurrent accesses during
  initialization), this will break if Chromium modifies
  net::CookieMonster to assert that it's called from a single thread.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1560271/+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 1560034] Re: Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide/1.14
   Status: New => Fix Committed

** Changed in: oxide/1.14
Milestone: None => 1.14.2

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Select All menu incorrectly display automatically when focus goes to
  text field

Status in Canonical System Image:
  Confirmed
Status in Oxide:
  Fix Released
Status in Oxide 1.13 series:
  Fix Committed
Status in Oxide 1.14 series:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  latest rc-proposed
  Go to google.com or any web page that has text entry fields

  Click in the field

  Expected results:
  - cursor is displayed

  Actual results:
  - cursor is displayed and "select all" popup menu is displayed even though 
the field is blank and nothing has been selected.

  The popup menu should not be displayed until the user long presses in
  the field

  Cf bug 1556764 for implementation details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560034/+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 1560034] Re: Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide
   Status: In Progress => Fix Released

** Changed in: oxide/1.13
   Importance: Undecided => High

** Changed in: oxide/1.14
   Importance: Undecided => High

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

Title:
  Select All menu incorrectly display automatically when focus goes to
  text field

Status in Canonical System Image:
  Confirmed
Status in Oxide:
  Fix Released
Status in Oxide 1.13 series:
  Fix Committed
Status in Oxide 1.14 series:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  latest rc-proposed
  Go to google.com or any web page that has text entry fields

  Click in the field

  Expected results:
  - cursor is displayed

  Actual results:
  - cursor is displayed and "select all" popup menu is displayed even though 
the field is blank and nothing has been selected.

  The popup menu should not be displayed until the user long presses in
  the field

  Cf bug 1556764 for implementation details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560034/+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 1556762] Re: WebView.TouchSelectionController needs a 'handleDragInProgress' property

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide
   Status: In Progress => Fix Released

** Changed in: oxide
Milestone: None => branch-1.15

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

Title:
  WebView.TouchSelectionController needs a 'handleDragInProgress'
  property

Status in Oxide:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Typically, when a touch selection is active, a quick menu with 
selectall/copy/paste options is displayed.
  Per design request, we need to temporarily hide that menu while a handle drag 
is in progress to resize the selection. We need the touch selection controller 
to expose an additional property for that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1556762/+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 1556764] Re: WebView.TouchSelectionController needs a hide() method

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide
   Status: In Progress => Fix Released

** Changed in: oxide
Milestone: None => branch-1.15

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

Title:
  WebView.TouchSelectionController needs a hide() method

Status in Canonical System Image:
  Triaged
Status in Oxide:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Typically, when a touch selection is active, a quick menu with 
selectall/copy/paste options is displayed.
  Per design request, we need to hide that menu when one of its actions is 
tapped, only to show it again when the selection is tapped again. We need the 
touch selection controller to expose an additional method for that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1556764/+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 1560068] Re: Settings report incorrect Microphone device names

2016-03-21 Thread Olivier Tilloy
** Package changed: webbrowser-app (Ubuntu) => oxide

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

Title:
  Settings report incorrect Microphone device names

Status in Oxide:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  When opening the "Camera & microphone" settings in the webbrowser-app
  I get the following list of  Microphone devices I can select one from:

  - Default
  - Droid source primary
  - Null input

  The last two ones are incorrect and should never reach the user. The
  user doesn't know what to do with those names.

  Either we're missing a proper alias in pulseaudio or webbrowser-app
  needs to add them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1560068/+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 1560034] Re: Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Olivier Tilloy
** Changed in: oxide
Milestone: None => branch-1.15

** Also affects: oxide/1.13
   Importance: Undecided
   Status: New

** Also affects: oxide/1.14
   Importance: Undecided
   Status: New

** Changed in: oxide/1.13
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: oxide/1.14
 Assignee: (unassigned) => Olivier Tilloy (osomon)

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

Title:
  Select All menu incorrectly display automatically when focus goes to
  text field

Status in Canonical System Image:
  Confirmed
Status in Oxide:
  In Progress
Status in Oxide 1.13 series:
  New
Status in Oxide 1.14 series:
  New
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  latest rc-proposed
  Go to google.com or any web page that has text entry fields

  Click in the field

  Expected results:
  - cursor is displayed

  Actual results:
  - cursor is displayed and "select all" popup menu is displayed even though 
the field is blank and nothing has been selected.

  The popup menu should not be displayed until the user long presses in
  the field

  Cf bug 1556764 for implementation details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560034/+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 1560113] [NEW] Missing unit tests for WebView.touchSelectionController

2016-03-21 Thread Olivier Tilloy
Public bug reported:

There are currently no tests for the WebView.touchSelectionController API.
Adding tests will require the ability to inject touch events, which is not 
present in the base TestCase QML element.

** Affects: oxide
 Importance: Undecided
 Status: New

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

Title:
  Missing unit tests for WebView.touchSelectionController

Status in Oxide:
  New

Bug description:
  There are currently no tests for the WebView.touchSelectionController API.
  Adding tests will require the ability to inject touch events, which is not 
present in the base TestCase QML element.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1560113/+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 1560034] [NEW] Select All menu incorrectly display automatically when focus goes to text field

2016-03-21 Thread Bill Filler
Public bug reported:

latest rc-proposed
Go to google.com or any web page that has text entry fields

Click in the field

Expected results:
- cursor is displayed

Actual results:
- cursor is displayed and "select all" popup menu is displayed even though the 
field is blank and nothing has been selected.

The popup menu should not be displayed until the user long presses in
the field

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: Confirmed

** Affects: oxide
 Importance: Undecided
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: High
 Status: New

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Select All menu incorrectly display automatically when focus goes to
  text field

Status in Canonical System Image:
  Confirmed
Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  latest rc-proposed
  Go to google.com or any web page that has text entry fields

  Click in the field

  Expected results:
  - cursor is displayed

  Actual results:
  - cursor is displayed and "select all" popup menu is displayed even though 
the field is blank and nothing has been selected.

  The popup menu should not be displayed until the user long presses in
  the field

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560034/+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 1558792] Re: regression: rotating a fullscreen youtube video will give you half the video and half blank screen

2016-03-21 Thread Chris Coulson
Backport for 1.14 - http://bazaar.launchpad.net/~oxide-
developers/oxide/1.14/revision/1381

** Changed in: oxide/1.14
   Status: Fix Committed => Fix Released

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

Title:
  regression: rotating a fullscreen youtube video will give you half the
  video and half blank screen

Status in Canonical System Image:
  Triaged
Status in Oxide:
  Fix Released
Status in Oxide 1.13 series:
  Triaged
Status in Oxide 1.14 series:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  rc proposed 15.04 r266
  mako

  
  Everything is in the title by rotating a fullscreen  youtube video you end up 
with half white screen half the video

  Picture in here http://i.imgur.com/JtLitpt.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1558792/+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 1559963] [NEW] Move everything in shared/port in to our Chromium repo

2016-03-21 Thread Chris Coulson
Public bug reported:

This directory basically contains a bunch of stuff that's compiled in to
existing Chromium targets. It only lives here because we used to apply a
patch series to Chromium. Now we have our own GIT repo for Chromium,
this code should move there instead

** Affects: oxide
 Importance: Low
 Status: Triaged

** Changed in: oxide
   Importance: Undecided => Low

** Changed in: oxide
   Status: New => Triaged

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

Title:
  Move everything in shared/port in to our Chromium repo

Status in Oxide:
  Triaged

Bug description:
  This directory basically contains a bunch of stuff that's compiled in
  to existing Chromium targets. It only lives here because we used to
  apply a patch series to Chromium. Now we have our own GIT repo for
  Chromium, this code should move there instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1559963/+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