Skip to content
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

Non-unified build fixes #7761

Conversation

bertogg
Copy link
Contributor

@bertogg bertogg commented Dec 16, 2022

cc4248a

Non-unified build fixes
https://bugs.webkit.org/show_bug.cgi?id=249458

Reviewed by Michael Catanzaro.

* Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackAndGenerateCode.cpp:
* Source/JavaScriptCore/b3/air/AirAllocateRegistersByGraphColoring.cpp:
* Source/JavaScriptCore/runtime/BufferMemoryHandle.cpp:
* Source/JavaScriptCore/runtime/WaiterListManager.cpp:
* Source/JavaScriptCore/wasm/js/JSWebAssembly.cpp:
* Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp:
* Source/WebCore/animation/DeclarativeAnimation.cpp:
* Source/WebCore/animation/WebAnimation.cpp:
* Source/WebCore/bindings/js/InternalWritableStream.cpp:
* Source/WebCore/bindings/js/StructuredClone.cpp:
* Source/WebCore/css/CSSCustomPropertyValue.cpp:
* Source/WebCore/css/CSSValue.cpp:
* Source/WebCore/css/CSSValueList.cpp:
* Source/WebCore/css/ComputedStyleExtractor.cpp:
* Source/WebCore/css/StylePropertyShorthand.h:
* Source/WebCore/css/parser/CSSCustomPropertySyntax.cpp:
* Source/WebCore/css/parser/CSSPropertyParser.cpp:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
* Source/WebCore/css/query/MediaQueryParser.cpp:
* Source/WebCore/css/typedom/HashMapStylePropertyMapReadOnly.cpp:
* Source/WebCore/css/typedom/InlineStylePropertyMap.cpp:
* Source/WebCore/html/ImageBitmapBacking.cpp:
* Source/WebCore/html/OffscreenCanvas.cpp:
* Source/WebCore/loader/cache/AllowedFonts.cpp:
* Source/WebCore/loader/cache/CachedFont.cpp:
* Source/WebCore/page/FrameSnapshotting.cpp:
* Source/WebCore/page/RemoteFrame.cpp:
* Source/WebCore/page/RemoteFrame.h:
* Source/WebCore/platform/graphics/controls/ControlFactory.cpp:
* Source/WebCore/rendering/GridMasonryLayout.cpp:
* Source/WebCore/rendering/GridMasonryLayout.h:
* Source/WebCore/style/UserAgentStyle.cpp:
* Source/WebCore/svg/SVGLengthValue.cpp:
* Source/WebKit/Shared/WebEventConversion.h:
* Source/WebKit/Shared/WebPageCreationParameters.h:
* Source/WebKit/UIProcess/Notifications/ServiceWorkerNotificationHandler.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebRemoteFrameClient.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebWorkerClient.cpp:

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

af3bbbb

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe   πŸ›  πŸ§ͺ win
βœ… πŸ§ͺ bindings βœ… πŸ›  ios-sim   πŸ›  mac-AS-debug βœ… πŸ›  gtk βœ… πŸ›  wincairo
βœ… πŸ§ͺ webkitperl   πŸ§ͺ ios-wk2   πŸ§ͺ api-mac βœ… πŸ§ͺ gtk-wk2
  πŸ§ͺ api-ios   πŸ§ͺ mac-wk1   πŸ§ͺ api-gtk
  πŸ›  πŸ§ͺ jsc βœ… πŸ›  tv βœ… πŸ§ͺ mac-wk2 βœ… πŸ›  jsc-armv7
βœ… πŸ›  πŸ§ͺ jsc-arm64 βœ… πŸ›  tv-sim   πŸ§ͺ mac-AS-debug-wk2 βœ… πŸ§ͺ jsc-armv7-tests
βœ… πŸ›  watch βœ… πŸ§ͺ mac-wk2-stress βœ… πŸ›  jsc-mips
βœ… πŸ›  πŸ§ͺ merge βœ… πŸ›  watch-sim βœ… πŸ§ͺ jsc-mips-tests

@bertogg bertogg requested review from cdumez, graouts, rniwa and a team as code owners December 16, 2022 18:45
@bertogg bertogg self-assigned this Dec 16, 2022
@bertogg bertogg added the WebKitGTK Bugs related to the Gtk API layer. label Dec 16, 2022
@mcatanzaro mcatanzaro added the merge-queue Applied to send a pull request to merge-queue label Dec 16, 2022
https://bugs.webkit.org/show_bug.cgi?id=249458

Reviewed by Michael Catanzaro.

* Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackAndGenerateCode.cpp:
* Source/JavaScriptCore/b3/air/AirAllocateRegistersByGraphColoring.cpp:
* Source/JavaScriptCore/runtime/BufferMemoryHandle.cpp:
* Source/JavaScriptCore/runtime/WaiterListManager.cpp:
* Source/JavaScriptCore/wasm/js/JSWebAssembly.cpp:
* Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp:
* Source/WebCore/animation/DeclarativeAnimation.cpp:
* Source/WebCore/animation/WebAnimation.cpp:
* Source/WebCore/bindings/js/InternalWritableStream.cpp:
* Source/WebCore/bindings/js/StructuredClone.cpp:
* Source/WebCore/css/CSSCustomPropertyValue.cpp:
* Source/WebCore/css/CSSValue.cpp:
* Source/WebCore/css/CSSValueList.cpp:
* Source/WebCore/css/ComputedStyleExtractor.cpp:
* Source/WebCore/css/StylePropertyShorthand.h:
* Source/WebCore/css/parser/CSSCustomPropertySyntax.cpp:
* Source/WebCore/css/parser/CSSPropertyParser.cpp:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
* Source/WebCore/css/query/MediaQueryParser.cpp:
* Source/WebCore/css/typedom/HashMapStylePropertyMapReadOnly.cpp:
* Source/WebCore/css/typedom/InlineStylePropertyMap.cpp:
* Source/WebCore/html/ImageBitmapBacking.cpp:
* Source/WebCore/html/OffscreenCanvas.cpp:
* Source/WebCore/loader/cache/AllowedFonts.cpp:
* Source/WebCore/loader/cache/CachedFont.cpp:
* Source/WebCore/page/FrameSnapshotting.cpp:
* Source/WebCore/page/RemoteFrame.cpp:
* Source/WebCore/page/RemoteFrame.h:
* Source/WebCore/platform/graphics/controls/ControlFactory.cpp:
* Source/WebCore/rendering/GridMasonryLayout.cpp:
* Source/WebCore/rendering/GridMasonryLayout.h:
* Source/WebCore/style/UserAgentStyle.cpp:
* Source/WebCore/svg/SVGLengthValue.cpp:
* Source/WebKit/Shared/WebEventConversion.h:
* Source/WebKit/Shared/WebPageCreationParameters.h:
* Source/WebKit/UIProcess/Notifications/ServiceWorkerNotificationHandler.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebRemoteFrameClient.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebWorkerClient.cpp:

Canonical link: https://commits.webkit.org/258011@main
@webkit-commit-queue
Copy link
Collaborator

Committed 258011@main (cc4248a): https://commits.webkit.org/258011@main

Reviewed commits have been landed. Closing PR #7761 and removing active labels.

@webkit-early-warning-system webkit-early-warning-system merged commit cc4248a into WebKit:main Dec 16, 2022
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Dec 16, 2022
@bertogg bertogg deleted the eng/GTK-2-39-3-Non-unified-builds-broken branch December 16, 2022 21:58
@graouts
Copy link
Contributor

graouts commented Dec 16, 2022

Thanks for doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebKitGTK Bugs related to the Gtk API layer.
Projects
None yet
5 participants