New issue
Advanced search Search tips

Issue 642973 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2016
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Uncaught TypeErrors for GuestView

Project Member Reported by apaci...@chromium.org, Aug 31 2016

Issue description

Version: tip: 
OS: Linux

What steps will reproduce the problem?
(1) Build chrome branded build, not currently signed in.
(2) Run chrome.
(3) Observe errors when chrome://chrome-signin page loads automatically.

Logs (just repeats):
[3548:3548:0831/163509:ERROR:CONSOLE(0)] "(WEBUI context) extensions::SafeBuiltins:19: Uncaught TypeError: The first argument is the receiver and must be an object{TypeError: The first argument is the receiver and must be an object
    at Binding.generate (extensions::binding:295:30)
    at extensions::guestView:11:60
    at extensions::webView:10:17}", source: chrome://chrome-signin/?access_point=0&reason=0 (0)

[3548:3548:0831/163509:ERROR:CONSOLE(0)] "(WEBUI context) extensions::webView:10: Uncaught TypeError: Cannot read property 'GuestView' of undefined{TypeError: Cannot read property 'GuestView' of undefined
    at extensions::webView:10:37}", source: chrome://chrome-signin/?access_point=0&reason=0 (0)

[3548:3548:0831/163509:ERROR:CONSOLE(2)] "(CONTENT_SCRIPT context for mfffpogegjflfpflabcdkioaeobkgjik) extensions::SafeBuiltins:19: Uncaught TypeError: The first argument is the receiver and must be an object{TypeError: The first argument is the receiver and must be an object
    at Binding.generate (extensions::binding:295:30)
    at extensions::runtime:190:33
    at Channel.connect (chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/channel.js:44:24)
    at chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/saml_injected.js:212:11
    at chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/saml_injected.js:218:3}", source: chrome://chrome-signin/?access_point=0&reason=0 (2)

 
By tip, I'm at commit eb15fb3a98a5ffdbad048fc7c2afc6763d025499.
Also, when opening the Media Router dialog (we use extensionview):

[3548:3548:0831/164003:ERROR:CONSOLE(0)] "(WEBUI context) extensions::SafeBuiltins:19: Uncaught TypeError: The first argument is the receiver and must be an object{TypeError: The first argument is the receiver and must be an object
    at Binding.generate (extensions::binding:295:30)
    at extensions::guestView:11:60
    at extensions::guestViewContainer:9:17
    at extensions::extensionView:7:26}", source: chrome://media-router/ (0)

[3548:3548:0831/164003:ERROR:CONSOLE(0)] "(WEBUI context) extensions::guestViewContainer:9: Uncaught TypeError: Cannot read property 'GuestView' of undefined{TypeError: Cannot read property 'GuestView' of undefined
    at extensions::guestViewContainer:9:37
    at extensions::extensionView:7:26}", source: chrome://media-router/ (0)

[3548:3548:0831/164003:ERROR:CONSOLE(0)] "(WEBUI context) extensions::extensionView:7: Uncaught TypeError: Cannot read property 'GuestViewContainer' of undefined{TypeError: Cannot read property 'GuestViewContainer' of undefined
    at extensions::extensionView:7:55}", source: chrome://media-router/ (0)

[3548:3548:0831/164003:ERROR:CONSOLE(0)] "(WEBUI context) extensions::SafeBuiltins:19: Uncaught TypeError: The first argument is the receiver and must be an object{TypeError: The first argument is the receiver and must be an object
    at Binding.generate (extensions::binding:295:30)
    at extensions::extensionViewInternal:7:64
    at extensions::extensionViewApiMethods:9:5}", source: chrome://media-router/ (0)
[3548:3548:0831/164003:ERROR:CONSOLE(0)] "(WEBUI context) extensions::extensionViewApiMethods:9: Uncaught TypeError: Cannot read property 'ExtensionViewInternal' of undefined{TypeError: Cannot read property 'ExtensionViewInternal' of undefined
    at extensions::extensionViewApiMethods:9:37}", source: chrome://media-router/ (0)

Status: WontFix (was: Untriaged)
Looks like I just had to run a gn clean! Closing.

Sign in to add a comment