Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0ECB8179D7 for ; Sun, 12 Apr 2015 11:40:13 +0000 (UTC) Received: (qmail 59352 invoked by uid 500); 12 Apr 2015 11:40:12 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 59318 invoked by uid 500); 12 Apr 2015 11:40:12 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 59300 invoked by uid 99); 12 Apr 2015 11:40:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Apr 2015 11:40:12 +0000 Date: Sun, 12 Apr 2015 11:40:12 +0000 (UTC) From: =?utf-8?Q?Jakub_=C5=81opusza=C5=84ski_=28JIRA=29?= To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-8851) ApplicationCache is a native class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jakub =C5=81opusza=C5=84ski created CB-8851: ------------------------------------- Summary: ApplicationCache is a native class Key: CB-8851 URL: https://issues.apache.org/jira/browse/CB-8851 Project: Apache Cordova Issue Type: Bug Components: weinre Environment: Chrome Reporter: Jakub =C5=81opusza=C5=84ski Assignee: Patrick Mueller Priority: Blocker When opening /client/#anonymous in lastest Chrome the page does not load co= rrectly, and the JS console shows several errors [1]. The root cause seems to be in InspectorBackendImpl.setupProxies function wh= ich tries to create ApplicationCache module, but fails, because window.Appl= icationCache is already defined in Chrome as a native class. This leads to {code} if (window[intfName]) { throw new Ex(arguments, "backend interface '" + intfName + "' alrea= dy created"); } {code} [1] {code} Uncaught #InspectorBackendImpl.amd.js:27 module.exports.InspectorBacken= dImpl.setupProxiesClient.amd.js:40 module.exports.Client.initializeClient.a= md.js:119 module.exports.Client.main(index):191 (anonymous function) WebSocketXhr.amd.js:229 GET http://vanisoft.pl:8080/ws/client/c-4 404 (Not = Found)WebSocketXhr.amd.js:229 (anonymous function)HookLib.amd.js:26 module.= exports.HookLib.ignoreHooksWebSocketXhr.amd.js:228 module.exports.WebSocket= Xhr._xhrWebSocketXhr.amd.js:92 module.exports.WebSocketXhr._readLoopWebSock= etXhr.amd.js:82 module.exports.WebSocketXhr._handleXhrResponseGetChannelWeb= SocketXhr.amd.js:243 _xhrEventHandler NetworkManager.js:36 Uncaught TypeError: undefined is not a functionNetwork= Manager.js:36 WebInspector.NetworkManagerinspector.js:475 WebInspector.doLo= adedDoneinspector.js:448 WebInspector.loadedutilities.js:38 bound Client.amd.js:97 Uncaught TypeError: Cannot read property 'registerClient' = of undefinedClient.amd.js:97 module.exports.Client.onLoadedBinding.amd.js:1= 9 (anonymous function) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org