Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: de3fc94c2733949863a736abd6b9612a98bcf1bd
      
https://github.com/WebKit/WebKit/commit/de3fc94c2733949863a736abd6b9612a98bcf1bd
  Author: Adrian Perez de Castro <ape...@igalia.com>
  Date:   2024-08-31 (Sat, 31 Aug 2024)

  Changed paths:
    M Source/JavaScriptCore/b3/air/AirCCallingConvention.cpp
    M Source/JavaScriptCore/heap/GigacageAlignedMemoryAllocator.cpp
    M Source/JavaScriptCore/heap/IncrementalSweeper.cpp
    M Source/JavaScriptCore/runtime/DeferredWorkTimer.cpp
    M Source/JavaScriptCore/runtime/WaiterListManager.cpp
    M Source/JavaScriptCore/wasm/WasmThunks.cpp
    M Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp
    M Source/WebCore/Modules/mediasession/MediaSession.cpp
    M 
Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceTransportBackend.cpp
    M Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h
    M Source/WebCore/Modules/webxr/WebXRLayer.cpp
    M Source/WebCore/css/CSSFontFeatureValue.cpp
    M Source/WebCore/css/CSSSelector.cpp
    M Source/WebCore/css/CSSShapeSegmentValue.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Evaluation.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Parser.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Simplification.h
    M Source/WebCore/css/parser/CSSCalcParser.cpp
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp
    M Source/WebCore/dom/DocumentFragment.cpp
    M Source/WebCore/dom/ElementTextDirection.cpp
    M Source/WebCore/dom/ElementTextDirection.h
    M Source/WebCore/dom/InternalObserver.cpp
    M Source/WebCore/dom/ScriptableDocumentParser.cpp
    M Source/WebCore/html/HTMLStyleElement.cpp
    M Source/WebCore/html/TextDocument.cpp
    M Source/WebCore/html/parser/HTMLInputStream.h
    M Source/WebCore/html/parser/HTMLScriptRunner.cpp
    M Source/WebCore/html/parser/HTMLTokenizer.cpp
    M Source/WebCore/html/parser/HTMLTreeBuilder.cpp
    M Source/WebCore/html/parser/TextDocumentParser.cpp
    M Source/WebCore/inspector/DOMEditor.cpp
    M Source/WebCore/layout/integration/LayoutIntegrationUtils.cpp
    M Source/WebCore/layout/integration/LayoutIntegrationUtils.h
    M Source/WebCore/layout/integration/inline/InlineIteratorSVGTextBox.cpp
    M Source/WebCore/page/Navigation.cpp
    M Source/WebCore/page/NavigationTransition.cpp
    M Source/WebCore/platform/MIMETypeRegistry.cpp
    M Source/WebCore/platform/audio/AudioUtilities.cpp
    M Source/WebCore/rendering/BorderShape.cpp
    M Source/WebCore/rendering/TextBoxTrimmer.cpp
    M Source/WebCore/rendering/svg/SVGRenderingContext.cpp
    M Source/WebCore/style/InspectorCSSOMWrappers.cpp
    M Source/WebCore/style/RuleSet.cpp
    M Source/WebCore/style/RuleSetBuilder.cpp
    M Source/WebCore/style/StyleBuilder.cpp
    M Source/WebCore/svg/SVGTests.h
    M Source/WebCore/xml/XMLTreeViewer.cpp
    M Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp
    M Source/WebKit/UIProcess/WebProcessProxy.cpp

  Log Message:
  -----------
  Non-unified build fixes, end of August 2024 edition
https://bugs.webkit.org/show_bug.cgi?id=278904

Unreviewed non-unified build fixes.

* Source/JavaScriptCore/b3/air/AirCCallingConvention.cpp: Add missing
  B3ValueInlines.h and remove inclusion of other headers which are no
  longer needed.
* Source/JavaScriptCore/heap/GigacageAlignedMemoryAllocator.cpp: Add
  missing wtf/text/StringView.h include.
* Source/JavaScriptCore/heap/IncrementalSweeper.cpp: Add missing
  MarkedBlockInlines.h inclusion, and remove other unneeded ones.
* Source/JavaScriptCore/runtime/DeferredWorkTimer.cpp: Add missing
  HeapCellInlines.h and JSCJSValueInlines.h includes, remove unneeded
  CatchScope.h inclusion.
* Source/JavaScriptCore/runtime/WaiterListManager.cpp: Add missing
  HeapCellInlines.h and JSObjectInlines.h inclusions.
* Source/JavaScriptCore/wasm/WasmThunks.cpp: Add missing
  JSWebAssemblyInstance.h inclusion.
* Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp: Add
  missing Navigator.h inclusion.
* Source/WebCore/Modules/mediasession/MediaSession.cpp: Add missing
  DocumentInlines.h inclusion.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceTransportBackend.cpp:
  Add missing wtf/TZoneMallocInlines.h inclusion.
* Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h: Add
  missing wtf/TZoneMalloc.h inclusion.
* Source/WebCore/Modules/webxr/WebXRLayer.cpp: Add missing
  ContextDestructionObserverInlines.h inclusion.
* Source/WebCore/css/CSSFontFeatureValue.cpp: Add missing
  CSSPrimitiveValue.h inclusion, and remove now unneeded
  CSSValueKeywords.h
* Source/WebCore/css/CSSSelector.cpp: Replace TZoneMalloc.h inclusion
  with TZoneMallocInlines.h
* Source/WebCore/css/CSSShapeSegmentValue.cpp: Replace
  CSSPrimitiveValue.h inclusion with CSSPrimitiveValueMappings.h
* Source/WebCore/css/calc/CSSCalcTree+Evaluation.cpp: Add missing
  CalculationExecutor.h inclusion.
* Source/WebCore/css/calc/CSSCalcTree+Parser.cpp: Add missing
  CalculationCategory.h inclusion.
* Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp: Add missing
  CalculationCategory.h inclusion. Add missing CSSPrimitiveValue.h,
  CalculationCategory.h and RenderStyleInlines.h inclusions.
* Source/WebCore/css/calc/CSSCalcTree+Simplification.h: Add missing
  CSSCalcSymbolTable.h inclusion, remove the unneeded <optional> one.
* Source/WebCore/css/parser/CSSCalcParser.cpp: Add missing
  CSSCalcSymbolsAllowed.h and CSSPropertyParserConsumer+Primitives.h
  inclusions.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp: Add
  missing CSSPropertyParserConsumer.h inclusion.
* Source/WebCore/dom/DocumentFragment.cpp: Add missing
  CSSTokenizerInputStream.h inclusion.
* Source/WebCore/dom/ElementTextDirection.cpp: Add missing
  ElementRareData.h and HTMLSlotElement.h inclusions.
(WebCore::elementTextDirectionState): Add the HTMLNames:: namespace
prefix where needed.
(WebCore::computeContainedTextAutoDirection): Ditto.
* Source/WebCore/dom/ElementTextDirection.h: Add missing <optional>
  inclusion, and forward declarations for WTF::AtomString and
  WebCore::TextDirection.
* Source/WebCore/dom/InternalObserver.cpp: Add missing
  ContextDestructionObserverInlines.h inclusion, and remove now unneeded
  ScriptExecutionContext.h inclusion.
* Source/WebCore/dom/ScriptableDocumentParser.cpp: Add missing
  CSSPrimitiveValue.h inclusion.
* Source/WebCore/html/HTMLStyleElement.cpp: Add missing DOMTokenList.h
  inclusion.
* Source/WebCore/html/TextDocument.cpp: Add missing
  CSSTokenizerInputStream.h inclusion.
* Source/WebCore/html/parser/HTMLInputStream.h: Ditto.
* Source/WebCore/html/parser/HTMLScriptRunner.cpp: Ditto.
* Source/WebCore/html/parser/HTMLTokenizer.cpp: Ditto.
* Source/WebCore/html/parser/HTMLTreeBuilder.cpp: Ditto.
* Source/WebCore/html/parser/TextDocumentParser.cpp: Ditto.
* Source/WebCore/inspector/DOMEditor.cpp: Replace TZoneMalloc.h
  inclusion with TZoneMallocInlines.h
* Source/WebCore/layout/integration/LayoutIntegrationUtils.cpp: Add
  missing LayoutState.h and RenderObject.h inclusions.
* Source/WebCore/layout/integration/LayoutIntegrationUtils.h: Add
  missing LayoutUnit.h and <optional> inclusions, add missing
  WebCore::Layout::ElementBox forward declaration.
* Source/WebCore/layout/integration/inline/InlineIteratorSVGTextBox.cpp:
  Add missing LayoutIntegrationLineLayout.h inclusion.
* Source/WebCore/page/Navigation.cpp: Add missing NavigationScheduler.h
  inclusion, and remove unneeded FrameLoaderTypes.h
* Source/WebCore/page/NavigationTransition.cpp: Add missing
  JSDOMPromiseDeferred.h inclusion.
* Source/WebCore/platform/MIMETypeRegistry.cpp: Replace TZoneMalloc.h
  inclusion with TZoneMallocInlines.h
* Source/WebCore/platform/audio/AudioUtilities.cpp: Add missing
  wtf/HashFunctions.h inclusion.
* Source/WebCore/rendering/BorderShape.cpp: Replace RenderStyle.h
  inclusion with RenderStyleInlines.h.
* Source/WebCore/rendering/TextBoxTrimmer.cpp: Add missing
  InlineIteratorLineBox.h, RenderBoxModelObjectInlines.h, and
  RenderView.h inclusions, remove unneeded RenderBlockFlow.h inclusion.
* Source/WebCore/rendering/svg/SVGRenderingContext.cpp: Add missing
  LegacyRenderSVGRoot.h inclusion.
* Source/WebCore/style/InspectorCSSOMWrappers.cpp: Add missing
  CSSPrimitiveValue.h inclusion.
* Source/WebCore/style/RuleSet.cpp: Add missing UserAgentParts.h
  inclusion.
* Source/WebCore/style/RuleSetBuilder.cpp: Add missing
  CSSViewTransitionRule.h inclusion.
* Source/WebCore/style/StyleBuilder.cpp: Replace RenderStyleInlines.h
  inclusion with RenderStyleSetters.h.
* Source/WebCore/svg/SVGTests.h: Add missing wtf/WeakRef.h inclusion and
  WebCore::QualifiedName forward declaration; remove unneeded
  wtf/Forward.h inclusion.
* Source/WebCore/xml/XMLTreeViewer.cpp: Add missing CSSPrimitiveValue.h
  inclusion.
* Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp: Add
  missing Logging.h inclusion.
* Source/WebKit/UIProcess/WebProcessProxy.cpp: Add missing
  NetworkProcessMessages.h inclusion.

Canonical link: https://commits.webkit.org/283018@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to