Closed
Bug 1842199
Opened 2 years ago
Closed 2 years ago
Add nonce attribute to HTML parser
Categories
(Core :: DOM: HTML Parser, task)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
Details
Attachments
(1 file)
We want to be able to use the nonce attribute directly in the HTML parser for preloads.
| Assignee | ||
Updated•2 years ago
|
Component: DOM: Core & HTML → DOM: HTML Parser
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D182564
| Assignee | ||
Comment 2•2 years ago
|
||
See bug 1627263 comment 6 for a failure on my push.
Seems like removing the include from parser/html/nsHtml5StackNode.h, what do you suggest I do? I could manually edit it of course.
Flags: needinfo?(hsivonen)
| Comment hidden (obsolete) |
Updated•2 years ago
|
Attachment #9342739 -
Attachment is obsolete: false
| Assignee | ||
Comment 4•2 years ago
•
|
||
Considering that Henri is now on PTO, I have manually reverted the changed that removed the header include, which caused the first backout.
As requested I also still need to figure out how to sync this back to github.
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9308cf82d5b0
Add nonce attribute to HTML parser. r=hsivonen
Comment 6•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
| Assignee | ||
Updated•2 years ago
|
See Also: → https://github.com/validator/htmlparser/pull/85
| Assignee | ||
Comment 7•2 years ago
|
||
Bug 1845254 was opened for fixing the bad code generation.
Flags: needinfo?(hsivonen)
You need to log in
before you can comment on or make changes to this bug.
Description
•