Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7fKH-0008JG-2T for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 May 2017 09:51:33 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d7fKG-0004CX-Gy for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 May 2017 09:51:32 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d7fK1-0003Mb-FN for pgadmin-hackers@postgresql.org; Mon, 08 May 2017 09:51:17 +0000 Received: from mail-io0-x235.google.com ([2607:f8b0:4001:c06::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d7fJy-00081s-It for pgadmin-hackers@postgresql.org; Mon, 08 May 2017 09:51:16 +0000 Received: by mail-io0-x235.google.com with SMTP id f102so46013485ioi.2 for ; Mon, 08 May 2017 02:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=X2Z/yZ7zlolZXfBOVx7d66ErM+lKXk1Vyn4We55IIT4=; b=pC5A9FTgVkWkUyVSCMuyuXTrC4Sd0bmTnpkIqS8ddXi1JCIzRwIQgtAvBSWNAvX11H tVQDSnERiHpR2J+nCrACKrIuwyEBQCWs1dyghJk91jjEzfuUMQcSTSYMJnE/865NUsyQ KpaKamvuMVlOYAgfiFpXxJBLjcnooySW+YRQhtlyCQ/iM4fBM56zn+jrKJ50bBO6ZnoO o7sqlhyVLu4sUplSQt32nwV8U1FwlPNW2ULsc6UGJosPpSceDnz2bH1Apk7nlC/w51gC LP51JKhOKGaz60nIcJ6Z/LFRpcJPEFfOtkU4Vp7QoKoy2W7Z4GA0yXpqUf2HB/hC2s0B dzaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=X2Z/yZ7zlolZXfBOVx7d66ErM+lKXk1Vyn4We55IIT4=; b=HxYO0v061y83UAP79JJFdIRTI0nrFn7GR+w7DYTrOxy8IqbN/brxAZ6hOxeo2IuklB JI5Jav/eBaijubCS8TNLAAqNeqKeov041wTuBktRAFH98FeEGFcLfjTXBrrOd9sVC2j7 avTfSjDh3zaKKPXs94ULRjClL1YXlR69tmwEauV0ef5P1IBSHgC4tzF14FXtrIlW7hDJ Tw6yz1ZbACunlj69ftWHgoZeD1PKf17IFbqL1hVtsOjTkgZvfFk1l2AKgr/L3DZqSjPL zjXDB7MnDPR1zSSlBui5ZgGTH2ibnX5zNsXf2WqIviCxJrW1jKAk9vGOBAESgB/wDvuX Y6Pw== X-Gm-Message-State: AODbwcD7A1Z4S3Krn3Zh4WO/U7rL4hAetI+SQaYPcvT4iGdBg460EKSg QHEV3C/cms6eH8uJyQeIZGY4HKWMNg== X-Received: by 10.107.3.165 with SMTP id e37mr1961152ioi.232.1494237073776; Mon, 08 May 2017 02:51:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.167 with HTTP; Mon, 8 May 2017 02:51:13 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 8 May 2017 10:51:13 +0100 Message-ID: Subject: Re: [pgAdmin4][runtime]: RM #2328 - Unable to launch query tool and debugger in new browser tab To: Neel Patel Cc: pgadmin-hackers , Akshay Joshi Content-Type: multipart/alternative; boundary=001a113ed3befe3595054f002d28 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a113ed3befe3595054f002d28 Content-Type: text/plain; charset=UTF-8 Akshay, could you review this please? Thanks. On Fri, May 5, 2017 at 11:53 AM, Neel Patel wrote: > Hi, > > Please find attached patch file with the fix of RM #2328 - [Runtime]: > Unable to launch query tool and debugger in new browser tab. > > I have used Qt 5.8 with webkit mentioned in below URL. > > https://github.com/annulen/webkit/releases > > > As there was a bug in QWebKit regarding "unload" event. We have raised and > also they have provided patch file to fix this issue. I have applied the > patch in linux and compile the webkit and tested the attached patch with > compiled webkit which is now working fine. > > Below is the link for reference regarding unload issue. They have provided > test webkit release for Mac in below URL but for other platform we need to > apply the patch and compile the webkit until they provide webkit-releases > for all platforms. > > https://github.com/annulen/webkit/issues/519 > > Do review it and let me know in case of any issue. > > Thanks, > Neel Patel > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a113ed3befe3595054f002d28 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Akshay, could you review this please?

T= hanks.

On Fri, May 5, 2017 at 11:53 AM, Neel Patel <neel.patel@enterp= risedb.com> wrote:
Hi,

Please find attached patch file with the fi= x of RM #2328 - [Runtime]: Unable to launch query tool and debugger in new = browser tab.

I hav= e used Qt 5.8 with webkit mentioned in below URL.



= As there was a bug in QWebKit regarding "unload" event. We have r= aised and also they have provided patch file to fix this issue. I have appl= ied the patch in linux and compile the webkit and tested the attached patch= with compiled webkit which is now working fine.

Below is the link for = reference regarding unload issue. They have provided test webkit release fo= r Mac in below URL but for other platform we need to apply the patch and co= mpile the webkit until they provide webkit-releases for all platforms.


Do r= eview it and let me know in case of any issue.

Thanks,
Neel Patel


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-ha= ckers




--
--001a113ed3befe3595054f002d28--