[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2016-09-01 Thread Michael Sheldon
** Also affects: ubuntu-download-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-download-manager (Ubuntu)
   Status: New => Triaged

** Changed in: ubuntu-download-manager (Ubuntu)
   Importance: Undecided => Medium

** No longer affects: ubuntu-download-manager

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-download-manager in
Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in Canonical System Image:
  Fix Released
Status in webbrowser-app:
  Fix Released
Status in ubuntu-download-manager package in Ubuntu:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,)

  When requesting this image's URI via "contextualData.href" the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,

  When it should just be returning the data URI:

  data:image/jpeg;base64,

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-25 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+15.04.20150123
~rtm-0ubuntu1

---
webbrowser-app (0.23+15.04.20150123~rtm-0ubuntu1) 14.09; urgency=low

  [ Michael Sheldon ]
  * Keep data URIs in their original form when retrieving image URLs
(LP: #1413964)

  [ Olivier Tilloy ]
  * Do not ever change the contents of the address bar or remove focus
from it while the user is editing it. (LP: #1373918)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 23 Jan 2015 
17:04:06 +

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-25 Thread Olivier Tilloy
Note: the workaround in udm shouldn’t be needed any longer, now that the
bug has been fixed in webbrowser-app.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-25 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Manuel de la Peña
** Changed in: ubuntu-download-manager
   Status: New = Triaged

** Changed in: ubuntu-download-manager
   Importance: Undecided = Medium

** Changed in: ubuntu-download-manager
 Assignee: (unassigned) = Manuel de la Peña (mandel)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.04.20150123-0ubuntu1

---
webbrowser-app (0.23+15.04.20150123-0ubuntu1) vivid; urgency=low

  [ Michael Sheldon ]
  * Keep data URIs in their original form when retrieving image URLs
(LP: #1413964)

  [ Olivier Tilloy ]
  * Update translation template.
  * Do not ever change the contents of the address bar or remove focus
from it while the user is editing it. (LP: #1373918)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 23 Jan 2015 
14:32:25 +

** Branch linked: lp:~osomon/webbrowser-app/rtm-14.09-fix-1413964

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  In Progress

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

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

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: New = In Progress

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  In Progress

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None = ww05-2015

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  New
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  In Progress

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Bill Filler
this is related to the dataURI fix targetted for ww05 so adding this as
well

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  In Progress

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Olivier Tilloy (osomon)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  In Progress

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in the base for Ubuntu mobile products:
  In Progress
Status in Ubuntu Download Manager:
  Triaged
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  In Progress

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1413964] Re: data URIs have parent URL added to them when passed to webview's contextualData

2015-01-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/webbrowser-app

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in Ubuntu Download Manager:
  New
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,encoded data)

  When requesting this image's URI via contextualData.href the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,encoded
  data

  When it should just be returning the data URI:

  data:image/jpeg;base64,encoded data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp