WebKit
WebKit copied to clipboard
Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.
#### https://github.com/WebKit/WebKit/commit/ef1595537f9dfc5379c398cbadbe06a7a7b4d52e PR to test EWS comments on GitHub https://bugs.webkit.org/show_bug.cgi?id=197467 Reviewed by NOBODY (OOPS!). * Tools/CISupport/ews-build/steps.py: (ShowIdentifier.__init__): https://github.com/WebKit/WebKit/commit/ef1595537f9dfc5379c398cbadbe06a7a7b4d52e | Misc | iOS, tvOS & watchOS | macOS | Linux |...
#### b8964f27cda6c674774ff09591487c1d15bd2dca Add support to the Permissions API for dedicated workers https://bugs.webkit.org/show_bug.cgi?id=243805 Reviewed by NOBODY (OOPS!). Permissions::query() should be exposed for both window and workers. Currently, it is only exposed...
#### 5af3f83daf6207c3f7ec4170c25aeaad77362de0 Run all WPT tests against the web-platform.test domains https://bugs.webkit.org/show_bug.cgi?id=243428 Reviewed by NOBODY (OOPS!). All WPT tests are expected to be ran against the domains such as web-platform.test, www.web-platform.test,...
#### f4dbb275402e56e39309dbd39c27c11fc76736b0 Introduce a <model> loading process https://bugs.webkit.org/show_bug.cgi?id=243874 Reviewed by NOBODY (OOPS!). In order to allow parsing of complex model formats with a custom (tight) sandbox, introduce a separate process...
#### d299de54dbe193628f6a4df2e3bcd1a8109ee43a Serialize DOM trees iteratively https://bugs.webkit.org/show_bug.cgi?id=243739 rdar://98414518 Reviewed by NOBODY (OOPS!). Serializing DOM trees uses one stack frame per depth level currently. This is susceptible to stack overflows when...
#### caf2b433e4e24b3e815c45885de273abf58e9321 Use align-content when calculating the static position of absolutely-positioned flexbox children. https://bugs.webkit.org/show_bug.cgi?id=221472 rdar://74278896 Reviewed by NOBODY (OOPS!). Absolutely-positioned children of multi-line flex containers were not taking into account...
#### 4dc38b8d89526b406820b054485ee1c2e8d6a1ab Mixing manual and named slot assignments causes slotchange event to be not dispatched https://bugs.webkit.org/show_bug.cgi?id=243869 Reviewed by NOBODY (OOPS!). Fixed the bug that manually assigning a node to a...
#### c23d4d2cc459b1d9131a875b6d048b9322a65063 Change the argument type of HTMLSlotElement.assign() into (Element or Text) https://bugs.webkit.org/show_bug.cgi?id=243815 Reviewed by NOBODY (OOPS!). * LayoutTests/imported/w3c/web-platform-tests/shadow-dom/imperative-slot-api-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/shadow-dom/imperative-slot-api.html: * Source/WebCore/html/HTMLSlotElement.cpp: (WebCore::HTMLSlotElement::assign): * Source/WebCore/html/HTMLSlotElement.h: * Source/WebCore/html/HTMLSlotElement.idl:
#### 716c1f23d71efdc517f637335afab37d23ddbdb7 Enable os_signposts on all builds https://bugs.webkit.org/show_bug.cgi?id=243699 rdar://98348637 Reviewed by David Kilzer. Currently WebKit's os_signposts are only enabled on AppleInternal builds. The idea was that sensitive content might be...
#### 53f69675260a10f451d85a91dee1fa6ba1cae633 [ARMv7][32bit] ASSERTION FAILED: CacheableIdentifier::isCacheableIdentifierCell(fieldNameValue) https://bugs.webkit.org/show_bug.cgi?id=242640 Reviewed by NOBODY (OOPS!). This patch adds AccessType::GetPrivateNameById, the corresponding slow path code, and changes compileGetPrivateNameById to use it when calling cachedGetById. The...