[webkit-changes] [WebKit/WebKit] 0c7656: Non-unified build fixes, late September 2022 edition
Adrian Perez
noreply at github.com
Fri Sep 23 06:50:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c765655518c1eb49a302430158bb0592e1d53d0
https://github.com/WebKit/WebKit/commit/0c765655518c1eb49a302430158bb0592e1d53d0
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M Source/JavaScriptCore/dfg/DFGOperations.cpp
M Source/WebCore/bindings/js/JSElementInternalsCustom.cpp
M Source/WebCore/css/ComputedStyleExtractor.cpp
M Source/WebCore/dom/CustomElementDefaultARIA.cpp
M Source/WebCore/dom/CustomElementDefaultARIA.h
M Source/WebCore/dom/EventLoop.cpp
M Source/WebCore/html/canvas/ImageBitmapRenderingContext.h
M Source/WebCore/layout/floats/FloatingState.cpp
M Source/WebCore/layout/formattingContexts/FormattingContext.cpp
M Source/WebCore/layout/formattingContexts/FormattingQuirks.cpp
M Source/WebCore/layout/layouttree/LayoutContainingBlockChainIterator.h
M Source/WebCore/platform/WebCorePersistentCoders.h
M Source/WebKit/NetworkProcess/cache/NetworkCacheCoders.cpp
M Source/WebKit/NetworkProcess/cache/NetworkCacheSubresourcesEntry.cpp
M Source/WebKit/UIProcess/gtk/KeyBindingTranslator.h
Log Message:
-----------
Non-unified build fixes, late September 2022 edition
Unreviewed non-unified build fixes.
Based on an initial patch from Lauro Moura.
* Source/JavaScriptCore/dfg/DFGOperations.cpp: Add missing
InterpreterInlines.h header inclusion.
* Source/WebCore/bindings/js/JSElementInternalsCustom.cpp: Added a bunch
of missing header inclusions.
* Source/WebCore/css/ComputedStyleExtractor.cpp: Add missing
CSSProperty.h header inclusion.
* Source/WebCore/dom/CustomElementDefaultARIA.cpp: Add missing
Element.h, HTMLNames.h, and SpaceSplitString.h header inclusions.
* Source/WebCore/dom/CustomElementDefaultARIA.h: Add missing forward
declaration f or the Element type.
* Source/WebCore/dom/EventLoop.cpp: Add missing ScriptExecutionContext.h
header inclusion.
* Source/WebCore/html/canvas/ImageBitmapRenderingContext.h: Add missing
forward declaration of the OffscreenCanvas type.
* Source/WebCore/layout/floats/FloatingState.cpp: Add missing
LayoutContainingBlockChainIterator.h header inclusion, remove
inclusions of other headers which are brought in transitively.
* Source/WebCore/layout/formattingContexts/FormattingContext.cpp: Add
missing LayoutContainingBlockChainIterator.h header inclusion.
* Source/WebCore/layout/formattingContexts/FormattingQuirks.cpp: Ditto.
* Source/WebCore/layout/layouttree/LayoutContainingBlockChainIterator.h:
Add missing FormattingContext.h header inclusion.
* Source/WebCore/platform/WebCorePersistentCoders.h: Add missing
<optional> header inclusion.
* Source/WebKit/NetworkProcess/cache/NetworkCacheCoders.cpp:
(WTF::Persistence::Coder<WebKit::NetworkCache::Key>::decode): Add
WebKit::NetworkCache:: namespace prefixes where missing.
(WTF::Persistence::Coder<WebKit::NetworkCache::SubresourceInfo>::decode):
Ditto.
* Source/WebKit/NetworkProcess/cache/NetworkCacheSubresourcesEntry.cpp:
Add missing wtf/persistence/PersistentEncoder.h header inclusion.
* Source/WebKit/UIProcess/gtk/KeyBindingTranslator.h: Add missing
wtf/glib/GRefPtr.h header inclusion.
Canonical link: https://commits.webkit.org/254786@main
More information about the webkit-changes
mailing list