Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKj2J-0000n2-FE for pgadmin-hackers@arkaria.postgresql.org; Tue, 13 Jun 2017 10:26:59 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dKj2I-0007BI-TO for pgadmin-hackers@arkaria.postgresql.org; Tue, 13 Jun 2017 10:26:58 +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 1dKj2I-0007B9-HB for pgadmin-hackers@postgresql.org; Tue, 13 Jun 2017 10:26:58 +0000 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dKj2F-0000KD-Od for pgadmin-hackers@postgresql.org; Tue, 13 Jun 2017 10:26:57 +0000 Received: by mail-io0-x232.google.com with SMTP id y77so70524370ioe.3 for ; Tue, 13 Jun 2017 03:26:55 -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=PRQ5LKo8BUTEAcdP/E5vRtsec4xZwNz4cuNglla1jUs=; b=jzmej7fo6ZZQNftI+VOYISrxhJOrStCB7J7cwCFhvNlVL6NICvbhMQX4JxaD+9EfBJ YIAZwvLYemkiBAPv2h9IW5iGUN0Z0IedFkNyqy+5QWcgWNthMV49njoyGMxiNXmck3b7 HpmgSN/GwNkcizac+8KKmHv+eWiOKBlVgzldu7iXFsWCCgQPQnDYO31dyvs/EZWrpKvR DGpv3/Rlq5Ia3wFY/51BPuFe/fX6xDI0iZck6AAKTKho6fgBQEsZ4p/hK3sX+nTl+lC1 mTcsbuQbFTuUAT9RvDTcZ6oBeDRqr8IUG4CKdtovP4ZMFlYuIGyx5edcqHnobeQV8KCl ML6w== 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=PRQ5LKo8BUTEAcdP/E5vRtsec4xZwNz4cuNglla1jUs=; b=eNCu+pI0vWdooL5HnKmyqHxjLsIDFSov4ktin6owIXfIMmnXLWUUp6NwKGllf4zMHY OtW9qbXwD4qcpHMwLmN8/sIBlFAyvSDKA+Vnn9pTgUeONL0GHFNCg+E5cnSJdA4PHewZ /zFb6P05grJvjdYJDTzAek6YigPsLosvoc6sgB/nmsKXAXbeevWQxAZhkHHkQpOsPb3t 8LKWqRTBsKvOEmGjHKschtAyUYx0qBsQ8b7kVSBmcxGwS390ZOloHN7dfwwVMidKvbXB DC1Z6ncJiSmtae//CSYmN91yzze2QQ9k682V00k7QbD3/RpS/8vLqQxcuS8qqS4AsHAW walw== X-Gm-Message-State: AKS2vOy+xz4nLuaEYO6HvLCF2AhM7Mp3dVLY0l80IttUQfs0Y/ns8fQJ aHagUftEn0mk+W0I8xGqRX8Fn1B4YB+0bW8= X-Received: by 10.107.53.143 with SMTP id k15mr1085707ioo.144.1497349614747; Tue, 13 Jun 2017 03:26:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.147 with HTTP; Tue, 13 Jun 2017 03:26:53 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 13 Jun 2017 11:26:53 +0100 Message-ID: Subject: Re: [pgAdmin4] [PATCH] History Tab rewrite in React To: Ashesh Vashi Cc: Shruti B Iyer , Surinder Kumar , Joao Pedro De Almeida Pereira , Murtuza Zabuawala , pgadmin-hackers Content-Type: text/plain; charset="UTF-8" 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 On Tue, Jun 13, 2017 at 11:22 AM, Ashesh Vashi wrote: > On Tue, Jun 13, 2017 at 2:47 PM, Dave Page wrote: >> >> And then I find a problem. Sigh. >> >> When running in the desktop runtime, under QtWekKit (the forked, >> updated version that is by far the best of the browser engines we've >> used), we get the attached error at startup. I don't see this under >> QtWebEngine, though as we've already found, that's not usable for >> other reasons. >> >> Is this fixable? > > As per 'http://qtwebkit.blogspot.in/2016/08/qtwebkit-im-back.html': > " > WebKit engine itself has not been updated since Qt 5.2 release. That's why > it didn't support recent changes in Web standards that happened after 2013, > including: new JavaScript language standard ES2015 (also known as ES6), as > well as improvements in DOM API and CSS. > ... > " > > Could this be a reason? For the old webkit, certainly, but if you read further down, the version we're using has been updated and does now claim to support most of ES2015. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers