Details
- Reviewers
smaug - Commits
- rMOZILLACENTRALe68b7692d21a: Bug 1627263 - Provide the nonce for speculative style preloads. r=smaug
- Bugzilla Bug ID
- 1627263
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Build Status
Buildable 564791 Build 662409: arc lint + arc unit
Event Timeline
Code analysis found 7 defects in diff 744098:
- 1 defect found by clang-format
- 1 defect found by clang-format (Mozlint)
- 5 build errors found by clang-tidy
You can run this analysis locally with:
- ./mach static-analysis check --outgoing (C/C++)
- ./mach clang-format -p dom/base/Document.cpp
- ./mach lint --warnings --outgoing
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).
If you see a problem in this automated review, please report it here.
You can view these defects in the Diff Detail section of Phabricator diff 744098.
Code analysis found 1 defect in diff 745159:
- 1 defect found by clang-format
1 defect unresolved and 6 defects closed compared to the previous diff 744098.
You can run this analysis locally with:
- ./mach clang-format -p dom/base/Document.cpp
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).
If you see a problem in this automated review, please report it here.
You can view these defects in the Diff Detail section of Phabricator diff 745159.
Hmm, so the patch explicitly is not passing nonce for preloads, only speculative loads, yet the commit message says this is about preloads.
I'm confused.
But what is preload there? There are speculative loads, but the preload part explicitly doesn't handle nonce, no?
But I think the commit message just could use some clarification.
Do we have some tests for all this stuff?
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!