Convert SSL Observatory to use getBrowserForChannel. - #796
Conversation
Conflicts: https-everywhere-tests/test_profile_skeleton/prefs.js src/components/ssl-observatory.js
There was a problem hiding this comment.
This line gives browser is null ssl-observatory.js:624
Firefox 34.0.5 linux, https-everywhere latest master (currently this commit is latest: d278a6d )
Seems to happen on browser startup(and restores tabs). I don't know what to make of it.
There was a problem hiding this comment.
I fixed the by adding a check for browser being defined.
|
ping @cooperq for review. |
|
tl;dr: works ok for me. Seems to be working alright for me. I get no warnings(aside from the unrelated deprecated nsIJSON.encode) or errors. Thanks. As an aside, I want to mention that when (note to self) This helped me increase Firefox's WebConsole log level: |
|
Has this been tested on firefox mobile yet? |
|
Not yet, will do. Thanks for the reminder! |
|
Will this get merged for the next dev-version? This is really spamming my Browser-Console.... |
|
Yep!
|
|
Ok, tested on Firefox mobile and works well. |
Convert SSL Observatory to use getBrowserForChannel.
Fixes #786