Bug 1557222 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Bug 1354175 removed support for AppCache from insecure contexts.  We have not yet removed the deprecated operation warning for it.  We should do that since that warning will never be triggered now.

All that is needed to fix this bug is to remove the following blocks of code essentially, this is the code that defines this deprecated operation warning code and emits it.

  * https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/dom/base/nsDeprecatedOperationList.h#31
  * https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/dom/locales/en-US/chrome/dom/dom.properties#194-195
  * https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/netwerk/protocol/http/nsHttpChannel.cpp#9555-9559
Bug 1354175 removed support for AppCache from insecure contexts.  We have not yet removed the deprecated operation warning for it.  We should do that since that warning will never be triggered now.

All that is needed to fix this bug is to remove the following blocks of code essentially, this is the code that defines this deprecated operation warning code and emits it.

  * https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/dom/base/nsDeprecatedOperationList.h#31
  * https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/dom/locales/en-US/chrome/dom/dom.properties#194-195
  * https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/netwerk/protocol/http/nsHttpChannel.cpp#9555-9560

Back to Bug 1557222 Comment 0