[Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668

Tobias C. Berner  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #4 from Tobias C. Berner  ---
Committed. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Tue Nov 14 19:31:22 UTC 2017
New revision: 454197
URL: https://svnweb.freebsd.org/changeset/ports/454197

Log:
  www/qt5-webkit add upstream patch to disable broken ES6 proxy support

  PR:   223668
  Submitted by: Mikhail T.  

Changes:
  head/www/qt5-webkit/Makefile
  head/www/qt5-webkit/files/patch-git_5648446

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668

--- Comment #2 from Mikhail T.  ---
Comment on attachment 187999
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187999
v1

> Could you confirm whether this is solves the problem for you?

Yes, it seems like a faithful replication of the patch I linked to. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668

Tobias C. Berner  changed:

   What|Removed |Added

 CC||tcber...@freebsd.org

--- Comment #1 from Tobias C. Berner  ---
Created attachment 187999
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187999=edit
v1

Hi there

Could you confirm whether this is solves the problem for you? 


mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668

Tobias C. Berner  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668

Bug ID: 223668
   Summary: www/qt5-webkit ES6 Proxy support incomplete
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Keywords: easy, patch-ready
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: m...@aldan.algebra.com
  Assignee: k...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)

The current version of the toolkit advertises the support for ES6 proxying
without being able to fully support it.

This causes failures on complex web-sites such as those of Slack.com, breaking
both the net-im/diligent we already have in the tree and the
net-im/py-scudcloud I'd like to add. See:

   https://github.com/raelgc/scudcloud/issues/594

The patch offered by the maintainer of the webkit fork we use helps solve the
problem:

   https://github.com/raelgc/scudcloud/issues/594#issuecomment-342988247

The actual patch we need is in the comment right after the above, the rest of
the author's change cleans up the tests we do not use.

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-feedback requested: [Bug 223668] www/qt5-webkit ES6 Proxy support incomplete

2017-11-14 Thread bugzilla-noreply
Mikhail T. <m...@aldan.algebra.com> has reassigned Bugzilla Automation
<bugzi...@freebsd.org>'s request for maintainer-feedback to k...@freebsd.org:
Bug 223668: www/qt5-webkit ES6 Proxy support incomplete
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223668



--- Description ---
The current version of the toolkit advertises the support for ES6 proxying
without being able to fully support it.

This causes failures on complex web-sites such as those of Slack.com, breaking
both the net-im/diligent we already have in the tree and the
net-im/py-scudcloud I'd like to add. See:

   https://github.com/raelgc/scudcloud/issues/594

The patch offered by the maintainer of the webkit fork we use helps solve the
problem:

   https://github.com/raelgc/scudcloud/issues/594#issuecomment-342988247

The actual patch we need is in the comment right after the above, the rest of
the author's change cleans up the tests we do not use.