[webkit-changes] [WebKit/WebKit] c73216: Rename IGNORE_CLANG_19_STATIC_ANALYZER_WARNINGS_AT...

2024-05-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c73216600cf8ca0aaaf81ca1340716a9b3f9e015 https://github.com/WebKit/WebKit/commit/c73216600cf8ca0aaaf81ca1340716a9b3f9e015 Author: Ryosuke Niwa Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 54f8c1: Make build-and-analyze work with stable/20230725 b...

2024-05-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 54f8c161d3391ccb10743c3c0cff6eb801c5c9df https://github.com/WebKit/WebKit/commit/54f8c161d3391ccb10743c3c0cff6eb801c5c9df Author: Ryosuke Niwa Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 6d955f: Suppress virtual destructor warning in ExternalStr...

2024-05-21 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6d955f02f7ce42a96b744514f31704efd729b3df https://github.com/WebKit/WebKit/commit/6d955f02f7ce42a96b744514f31704efd729b3df Author: Ryosuke Niwa Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 74af74: Web Inspector: BackendDispatcher::CallbackBase sho...

2024-05-21 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 74af740dd35fd0ca455c36e7672201aa44e820b3 https://github.com/WebKit/WebKit/commit/74af740dd35fd0ca455c36e7672201aa44e820b3 Author: Ryosuke Niwa Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 54f8e9: Deploy smart pointers in NetworkSocketChannel

2024-05-21 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 54f8e9386239f39fa94cfa89059e87472ee20ac3 https://github.com/WebKit/WebKit/commit/54f8e9386239f39fa94cfa89059e87472ee20ac3 Author: Ryosuke Niwa Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e3948f: Suppress virtual destructor and uncounted member v...

2024-05-21 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e3948fcf9266c852214028357c1cad683ae06114 https://github.com/WebKit/WebKit/commit/e3948fcf9266c852214028357c1cad683ae06114 Author: Ryosuke Niwa Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 7d4bbc: Logger should have a virtual destructor

2024-05-20 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7d4bbc7f02e020e691e58a697389e727cb9b454a https://github.com/WebKit/WebKit/commit/7d4bbc7f02e020e691e58a697389e727cb9b454a Author: Ryosuke Niwa Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 72bf18: Deploy smart pointers in RemoteBarcodeDetector and...

2024-05-20 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 72bf18fe6219d71c507eabf528edabbeafe53b85 https://github.com/WebKit/WebKit/commit/72bf18fe6219d71c507eabf528edabbeafe53b85 Author: Ryosuke Niwa Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 26c662: DOMException should have a virtual destructor

2024-05-20 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 26c66251dd455a7a311f113872fcb57b80e6d93c https://github.com/WebKit/WebKit/commit/26c66251dd455a7a311f113872fcb57b80e6d93c Author: Ryosuke Niwa Date: 2024-05-19 (Sun, 19 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5ccae9: RTCEncodedFrame should have a virtual destructor

2024-05-18 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5ccae9e41a6277110f2551fb0e4b012a1d274ba4 https://github.com/WebKit/WebKit/commit/5ccae9e41a6277110f2551fb0e4b012a1d274ba4 Author: Ryosuke Niwa Date: 2024-05-18 (Sat, 18 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 20328d: KeyHandle should have a virtual destructor

2024-05-18 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 20328d8e2f22e9fc65ede90a5cee740c73c656ec https://github.com/WebKit/WebKit/commit/20328d8e2f22e9fc65ede90a5cee740c73c656ec Author: Ryosuke Niwa Date: 2024-05-18 (Sat, 18 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 3845f9: Simplify RefCounted by removing deleter template a...

2024-05-16 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3845f9e278601e3ac7c20ff60f17b7fd8ec4378f https://github.com/WebKit/WebKit/commit/3845f9e278601e3ac7c20ff60f17b7fd8ec4378f Author: Ryosuke Niwa Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] c65a2e: WeakPtrImplBaseSingleThread should cast this to De...

2024-05-16 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c65a2e7636f8537f35aee3f6d3f35cbdc193034d https://github.com/WebKit/WebKit/commit/c65a2e7636f8537f35aee3f6d3f35cbdc193034d Author: Ryosuke Niwa Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] b5aab2: Cherry-pick 7d0bddb8572f. rdar://110454455

2024-05-14 Thread Ryosuke Niwa
so. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/269609@main Identifier: 267815.317@safari-7617.1.11.10-branch Commit: e13c9d9be5e8b66aed9c6d14387875a72ef7a8f2 https://github.com/WebKit/WebKit/commit/e13c9d9be5e8b66aed9c6d143878

[webkit-changes] [WebKit/WebKit] 27f9ca: Inline DOMTokenList::associatedAttributeValueChanged

2024-05-13 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 27f9caa6ed5c1a63c7bcce6973c2f8a21080b7fc https://github.com/WebKit/WebKit/commit/27f9caa6ed5c1a63c7bcce6973c2f8a21080b7fc Author: Ryosuke Niwa Date: 2024-05-13 (Mon, 13 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 579c83: Add missing crossThreadCopy to ServiceWorkerThread...

2024-05-10 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 579c830938c6ef9570ce9e446461af6320157b9e https://github.com/WebKit/WebKit/commit/579c830938c6ef9570ce9e446461af6320157b9e Author: Ryosuke Niwa Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 2a1172: Add missing crossThreadCopy in WorkerSWClientConne...

2024-05-10 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2a1172498f85fec96d135da3d660858e20799660 https://github.com/WebKit/WebKit/commit/2a1172498f85fec96d135da3d660858e20799660 Author: Ryosuke Niwa Date: 2024-05-10 (Fri, 10 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] f0697e: ImageDecoderCG::createFrameImageAtIndex's use of m...

2024-05-06 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f0697eb70f0c468754be1a19f643033da4b6beb0 https://github.com/WebKit/WebKit/commit/f0697eb70f0c468754be1a19f643033da4b6beb0 Author: Ryosuke Niwa Date: 2024-05-06 (Mon, 06 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] a76c95: DataURLDecoder should make isolated copy of each s...

2024-05-06 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a76c959212c60d0f95f74fa740d34b6702c4b941 https://github.com/WebKit/WebKit/commit/a76c959212c60d0f95f74fa740d34b6702c4b941 Author: Ryosuke Niwa Date: 2024-05-06 (Mon, 06 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5cb648: Cherry-pick 276187@main (5aa139649dd7). https://bu...

2024-05-06 Thread Ryosuke Niwa
://github.com/WebKit/WebKit/commit/70b734acef04f13071be880281f2cb10f2e69296 Author: Ryosuke Niwa Date: 2024-05-03 (Fri, 03 May 2024) Changed paths: A LayoutTests/editing/style/apply-style-split-text-element-at-end-crash-expected.txt A LayoutTests/editing/style/apply-style-split-text

[webkit-changes] [WebKit/WebKit] 438692: --only-smart-pointers should enable webkit.NoUncou...

2024-05-03 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 438692dd840d555018cb25e55ae5bc1dc177a7e4 https://github.com/WebKit/WebKit/commit/438692dd840d555018cb25e55ae5bc1dc177a7e4 Author: Ryosuke Niwa Date: 2024-05-03 (Fri, 03 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 4365e5: Deploy smart pointers in GPUConnectionToWebProcess...

2024-05-02 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4365e515df68ac4f0b0ac39740eb72c9c58921ca https://github.com/WebKit/WebKit/commit/4365e515df68ac4f0b0ac39740eb72c9c58921ca Author: Ryosuke Niwa Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 6de0a6: Crash in CheckedPtr::decrementPtrCount via SplitTe...

2024-05-01 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6de0a6e596b6b251fe46c8b12b05a62aea4afb64 https://github.com/WebKit/WebKit/commit/6de0a6e596b6b251fe46c8b12b05a62aea4afb64 Author: Ryosuke Niwa Date: 2024-05-01 (Wed, 01 May 2024) Changed paths

[webkit-changes] [WebKit/WebKit] a56e42: Deploy more smart pointers in Source/WebKit/GPUPro...

2024-05-01 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a56e420ab7cab7428f255ba397a557e51c87a118 https://github.com/WebKit/WebKit/commit/a56e420ab7cab7428f255ba397a557e51c87a118 Author: Ryosuke Niwa Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 10bdca: Disable NSTextViewAllowsDowngradeToLayoutManager i...

2024-04-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 10bdca14c1424fdf0a473807f68881fbc8be446b https://github.com/WebKit/WebKit/commit/10bdca14c1424fdf0a473807f68881fbc8be446b Author: Ryosuke Niwa Date: 2024-04-23 (Tue, 23 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e52cc4: REGRESSION(276962@main): ~1% regression in JetStre...

2024-04-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e52cc44f2604eb43287e2153dcf815525594be80 https://github.com/WebKit/WebKit/commit/e52cc44f2604eb43287e2153dcf815525594be80 Author: Ryosuke Niwa Date: 2024-04-23 (Tue, 23 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] f80260: Cherry-pick 277435@main (5b488a0a1b57). https://bu...

2024-04-23 Thread Ryosuke Niwa
Branch: refs/heads/webkitglib/2.44 Home: https://github.com/WebKit/WebKit Commit: f802609d3c91004b81a36718b050770b062adeb3 https://github.com/WebKit/WebKit/commit/f802609d3c91004b81a36718b050770b062adeb3 Author: Ryosuke Niwa Date: 2024-04-23 (Tue, 23 Apr 2024) Changed

[webkit-changes] [WebKit/WebKit] 4ce66f: [iOS] navigator.language returns the system langua...

2024-04-19 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4ce66f9fa313134f44de67cc943bc11e6e5b4ffd https://github.com/WebKit/WebKit/commit/4ce66f9fa313134f44de67cc943bc11e6e5b4ffd Author: Ryosuke Niwa Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 57b120: REGRESSION [ iOS ] 5X TestWebKitAPI.CopyRTF.Strips...

2024-04-18 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 57b120b52e9486103826c045c2538ab4d1067d63 https://github.com/WebKit/WebKit/commit/57b120b52e9486103826c045c2538ab4d1067d63 Author: Ryosuke Niwa Date: 2024-04-18 (Thu, 18 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 9b8a9a: Make WKWindowVisibilityObserver more robust

2024-04-17 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9b8a9a91f89a409307d1803534b425a6dec47aa3 https://github.com/WebKit/WebKit/commit/9b8a9a91f89a409307d1803534b425a6dec47aa3 Author: Ryosuke Niwa Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 8df490: REGRESSION [ iOS ] 5X TestWebKitAPI.CopyRTF.Strips...

2024-04-15 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8df4906592e14d06bf448b40c426081479e8f931 https://github.com/WebKit/WebKit/commit/8df4906592e14d06bf448b40c426081479e8f931 Author: Ryosuke Niwa Date: 2024-04-15 (Mon, 15 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 01ede4: DOM JIT shouldn't need an extra scratch register t...

2024-04-12 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 01ede406d4e57dd97ae1ec385787e6c605acd8c9 https://github.com/WebKit/WebKit/commit/01ede406d4e57dd97ae1ec385787e6c605acd8c9 Author: Ryosuke Niwa Date: 2024-04-12 (Fri, 12 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5b488a: REGRESSION(272801@main): CustomEvent.target is not...

2024-04-12 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5b488a0a1b57992e7323e91fb19761139e395ad3 https://github.com/WebKit/WebKit/commit/5b488a0a1b57992e7323e91fb19761139e395ad3 Author: Ryosuke Niwa Date: 2024-04-12 (Fri, 12 Apr 2024) Changed paths

[webkit-changes] [WebKit/WebKit] e2e4c3: Potential crash related to WKWindowVisibilityObserver

2024-04-11 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e2e4c3958516196edd70eda7b74e5078ff1bd95a https://github.com/WebKit/WebKit/commit/e2e4c3958516196edd70eda7b74e5078ff1bd95a Author: Ryosuke Niwa Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 273664: [iOS] REGRESSION (277078@main): 61 mediastream lay...

2024-04-11 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2736644fa8bbc4d1464cd794c45955efe47e0fa3 https://github.com/WebKit/WebKit/commit/2736644fa8bbc4d1464cd794c45955efe47e0fa3 Author: Ryosuke Niwa Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e685b6: Crash in Style::commitRelations

2024-04-11 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e685b6eb7e6d74d50e053bfe6832712d30434f13 https://github.com/WebKit/WebKit/commit/e685b6eb7e6d74d50e053bfe6832712d30434f13 Author: Ryosuke Niwa Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 6d203e: Avoid using ASCIILiteralPtrHash in WebKit2

2024-04-10 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6d203e19e2f4c0e9fdf867569940a41582532837 https://github.com/WebKit/WebKit/commit/6d203e19e2f4c0e9fdf867569940a41582532837 Author: Ryosuke Niwa Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] c1593e: ASSERTION FAILED: Unhandled message WebSWServerCon...

2024-04-10 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c1593e5d86c127b47b8d16656f6f089494d3bc5c https://github.com/WebKit/WebKit/commit/c1593e5d86c127b47b8d16656f6f089494d3bc5c Author: Ryosuke Niwa Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 3612b1: Supplementable name should not use ASCIILiteralPtr...

2024-04-09 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3612b1cc728638d08a16c14b515049747aeb8447 https://github.com/WebKit/WebKit/commit/3612b1cc728638d08a16c14b515049747aeb8447 Author: Ryosuke Niwa Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] d3ca63: [iOS] Some PasteHTML API tests fail

2024-04-08 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d3ca631a29f4a0c2006036a8a26232df3424ee5e https://github.com/WebKit/WebKit/commit/d3ca631a29f4a0c2006036a8a26232df3424ee5e Author: Ryosuke Niwa Date: 2024-04-08 (Mon, 08 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] f5c213: Some text fails to translate to Simplified Chinese...

2024-04-05 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f5c2130755ab39b4b005c196eabaa05406f586ea https://github.com/WebKit/WebKit/commit/f5c2130755ab39b4b005c196eabaa05406f586ea Author: Ryosuke Niwa Date: 2024-04-05 (Fri, 05 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0abe80: Fix warnings in Source/WebKit/UIProcess/WebAuthent...

2024-04-05 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0abe80c522c75a75c85d6c475cbbf8acc2af9de2 https://github.com/WebKit/WebKit/commit/0abe80c522c75a75c85d6c475cbbf8acc2af9de2 Author: Ryosuke Niwa Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 7229c9: Add StringView::show

2024-04-05 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7229c9f57829d3461ffa01fc29605fa721bc1029 https://github.com/WebKit/WebKit/commit/7229c9f57829d3461ffa01fc29605fa721bc1029 Author: Ryosuke Niwa Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] ff1197: UAF in JSCreateScriptURLCallback via TrustedTypePo...

2024-04-04 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ff119714d9a57249197055fe7dbb5ba930fd220c https://github.com/WebKit/WebKit/commit/ff119714d9a57249197055fe7dbb5ba930fd220c Author: Ryosuke Niwa Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e92437: [ iOS ] [ Release ] fast/dom/focus-dialog-blur-inp...

2024-04-04 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e92437f9e632b646fd76d700b8b99249149a4e07 https://github.com/WebKit/WebKit/commit/e92437f9e632b646fd76d700b8b99249149a4e07 Author: Ryosuke Niwa Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5eb211: REGRESSION ( Sonoma ): [ Sonoma w2 ] fast/forms/sc...

2024-04-04 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5eb211273e066dc9a0b4a11cb3598efc659ba50e https://github.com/WebKit/WebKit/commit/5eb211273e066dc9a0b4a11cb3598efc659ba50e Author: Ryosuke Niwa Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 1a3e44: Cherry-pick 276815@main (26bc2e2bb52f). https://bu...

2024-04-04 Thread Ryosuke Niwa
Branch: refs/heads/webkitglib/2.44 Home: https://github.com/WebKit/WebKit Commit: 1a3e445902177c1c3ba1ea2c6670098afd52a3c7 https://github.com/WebKit/WebKit/commit/1a3e445902177c1c3ba1ea2c6670098afd52a3c7 Author: Ryosuke Niwa Date: 2024-04-04 (Thu, 04 Apr 2024) Changed

[webkit-changes] [WebKit/WebKit] 644cbd: NEW TEST(276866@main): [ MacOS WK2 ] requestidleca...

2024-04-02 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 644cbd8a4425fcc58903fbb1a8baf3b6016e3b0a https://github.com/WebKit/WebKit/commit/644cbd8a4425fcc58903fbb1a8baf3b6016e3b0a Author: Ryosuke Niwa Date: 2024-04-02 (Tue, 02 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 479a96: Release assert in canExecuteScripts via Editor::se...

2024-04-02 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 479a96130343233469e70e06d1d4c03d93ab05ce https://github.com/WebKit/WebKit/commit/479a96130343233469e70e06d1d4c03d93ab05ce Author: Ryosuke Niwa Date: 2024-04-02 (Tue, 02 Apr 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] ecd009: airbnb.com: When trying to select days for checkin...

2024-03-31 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ecd009129377e8b137d771313e82be843dadaa59 https://github.com/WebKit/WebKit/commit/ecd009129377e8b137d771313e82be843dadaa59 Author: Ryosuke Niwa Date: 2024-03-31 (Sun, 31 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 26bc2e: nullptr crash in moveOutOfAllShadowRoots

2024-03-28 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 26bc2e2bb52f767f8bf8257bd5ca53e24cfade72 https://github.com/WebKit/WebKit/commit/26bc2e2bb52f767f8bf8257bd5ca53e24cfade72 Author: Ryosuke Niwa Date: 2024-03-28 (Thu, 28 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 73bff0: CSS Typed OM doesn't schedule mutation records

2024-03-28 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 73bff01abebed57416a48b73cf105b223ae59049 https://github.com/WebKit/WebKit/commit/73bff01abebed57416a48b73cf105b223ae59049 Author: Ryosuke Niwa Date: 2024-03-28 (Thu, 28 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 5d9ecc: [ Monterey+ wk2 iOS 17 Release ] requestidlecallba...

2024-03-28 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5d9ecc278b7b0592f2dfb75623b4f7e725f40bc4 https://github.com/WebKit/WebKit/commit/5d9ecc278b7b0592f2dfb75623b4f7e725f40bc4 Author: Ryosuke Niwa Date: 2024-03-27 (Wed, 27 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] f5e6dd: Avoid tree traversal in FrameSelection::nodeWillBe...

2024-03-27 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f5e6dd1893d0ba8146411e4e62891fd8f6056eb5 https://github.com/WebKit/WebKit/commit/f5e6dd1893d0ba8146411e4e62891fd8f6056eb5 Author: Ryosuke Niwa Date: 2024-03-27 (Wed, 27 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 3cf82e: REGRESSION (263724@main): fast/dynamic/anchor-lock...

2024-03-27 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3cf82e28e0c81231a5ba1ff992ef8fd60b86ea10 https://github.com/WebKit/WebKit/commit/3cf82e28e0c81231a5ba1ff992ef8fd60b86ea10 Author: Ryosuke Niwa Date: 2024-03-27 (Wed, 27 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] cc385e: Merge back - [ Monterey+ wk2 Release ] media/track...

2024-03-26 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cc385e995d6be0726844bc986d671be9adf566c2 https://github.com/WebKit/WebKit/commit/cc385e995d6be0726844bc986d671be9adf566c2 Author: Ryosuke Niwa Date: 2024-03-26 (Tue, 26 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] fac82a: Move more Node and EventTarget flags to ElementSta...

2024-03-26 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fac82a39787d3a8ca466edd595d69a3ed3408df7 https://github.com/WebKit/WebKit/commit/fac82a39787d3a8ca466edd595d69a3ed3408df7 Author: Ryosuke Niwa Date: 2024-03-26 (Tue, 26 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] aff386: Introduce ElementStateFlag to Node

2024-03-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: aff386a1b75b341c341e65c3a20924ebd8c29289 https://github.com/WebKit/WebKit/commit/aff386a1b75b341c341e65c3a20924ebd8c29289 Author: Ryosuke Niwa Date: 2024-03-23 (Sat, 23 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] de25b6: getCachedWrapper always does HashMap lookup when t...

2024-03-22 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: de25b66294c4464ed255eb374082cdb501dd31e7 https://github.com/WebKit/WebKit/commit/de25b66294c4464ed255eb374082cdb501dd31e7 Author: Ryosuke Niwa Date: 2024-03-22 (Fri, 22 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 974596: Coalesce selectionchange events

2024-03-19 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9745969e4c27dee4ad32759fa5bfde231f7f25e4 https://github.com/WebKit/WebKit/commit/9745969e4c27dee4ad32759fa5bfde231f7f25e4 Author: Ryosuke Niwa Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 4ff86d: m_propertyVector should be a private member of Mut...

2024-03-19 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4ff86d0b875388092bd08578042ae7c8da246ee9 https://github.com/WebKit/WebKit/commit/4ff86d0b875388092bd08578042ae7c8da246ee9 Author: Ryosuke Niwa Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0a064d: Fire selectionchange event on input and textarea e...

2024-03-16 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0a064d401bd0a68d148be77d03cb3c157188c04b https://github.com/WebKit/WebKit/commit/0a064d401bd0a68d148be77d03cb3c157188c04b Author: Ryosuke Niwa Date: 2024-03-16 (Sat, 16 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 005922: [JSC] Fix Re-entrancy in ErrorInstance::computeErr...

2024-03-16 Thread Ryosuke Niwa
ument::styleForElementIgnoringPendingStylesheets; WebCore::Element::resolveComputedStyle" https://bugs.webkit.org/show_bug.cgi?id=267656 rdar://119187152. Reviewed by Ryosuke Niwa. Need to prevent attempt to load a disconnected plugin. Not adding a new test case as could not make a reliable reproduction of t

[webkit-changes] [WebKit/WebKit] 8a8928: Sync web platform tests for selection

2024-03-15 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8a8928df8b492b671c16d7baba23855e55095a83 https://github.com/WebKit/WebKit/commit/8a8928df8b492b671c16d7baba23855e55095a83 Author: Ryosuke Niwa Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e6d4d4: RenderObject::setNeedsBoundariesUpdate() should av...

2024-03-15 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e6d4d4d2b7504224bf106c2734c82c18bc8a27b7 https://github.com/WebKit/WebKit/commit/e6d4d4d2b7504224bf106c2734c82c18bc8a27b7 Author: Ryosuke Niwa Date: 2024-03-15 (Fri, 15 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 94cf8a: Update default Resource Timing buffer size from 1...

2024-03-12 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 94cf8a4a86fcf7663e04b370996b5cfea49f5311 https://github.com/WebKit/WebKit/commit/94cf8a4a86fcf7663e04b370996b5cfea49f5311 Author: Ryosuke Niwa Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 1468af: Avoid allocating ElementRareData for IntersectionO...

2024-03-11 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 1468afa8cc99b3f901a70075e6a5d5848efc5d81 https://github.com/WebKit/WebKit/commit/1468afa8cc99b3f901a70075e6a5d5848efc5d81 Author: Ryosuke Niwa Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e57103: Add blog content under natural-input-mar23

2024-03-11 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e571033d7bfd46019b59286d875349884a466b5e https://github.com/WebKit/WebKit/commit/e571033d7bfd46019b59286d875349884a466b5e Author: Ryosuke Niwa Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 4258ba: Unreviewed. Fix the link title for Speedometer 3 a...

2024-03-08 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4258bae584fc4274143ea607676fca5aec28403e https://github.com/WebKit/WebKit/commit/4258bae584fc4274143ea607676fca5aec28403e Author: Ryosuke Niwa Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 04727d: Allow text selection in browserbench.org announcem...

2024-03-08 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 04727dd559ff23b9496990e2bb4aefdb62c3a368 https://github.com/WebKit/WebKit/commit/04727dd559ff23b9496990e2bb4aefdb62c3a368 Author: Ryosuke Niwa Date: 2024-03-08 (Fri, 08 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 4972d2: Avoid using GCReachableRef for custom elements rea...

2024-03-07 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 4972d2d69403a9edc08e1b14470453dab10c5955 https://github.com/WebKit/WebKit/commit/4972d2d69403a9edc08e1b14470453dab10c5955 Author: Ryosuke Niwa Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 8c5c64: Update browserbench.org for Speedometer 3.0 launch...

2024-03-07 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8c5c642d5299408e1f3a71dea5e368f1a53ed781 https://github.com/WebKit/WebKit/commit/8c5c642d5299408e1f3a71dea5e368f1a53ed781 Author: Ryosuke Niwa Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] db9783: Call ContainerNode::removedFromAncestor at the beg...

2024-03-07 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: db97835b972965876624d9dbe8cb091df15b41d6 https://github.com/WebKit/WebKit/commit/db97835b972965876624d9dbe8cb091df15b41d6 Author: Ryosuke Niwa Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] c60281: Inline CustomElementElementQueue into CustomElemen...

2024-03-06 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c602819ddeb10b0600e9c1adebce3a73686f1ead https://github.com/WebKit/WebKit/commit/c602819ddeb10b0600e9c1adebce3a73686f1ead Author: Ryosuke Niwa Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] d8a892: REGRESSION(273523@main): A test case in html/seman...

