ReferenceError: reference to undefined property "STATE_SECURE_HIGH" in specialTabs.js:151:1
Categories
(MailNews Core :: General, enhancement)
Tracking
(thunderbird66 fixed, thunderbird67 fixed)
People
(Reporter: aceman, Assigned: aceman)
References
()
Details
Attachments
(2 files)
13.52 KB,
patch
|
mkmelin
:
review+
frg
:
review+
Paenglab
:
ui-review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
2.44 KB,
patch
|
Fallen
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
Opening Help->Troubleshooting info I get:
ReferenceError: reference to undefined property "STATE_SECURE_HIGH" in specialTabs.js:151:1
Looks like STATE_SECURE_HIGH constant does not exist anymore in m-c.
See
https://searchfox.org/comm-central/search?q=STATE_SECURE&case=false®exp=false&path= these constants are aonly used in c-c a multiple places. This needs some update.
Trangely the STATE_SECURE_* constants are still mentioned in m-c comment at https://searchfox.org/comm-central/source/mozilla/uriloader/base/nsIWebProgressListener.idl#171 , but defined nowhere.
Looks like bug 1095602.
Comment 2•6 years ago
|
||
According to https://searchfox.org/comm-central/source/mozilla/uriloader/base/nsIWebProgressListener.idl#156 "insecure" and "broken" are different states. I think the patch keeps all 3 states distinguished (insecure sets no level and hides securitybutton, e.g. https://searchfox.org/comm-central/source/mail/base/content/browserRequest.js#71).
![]() |
||
Comment 4•6 years ago
|
||
![]() |
||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
I don't think the gData bit is right. gData tries to maintain compatibility with earlier versions of TB. You might also want to ask MMD for review. I'm going to land the non-Calendar bits now.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Right, reading bug 1095602 comment #0 and https://hg.mozilla.org/mozilla-central/rev/b83cac4f938a, there was only ever a combination of "secure + high" used. "High" didn't occur alone and the other two were never used. I'll get this landed.
Comment 11•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6eac5062e8a1
Port bug 1095602: Remove STATE_SECURE flags from nsIWebProgressListener in calendar/. r=philipp
Comment 13•6 years ago
|
||
TB 66 beta 2:
https://hg.mozilla.org/releases/comm-beta/rev/0d11393715e4a7f6a79d54b742e21f0c7b3378a2
https://hg.mozilla.org/releases/comm-beta/rev/fbdbfa0e0fe379c3458212a84e8b58b0245d5863
Description
•