Skip to content

Replace document.write with document.head.insertAdjacent #123784

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

GuillaumeGomez
Copy link
Member

From this comment, using document.write is strongly discouraged (explained on MDN).

I think in this case it was mostly ok but better be on the safe side.

r? @notriddle

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Apr 11, 2024
@GuillaumeGomez GuillaumeGomez force-pushed the replace-document-write branch from 071a15b to 4fbb796 Compare April 11, 2024 12:32
@GuillaumeGomez GuillaumeGomez force-pushed the replace-document-write branch from 4fbb796 to 7b6f3ee Compare April 11, 2024 14:18
@GuillaumeGomez GuillaumeGomez changed the title Replace document.write with document.head.innerHTML Replace document.write with document.head.insertAdjacent Apr 11, 2024
@GuillaumeGomez GuillaumeGomez force-pushed the replace-document-write branch from 7b6f3ee to 78184df Compare April 11, 2024 14:28
@GuillaumeGomez GuillaumeGomez force-pushed the replace-document-write branch from 78184df to 510bfc2 Compare April 11, 2024 17:54
@GuillaumeGomez
Copy link
Member Author

All solved. :)

@notriddle
Copy link
Contributor

Okay, let's do that then.

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 11, 2024

📌 Commit 510bfc2 has been approved by notriddle

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 11, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 11, 2024
…iaskrgr

Rollup of 8 pull requests

Successful merges:

 - rust-lang#122882 (Avoid a panic in `set_output_capture` in the default panic handler)
 - rust-lang#123523 (Account for trait/impl difference when suggesting changing argument from ref to mut ref)
 - rust-lang#123744 (Silence `unused_imports` for redundant imports)
 - rust-lang#123784 (Replace `document.write` with `document.head.insertAdjacent`)
 - rust-lang#123798 (Avoid invalid socket address in length calculation)
 - rust-lang#123804 (Stop using `HirId` for fn-like parents since closures are not `OwnerNode`s)
 - rust-lang#123806 (Panic on overflow in `BorrowedCursor::advance`)
 - rust-lang#123820 (Add my former address to .mailmap)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 0ab8cc1 into rust-lang:master Apr 11, 2024
@rustbot rustbot added this to the 1.79.0 milestone Apr 11, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Apr 12, 2024
Rollup merge of rust-lang#123784 - GuillaumeGomez:replace-document-write, r=notriddle

Replace `document.write` with `document.head.insertAdjacent`

From [this comment](https://github.com/rust-lang/rust/pull/123706/files#r1559864981), using `document.write` is strongly discouraged (explained on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Document/write)).

I think in this case it was mostly ok but better be on the safe side.

r? `@notriddle`
@GuillaumeGomez GuillaumeGomez deleted the replace-document-write branch April 12, 2024 08:54
@notriddle
Copy link
Contributor

@GuillaumeGomez
Copy link
Member Author

That's what I kept in mind when writing it. Glad we still achieved such a big size improvement thanks to you. :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants