[webkit-changes] [290879] trunk

2022-03-07 Thread mattwoodrow
Title: [290879] trunk Revision 290879 Author mattwood...@apple.com Date 2022-03-07 02:19:52 -0800 (Mon, 07 Mar 2022) Log Message Compute correct containing block override size for items that are subgridden in one dimension only. https://bugs.webkit.org/show_bug.cgi?id=236951 Reviewed by

[webkit-changes] [291080] trunk

2022-03-09 Thread mattwoodrow
Title: [291080] trunk Revision 291080 Author mattwood...@apple.com Date 2022-03-09 15:06:19 -0800 (Wed, 09 Mar 2022) Log Message Empty float rects should remain empty after integrally enclosing them. https://bugs.webkit.org/show_bug.cgi?id=237507 Reviewed by Alan Bujtas.

[webkit-changes] [291464] trunk

2022-03-17 Thread mattwoodrow
Title: [291464] trunk Revision 291464 Author mattwood...@apple.com Date 2022-03-17 19:33:37 -0700 (Thu, 17 Mar 2022) Log Message Subgrid items should always be stretched. https://bugs.webkit.org/show_bug.cgi?id=237628 Reviewed by Alan Bujtas. LayoutTests/imported/w3c: *

[webkit-changes] [290491] trunk/Source/WebCore

2022-02-24 Thread mattwoodrow
Title: [290491] trunk/Source/WebCore Revision 290491 Author mattwood...@apple.com Date 2022-02-24 19:10:12 -0800 (Thu, 24 Feb 2022) Log Message Simplify grid RTL handling https://bugs.webkit.org/show_bug.cgi?id=236694 Reviewed by Dean Jackson. The previous code stored columns in

[webkit-changes] [290634] trunk

2022-03-01 Thread mattwoodrow
Title: [290634] trunk Revision 290634 Author mattwood...@apple.com Date 2022-03-01 00:55:07 -0800 (Tue, 01 Mar 2022) Log Message Handle perpendicular containing blocks when computing available logical height. https://bugs.webkit.org/show_bug.cgi?id=236953 Reviewed by Dean Jackson.

[webkit-changes] [290674] trunk

2022-03-01 Thread mattwoodrow
Title: [290674] trunk Revision 290674 Author mattwood...@apple.com Date 2022-03-01 13:57:06 -0800 (Tue, 01 Mar 2022) Log Message Use static position relative to parent for abs-pos items within nested grids. https://bugs.webkit.org/show_bug.cgi?id=236957 Reviewed by Dean Jackson.

[webkit-changes] [290572] trunk

2022-02-27 Thread mattwoodrow
Title: [290572] trunk Revision 290572 Author mattwood...@apple.com Date 2022-02-27 14:19:14 -0800 (Sun, 27 Feb 2022) Log Message Handle reverse flow direction when converting iterator coords for a subgrid https://bugs.webkit.org/show_bug.cgi?id=236955 Reviewed by Dean Jackson.

[webkit-changes] [290567] trunk

2022-02-27 Thread mattwoodrow
C (rev 290566) +++ trunk/metadata/contributors.json 2022-02-27 19:54:26 UTC (rev 290567) @@ -4685,7 +4685,8 @@ "name" : "Matt Woodrow", "nicks" : [ "mattwoodrow" - ] + ], + &quo

[webkit-changes] [290576] trunk

2022-02-27 Thread mattwoodrow
Title: [290576] trunk Revision 290576 Author mattwood...@apple.com Date 2022-02-27 18:14:28 -0800 (Sun, 27 Feb 2022) Log Message Convert grid direction to be relative to subgrid when accounting for extra margin. https://bugs.webkit.org/show_bug.cgi?id=236954 Reviewed by Dean Jackson.

[webkit-changes] [290577] trunk

2022-02-27 Thread mattwoodrow
Title: [290577] trunk Revision 290577 Author mattwood...@apple.com Date 2022-02-27 19:03:39 -0800 (Sun, 27 Feb 2022) Log Message Compute correct containing block override size for items that are subgridden in one dimension only. https://bugs.webkit.org/show_bug.cgi?id=236951 Reviewed by

[webkit-changes] [291955] trunk

2022-03-27 Thread mattwoodrow
Title: [291955] trunk Revision 291955 Author mattwood...@apple.com Date 2022-03-27 20:03:36 -0700 (Sun, 27 Mar 2022) Log Message Fix serialization of grid-template https://bugs.webkit.org/show_bug.cgi?id=237868 Reviewed by Dean Jackson. LayoutTests/imported/w3c: *

[webkit-changes] [291953] trunk

2022-03-27 Thread mattwoodrow
Title: [291953] trunk Revision 291953 Author mattwood...@apple.com Date 2022-03-27 13:38:38 -0700 (Sun, 27 Mar 2022) Log Message Use the sizing algorithm's available size to compute grid gap. https://bugs.webkit.org/show_bug.cgi?id=236956 Reviewed by Tim Nguyen. Source/WebCore:

[webkit-changes] [291952] trunk

2022-03-27 Thread mattwoodrow
Title: [291952] trunk Revision 291952 Author mattwood...@apple.com Date 2022-03-27 13:24:03 -0700 (Sun, 27 Mar 2022) Log Message Lazily allocate backing store for grid columns. https://bugs.webkit.org/show_bug.cgi?id=212201 Reviewed by Dean Jackson. LayoutTests/imported/w3c: *

[webkit-changes] [292079] trunk

2022-03-29 Thread mattwoodrow
Title: [292079] trunk Revision 292079 Author mattwood...@apple.com Date 2022-03-29 16:04:15 -0700 (Tue, 29 Mar 2022) Log Message Don't mutate children during RenderGrid::computeIntrinsicLogicalWidths unless we're about to re-layout. https://bugs.webkit.org/show_bug.cgi?id=237732

[webkit-changes] [292350] trunk

2022-04-04 Thread mattwoodrow
Title: [292350] trunk Revision 292350 Author mattwood...@apple.com Date 2022-04-04 15:04:24 -0700 (Mon, 04 Apr 2022) Log Message intersectsWithAncestor should take fragmented boxes into account. https://bugs.webkit.org/show_bug.cgi?id=238648 Reviewed by Dean Jackson. Source/WebCore:

[webkit-changes] [292524] trunk

2022-04-07 Thread mattwoodrow
Title: [292524] trunk Revision 292524 Author mattwood...@apple.com Date 2022-04-07 00:11:27 -0700 (Thu, 07 Apr 2022) Log Message Grid items that establish an independent formatting context should not be subgrids. https://bugs.webkit.org/show_bug.cgi?id=237692 Reviewed by Alan Bujtas.

[webkit-changes] [292729] trunk/Source/WebCore

2022-04-11 Thread mattwoodrow
Title: [292729] trunk/Source/WebCore Revision 292729 Author mattwood...@apple.com Date 2022-04-11 15:14:09 -0700 (Mon, 11 Apr 2022) Log Message Use unaccelerated rendering for ImageBitmapRenderingContext's placeholder image. https://bugs.webkit.org/show_bug.cgi?id=238846 Reviewed by

[webkit-changes] [WebKit/WebKit] 94ce51: Import WPT css/compositing directory

2023-09-05 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 94ce519cd2eaba3a1f2f4cb9753f40c98e9d9472 https://github.com/WebKit/WebKit/commit/94ce519cd2eaba3a1f2f4cb9753f40c98e9d9472 Author: Matt Woodrow Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] dae026: maybePauseDisplayRefreshCallbacks doesn't wait for...

2023-09-04 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dae026f290e6c19fcb068c7daee43f05d00568ef https://github.com/WebKit/WebKit/commit/dae026f290e6c19fcb068c7daee43f05d00568ef Author: Matt Woodrow Date: 2023-09-04 (Mon, 04 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] df7a74: RemoteImageBufferProxy::ensureBackendCreated can w...

2023-09-05 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: df7a74a8f788e5e1ea909d9e843a674d0e1e50a8 https://github.com/WebKit/WebKit/commit/df7a74a8f788e5e1ea909d9e843a674d0e1e50a8 Author: Matt Woodrow Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 2440e9: backface-visibility:hidden should create a stackin...

2023-09-13 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2440e9efc74d6acbb62f9e024daa7f731e394759 https://github.com/WebKit/WebKit/commit/2440e9efc74d6acbb62f9e024daa7f731e394759 Author: Matt Woodrow Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 968ffb: Create a Quaternion class.

2023-08-30 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 968ffb00d673ff05aa1645e3964042f413615b8f https://github.com/WebKit/WebKit/commit/968ffb00d673ff05aa1645e3964042f413615b8f Author: Matt Woodrow Date: 2023-08-30 (Wed, 30 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] a959ac: TransformationMatrix::Recompose() and Decompose() ...

2023-08-29 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a959acfc6f159ea4ada5c4dd6483170b6d0f https://github.com/WebKit/WebKit/commit/a959acfc6f159ea4ada5c4dd6483170b6d0f Author: Matt Woodrow Date: 2023-08-29 (Tue, 29 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 099337: editing/inserting/insert-paragraph-separator-with-...

2023-08-30 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 099337e9bba70c533e69212e94fb6190e11d0f61 https://github.com/WebKit/WebKit/commit/099337e9bba70c533e69212e94fb6190e11d0f61 Author: Matt Woodrow Date: 2023-08-30 (Wed, 30 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] e8b30e: Import css/filter-effects WPT.

2023-09-14 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e8b30e3a7c6b93d6dae92dd78fea0e45a69c0cae https://github.com/WebKit/WebKit/commit/e8b30e3a7c6b93d6dae92dd78fea0e45a69c0cae Author: Matt Woodrow Date: 2023-09-14 (Thu, 14 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 97f8f5: WPT lint tool fails if run from outside the repo.

2023-09-13 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 97f8f55121164c5fc2b8f7630c1360a22c8f88cf https://github.com/WebKit/WebKit/commit/97f8f55121164c5fc2b8f7630c1360a22c8f88cf Author: Matt Woodrow Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] dff0f0: Layer contents are not invalidated when the GPUP c...

2023-10-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dff0f0bbe2c58d24fb850b3f4caaa8fb019b73b4 https://github.com/WebKit/WebKit/commit/dff0f0bbe2c58d24fb850b3f4caaa8fb019b73b4 Author: Matt Woodrow Date: 2023-10-19 (Thu, 19 Oct 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 359bfd: screenrant.com: webcontent blank for several secon...

2023-10-25 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 359bfd90327f3b91f80398c53404a03e6a19eecd https://github.com/WebKit/WebKit/commit/359bfd90327f3b91f80398c53404a03e6a19eecd Author: Matt Woodrow Date: 2023-10-25 (Wed, 25 Oct 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 4bd0c1: TestWebKitAPI.GPUProcess.WebProcessTerminationAfte...

2023-10-25 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4bd0c17eea89ee6f3c609105a538196e5d518886 https://github.com/WebKit/WebKit/commit/4bd0c17eea89ee6f3c609105a538196e5d518886 Author: Matt Woodrow Date: 2023-10-25 (Wed, 25 Oct 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 84aabd: REGRESSION (266237@main): Poster circle animation ...

2023-11-06 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 84aabd280f9ab479463a9701fd52a3d3c95b347d https://github.com/WebKit/WebKit/commit/84aabd280f9ab479463a9701fd52a3d3c95b347d Author: Matt Woodrow Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 80a525: Opacity and root element background image doesn't ...

2023-09-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 80a5258521a832779b46bdd6bb04368f36882e5c https://github.com/WebKit/WebKit/commit/80a5258521a832779b46bdd6bb04368f36882e5c Author: Matt Woodrow Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 3c1011: css/filter-effects/backdrop-filters-brightness.htm...

2023-09-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3c10113d1931a42c0f7a9cc91e33f24388ab7b13 https://github.com/WebKit/WebKit/commit/3c10113d1931a42c0f7a9cc91e33f24388ab7b13 Author: Matt Woodrow Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0f4cd6: css/filter-effects/backdrop-filter-containing-bloc...

2023-09-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0f4cd6871883de54429c34b5e162609d0c1c2005 https://github.com/WebKit/WebKit/commit/0f4cd6871883de54429c34b5e162609d0c1c2005 Author: Matt Woodrow Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 75e7dc: Implement the 'backdrop root' concept for backdrop...

2023-09-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 75e7dc79cac94cf706b9f77f016cbd4c805b4719 https://github.com/WebKit/WebKit/commit/75e7dc79cac94cf706b9f77f016cbd4c805b4719 Author: Matt Woodrow Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 8e7519: Implement the 'backdrop root' concept for backdrop...

2023-09-23 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8e751933d8eb396635770f297097ea577893dbba https://github.com/WebKit/WebKit/commit/8e751933d8eb396635770f297097ea577893dbba Author: Matt Woodrow Date: 2023-09-23 (Sat, 23 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] c950ad: Add unprefixed backdrop-filter behind a pref.

2023-09-24 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c950ad9bd9cc4f7d07bafd0cf2e739bc9421740d https://github.com/WebKit/WebKit/commit/c950ad9bd9cc4f7d07bafd0cf2e739bc9421740d Author: Matt Woodrow Date: 2023-09-24 (Sun, 24 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] bbffe1: css/filter-effects/backdrop-filter-plus-filter.htm...

2023-09-20 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bbffe15319f386bd5e7e7790d84cd7c5aab46ebb https://github.com/WebKit/WebKit/commit/bbffe15319f386bd5e7e7790d84cd7c5aab46ebb Author: Matt Woodrow Date: 2023-09-20 (Wed, 20 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 4f2634: Mix-blend-mode incorrectly blends with view base c...

2023-09-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4f26343f6d0bd701a726e1967b7d65cd24f98d51 https://github.com/WebKit/WebKit/commit/4f26343f6d0bd701a726e1967b7d65cd24f98d51 Author: Matt Woodrow Date: 2023-09-19 (Tue, 19 Sep 2023) Changed paths: R

[webkit-changes] [WebKit/WebKit] f20a3c: ASSERTION FAILED: foundContainer on media/modern-m...

2023-09-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f20a3ce20e867a081396437e684de72bf8d52320 https://github.com/WebKit/WebKit/commit/f20a3ce20e867a081396437e684de72bf8d52320 Author: Matt Woodrow Date: 2023-09-22 (Fri, 22 Sep 2023) Changed paths: A

[webkit-changes] [WebKit/WebKit] 93bef5: Combining backface-visibility:hidden and backdrop-...

2023-09-25 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 93bef5855560f6abc5817869e36e81473204974f https://github.com/WebKit/WebKit/commit/93bef5855560f6abc5817869e36e81473204974f Author: Matt Woodrow Date: 2023-09-25 (Mon, 25 Sep 2023) Changed paths: A

[webkit-changes] [WebKit/WebKit] ad3536: Backdrop-filter: blur() with a transparent backdro...

2023-09-25 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ad353604370c322f67b905d964c46a1d744105fb https://github.com/WebKit/WebKit/commit/ad353604370c322f67b905d964c46a1d744105fb Author: Matt Woodrow Date: 2023-09-25 (Mon, 25 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] b6fc29: Composited mix-blend-mode inside backdrop-filter d...

2023-09-26 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b6fc29dd94bdc86d254249e952947f1ca287dd11 https://github.com/WebKit/WebKit/commit/b6fc29dd94bdc86d254249e952947f1ca287dd11 Author: Matt Woodrow Date: 2023-09-26 (Tue, 26 Sep 2023) Changed paths: A

[webkit-changes] [WebKit/WebKit] a5bc83: css/filter-effects/repaint-added-backdrop-filter.h...

2023-09-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a5bc838e6a6020cfa1e2ad5c87e11362e0c4b86a https://github.com/WebKit/WebKit/commit/a5bc838e6a6020cfa1e2ad5c87e11362e0c4b86a Author: Matt Woodrow Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] f2796e: IPC::Semaphore waits don't terminate if the remote...

2023-09-18 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f2796edab1163daa5bb37135f7fee0dbe58f577e https://github.com/WebKit/WebKit/commit/f2796edab1163daa5bb37135f7fee0dbe58f577e Author: Matt Woodrow Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] ee5c4b: waitForDidUpdateActivityState can block for 250ms ...

2023-10-18 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ee5c4b70a09cc5c2050d08b3bf0005c06b3cf3db https://github.com/WebKit/WebKit/commit/ee5c4b70a09cc5c2050d08b3bf0005c06b3cf3db Author: Matt Woodrow Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 3e4dfc: TextBreakIteratorCache shouldn't be used from work...

2023-08-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3e4dfc234c15f9f98e8398e10dae9945bc160981 https://github.com/WebKit/WebKit/commit/3e4dfc234c15f9f98e8398e10dae9945bc160981 Author: Matt Woodrow Date: 2023-08-22 (Tue, 22 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 2c3c1f: Force consumers of Connection::waitForAndDispatchI...

2023-08-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2c3c1f0afc15e23fcac517543fe80b8c43bcdfaf https://github.com/WebKit/WebKit/commit/2c3c1f0afc15e23fcac517543fe80b8c43bcdfaf Author: Matt Woodrow Date: 2023-08-22 (Tue, 22 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 346fda: RemoteLayerTreeDrawingAreaProxy needs to hold use-...

2023-08-23 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 346fdad1569da1c50564a62ee569a7f519d9cd46 https://github.com/WebKit/WebKit/commit/346fdad1569da1c50564a62ee569a7f519d9cd46 Author: Matt Woodrow Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 7873a1: Basic support for SVGImageElement in createImageBi...

2023-08-23 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7873a1e800d01e459f642ebba2a8044d587ec867 https://github.com/WebKit/WebKit/commit/7873a1e800d01e459f642ebba2a8044d587ec867 Author: Matt Woodrow Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 7bfd3e: Implement createPattern for ImageBitmap.

2023-08-13 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7bfd3e0384c0a1067d3b3942df2c1760c49c7172 https://github.com/WebKit/WebKit/commit/7bfd3e0384c0a1067d3b3942df2c1760c49c7172 Author: Matt Woodrow Date: 2023-08-13 (Sun, 13 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 556e20: Add support for "from-image" to ImageBitmapOptions.

2023-08-14 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 556e20c0b0053bc5c7f6d1a5635ad2467c6bade8 https://github.com/WebKit/WebKit/commit/556e20c0b0053bc5c7f6d1a5635ad2467c6bade8 Author: Matt Woodrow Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0330e6: Check for usesWebKitBehavior at runtime.

2023-08-16 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0330e6332cb9c60df9867ef5e12c193e6c1b2767 https://github.com/WebKit/WebKit/commit/0330e6332cb9c60df9867ef5e12c193e6c1b2767 Author: Matt Woodrow Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 192aff: Simplify frame scheduling logic in RemoteLayerTree...

2023-08-25 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 192aff7ffe916c00c66a7cb850bb8e4deba3a4a1 https://github.com/WebKit/WebKit/commit/192aff7ffe916c00c66a7cb850bb8e4deba3a4a1 Author: Matt Woodrow Date: 2023-08-25 (Fri, 25 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 722328: Import canvas fill-and-stroke-styles WPT tests.

2023-08-15 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7223282513b166415754cd44987869bd9f2432e8 https://github.com/WebKit/WebKit/commit/7223282513b166415754cd44987869bd9f2432e8 Author: Matt Woodrow Date: 2023-08-15 (Tue, 15 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] f754a3: Support sending displayDidRefresh at DisplayLink u...

2023-08-25 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f754a3da5ae02423ea73587b1ddc5cd6f3dc9b19 https://github.com/WebKit/WebKit/commit/f754a3da5ae02423ea73587b1ddc5cd6f3dc9b19 Author: Matt Woodrow Date: 2023-08-25 (Fri, 25 Aug 2023) Changed paths: M

[webkit-changes] [292973] trunk

2022-04-18 Thread mattwoodrow
Title: [292973] trunk Revision 292973 Author mattwood...@apple.com Date 2022-04-18 14:44:04 -0700 (Mon, 18 Apr 2022) Log Message Implement support for aligning baselines through subgrids https://bugs.webkit.org/show_bug.cgi?id=238643 Reviewed by Javier Fernandez.

[webkit-changes] [WebKit/WebKit] bb4da5: Multiple iframes in same isolated process results ...

2023-11-08 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bb4da53917de7e7e3788b43bf8b9aba9ee81d718 https://github.com/WebKit/WebKit/commit/bb4da53917de7e7e3788b43bf8b9aba9ee81d718 Author: Matt Woodrow Date: 2023-11-08 (Wed, 08 Nov 2023) Changed paths: A

[webkit-changes] [WebKit/WebKit] a6666b: markAllBackingStoreVolatileFromTimer can stop the ...

2023-11-09 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ab946bcc31afdea756373119ae86622de3c3 https://github.com/WebKit/WebKit/commit/ab946bcc31afdea756373119ae86622de3c3 Author: Matt Woodrow Date: 2023-11-09 (Thu, 09 Nov 2023) Changed paths: M

[webkit-changes] [294138] trunk/Source/WebCore

2022-05-12 Thread mattwoodrow
Title: [294138] trunk/Source/WebCore Revision 294138 Author mattwood...@apple.com Date 2022-05-12 18:49:32 -0700 (Thu, 12 May 2022) Log Message Quirk Flightaware.com to use the older number serialization path. https://bugs.webkit.org/show_bug.cgi?id=240320 Reviewed by Simon Fraser.

[webkit-changes] [294355] trunk/Source/WebKit/WebProcess/GPU/graphics/ RemoteImageBufferProxy.h

2022-05-17 Thread mattwoodrow
Title: [294355] trunk/Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h Revision 294355 Author mattwood...@apple.com Date 2022-05-17 15:41:45 -0700 (Tue, 17 May 2022) Log Message Don't synchronously flush when destroying RemoteImageBufferProxy Reviewed by Said Abou-Hallawa.

[webkit-changes] [294682] trunk/metadata/contributors.json

2022-05-23 Thread mattwoodrow
ata/contributors.json 2022-05-23 21:29:13 UTC (rev 294682) @@ -4779,6 +4779,7 @@ "emails" : [ "mattwood...@apple.com" ], + "github" : "mattwoodrow", "name" : &quo

[webkit-changes] [294987] trunk/Source/WebKit/UIProcess

2022-05-27 Thread mattwoodrow
Title: [294987] trunk/Source/WebKit/UIProcess Revision 294987 Author mattwood...@apple.com Date 2022-05-27 22:25:49 -0700 (Fri, 27 May 2022) Log Message Use desktop User Agent when preconnecting for loads that are predicted to use desktop content mode

[webkit-changes] [295707] trunk

2022-06-21 Thread mattwoodrow
Title: [295707] trunk Revision 295707 Author mattwood...@apple.com Date 2022-06-21 18:05:31 -0700 (Tue, 21 Jun 2022) Log Message ConnectionCocoa doesn't receive disconnect notifications before the client has finished initialising https://bugs.webkit.org/show_bug.cgi?id=241666 Reviewed

[webkit-changes] [295718] trunk

2022-06-21 Thread mattwoodrow
Title: [295718] trunk Revision 295718 Author mattwood...@apple.com Date 2022-06-21 20:12:18 -0700 (Tue, 21 Jun 2022) Log Message Don't allocate device pixel ratio scaled backing stores for layers that contain only unscaled bitmap content https://bugs.webkit.org/show_bug.cgi?id=241450

[webkit-changes] [295759] trunk/Source/WebKit/Resources/SandboxProfiles/ios/ com.apple.WebKit.WebContent.sb.in

2022-06-22 Thread mattwoodrow
Title: [295759] trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in Revision 295759 Author mattwood...@apple.com Date 2022-06-22 17:49:20 -0700 (Wed, 22 Jun 2022) Log Message Add mach_port_get_refs to the iOS WebContent sandbox on older iOS versions.

[webkit-changes] [295399] trunk/Source/WebCore/rendering/RenderBox.h

2022-06-08 Thread mattwoodrow
Title: [295399] trunk/Source/WebCore/rendering/RenderBox.h Revision 295399 Author mattwood...@apple.com Date 2022-06-08 16:16:27 -0700 (Wed, 08 Jun 2022) Log Message Handle a disconnected view during applyTopLeftLocationOffset https://bugs.webkit.org/show_bug.cgi?id=241355 Reviewed by

[webkit-changes] [295538] trunk

2022-06-14 Thread mattwoodrow
Title: [295538] trunk Revision 295538 Author mattwood...@apple.com Date 2022-06-14 14:46:28 -0700 (Tue, 14 Jun 2022) Log Message Treat the composite operator for the bottom mask layer as source-over. https://bugs.webkit.org/show_bug.cgi?id=241541 Reviewed by Tim Nguyen. *

[webkit-changes] [295666] trunk

2022-06-19 Thread mattwoodrow
Title: [295666] trunk Revision 295666 Author mattwood...@apple.com Date 2022-06-19 21:25:46 -0700 (Sun, 19 Jun 2022) Log Message Make IPC::Attachment moveable on DARWIN https://bugs.webkit.org/show_bug.cgi?id=241660 This makes the DARWIN implementation of IPC::Attachment use

[webkit-changes] [WebKit/WebKit] aabdfc: Fix strokeStyle changes not being applied for succ...

2022-09-26 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: aabdfc49a52bb7286b4325975ccfaabdcf74d907 https://github.com/WebKit/WebKit/commit/aabdfc49a52bb7286b4325975ccfaabdcf74d907 Author: Matt Woodrow Date: 2022-09-26 (Mon, 26 Sep 2022) Changed paths: A

[webkit-changes] [WebKit/WebKit] ad6383: Throw a DataCloneError when attempting to serializ...

2022-10-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ad6383440b738cb4399a32876f902df43a886675 https://github.com/WebKit/WebKit/commit/ad6383440b738cb4399a32876f902df43a886675 Author: Matt Woodrow Date: 2022-10-22 (Sat, 22 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 4ba481: Allow creating IPC::Connection with a SerialFuncti...

2022-10-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4ba481e2960272016ebb1bd6f6132a08a6f8eb67 https://github.com/WebKit/WebKit/commit/4ba481e2960272016ebb1bd6f6132a08a6f8eb67 Author: Matt Woodrow Date: 2022-10-22 (Sat, 22 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] e4d634: Remove main thread assertion in Font::canRenderCom...

2022-10-27 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e4d634484dc800d4409f85f112e77bbbc2a3eeb9 https://github.com/WebKit/WebKit/commit/e4d634484dc800d4409f85f112e77bbbc2a3eeb9 Author: Matt Woodrow Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 88975f: Add SerialFunctionDispatcher interface.

2022-10-21 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 88975f1a76643517c374f31af415605f633a4dcb https://github.com/WebKit/WebKit/commit/88975f1a76643517c374f31af415605f633a4dcb Author: Matt Woodrow Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] b861c5: Add ImageBitmapRenderingContext support to Offscre...

2022-09-20 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b861c55669ed7191403b900d55ab30147ba41735 https://github.com/WebKit/WebKit/commit/b861c55669ed7191403b900d55ab30147ba41735 Author: Matt Woodrow Date: 2022-09-20 (Tue, 20 Sep 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] fc4a52: Omit the integer value for grid-lines when it's th...

2022-09-24 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fc4a525dc1504f16c392e5f6a3936f56f085e410 https://github.com/WebKit/WebKit/commit/fc4a525dc1504f16c392e5f6a3936f56f085e410 Author: Matt Woodrow Date: 2022-09-23 (Fri, 23 Sep 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] be575e: Fix negative z-index layers from triggering unnece...

2022-09-21 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: be575e7192eed0f7fc0d3a335a1df8f91e909b30 https://github.com/WebKit/WebKit/commit/be575e7192eed0f7fc0d3a335a1df8f91e909b30 Author: Matt Woodrow Date: 2022-09-21 (Wed, 21 Sep 2022) Changed paths: A

[webkit-changes] [WebKit/WebKit] 72ad3b: Webkit pr should have an option not to create a co...

2022-10-13 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 72ad3b19fdd6da90481ada9144e3e4e5fd5cad56 https://github.com/WebKit/WebKit/commit/72ad3b19fdd6da90481ada9144e3e4e5fd5cad56 Author: Matt Woodrow Date: 2022-10-13 (Thu, 13 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] df6517: Prioritize the currently checked out branch when p...

2022-10-13 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: df651783f47d801f24f78794269f012dd0b5609a https://github.com/WebKit/WebKit/commit/df651783f47d801f24f78794269f012dd0b5609a Author: Matt Woodrow Date: 2022-10-13 (Thu, 13 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] fbf76e: Use shortest possible serialization for grid-area/...

2022-09-27 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fbf76efc64df0a981452a2387920cdbf90360cd8 https://github.com/WebKit/WebKit/commit/fbf76efc64df0a981452a2387920cdbf90360cd8 Author: Matt Woodrow Date: 2022-09-27 (Tue, 27 Sep 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] d21c61: OffscreenCanvas should use the same buffer size ch...

2022-12-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d21c61e18c6ffba8cae41d4e35630351c4d1945a https://github.com/WebKit/WebKit/commit/d21c61e18c6ffba8cae41d4e35630351c4d1945a Author: Matt Woodrow Date: 2022-12-22 (Thu, 22 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 719829: allowsSortsSublayers was renamed in QuartzCore to ...

2022-12-22 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 71982932a0f3efba1f5a39ef81865ccd2b31765a https://github.com/WebKit/WebKit/commit/71982932a0f3efba1f5a39ef81865ccd2b31765a Author: Matt Woodrow Date: 2022-12-22 (Thu, 22 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] ac18fb: Implement GraphicsLayerAsyncContentsDisplayDelegat...

2022-12-23 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ac18fb1c144afb42706b9012347ce37fc47226da https://github.com/WebKit/WebKit/commit/ac18fb1c144afb42706b9012347ce37fc47226da Author: Matt Woodrow Date: 2022-12-23 (Fri, 23 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 9d7f3d: Web font creation data isn't attributed to the Web...

2023-01-11 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9d7f3dc4ca95b3f2b790bc43f8603f153225bab6 https://github.com/WebKit/WebKit/commit/9d7f3dc4ca95b3f2b790bc43f8603f153225bab6 Author: Matt Woodrow Date: 2023-01-11 (Wed, 11 Jan 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] ec74fc: Create accelerated image buffers for OffscreenCanv...

2022-12-07 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ec74fcfe2feeba05ba9a58e45f90150876c849ec https://github.com/WebKit/WebKit/commit/ec74fcfe2feeba05ba9a58e45f90150876c849ec Author: Matt Woodrow Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5b5498: Support running per-thread instances of RemoteGrap...

2022-12-07 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5b5498b400b8ea7dcf8199f8eb2bc9f49b703761 https://github.com/WebKit/WebKit/commit/5b5498b400b8ea7dcf8199f8eb2bc9f49b703761 Author: Matt Woodrow Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] fdef5e: Enable CSS3DTransformInteroperability experimental...

2022-12-07 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fdef5e839f15ebd34f59e8802f8a36346e3b2cb1 https://github.com/WebKit/WebKit/commit/fdef5e839f15ebd34f59e8802f8a36346e3b2cb1 Author: Matt Woodrow Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 280e6c: Add WorkerClient for WebCore to access WebKit from...

2022-12-07 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 280e6cdf0e10c5649b60dade69a0e43bd9108037 https://github.com/WebKit/WebKit/commit/280e6cdf0e10c5649b60dade69a0e43bd9108037 Author: Matt Woodrow Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] cfc4f8: Add support for creating accelerated WebGL context...

2022-12-07 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cfc4f8094badecccd86eeaf81c072cb43cd6a41a https://github.com/WebKit/WebKit/commit/cfc4f8094badecccd86eeaf81c072cb43cd6a41a Author: Matt Woodrow Date: 2022-12-07 (Wed, 07 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] f517ea: Support callbacks on multiple threads in DisplayCo...

2022-12-09 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f517ea74ce7f0448baf00066743c606e1e0b4b50 https://github.com/WebKit/WebKit/commit/f517ea74ce7f0448baf00066743c606e1e0b4b50 Author: Matt Woodrow Date: 2022-12-09 (Fri, 09 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] bf6ec0: Add Matt Woodrow as a reviewer.

2022-12-11 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bf6ec0b71883ada1ee6d8d0c66a8ea7e421c5e27 https://github.com/WebKit/WebKit/commit/bf6ec0b71883ada1ee6d8d0c66a8ea7e421c5e27 Author: Matt Woodrow Date: 2022-12-11 (Sun, 11 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 790ce2: Move CreationContext out of ImageBuffer.

2022-12-11 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 790ce216e00705fb05f1fe5ffd92c74033770598 https://github.com/WebKit/WebKit/commit/790ce216e00705fb05f1fe5ffd92c74033770598 Author: Matt Woodrow Date: 2022-12-11 (Sun, 11 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] b32d7b: Enable OffscreenCanvas in workers, start running l...

2022-12-09 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b32d7b9f1487e0c5bcd836a8dda7cc5fc44485a6 https://github.com/WebKit/WebKit/commit/b32d7b9f1487e0c5bcd836a8dda7cc5fc44485a6 Author: Matt Woodrow Date: 2022-12-09 (Fri, 09 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 96c4f6: Make TransformState changes to support transform-s...

2022-12-06 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 96c4f6e9ec7c5d548021e4ec2d35d08329377654 https://github.com/WebKit/WebKit/commit/96c4f6e9ec7c5d548021e4ec2d35d08329377654 Author: Matt Woodrow Date: 2022-12-06 (Tue, 06 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 2a8263: Use SerializedImageBuffer to pass ImageBuffers bet...

2022-12-16 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2a8263edbfe035e846cb103a41d14a4df3a8d357 https://github.com/WebKit/WebKit/commit/2a8263edbfe035e846cb103a41d14a4df3a8d357 Author: Matt Woodrow Date: 2022-12-16 (Fri, 16 Dec 2022) Changed paths: R

[webkit-changes] [WebKit/WebKit] 53bb74: Use double precision for CalcExpressionBlendLength.

2022-12-18 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 53bb745eddb3c6459fa614930574c83244fdd891 https://github.com/WebKit/WebKit/commit/53bb745eddb3c6459fa614930574c83244fdd891 Author: Matt Woodrow Date: 2022-12-18 (Sun, 18 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 302813: Facebook.com: Text overlaps in videos up next sidebar

2022-12-19 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3028133f11d61758e687f07e3c5b7a8ee0dd30b3 https://github.com/WebKit/WebKit/commit/3028133f11d61758e687f07e3c5b7a8ee0dd30b3 Author: Matt Woodrow Date: 2022-12-19 (Mon, 19 Dec 2022) Changed paths: A

[webkit-changes] [WebKit/WebKit] 7d3f0b: [Gardening] Mark OffscreenCanvas P3 tests as passi...

2022-12-20 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7d3f0b5246bf3ee175f943d4b9a330f2cdd4e904 https://github.com/WebKit/WebKit/commit/7d3f0b5246bf3ee175f943d4b9a330f2cdd4e904 Author: Matt Woodrow Date: 2022-12-20 (Tue, 20 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 301e96: WebGL fails to initialize within an OffscreenCanva...

2022-12-21 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 301e966c8ef8d1b14afe220ba29d771588b61b8b https://github.com/WebKit/WebKit/commit/301e966c8ef8d1b14afe220ba29d771588b61b8b Author: Matt Woodrow Date: 2022-12-21 (Wed, 21 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 73cd74: Disable sorting of CALayers that aren't CATransfor...

2022-12-05 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 73cd744e169091de20b1ca62d31cdb37b37bad6f https://github.com/WebKit/WebKit/commit/73cd744e169091de20b1ca62d31cdb37b37bad6f Author: Matt Woodrow Date: 2022-12-05 (Mon, 05 Dec 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] d8c8e3: Don't implement DisplayList::ResourceHeap in Quali...

2022-12-10 Thread mattwoodrow
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d8c8e323ec248b3c8b0899d9b3cd2a047dcd8d34 https://github.com/WebKit/WebKit/commit/d8c8e323ec248b3c8b0899d9b3cd2a047dcd8d34 Author: Matt Woodrow Date: 2022-12-10 (Sat, 10 Dec 2022) Changed paths: M

  1   2   3   >