2024-03-05 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d8a8923dfc32ea4b1ed9310a8e510c0167161946 https://github.com/WebKit/WebKit/commit/d8a8923dfc32ea4b1ed9310a8e510c0167161946 Author: Ryosuke Niwa Date: 2024-03-05 (Tue, 05 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 198cfb: Assertion failure in ~CompletionHandler() via Imag...

2024-03-01 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 198cfb4f193cbb0a55f2cc4e6c4a474f19f9162f https://github.com/WebKit/WebKit/commit/198cfb4f193cbb0a55f2cc4e6c4a474f19f9162f Author: Ryosuke Niwa Date: 2024-03-01 (Fri, 01 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] afa8e8: IPC testing API tries to allocate JS objects durin...

2024-03-01 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: afa8e8e258fb316ecce5e0ce6d74695a07b66263 https://github.com/WebKit/WebKit/commit/afa8e8e258fb316ecce5e0ce6d74695a07b66263 Author: Ryosuke Niwa Date: 2024-03-01 (Fri, 01 Mar 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] ff897c: Extract a portion of NodeIteratorBase::acceptNode...

2024-02-28 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ff897caf5ad29704726b6551c955396a4775631e https://github.com/WebKit/WebKit/commit/ff897caf5ad29704726b6551c955396a4775631e Author: Ryosuke Niwa Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] b033b4: HTMLDetailsElement::insertedIntoAncestor shouldn't...

2024-02-26 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b033b4db86adffed8d81cd195731dd59efa9a1d7 https://github.com/WebKit/WebKit/commit/b033b4db86adffed8d81cd195731dd59efa9a1d7 Author: Ryosuke Niwa Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 559036: scanAttributeName doesn't need to check for "is" c...

2024-02-26 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5590366d49ca543c06cddd64d9e4e3bdfff6f52f https://github.com/WebKit/WebKit/commit/5590366d49ca543c06cddd64d9e4e3bdfff6f52f Author: Ryosuke Niwa Date: 2024-02-26 (Mon, 26 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5f585d: HTMLDataListElement::childrenChanged doesn't call ...

2024-02-24 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5f585dd134e1203d50298a649b3ae22823f3a631 https://github.com/WebKit/WebKit/commit/5f585dd134e1203d50298a649b3ae22823f3a631 Author: Ryosuke Niwa Date: 2024-02-24 (Sat, 24 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e69275: Make notifyNodeInsertedInto* and notifyNodeRemoved...

2024-02-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e69275aaafe241b8995fc7519c31d15dde19a714 https://github.com/WebKit/WebKit/commit/e69275aaafe241b8995fc7519c31d15dde19a714 Author: Ryosuke Niwa Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] e73497: Remove Event::eventInterface

2024-02-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e73497e992e4e234534153d64106dbd4946485ca https://github.com/WebKit/WebKit/commit/e73497e992e4e234534153d64106dbd4946485ca Author: Ryosuke Niwa Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] ffdb8d: Migrate EventTarget to use EventTargetInterfaceTyp...

2024-02-23 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ffdb8dd1da9260284b42045286910bf544d6bc97 https://github.com/WebKit/WebKit/commit/ffdb8dd1da9260284b42045286910bf544d6bc97 Author: Ryosuke Niwa Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 9a1d1c: HTMLDataListElement::childrenChanged doesn't call ...

2024-02-22 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9a1d1c7db2182ce4eab131e2cdcc55a9995b4351 https://github.com/WebKit/WebKit/commit/9a1d1c7db2182ce4eab131e2cdcc55a9995b4351 Author: Ryosuke Niwa Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths

[webkit-changes] [WebKit/WebKit] f6dbc5: Delay creation of InputType and user agent shadow ...

2024-02-22 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f6dbc5c5c7258d5fd40c7010373c3eb3018b82d8 https://github.com/WebKit/WebKit/commit/f6dbc5c5c7258d5fd40c7010373c3eb3018b82d8 Author: Ryosuke Niwa Date: 2024-02-22 (Thu, 22 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 8b36ea: Devirtualize Event::eventInterface

2024-02-21 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8b36ea3d233a543f2307e2496f2a638d32a4b84a https://github.com/WebKit/WebKit/commit/8b36ea3d233a543f2307e2496f2a638d32a4b84a Author: Ryosuke Niwa Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0b8645: Update browserbench.org's Speedometer 3 preview

