-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename CSSSelector's RelationType to Relation #22221
Merged
webkit-commit-queue
merged 1 commit into
WebKit:main
from
annevk:eng/Rename-CSSSelectors-RelationType-to-Relation
Dec 23, 2023
Merged
Rename CSSSelector's RelationType to Relation #22221
webkit-commit-queue
merged 1 commit into
WebKit:main
from
annevk:eng/Rename-CSSSelectors-RelationType-to-Relation
Dec 23, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as outdated.
This comment was marked as outdated.
webkit-ews-buildbot
added
the
merging-blocked
Applied to prevent a change from being merged
label
Dec 23, 2023
annevk
force-pushed
the
eng/Rename-CSSSelectors-RelationType-to-Relation
branch
from
December 23, 2023 09:40
f43dd03
to
ef81192
Compare
EWS run on previous version of this PR (hash ef81192) |
nt1m
approved these changes
Dec 23, 2023
annevk
added
merge-queue
Applied to send a pull request to merge-queue
and removed
merge-queue
Applied to send a pull request to merge-queue
labels
Dec 23, 2023
annevk
force-pushed
the
eng/Rename-CSSSelectors-RelationType-to-Relation
branch
from
December 23, 2023 16:46
ef81192
to
16c7725
Compare
EWS run on current version of this PR (hash 16c7725)
|
https://bugs.webkit.org/show_bug.cgi?id=266842 Reviewed by Tim Nguyen. This makes it consistent with the other enums. * Source/WebCore/css/CSSSelector.cpp: (WebCore::CSSSelector::CSSSelector): (WebCore::CSSSelector::firstInCompound const): (WebCore::CSSSelector::selectorText const): * Source/WebCore/css/CSSSelector.h: (WebCore::CSSSelector::hasDescendantRelation const): (WebCore::CSSSelector::hasDescendantOrChildRelation const): (WebCore::CSSSelector::relation const): (WebCore::CSSSelector::isSiblingSelector const): (WebCore::CSSSelector::setRelation): * Source/WebCore/css/SelectorChecker.cpp: (WebCore::SelectorChecker::matchRecursively const): (WebCore::canMatchHoverOrActiveInQuirksMode): (WebCore::SelectorChecker::determineLinkMatchType): * Source/WebCore/css/SelectorFilter.cpp: (WebCore::SelectorFilter::collectSelectorHashes): * Source/WebCore/css/parser/CSSParserSelector.cpp: (WebCore::CSSParserSelector::insertTagHistory): (WebCore::CSSParserSelector::appendTagHistory): (WebCore::CSSParserSelector::appendTagHistoryAsRelative): (WebCore::CSSParserSelector::prependTagSelector): (WebCore::CSSParserSelector::releaseTagHistory): (WebCore::CSSParserSelector::startsWithExplicitCombinator const): * Source/WebCore/css/parser/CSSParserSelector.h: (WebCore::CSSParserSelector::setRelation): * Source/WebCore/css/parser/CSSSelectorParser.cpp: (WebCore::isDescendantCombinator): (WebCore::CSSSelectorParser::consumeComplexSelector): (WebCore::CSSSelectorParser::consumeRelativeScopeSelector): (WebCore::CSSSelectorParser::consumeRelativeNestedSelector): (WebCore::CSSSelectorParser::consumeCompoundSelector): (WebCore::CSSSelectorParser::consumeCombinator): (WebCore::CSSSelectorParser::splitCompoundAtImplicitShadowCrossingCombinator): * Source/WebCore/css/parser/CSSSelectorParser.h: * Source/WebCore/cssjit/SelectorCompiler.cpp: (WebCore::SelectorCompiler::fragmentRelationForSelectorRelation): (WebCore::SelectorCompiler::constructFragmentsInternal): * Source/WebCore/dom/SelectorQuery.cpp: (WebCore::findIdMatchingType): (WebCore::selectorForIdLookup): (WebCore::filterRootById): * Source/WebCore/style/HasSelectorFilter.cpp: (WebCore::Style::HasSelectorFilter::makeKey): * Source/WebCore/style/RuleData.cpp: (WebCore::Style::computeContainsUncommonAttributeSelector): * Source/WebCore/style/RuleFeature.cpp: (WebCore::Style::computeNextMatchElement): (WebCore::Style::computeNextHasPseudoClassMatchElement): (WebCore::Style::makePseudoClassInvalidationKey): * Source/WebCore/style/RuleSet.cpp: (WebCore::Style::isHostSelectorMatchingInShadowTree): (WebCore::Style::RuleSet::addRule): Canonical link: https://commits.webkit.org/272475@main
webkit-commit-queue
force-pushed
the
eng/Rename-CSSSelectors-RelationType-to-Relation
branch
from
December 23, 2023 17:48
16c7725
to
58aaae7
Compare
Committed 272475@main (58aaae7): https://commits.webkit.org/272475@main Reviewed commits have been landed. Closing PR #22221 and removing active labels. |
webkit-commit-queue
removed
the
merge-queue
Applied to send a pull request to merge-queue
label
Dec 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
58aaae7
16c7725
🧪 wpe-wk2🧪 mac-wk1🧪 mac-wk2🧪 gtk-wk2