Skip to content

Conversation

@webbeef
Copy link
Contributor

@webbeef webbeef commented Nov 21, 2025

They showed up in some profile due to the RwLock access.

Testing: Green wpt tests: https://github.com/webbeef/servo/actions/runs/19559457895/job/56010036063

@webbeef webbeef requested a review from gterzian as a code owner November 21, 2025 05:48
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 21, 2025
is: Option<&LocalName>,
) -> Option<Rc<CustomElementDefinition>> {
if !pref!(dom_customelements_enabled) {
if !self.dom_customelements_enabled {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just get rid of the dom_customelements_enabled pref instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in latest version.

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Nov 21, 2025
They showed up in some profile due to the RwLock access.

Signed-off-by: webbeef <me@webbeef.org>
@webbeef webbeef force-pushed the document-custom-element-pref branch from e0ee6f8 to c4c71bd Compare November 21, 2025 06:34
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 21, 2025
@jdm jdm added this pull request to the merge queue Nov 21, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 21, 2025
Merged via the queue into servo:main with commit cc1dfa7 Nov 21, 2025
35 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants