[webkit-changes] [WebKit/WebKit] 4df89e: Poisoned commit
Claudio Saavedra
noreply at github.com
Mon Apr 8 14:18:45 PDT 2024
Branch: refs/heads/webkit-2023.9-embargoed
Home: https://github.com/WebKit/WebKit
Commit: 4df89e86c31dbb86ca02a3c620eaf44474102c40
https://github.com/WebKit/WebKit/commit/4df89e86c31dbb86ca02a3c620eaf44474102c40
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
A metadata/poison.txt
Log Message:
-----------
Poisoned commit
Unreviewed branch poisoning.
Insert revoked credential into repository to prevent
contributors from accidently publishing this branch
to their personal public forks.
* metadata/poison.txt: Add poison.
Commit: 334d4db2351c7742b42d456722bd73aef576f2bf
https://github.com/WebKit/WebKit/commit/334d4db2351c7742b42d456722bd73aef576f2bf
Author: Rob Buis <rbuis at igalia.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
A LayoutTests/fast/css/content-visibility-crash-expected.txt
A LayoutTests/fast/css/content-visibility-crash.html
M Source/WebCore/dom/ContentVisibilityDocumentState.cpp
Log Message:
-----------
Check m_elementViewportProximities lookup
https://bugs.webkit.org/show_bug.cgi?id=262061
rdar://115978526
Reviewed by Tim Nguyen.
It is possible a lookup in m_elementViewportProximities fails
to find an element, in that case do not use the iterator and
treat the viewport proximity as "far".
* LayoutTests/fast/css/content-visibility-crash-expected.txt: Added.
* LayoutTests/fast/css/content-visibility-crash.html: Added.
* Source/WebCore/dom/ContentVisibilityDocumentState.cpp:
(WebCore::ContentVisibilityDocumentState::checkRelevancyOfContentVisibilityElement const):
Canonical link: https://commits.webkit.org/268451.2@webkit-2023.9-embargoed
Commit: 3d15904c416fa9bfe48a2e60dc354935a42e092e
https://github.com/WebKit/WebKit/commit/3d15904c416fa9bfe48a2e60dc354935a42e092e
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M Tools/Scripts/webkitpy/api_tests/runner.py
Log Message:
-----------
Cherry-pick 269576 at main (0df1e3706976). rdar://117265047
[run-api-tests] Limit log lines for tests
https://bugs.webkit.org/show_bug.cgi?id=263446
rdar://117265047
Reviewed by Aakash Jain.
Limit the number of logging lines a single API test can
output. By default, limit a given test to 250 lines.
* Tools/Scripts/webkitpy/api_tests/runner.py:
(setup_shard): Pass log_limit.
(Runner.__init__): Ditto.
(Runner.run): Ditto.
(_Worker): Ditto.
(_Worker.setup): Ditto.
(_Worker.__init__): Ditto.
(_Worker._run_single_test): Count number of log lines, and
fail test if we exceed the log limit.
(_Worker.run): Ditto.
Canonical link: https://commits.webkit.org/269576@main
Canonical link: https://commits.webkit.org/268451.3@webkit-2023.9-embargoed
Commit: f554230ef55f0b92556bb849ef40c5eab3b4553f
https://github.com/WebKit/WebKit/commit/f554230ef55f0b92556bb849ef40c5eab3b4553f
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2023-10-28 (Sat, 28 Oct 2023)
Changed paths:
A LayoutTests/fast/parser/parser-insertion-after-shadow-reparenting-expected.txt
A LayoutTests/fast/parser/parser-insertion-after-shadow-reparenting.html
M Source/WebCore/dom/ContainerNode.cpp
Log Message:
-----------
DOM: Make sure to set tree scope during parser insertion
https://bugs.webkit.org/show_bug.cgi?id=263178
Reviewed by Ryosuke Niwa.
It is possible for an element to be reparented, pg., to a shadow
tree before parsing has finished, so we need to make sure to set the
correct tree scope for a new element during parsing insertion,
otherwise it might end up associated to the wrong tree scope.
* LayoutTests/fast/parser/parser-insertion-after-shadow-reparenting-expected.txt: Added.
* LayoutTests/fast/parser/parser-insertion-after-shadow-reparenting.html: Added.
* Source/WebCore/dom/ContainerNode.cpp:
(WebCore::ContainerNode::parserInsertBefore):
Canonical link: https://commits.webkit.org/268451.4@webkit-2023.9-embargoed
Compare: https://github.com/WebKit/WebKit/compare/4df89e86c31d%5E...f554230ef55f
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list