Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No packets displayed: inspector is broken because of a platform change #88

Open
jsnajdr opened this issue Jan 4, 2017 · 2 comments
Open

Comments

@jsnajdr
Copy link
Contributor

jsnajdr commented Jan 4, 2017

Since around 15-Dec-2016, the RDP inspector is broken - no packets are ever displayed in the UI and the addon logs an error about "window.postChromeMessage" being null.

Mozregression told me that the breaking change is bug 1322414. This changed the syntax for:

<browser type="content-primary">

to

<browser type="content" primary="true">

with no backward compatibility.

Fixing the <browser> elements in connections-window.xul and inspector-window.xul makes the RDP inspector work again.

A bad thing is that there is no way to specify content-primary in a way that works both before and after. But even if I remove the primary attribute, the inspector still works well, so maybe just <browser type="content"> is good enough in this case.

jsnajdr added a commit to jsnajdr/rdp-inspector that referenced this issue Jan 4, 2017
@bzbarsky
Copy link

bzbarsky commented Jan 4, 2017

A bad thing is that there is no way to specify content-primary in a way that works both before and after.

Does this not work?

<browser type="content-primary" primary="true">

I would expect it to work.

@bzbarsky
Copy link

bzbarsky commented Jan 4, 2017

Oh, I see. We stopped accepting "content-*" bits... Nevermind.

janodvarko added a commit that referenced this issue Jan 4, 2017
Issue #88: Change type='content-primary' to 'content' on 'browser' elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants