{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":24420506,"defaultBranch":"main","name":"v8","ownerLogin":"v8","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-09-24T15:24:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/113781?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718243419.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"600624ba93d21c01043bf340aa6c58d2baf05a5d","ref":"refs/heads/12.8.38","pushedAt":"2024-06-13T01:50:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.38\n\nChange-Id: I3373aee82bfaafc0fb715d32069454485a35d193\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627019\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.38@{#1}\nCr-Branched-From: f567b0ceddf0cbc4ce1d4d66810a5221d324d443-refs/heads/main@{#94415}","shortMessageHtmlLink":"Version 12.8.38"}},{"before":"f628ad23c87fd9f34426114bb77fa791799bfd42","after":"f567b0ceddf0cbc4ce1d4d66810a5221d324d443","ref":"refs/heads/lkgr","pushedAt":"2024-06-13T01:50:19.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"PPC/s390: [builtins] Optimize and simplify CallApiCallbackXXX builtins\n\nPort 03202a5fe0b6d3cf5134947ee2afb715fe8fac7d\n\nOriginal Commit Message:\n\n Simplification:\n - a tighter intergration with the ApiCallbackExitFrame's layout,\n where the v8::FunctionCallbackInfo object and its fields have\n dedicated locations addressable via fp,\n - unification of the Generic and Optimized versions of the builtin,\n - don't store the number of bytes to drop on the stack, use\n FunctionCallbackInfo::length_ instead,\n - cleaner code,\n - it's no longer necessary to attach a frame state when inlining an\n Api call into optimized code in order to support\n --experimental-stack-trace-frames.\n\n Optimization:\n - avoid passing argc and v8::FunctionTemplateInfo twice to the Generic\n version,\n - less code for both generic and optimized versions.\n\nR=ishell@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com\nBUG=\nLOG=N\n\nChange-Id: Iaf40e6ac2d66a439e42aeef5b7ed0d1e1b6983be\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626137\nReviewed-by: Igor Sheludko \nCommit-Queue: Milad Farazmand \nCr-Commit-Position: refs/heads/main@{#94415}","shortMessageHtmlLink":"PPC/s390: [builtins] Optimize and simplify CallApiCallbackXXX builtins"}},{"before":"f567b0ceddf0cbc4ce1d4d66810a5221d324d443","after":"a74e21a45390f1300f02f49467bcceeb05a40ad1","ref":"refs/heads/main","pushedAt":"2024-06-13T01:24:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Revert \"[turboshaft][csa] Enable Turboshaft builtin pipeline with profiling\"\n\nThis reverts commit d475deeb5740727540253a40d3e2d06bc2fa65fc.\n\nReason for revert: blocks roll due to binary size increase:\nhttps://ci.chromium.org/ui/p/chromium/builders/try/android-binary-size/1921868/overview\n\nOriginal change's description:\n> [turboshaft][csa] Enable Turboshaft builtin pipeline with profiling\n>\n> This CL adds profiling support for Turboshaft' builtin pipeline and\n> flips the flag to build builtins with this new pipeline.\n>\n> Change-Id: I921135075f703f6604507ab6a5dc206678bb9669\n> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5596269\n> Reviewed-by: Darius Mercadier \n> Commit-Queue: Nico Hartmann \n> Cr-Commit-Position: refs/heads/main@{#94398}\n\nChange-Id: I6596049376fe8dc51e16f81c9058c13f91f1406f\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626685\nAuto-Submit: Adam Klein \nCommit-Queue: Rubber Stamper \nBot-Commit: Rubber Stamper \nCr-Commit-Position: refs/heads/main@{#94416}","shortMessageHtmlLink":"Revert \"[turboshaft][csa] Enable Turboshaft builtin pipeline with pro…"}},{"before":"2da314b6176c71a45fdb9a164614e32773eaa260","after":"f567b0ceddf0cbc4ce1d4d66810a5221d324d443","ref":"refs/heads/main","pushedAt":"2024-06-13T00:58:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"PPC/s390: [builtins] Optimize and simplify CallApiCallbackXXX builtins\n\nPort 03202a5fe0b6d3cf5134947ee2afb715fe8fac7d\n\nOriginal Commit Message:\n\n Simplification:\n - a tighter intergration with the ApiCallbackExitFrame's layout,\n where the v8::FunctionCallbackInfo object and its fields have\n dedicated locations addressable via fp,\n - unification of the Generic and Optimized versions of the builtin,\n - don't store the number of bytes to drop on the stack, use\n FunctionCallbackInfo::length_ instead,\n - cleaner code,\n - it's no longer necessary to attach a frame state when inlining an\n Api call into optimized code in order to support\n --experimental-stack-trace-frames.\n\n Optimization:\n - avoid passing argc and v8::FunctionTemplateInfo twice to the Generic\n version,\n - less code for both generic and optimized versions.\n\nR=ishell@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com\nBUG=\nLOG=N\n\nChange-Id: Iaf40e6ac2d66a439e42aeef5b7ed0d1e1b6983be\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626137\nReviewed-by: Igor Sheludko \nCommit-Queue: Milad Farazmand \nCr-Commit-Position: refs/heads/main@{#94415}","shortMessageHtmlLink":"PPC/s390: [builtins] Optimize and simplify CallApiCallbackXXX builtins"}},{"before":"b86d2f6c0cdb1006c4292ac7653e51ddcaf88d2d","after":"50fb4d21fa5b2b94be7659cf86581a27e694cbac","ref":"refs/heads/roll","pushedAt":"2024-06-12T21:56:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.37\n\nChange-Id: Ie057bcb3f2abae39f183783fd67629059e843986\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627015\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.37@{#1}\nCr-Branched-From: f628ad23c87fd9f34426114bb77fa791799bfd42-refs/heads/main@{#94409}","shortMessageHtmlLink":"Version 12.8.37"}},{"before":"f628ad23c87fd9f34426114bb77fa791799bfd42","after":"50fb4d21fa5b2b94be7659cf86581a27e694cbac","ref":"refs/heads/12.8.37","pushedAt":"2024-06-12T21:30:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.37\n\nChange-Id: Ie057bcb3f2abae39f183783fd67629059e843986\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627015\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.37@{#1}\nCr-Branched-From: f628ad23c87fd9f34426114bb77fa791799bfd42-refs/heads/main@{#94409}","shortMessageHtmlLink":"Version 12.8.37"}},{"before":"b86d2f6c0cdb1006c4292ac7653e51ddcaf88d2d","after":"50fb4d21fa5b2b94be7659cf86581a27e694cbac","ref":"refs/heads/canary","pushedAt":"2024-06-12T21:30:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.37\n\nChange-Id: Ie057bcb3f2abae39f183783fd67629059e843986\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627015\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.37@{#1}\nCr-Branched-From: f628ad23c87fd9f34426114bb77fa791799bfd42-refs/heads/main@{#94409}","shortMessageHtmlLink":"Version 12.8.37"}},{"before":"8a72ca6ccc4c970b78084d93886489b8f92c9c6b","after":"d3ab2c6ce796c042b842c61c5996ed342fb935fd","ref":"refs/heads/12.7-lkgr","pushedAt":"2024-06-12T21:30:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.7.224.2\n\nChange-Id: Ie6c05525956bd253c00758875f272d10c4d809d2\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627014\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/branch-heads/12.7@{#3}\nCr-Branched-From: 35cc908918d3f8083955ed8328506f964e17ae40-refs/heads/12.7.224@{#1}\nCr-Branched-From: 6d60e6734b32211215c8410db6fe2b84b13abe0e-refs/heads/main@{#94324}","shortMessageHtmlLink":"Version 12.7.224.2"}},{"before":"8a72ca6ccc4c970b78084d93886489b8f92c9c6b","after":"d3ab2c6ce796c042b842c61c5996ed342fb935fd","ref":"refs/heads/chromium/6533","pushedAt":"2024-06-12T21:30:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.7.224.2\n\nChange-Id: Ie6c05525956bd253c00758875f272d10c4d809d2\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627014\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/branch-heads/12.7@{#3}\nCr-Branched-From: 35cc908918d3f8083955ed8328506f964e17ae40-refs/heads/12.7.224@{#1}\nCr-Branched-From: 6d60e6734b32211215c8410db6fe2b84b13abe0e-refs/heads/main@{#94324}","shortMessageHtmlLink":"Version 12.7.224.2"}},{"before":"5e731875c64f5e378525599082b34b1c3008162b","after":"50f112fcbe48a982dd49f6da3dee24c7ca40d394","ref":"refs/heads/infra/config","pushedAt":"2024-06-12T21:04:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Increase msvc timeout to 3h\n\nThe msvc regularly fails within the current 2 hours timeout. This change\ntemporarily increases it to 3 hours.\n\nChange-Id: Icc399b480ed1cf3fc89f6e29566806ec52b26098\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627214\nAuto-Submit: Alexander Schulze \nReviewed-by: Adam Klein \nCommit-Queue: Adam Klein ","shortMessageHtmlLink":"Increase msvc timeout to 3h"}},{"before":"740246dd3f1c4278a45fe8c6741dabf22499a81d","after":"f628ad23c87fd9f34426114bb77fa791799bfd42","ref":"refs/heads/lkgr","pushedAt":"2024-06-12T21:04:38.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"PPC/S390[wasm]: Implement JS to Wasm wrapper\n\njs-to-wasm.tq change sinclude the following:\n- paramCount and returnCount seems to be originally stored\n as an 8 byte value, to avoid endianness issues we will need to\n also load 8 bytes and then truncate.\n- JSToWasmWrapperAsm interacts with i32 and f32 values as if they are\n 64 bit values. Therefore it need to be patched to load/store correct\n value son big endian platforms, the simulator, as well as on powerpc.\n\nChange-Id: I25501dc807ce7d3ac424708516b8514364093758\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5615913\nCommit-Queue: Milad Farazmand \nReviewed-by: Andreas Haas \nCr-Commit-Position: refs/heads/main@{#94409}","shortMessageHtmlLink":"PPC/S390[wasm]: Implement JS to Wasm wrapper"}},{"before":null,"after":"f628ad23c87fd9f34426114bb77fa791799bfd42","ref":"refs/heads/12.8.37","pushedAt":"2024-06-12T21:04:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"PPC/S390[wasm]: Implement JS to Wasm wrapper\n\njs-to-wasm.tq change sinclude the following:\n- paramCount and returnCount seems to be originally stored\n as an 8 byte value, to avoid endianness issues we will need to\n also load 8 bytes and then truncate.\n- JSToWasmWrapperAsm interacts with i32 and f32 values as if they are\n 64 bit values. Therefore it need to be patched to load/store correct\n value son big endian platforms, the simulator, as well as on powerpc.\n\nChange-Id: I25501dc807ce7d3ac424708516b8514364093758\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5615913\nCommit-Queue: Milad Farazmand \nReviewed-by: Andreas Haas \nCr-Commit-Position: refs/heads/main@{#94409}","shortMessageHtmlLink":"PPC/S390[wasm]: Implement JS to Wasm wrapper"}},{"before":"f628ad23c87fd9f34426114bb77fa791799bfd42","after":"2da314b6176c71a45fdb9a164614e32773eaa260","ref":"refs/heads/main","pushedAt":"2024-06-12T20:12:34.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[maglev] Mark initializing/transitioning stores\n\n... so that Store-Store Elimination knows which Stores are safe to\nremove (currently, this is only useful when going to Turboshaft, but\nit would also be useful if we implemented Store-Store elimination for\nMaglev).\n\nBug: v8:7700\nChange-Id: I46286574febfc50f5989063751acfef1ba07e7e7\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5604770\nReviewed-by: Leszek Swirski \nCommit-Queue: Darius Mercadier \nCr-Commit-Position: refs/heads/main@{#94414}","shortMessageHtmlLink":"[maglev] Mark initializing/transitioning stores"}},{"before":"d7fe937e683172f47bb96298e5d03792f89557b6","after":"b86d2f6c0cdb1006c4292ac7653e51ddcaf88d2d","ref":"refs/heads/roll","pushedAt":"2024-06-12T20:12:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.36\n\nChange-Id: If2add6e8db1e8da4b9fcc9723cb5946f85561aa1\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626034\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.36@{#1}\nCr-Branched-From: 740246dd3f1c4278a45fe8c6741dabf22499a81d-refs/heads/main@{#94403}","shortMessageHtmlLink":"Version 12.8.36"}},{"before":null,"after":"fbcea6ee32f668fd46bd2dc51bbecede2bfa1baf","ref":"refs/heads/chromium/6422_165","pushedAt":"2024-06-12T20:12:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.5.227.13\n\nChange-Id: Ie4ec53186451ccb4f23c7512ffeadb54f73fee27\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5559884\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/branch-heads/12.5@{#25}\nCr-Branched-From: 15b9756484d5bda98ba273ae13f8db58200db4db-refs/heads/12.5.227@{#1}\nCr-Branched-From: 497d8573dc80b1b69052a834bec894cf5d4238e7-refs/heads/main@{#93350}","shortMessageHtmlLink":"Version 12.5.227.13"}},{"before":null,"after":"fbcea6ee32f668fd46bd2dc51bbecede2bfa1baf","ref":"refs/heads/chromium/6422_142","pushedAt":"2024-06-12T20:12:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.5.227.13\n\nChange-Id: Ie4ec53186451ccb4f23c7512ffeadb54f73fee27\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5559884\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/branch-heads/12.5@{#25}\nCr-Branched-From: 15b9756484d5bda98ba273ae13f8db58200db4db-refs/heads/12.5.227@{#1}\nCr-Branched-From: 497d8573dc80b1b69052a834bec894cf5d4238e7-refs/heads/main@{#93350}","shortMessageHtmlLink":"Version 12.5.227.13"}},{"before":"d7fe937e683172f47bb96298e5d03792f89557b6","after":"b86d2f6c0cdb1006c4292ac7653e51ddcaf88d2d","ref":"refs/heads/canary","pushedAt":"2024-06-12T19:46:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.36\n\nChange-Id: If2add6e8db1e8da4b9fcc9723cb5946f85561aa1\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626034\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.36@{#1}\nCr-Branched-From: 740246dd3f1c4278a45fe8c6741dabf22499a81d-refs/heads/main@{#94403}","shortMessageHtmlLink":"Version 12.8.36"}},{"before":null,"after":"b86d2f6c0cdb1006c4292ac7653e51ddcaf88d2d","ref":"refs/heads/12.8.36","pushedAt":"2024-06-12T19:46:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.36\n\nChange-Id: If2add6e8db1e8da4b9fcc9723cb5946f85561aa1\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626034\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.36@{#1}\nCr-Branched-From: 740246dd3f1c4278a45fe8c6741dabf22499a81d-refs/heads/main@{#94403}","shortMessageHtmlLink":"Version 12.8.36"}},{"before":"922fc5f076586f6868636fde17fab11927c8e3e6","after":"740246dd3f1c4278a45fe8c6741dabf22499a81d","ref":"refs/heads/lkgr","pushedAt":"2024-06-12T19:20:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[casting] Propagate source location through Cast\n\nUse v8::SourceLocation to detect the caller location of Cast, and\npropagate this to the DCHECK which checks whether the cast type matches.\n\nThis will provide more helpful error messages on cast failure,\nassociated with the Cast call rather than the Cast function itself.\n\nAlso, make sure v8::SourceLocation is consistently passed by const\nref.\n\nBug: 345640551\nChange-Id: Id826087ebab2ec1fb37d3c106baaf3036130eb9d\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5611201\nAuto-Submit: Leszek Swirski \nCommit-Queue: Leszek Swirski \nReviewed-by: Michael Lippautz \nCr-Commit-Position: refs/heads/main@{#94403}","shortMessageHtmlLink":"[casting] Propagate source location through Cast"}},{"before":"0c27a6d179ed18543dad5cec1c543a9b19004736","after":"f628ad23c87fd9f34426114bb77fa791799bfd42","ref":"refs/heads/main","pushedAt":"2024-06-12T19:20:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"PPC/S390[wasm]: Implement JS to Wasm wrapper\n\njs-to-wasm.tq change sinclude the following:\n- paramCount and returnCount seems to be originally stored\n as an 8 byte value, to avoid endianness issues we will need to\n also load 8 bytes and then truncate.\n- JSToWasmWrapperAsm interacts with i32 and f32 values as if they are\n 64 bit values. Therefore it need to be patched to load/store correct\n value son big endian platforms, the simulator, as well as on powerpc.\n\nChange-Id: I25501dc807ce7d3ac424708516b8514364093758\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5615913\nCommit-Queue: Milad Farazmand \nReviewed-by: Andreas Haas \nCr-Commit-Position: refs/heads/main@{#94409}","shortMessageHtmlLink":"PPC/S390[wasm]: Implement JS to Wasm wrapper"}},{"before":"56e7e5d842e9a75b3f7175413aed0bd7de869a42","after":"0c27a6d179ed18543dad5cec1c543a9b19004736","ref":"refs/heads/main","pushedAt":"2024-06-12T18:54:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[wasm][table64] Adjust instructions to table64\n\nBug: 338024338\nChange-Id: I2809d57ba2b5c026691e6732e6c68473fd4b1756\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5580811\nReviewed-by: Clemens Backes \nReviewed-by: Matthias Liedtke \nCommit-Queue: Eva Herencsárová \nCr-Commit-Position: refs/heads/main@{#94408}","shortMessageHtmlLink":"[wasm][table64] Adjust instructions to table64"}},{"before":null,"after":"ff49b3c85102e2a3e23b31c31256cf036762817b","ref":"refs/heads/chromium/6478_50","pushedAt":"2024-06-12T18:54:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.6.228.14\n\nChange-Id: I6eb6d60f9ea687a4a199b840a5672dadaad125e9\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5617250\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/branch-heads/12.6@{#25}\nCr-Branched-From: 3c9fa12db3183a6f4ea53d2675adb66ea1194529-refs/heads/12.6.228@{#2}\nCr-Branched-From: 981bb15ba4dbf9e2381dfc94ec2c4af0b9c6a0b6-refs/heads/main@{#93835}","shortMessageHtmlLink":"Version 12.6.228.14"}},{"before":null,"after":"2d545208bffa8c280296ad60024a8fccedbf2405","ref":"refs/heads/chromium/6478_56","pushedAt":"2024-06-12T18:28:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.6.228.16\n\nChange-Id: I43bcc91253ff3ba9bf697ec5534ac20bf4c53333\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5617911\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/branch-heads/12.6@{#29}\nCr-Branched-From: 3c9fa12db3183a6f4ea53d2675adb66ea1194529-refs/heads/12.6.228@{#2}\nCr-Branched-From: 981bb15ba4dbf9e2381dfc94ec2c4af0b9c6a0b6-refs/heads/main@{#93835}","shortMessageHtmlLink":"Version 12.6.228.16"}},{"before":"f603d5769be54dcd24308ff9aec041486ea54f5b","after":"56e7e5d842e9a75b3f7175413aed0bd7de869a42","ref":"refs/heads/main","pushedAt":"2024-06-12T18:28:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Update V8 DEPS (trusted)\n\nRolling build: https://chromium.googlesource.com/chromium/src/build/+log/0eb0935..5d68df0\n\nRolling third_party/catapult: https://chromium.googlesource.com/catapult/+log/c63cfff..7d78c6d\n\nRolling third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools/+log/e30d8fa..c0883c5\n\nRolling tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang/+log/686f88c..af75fc9\n\nRoll created at https://cr-buildbucket.appspot.com/build/8745322040289141217\n\nChange-Id: If04e28d9afc37c3975c3c3ced55826514cb8e62c\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626814\nBot-Commit: v8-ci-autoroll-builder \nCommit-Queue: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/main@{#94406}","shortMessageHtmlLink":"Update V8 DEPS (trusted)"}},{"before":null,"after":"fda97ff95b700e53b1c9ca2aabd54eff07fb2e62","ref":"refs/heads/chromium/6528_1_2","pushedAt":"2024-06-12T18:28:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.7.221\n\nChange-Id: I298ad612977f99a8faf0c8394716a0ffb5700f3c\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5610873\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.7.221@{#1}\nCr-Branched-From: cbc1b57b90ba1db080f0a045adcefce04c1f21e5-refs/heads/main@{#94321}","shortMessageHtmlLink":"Version 12.7.221"}},{"before":null,"after":"fda97ff95b700e53b1c9ca2aabd54eff07fb2e62","ref":"refs/heads/chromium/6528_1","pushedAt":"2024-06-12T18:28:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.7.221\n\nChange-Id: I298ad612977f99a8faf0c8394716a0ffb5700f3c\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5610873\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.7.221@{#1}\nCr-Branched-From: cbc1b57b90ba1db080f0a045adcefce04c1f21e5-refs/heads/main@{#94321}","shortMessageHtmlLink":"Version 12.7.221"}},{"before":null,"after":"cb9c2762d8c98f916abe2872a6b235d0f3315f99","ref":"refs/heads/chromium/6529_1_2","pushedAt":"2024-06-12T18:02:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.7.222\n\nChange-Id: Ide197086d00fcd019561db76d89624156ee12eb9\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5611710\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.7.222@{#1}\nCr-Branched-From: bfacacca0678af29c3c23e653f4e22ea2ad407f2-refs/heads/main@{#94322}","shortMessageHtmlLink":"Version 12.7.222"}},{"before":"52e6913b177543e6333b896b974441494b135ac5","after":"d7fe937e683172f47bb96298e5d03792f89557b6","ref":"refs/heads/roll","pushedAt":"2024-06-12T18:02:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.35\n\nChange-Id: Id2afbbbcb460d58a53e9a4d0ea5591b517c4e2b4\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627013\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.35@{#1}\nCr-Branched-From: 922fc5f076586f6868636fde17fab11927c8e3e6-refs/heads/main@{#94402}","shortMessageHtmlLink":"Version 12.8.35"}},{"before":"52e6913b177543e6333b896b974441494b135ac5","after":"d7fe937e683172f47bb96298e5d03792f89557b6","ref":"refs/heads/canary","pushedAt":"2024-06-12T18:02:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Version 12.8.35\n\nChange-Id: Id2afbbbcb460d58a53e9a4d0ea5591b517c4e2b4\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5627013\nBot-Commit: v8-ci-autoroll-builder \nCr-Commit-Position: refs/heads/12.8.35@{#1}\nCr-Branched-From: 922fc5f076586f6868636fde17fab11927c8e3e6-refs/heads/main@{#94402}","shortMessageHtmlLink":"Version 12.8.35"}},{"before":"740246dd3f1c4278a45fe8c6741dabf22499a81d","after":"f603d5769be54dcd24308ff9aec041486ea54f5b","ref":"refs/heads/main","pushedAt":"2024-06-12T18:02:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[wasm][sandbox] Check signature when updating tables\n\nExecuting a `call_indirect` instruction trusts the dispatch tables\nto be correct; we must hence ensure this correctness when writing\nnew entries into dispatch tables.\n\nBug: 336507783\nChange-Id: I7e29229ece0fc44917a0eac3afb39d87ed7818da\nReviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5626414\nReviewed-by: Clemens Backes \nAuto-Submit: Jakob Kummerow \nCommit-Queue: Jakob Kummerow \nCommit-Queue: Clemens Backes \nCr-Commit-Position: refs/heads/main@{#94404}","shortMessageHtmlLink":"[wasm][sandbox] Check signature when updating tables"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY-al7gA","startCursor":null,"endCursor":null}},"title":"Activity · v8/v8"}