2024-02-19 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0b8645c10c2fcf1cbf0818996562c3bced6d88be https://github.com/WebKit/WebKit/commit/0b8645c10c2fcf1cbf0818996562c3bced6d88be Author: Ryosuke Niwa Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths

[webkit-changes] [WebKit/WebKit] bd2795: Devirtualize Event::eventInterface

2024-02-17 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bd2795436d8c4c389d30444f2e927919e2520cb8 https://github.com/WebKit/WebKit/commit/bd2795436d8c4c389d30444f2e927919e2520cb8 Author: Ryosuke Niwa Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 562e65: Add Speedometer 3.0 preview content to browserbenc...

2024-02-14 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 562e657d155ffd56f1f2967667f8009f0819768e https://github.com/WebKit/WebKit/commit/562e657d155ffd56f1f2967667f8009f0819768e Author: Ryosuke Niwa Date: 2024-02-14 (Wed, 14 Feb 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 9458b1: Add Speedometer 3.0 preview content to browserbenc...

2024-02-14 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9458b1b53cdd8a487bc5e51aa568688195a227cd https://github.com/WebKit/WebKit/commit/9458b1b53cdd8a487bc5e51aa568688195a227cd Author: Ryosuke Niwa Date: 2024-02-14 (Wed, 14 Feb 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 977200: Add a fast path for SpaceSplitString

2024-02-13 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9772004a36829bc34707a65c514b7c097ad5c0d9 https://github.com/WebKit/WebKit/commit/9772004a36829bc34707a65c514b7c097ad5c0d9 Author: Ryosuke Niwa Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] cd3428: ShadowRoot.h shouldn't include HTMLVideoElement.h

2024-02-11 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cd3428091d601012e1311c695be3e43437fcd092 https://github.com/WebKit/WebKit/commit/cd3428091d601012e1311c695be3e43437fcd092 Author: Ryosuke Niwa Date: 2024-02-11 (Sun, 11 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 265261: Connect body to the document before invoking tryFa...

2024-02-10 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2652615cd5bdb8e3c71c384336f0250bbc39 https://github.com/WebKit/WebKit/commit/2652615cd5bdb8e3c71c384336f0250bbc39 Author: Ryosuke Niwa Date: 2024-02-10 (Sat, 10 Feb 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 251132: Use QualifiedNameImpl* as the hash key for Attribute

2024-02-09 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2511322b2a30c8c56dd1081208cc51a611268862 https://github.com/WebKit/WebKit/commit/2511322b2a30c8c56dd1081208cc51a611268862 Author: Ryosuke Niwa Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] c44a71: Lazily initialize more things in Document's constr...

2024-02-04 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c44a717752d6769f89ec8cf6cfd9606b2680ab03 https://github.com/WebKit/WebKit/commit/c44a717752d6769f89ec8cf6cfd9606b2680ab03 Author: Ryosuke Niwa Date: 2024-02-04 (Sun, 04 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] c2eede: Every Timer objects wastes 7 bytes for padding

2024-02-04 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c2eedea2d5307cb97dfadde9f990ce1ab625d2f5 https://github.com/WebKit/WebKit/commit/c2eedea2d5307cb97dfadde9f990ce1ab625d2f5 Author: Ryosuke Niwa Date: 2024-02-04 (Sun, 04 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 86863f: SVG title should have display: none as the default...

2024-02-02 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 86863f4d801e4f64cc9293848a6ae4703e692240 https://github.com/WebKit/WebKit/commit/86863f4d801e4f64cc9293848a6ae4703e692240 Author: Ryosuke Niwa Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] ea4898: SVGTitleElement should only notify Document when i...

2024-02-01 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ea4898b9b7ea8b5d886a83d648e413acd8875e92 https://github.com/WebKit/WebKit/commit/ea4898b9b7ea8b5d886a83d648e413acd8875e92 Author: Ryosuke Niwa Date: 2024-02-01 (Thu, 01 Feb 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5a5af8: updateRelativeLengthsInformation exhibits O(n^2) i...

2024-02-01 Thread Ryosuke Niwa
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5a5af81309ac3798f83128299fca8e17bbe9e988 https://github.com/WebKit/WebKit/commit/5a5af81309ac3798f83128299fca8e17bbe9e988 Author: Ryosuke Niwa Date: 2024-02-01 (Thu, 01 Feb 2024) Changed paths: M

  1   2   3   4   5   6   >