Closed
Bug 1475307
Opened 8 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11943 - assign and replace changed to accept TrustedTypes
Categories
(Core :: DOM: Security, enhancement, P4)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 11943 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11943
Details from upstream follow.
Maja Kabus <kabusm@google.com> wrote:
> assign and replace changed to accept TrustedTypes
>
> Previous versions of functions made private and named
> assignFromString and replaceFromString, respectfully.
> assign wraps assignFromString.
> replace wraps replaceFromString.
>
> Bug:739170
> Change-Id: I3fd39a44fed1482f7e07524815297b9eec322b60
> Reviewed-on: https://chromium-review.googlesource.com/1134987
> WPT-Export-Revision: 44a3a8d223f526b98a95093c950bd5108239d838
| Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM: Security
Product: Testing → Core
| Assignee | ||
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][domsecurity-backlog]
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream][domsecurity-backlog] → [wptsync downstream]
| Assignee | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Comment 3•8 years ago
|
||
Ran 4 tests and 4 subtests
OK : 2
FAIL : 4
TIMEOUT: 2
New tests that have failures or other problems:
/trusted-types/block-string-assignment-to-location-assign.tentative.html: TIMEOUT
/trusted-types/block-string-assignment-to-location-replace.tentative.html: TIMEOUT
/trusted-types/location-assign.tentative.html
Basic processing: safe URL, safe construction.: FAIL
Basic processing: safe URL, unsafe construction.: FAIL
/trusted-types/location-replace.tentative.html
Basic processing: safe URL, safe construction.: FAIL
Basic processing: safe URL, unsafe construction.: FAIL
Updated•8 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][domsecurity-backlog]
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b07475f0b89a1dba8ea51710c434af3815e5864b
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/19e8b2b2af84
[wpt PR 11943] - location.assign() and location.replace() changed to accept TrustedTypes, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/425c5ed7d414
[wpt PR 11943] - Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/19e8b2b2af84
https://hg.mozilla.org/mozilla-central/rev/425c5ed7d414
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•