Page MenuHomePhabricator

Bug 1682030 - remove PStreamNofity and PBrowserStream and AStream
AbandonedPublicDraft

Authored by handyman on Dec 11 2020, 7:34 PM.

Details

Reviewers
None
Bugzilla Bug ID
1682030

Diff Detail

Repository
rMOZILLACENTRAL mozilla-central
Branch
default
Lint
No Lint Coverage
SeverityLocationCodeMessage
Errordom/plugins/ipc/PluginModuleParent.cpp:26clang-diagnostic-errorBuild Error
Warningdom/plugins/ipc/BrowserStreamChild.cpp:1no-coveragecode coverage analysis
Warningdom/plugins/ipc/BrowserStreamParent.cpp:1no-coveragecode coverage analysis
Warningdom/plugins/ipc/PluginModuleChild.cpp:1no-coveragecode coverage analysis
Warningdom/plugins/ipc/PluginModuleParent.cpp:1no-coveragecode coverage analysis
Unit
No Test Coverage

Event Timeline

handyman created this revision.
phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".Dec 11 2020, 7:34 PM
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.

Code analysis found 5 defects in the diff 377994:

  • 1 build error found by clang-tidy
  • 4 defects found by code coverage analysis

You can run this analysis locally with:

  • ./mach static-analysis check --outgoing (C/C++)

For your convenience, here is a patch that fixes all the clang-format defects (use it in your repository with hg import or git apply -p0).

The analysis task source-test-coverity-coverity failed, but we could not detect any issue.
Please check this task manually.

In our previous code coverage analysis run, we found some files which had no coverage and are being modified in this patch:
Should they have tests, or are they dead code?

  • You can file a bug blocking Bug 1415824 for untested files that should be tested.
  • You can file a bug blocking Bug 1415819 for untested files that should be removed.

If you see a problem in this automated review, please report it here.

You can view these defects on the code-review frontend and on Treeherder.

handyman edited the summary of this revision. (Show Details)

Code analysis found 5 defects in the diff 378133:

  • 1 build error found by clang-tidy
  • 4 defects found by code coverage analysis

You can run this analysis locally with:

  • ./mach static-analysis check --outgoing (C/C++)

For your convenience, here is a patch that fixes all the clang-format defects (use it in your repository with hg import or git apply -p0).

The analysis task source-test-coverity-coverity failed, but we could not detect any issue.
Please check this task manually.

In our previous code coverage analysis run, we found some files which had no coverage and are being modified in this patch:
Should they have tests, or are they dead code?

  • You can file a bug blocking Bug 1415824 for untested files that should be tested.
  • You can file a bug blocking Bug 1415819 for untested files that should be removed.

If you see a problem in this automated review, please report it here.

You can view these defects on the code-review frontend and on Treeherder.