Issue metadata
Sign in to add a comment
|
Uncaught Natives disabled, and debugger often not working compared to old version.
Reported by
lukeshar...@gmail.com,
Jan 10 2017
|
||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 Steps to reproduce the problem: 1. Use Chrome beta, go to this page http://jsfiddle.net/8uXZk/embedded/result/ 2. Follow the steps here (https://bugzilla.mozilla.org/show_bug.cgi?id=977972) to set breakpoint on: jQuery.get('',{},function(data) { console.log('got '+data); Reload and run, and note odd error in Chrome console. What is the expected behavior? Only normal console logs. What went wrong? Shows strange "Uncaught Natives disabled" from "extensions:extension" code. Furthermore, on some pages sometimes debugger is not breaking at breakpoint until I reload the page. Did this work before? Yes 55? Chrome version: 56.0.2924.51 (Official Build) beta (64-bit) Channel: beta OS Version: 56 Flash Version: 24.0.0.194
,
Jan 10 2017
Perhaps so but the file (attached) where it is failing looks like Chrome core code.
In console I see:
2(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) Lazy require of extension.binding did not set the binding field
(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) extensions::lastError:82: Uncaught TypeError: Cannot convert undefined or null to object{TypeError: Cannot convert undefined or null to object
at Object.clear (extensions::lastError:82:23)
at handleResponse (extensions::sendRequest:84:15)}
2(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) Lazy require of extension.binding did not set the binding field
(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) extensions::lastError:82: Uncaught TypeError: Cannot convert undefined or null to object{TypeError: Cannot convert undefined or null to object
at Object.clear (extensions::lastError:82:23)
at handleResponse (extensions::sendRequest:84:15)}
(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) extensions::messaging:9: Uncaught Natives disabled{<stack trace unavailable>}
VM64 extensions::extension:10 Uncaught Natives disabled
,
Feb 21 2017
Still happening when only Tag Assistant by Google is enabled.
,
Jun 5 2017
please reopen it if it's still a problem. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by alph@chromium.org
, Jan 10 2017Owner: kozyatinskiy@chromium.org
Status: Assigned (was: Unconfirmed)